+ 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 19 05:51:59 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-177-generic #187-Ubuntu SMP Sat Apr 11 22:54:33 UTC 2026 nodename: neutron-server-59b88bc769-xdxr6 machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Nov 6 2025, 13:44:16) [GCC 13.3.0] Python main interpreter initialized at 0x7f2ff766c668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-05-19 05:52:03.366 8 INFO neutron.common.config [-] Logging enabled! 2026-05-19 05:52:03.366 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-05-19 05:52:03.390 7 INFO neutron.common.config [-] Logging enabled! 2026-05-19 05:52:03.390 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-05-19 05:52:04.390 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-19 05:52:04.447 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-19 05:52:05.888 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-19 05:52:05.891 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-19 05:52:05.895 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-19 05:52:05.896 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-19 05:52:05.896 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-19 05:52:05.896 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-19 05:52:05.896 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-19 05:52:05.904 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-19 05:52:05.904 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-19 05:52:05.904 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-19 05:52:05.927 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-19 05:52:05.928 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-19 05:52:05.928 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-19 05:52:05.960 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-19 05:52:05.963 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-19 05:52:05.963 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-19 05:52:05.964 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-19 05:52:05.964 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-19 05:52:05.964 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-19 05:52:05.969 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-19 05:52:05.970 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-19 05:52:05.970 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-19 05:52:05.971 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-19 05:52:05.971 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-19 05:52:05.978 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-19 05:52:05.978 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-19 05:52:05.979 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-19 05:52:06.008 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-19 05:52:06.009 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-19 05:52:06.010 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-19 05:52:06.036 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-19 05:52:06.037 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-19 05:52:06.037 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-19 05:52:06.037 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-19 05:52:06.279 8 INFO neutron.plugins.ml2.managers [None req-1435fb36-779d-4b49-8306-e70c59f9f5b5 - - - - - -] Initializing driver for type 'vlan' 2026-05-19 05:52:06.346 7 INFO neutron.plugins.ml2.managers [None req-66731eaa-f774-4016-bc6b-dd1d72fca675 - - - - - -] Initializing driver for type 'vlan' 2026-05-19 05:52:06.552 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-1435fb36-779d-4b49-8306-e70c59f9f5b5 - - - - - -] VlanTypeDriver initialization complete 2026-05-19 05:52:06.552 8 INFO neutron.plugins.ml2.managers [None req-1435fb36-779d-4b49-8306-e70c59f9f5b5 - - - - - -] Initializing driver for type 'vxlan' 2026-05-19 05:52:06.553 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-1435fb36-779d-4b49-8306-e70c59f9f5b5 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-19 05:52:06.565 8 INFO neutron.plugins.ml2.managers [None req-1435fb36-779d-4b49-8306-e70c59f9f5b5 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-19 05:52:06.565 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-1435fb36-779d-4b49-8306-e70c59f9f5b5 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-19 05:52:06.565 8 INFO neutron.plugins.ml2.managers [None req-1435fb36-779d-4b49-8306-e70c59f9f5b5 - - - - - -] Initializing extension driver 'port_security' 2026-05-19 05:52:06.565 8 INFO neutron.plugins.ml2.extensions.port_security [None req-1435fb36-779d-4b49-8306-e70c59f9f5b5 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-19 05:52:06.565 8 INFO neutron.plugins.ml2.managers [None req-1435fb36-779d-4b49-8306-e70c59f9f5b5 - - - - - -] Initializing extension driver 'qos' 2026-05-19 05:52:06.566 8 INFO neutron.plugins.ml2.managers [None req-1435fb36-779d-4b49-8306-e70c59f9f5b5 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-19 05:52:06.566 8 INFO neutron.plugins.ml2.managers [None req-1435fb36-779d-4b49-8306-e70c59f9f5b5 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-19 05:52:06.581 8 INFO neutron.quota [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded quota_driver: . 2026-05-19 05:52:06.581 8 INFO neutron.plugins.ml2.plugin [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Modular L2 Plugin initialization complete 2026-05-19 05:52:06.581 8 INFO neutron.plugins.ml2.managers [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-19 05:52:06.581 8 INFO neutron.plugins.ml2.managers [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-19 05:52:06.582 8 INFO neutron.plugins.ml2.managers [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-19 05:52:06.582 8 INFO neutron.manager [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loading Plugin: qos 2026-05-19 05:52:06.595 8 INFO neutron.manager [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loading Plugin: router 2026-05-19 05:52:06.638 8 INFO neutron.services.service_base [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-19 05:52:06.639 8 INFO neutron.manager [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loading Plugin: segments 2026-05-19 05:52:06.648 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-66731eaa-f774-4016-bc6b-dd1d72fca675 - - - - - -] VlanTypeDriver initialization complete 2026-05-19 05:52:06.648 7 INFO neutron.plugins.ml2.managers [None req-66731eaa-f774-4016-bc6b-dd1d72fca675 - - - - - -] Initializing driver for type 'vxlan' 2026-05-19 05:52:06.648 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-66731eaa-f774-4016-bc6b-dd1d72fca675 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-19 05:52:06.661 7 INFO neutron.plugins.ml2.managers [None req-66731eaa-f774-4016-bc6b-dd1d72fca675 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-19 05:52:06.661 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-66731eaa-f774-4016-bc6b-dd1d72fca675 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-19 05:52:06.662 7 INFO neutron.plugins.ml2.managers [None req-66731eaa-f774-4016-bc6b-dd1d72fca675 - - - - - -] Initializing extension driver 'port_security' 2026-05-19 05:52:06.662 7 INFO neutron.plugins.ml2.extensions.port_security [None req-66731eaa-f774-4016-bc6b-dd1d72fca675 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-19 05:52:06.662 7 INFO neutron.plugins.ml2.managers [None req-66731eaa-f774-4016-bc6b-dd1d72fca675 - - - - - -] Initializing extension driver 'qos' 2026-05-19 05:52:06.662 7 INFO neutron.plugins.ml2.managers [None req-66731eaa-f774-4016-bc6b-dd1d72fca675 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-19 05:52:06.662 7 INFO neutron.plugins.ml2.managers [None req-66731eaa-f774-4016-bc6b-dd1d72fca675 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-19 05:52:06.676 7 INFO neutron.quota [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded quota_driver: . 2026-05-19 05:52:06.676 7 INFO neutron.plugins.ml2.plugin [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Modular L2 Plugin initialization complete 2026-05-19 05:52:06.677 7 INFO neutron.plugins.ml2.managers [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-19 05:52:06.677 7 INFO neutron.plugins.ml2.managers [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-19 05:52:06.677 7 INFO neutron.plugins.ml2.managers [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-19 05:52:06.677 7 INFO neutron.manager [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loading Plugin: qos 2026-05-19 05:52:06.691 7 INFO neutron.manager [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loading Plugin: router 2026-05-19 05:52:06.732 8 INFO neutron.manager [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loading Plugin: trunk 2026-05-19 05:52:06.736 7 INFO neutron.services.service_base [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-19 05:52:06.737 7 INFO neutron.manager [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loading Plugin: segments 2026-05-19 05:52:06.746 8 INFO neutron.manager [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loading Plugin: vpnaas 2026-05-19 05:52:06.785 8 WARNING stevedore.named [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-19 05:52:06.835 7 INFO neutron.manager [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loading Plugin: trunk 2026-05-19 05:52:06.849 7 INFO neutron.manager [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loading Plugin: vpnaas 2026-05-19 05:52:06.854 8 INFO neutron_vpnaas.services.vpn.plugin [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-19 05:52:06.855 8 INFO neutron.common.utils [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-19 05:52:06.855 8 INFO neutron.manager [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loading Plugin: taas 2026-05-19 05:52:06.881 8 WARNING stevedore.named [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-19 05:52:06.881 8 WARNING stevedore.named [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-19 05:52:06.889 7 WARNING stevedore.named [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-19 05:52:06.902 8 INFO neutron_taas.services.taas.taas_plugin [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-19 05:52:06.902 8 INFO neutron.manager [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loading Plugin: tapmirror 2026-05-19 05:52:06.915 8 WARNING stevedore.named [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-19 05:52:06.915 8 WARNING stevedore.named [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-19 05:52:06.928 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-19 05:52:06.929 8 INFO neutron.manager [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loading Plugin: auto_allocate 2026-05-19 05:52:06.936 8 INFO neutron.manager [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loading Plugin: tag 2026-05-19 05:52:06.946 8 INFO neutron.manager [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loading Plugin: timestamp 2026-05-19 05:52:06.950 8 INFO neutron.manager [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loading Plugin: network_ip_availability 2026-05-19 05:52:06.955 8 INFO neutron.manager [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loading Plugin: flavors 2026-05-19 05:52:06.959 8 INFO neutron.manager [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loading Plugin: revisions 2026-05-19 05:52:06.959 7 INFO neutron_vpnaas.services.vpn.plugin [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-19 05:52:06.959 7 INFO neutron.common.utils [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-19 05:52:06.960 7 INFO neutron.manager [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loading Plugin: taas 2026-05-19 05:52:06.963 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Initializing extension manager. 2026-05-19 05:52:06.965 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: address-group 2026-05-19 05:52:06.966 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: address-scope 2026-05-19 05:52:06.967 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-19 05:52:06.968 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: agent 2026-05-19 05:52:06.969 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: agent-resources-synced 2026-05-19 05:52:06.970 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-19 05:52:06.971 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-19 05:52:06.972 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: availability_zone 2026-05-19 05:52:06.973 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: availability_zone_filter 2026-05-19 05:52:06.973 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-19 05:52:06.974 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: default-subnetpools 2026-05-19 05:52:06.977 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-19 05:52:06.977 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: dns-integration 2026-05-19 05:52:06.978 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: dns-domain-ports 2026-05-19 05:52:06.978 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-19 05:52:06.979 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: dvr 2026-05-19 05:52:06.980 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-19 05:52:06.980 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: empty-string-filtering 2026-05-19 05:52:06.981 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-19 05:52:06.982 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-19 05:52:06.982 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: external-net 2026-05-19 05:52:06.983 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-19 05:52:06.983 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: extraroute 2026-05-19 05:52:06.984 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: extraroute-atomic 2026-05-19 05:52:06.985 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-19 05:52:06.986 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-19 05:52:06.986 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-19 05:52:06.987 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-19 05:52:06.987 7 WARNING stevedore.named [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-19 05:52:06.987 7 WARNING stevedore.named [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-19 05:52:06.988 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: fip-port-details 2026-05-19 05:52:06.989 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: flavors 2026-05-19 05:52:06.990 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-19 05:52:06.991 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: floatingip-pools 2026-05-19 05:52:06.992 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: ip_allocation 2026-05-19 05:52:06.992 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-19 05:52:06.993 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: l2_adjacency 2026-05-19 05:52:06.994 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: router 2026-05-19 05:52:06.996 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-19 05:52:06.997 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-19 05:52:06.998 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-19 05:52:06.999 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: ext-gw-mode 2026-05-19 05:52:06.999 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: l3-ha 2026-05-19 05:52:07.000 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-19 05:52:07.001 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-19 05:52:07.002 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: l3-flavors 2026-05-19 05:52:07.003 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-19 05:52:07.004 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-19 05:52:07.007 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-19 05:52:07.008 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-19 05:52:07.010 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-19 05:52:07.010 7 INFO neutron_taas.services.taas.taas_plugin [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-19 05:52:07.011 7 INFO neutron.manager [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loading Plugin: tapmirror 2026-05-19 05:52:07.011 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-19 05:52:07.012 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-19 05:52:07.013 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: multi-provider 2026-05-19 05:52:07.013 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: net-mtu 2026-05-19 05:52:07.014 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: net-mtu-writable 2026-05-19 05:52:07.014 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: network_availability_zone 2026-05-19 05:52:07.015 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: network_ha 2026-05-19 05:52:07.015 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: network-ip-availability 2026-05-19 05:52:07.017 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-19 05:52:07.017 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: pagination 2026-05-19 05:52:07.018 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: port-device-profile 2026-05-19 05:52:07.018 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-19 05:52:07.019 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-19 05:52:07.019 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-19 05:52:07.020 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: port-mac-override 2026-05-19 05:52:07.021 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-19 05:52:07.021 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-19 05:52:07.022 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-19 05:52:07.022 7 WARNING stevedore.named [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-19 05:52:07.022 7 WARNING stevedore.named [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-19 05:52:07.022 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: port-resource-request 2026-05-19 05:52:07.023 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-19 05:52:07.023 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-19 05:52:07.024 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: binding 2026-05-19 05:52:07.025 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: binding-extended 2026-05-19 05:52:07.026 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: port-security 2026-05-19 05:52:07.026 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: project-id 2026-05-19 05:52:07.027 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: provider 2026-05-19 05:52:07.028 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-19 05:52:07.030 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: qos 2026-05-19 05:52:07.031 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-19 05:52:07.032 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-19 05:52:07.033 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: qos-default 2026-05-19 05:52:07.033 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: qos-fip 2026-05-19 05:52:07.034 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-19 05:52:07.034 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-19 05:52:07.035 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-19 05:52:07.036 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-19 05:52:07.036 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-19 05:52:07.037 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: qos-pps 2026-05-19 05:52:07.037 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-19 05:52:07.038 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-19 05:52:07.038 7 INFO neutron.manager [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loading Plugin: auto_allocate 2026-05-19 05:52:07.038 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-19 05:52:07.039 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: qos-rules-alias 2026-05-19 05:52:07.040 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: quota-check-limit 2026-05-19 05:52:07.041 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-19 05:52:07.044 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: quotas 2026-05-19 05:52:07.045 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: quota_details 2026-05-19 05:52:07.047 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: rbac-policies 2026-05-19 05:52:07.048 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: rbac-address-group 2026-05-19 05:52:07.048 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: rbac-address-scope 2026-05-19 05:52:07.049 7 INFO neutron.manager [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loading Plugin: tag 2026-05-19 05:52:07.049 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: rbac-security-groups 2026-05-19 05:52:07.049 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-19 05:52:07.050 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: revision-if-match 2026-05-19 05:52:07.051 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-19 05:52:07.052 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: router_availability_zone 2026-05-19 05:52:07.052 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-19 05:52:07.055 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-19 05:52:07.055 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-19 05:52:07.056 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-19 05:52:07.057 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-19 05:52:07.057 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-19 05:52:07.058 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-19 05:52:07.063 7 INFO neutron.manager [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loading Plugin: timestamp 2026-05-19 05:52:07.064 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: security-group 2026-05-19 05:52:07.065 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: segment 2026-05-19 05:52:07.065 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-19 05:52:07.066 7 INFO neutron.manager [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loading Plugin: network_ip_availability 2026-05-19 05:52:07.066 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: service-type 2026-05-19 05:52:07.067 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: sorting 2026-05-19 05:52:07.067 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: standard-attr-segment 2026-05-19 05:52:07.068 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: standard-attr-description 2026-05-19 05:52:07.068 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: stateful-security-group 2026-05-19 05:52:07.069 8 WARNING neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-19 05:52:07.069 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-19 05:52:07.070 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: subnet-external-network 2026-05-19 05:52:07.070 7 INFO neutron.manager [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loading Plugin: flavors 2026-05-19 05:52:07.070 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: subnet_onboard 2026-05-19 05:52:07.071 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-19 05:52:07.072 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: subnet-service-types 2026-05-19 05:52:07.072 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: subnet_allocation 2026-05-19 05:52:07.073 7 INFO neutron.manager [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loading Plugin: revisions 2026-05-19 05:52:07.074 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-19 05:52:07.074 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: tag-creation 2026-05-19 05:52:07.075 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-19 05:52:07.077 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Initializing extension manager. 2026-05-19 05:52:07.078 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: address-group 2026-05-19 05:52:07.078 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: standard-attr-tag 2026-05-19 05:52:07.079 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: address-scope 2026-05-19 05:52:07.079 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-19 05:52:07.080 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-19 05:52:07.080 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: trunk 2026-05-19 05:52:07.080 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: agent 2026-05-19 05:52:07.081 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: trunk-details 2026-05-19 05:52:07.081 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: agent-resources-synced 2026-05-19 05:52:07.081 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-19 05:52:07.082 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-19 05:52:07.082 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-19 05:52:07.083 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-19 05:52:07.083 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-19 05:52:07.084 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-19 05:52:07.084 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: availability_zone 2026-05-19 05:52:07.084 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: availability_zone_filter 2026-05-19 05:52:07.085 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-19 05:52:07.086 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: default-subnetpools 2026-05-19 05:52:07.086 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-19 05:52:07.087 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-19 05:52:07.087 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-19 05:52:07.088 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: dns-integration 2026-05-19 05:52:07.088 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: dns-domain-ports 2026-05-19 05:52:07.089 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-19 05:52:07.089 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: dvr 2026-05-19 05:52:07.089 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: vpn-flavors 2026-05-19 05:52:07.090 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-19 05:52:07.090 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: empty-string-filtering 2026-05-19 05:52:07.091 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-19 05:52:07.091 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: vpnaas 2026-05-19 05:52:07.091 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-19 05:52:07.092 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: external-net 2026-05-19 05:52:07.093 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: taas 2026-05-19 05:52:07.093 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-19 05:52:07.094 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: extraroute 2026-05-19 05:52:07.094 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: tap-mirror 2026-05-19 05:52:07.094 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: extraroute-atomic 2026-05-19 05:52:07.095 8 INFO neutron.api.extensions [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-19 05:52:07.095 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-19 05:52:07.095 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-19 05:52:07.096 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-19 05:52:07.096 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-19 05:52:07.097 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: fip-port-details 2026-05-19 05:52:07.098 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: flavors 2026-05-19 05:52:07.098 8 INFO neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-19 05:52:07.098 8 INFO neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-19 05:52:07.098 8 INFO neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-19 05:52:07.099 8 INFO neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-19 05:52:07.099 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-19 05:52:07.100 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: floatingip-pools 2026-05-19 05:52:07.100 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: ip_allocation 2026-05-19 05:52:07.101 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-19 05:52:07.101 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: l2_adjacency 2026-05-19 05:52:07.102 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: router 2026-05-19 05:52:07.103 8 INFO neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-19 05:52:07.103 8 INFO neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-19 05:52:07.104 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-19 05:52:07.105 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-19 05:52:07.105 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-19 05:52:07.106 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: ext-gw-mode 2026-05-19 05:52:07.106 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: l3-ha 2026-05-19 05:52:07.107 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-19 05:52:07.107 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-19 05:52:07.108 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: l3-flavors 2026-05-19 05:52:07.108 8 INFO neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-19 05:52:07.109 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-19 05:52:07.109 8 INFO neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-19 05:52:07.109 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-19 05:52:07.110 8 INFO neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-19 05:52:07.110 8 INFO neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-19 05:52:07.111 8 WARNING neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] subnetpool is already registered 2026-05-19 05:52:07.111 8 INFO neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-19 05:52:07.111 8 WARNING neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] subnetpool is already registered 2026-05-19 05:52:07.112 8 INFO neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-19 05:52:07.112 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-19 05:52:07.112 8 INFO neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-19 05:52:07.113 8 INFO neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-19 05:52:07.113 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-19 05:52:07.113 8 INFO neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-19 05:52:07.114 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-19 05:52:07.114 8 INFO neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-19 05:52:07.115 8 INFO neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-19 05:52:07.115 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-19 05:52:07.115 8 INFO neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-19 05:52:07.115 8 WARNING neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] ipsecpolicy is already registered 2026-05-19 05:52:07.116 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-19 05:52:07.116 8 INFO neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-19 05:52:07.116 8 WARNING neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] ikepolicy is already registered 2026-05-19 05:52:07.116 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: multi-provider 2026-05-19 05:52:07.117 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: net-mtu 2026-05-19 05:52:07.118 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: net-mtu-writable 2026-05-19 05:52:07.118 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: network_availability_zone 2026-05-19 05:52:07.119 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: network_ha 2026-05-19 05:52:07.119 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: network-ip-availability 2026-05-19 05:52:07.120 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-19 05:52:07.121 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: pagination 2026-05-19 05:52:07.122 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: port-device-profile 2026-05-19 05:52:07.121 8 INFO neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-19 05:52:07.122 8 WARNING neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] router is already registered 2026-05-19 05:52:07.122 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-19 05:52:07.122 8 INFO neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-19 05:52:07.123 8 WARNING neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] floatingip is already registered 2026-05-19 05:52:07.123 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-19 05:52:07.123 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-19 05:52:07.124 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: port-mac-override 2026-05-19 05:52:07.124 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-19 05:52:07.125 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-19 05:52:07.125 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-19 05:52:07.126 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: port-resource-request 2026-05-19 05:52:07.126 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-19 05:52:07.127 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-19 05:52:07.127 8 INFO neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-19 05:52:07.127 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: binding 2026-05-19 05:52:07.127 8 WARNING neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] rbac_policy is already registered 2026-05-19 05:52:07.128 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: binding-extended 2026-05-19 05:52:07.128 8 INFO neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-19 05:52:07.128 8 WARNING neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] security_group is already registered 2026-05-19 05:52:07.128 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: port-security 2026-05-19 05:52:07.128 8 INFO neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-19 05:52:07.129 8 WARNING neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] security_group_rule is already registered 2026-05-19 05:52:07.129 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: project-id 2026-05-19 05:52:07.129 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: provider 2026-05-19 05:52:07.130 8 INFO neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-19 05:52:07.130 8 WARNING neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] subnetpool is already registered 2026-05-19 05:52:07.130 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-19 05:52:07.130 8 INFO neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-19 05:52:07.130 8 WARNING neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] subnetpool is already registered 2026-05-19 05:52:07.131 8 INFO neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-19 05:52:07.131 8 WARNING neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] trunk is already registered 2026-05-19 05:52:07.132 8 INFO neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-19 05:52:07.132 8 WARNING neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] ikepolicy is already registered 2026-05-19 05:52:07.132 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: qos 2026-05-19 05:52:07.132 8 INFO neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-19 05:52:07.132 8 WARNING neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] ipsecpolicy is already registered 2026-05-19 05:52:07.133 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-19 05:52:07.133 8 INFO neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-19 05:52:07.133 8 WARNING neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] endpoint_group is already registered 2026-05-19 05:52:07.133 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-19 05:52:07.133 8 INFO neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-19 05:52:07.134 8 WARNING neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] vpnservice is already registered 2026-05-19 05:52:07.134 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: qos-default 2026-05-19 05:52:07.134 8 INFO neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-19 05:52:07.134 8 WARNING neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] ipsec_site_connection is already registered 2026-05-19 05:52:07.134 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: qos-fip 2026-05-19 05:52:07.135 8 INFO neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-19 05:52:07.135 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-19 05:52:07.135 8 WARNING neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] ipsecpolicy is already registered 2026-05-19 05:52:07.135 8 INFO neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-19 05:52:07.135 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-19 05:52:07.135 8 WARNING neutron.quota.resource_registry [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] ikepolicy is already registered 2026-05-19 05:52:07.136 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-19 05:52:07.136 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-19 05:52:07.137 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-19 05:52:07.138 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: qos-pps 2026-05-19 05:52:07.138 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-19 05:52:07.139 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-19 05:52:07.139 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: qos-rules-alias 2026-05-19 05:52:07.140 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: quota-check-limit 2026-05-19 05:52:07.141 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-19 05:52:07.143 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: quotas 2026-05-19 05:52:07.144 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: quota_details 2026-05-19 05:52:07.146 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: rbac-policies 2026-05-19 05:52:07.147 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: rbac-address-group 2026-05-19 05:52:07.147 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: rbac-address-scope 2026-05-19 05:52:07.148 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: rbac-security-groups 2026-05-19 05:52:07.148 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-19 05:52:07.149 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: revision-if-match 2026-05-19 05:52:07.150 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-19 05:52:07.150 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: router_availability_zone 2026-05-19 05:52:07.151 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-19 05:52:07.153 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-19 05:52:07.153 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-19 05:52:07.154 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-19 05:52:07.154 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-19 05:52:07.155 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-19 05:52:07.155 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-19 05:52:07.160 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: security-group 2026-05-19 05:52:07.161 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: segment 2026-05-19 05:52:07.162 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-19 05:52:07.162 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: service-type 2026-05-19 05:52:07.163 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: sorting 2026-05-19 05:52:07.163 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: standard-attr-segment 2026-05-19 05:52:07.164 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: standard-attr-description 2026-05-19 05:52:07.165 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: stateful-security-group 2026-05-19 05:52:07.165 7 WARNING neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-19 05:52:07.166 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-19 05:52:07.166 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: subnet-external-network 2026-05-19 05:52:07.167 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: subnet_onboard 2026-05-19 05:52:07.167 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-19 05:52:07.168 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: subnet-service-types 2026-05-19 05:52:07.168 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: subnet_allocation 2026-05-19 05:52:07.169 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-19 05:52:07.170 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: tag-creation 2026-05-19 05:52:07.170 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-19 05:52:07.174 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: standard-attr-tag 2026-05-19 05:52:07.175 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-19 05:52:07.175 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: trunk 2026-05-19 05:52:07.176 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: trunk-details 2026-05-19 05:52:07.176 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-19 05:52:07.177 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-19 05:52:07.177 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-19 05:52:07.178 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-19 05:52:07.180 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-19 05:52:07.181 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-19 05:52:07.181 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: vpn-flavors 2026-05-19 05:52:07.181 8 WARNING keystonemiddleware._common.config [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-19 05:52:07.184 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: vpnaas 2026-05-19 05:52:07.185 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: taas 2026-05-19 05:52:07.186 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: tap-mirror 2026-05-19 05:52:07.187 7 INFO neutron.api.extensions [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-19 05:52:07.189 7 INFO neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-19 05:52:07.189 7 INFO neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-19 05:52:07.189 7 INFO neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-19 05:52:07.189 7 INFO neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-19 05:52:07.189 8 WARNING oslo_config.cfg [None req-48457097-d55c-42b7-b2e9-497979e05b50 - - - - - -] 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 0x7f2ff766c668 pid: 8 (default app) 2026-05-19 05:52:07.193 7 INFO neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-19 05:52:07.193 7 INFO neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-19 05:52:07.198 7 INFO neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-19 05:52:07.199 7 INFO neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-19 05:52:07.199 7 INFO neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-19 05:52:07.200 7 INFO neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-19 05:52:07.200 7 WARNING neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] subnetpool is already registered 2026-05-19 05:52:07.200 7 INFO neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-19 05:52:07.201 7 WARNING neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] subnetpool is already registered 2026-05-19 05:52:07.201 7 INFO neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-19 05:52:07.201 7 INFO neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-19 05:52:07.202 7 INFO neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-19 05:52:07.202 7 INFO neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-19 05:52:07.203 7 INFO neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-19 05:52:07.203 7 INFO neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-19 05:52:07.203 7 INFO neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-19 05:52:07.204 7 WARNING neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] ipsecpolicy is already registered 2026-05-19 05:52:07.204 7 INFO neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-19 05:52:07.204 7 WARNING neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] ikepolicy is already registered 2026-05-19 05:52:07.210 7 INFO neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-19 05:52:07.210 7 WARNING neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] router is already registered 2026-05-19 05:52:07.210 7 INFO neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-19 05:52:07.211 7 WARNING neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] floatingip is already registered 2026-05-19 05:52:07.214 7 INFO neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-19 05:52:07.214 7 WARNING neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] rbac_policy is already registered 2026-05-19 05:52:07.215 7 INFO neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-19 05:52:07.215 7 WARNING neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] security_group is already registered 2026-05-19 05:52:07.215 7 INFO neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-19 05:52:07.216 7 WARNING neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] security_group_rule is already registered 2026-05-19 05:52:07.216 7 INFO neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-19 05:52:07.217 7 WARNING neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] subnetpool is already registered 2026-05-19 05:52:07.217 7 INFO neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-19 05:52:07.217 7 WARNING neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] subnetpool is already registered 2026-05-19 05:52:07.218 7 INFO neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-19 05:52:07.218 7 WARNING neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] trunk is already registered 2026-05-19 05:52:07.218 7 INFO neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-19 05:52:07.219 7 WARNING neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] ikepolicy is already registered 2026-05-19 05:52:07.219 7 INFO neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-19 05:52:07.219 7 WARNING neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] ipsecpolicy is already registered 2026-05-19 05:52:07.220 7 INFO neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-19 05:52:07.220 7 WARNING neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] endpoint_group is already registered 2026-05-19 05:52:07.220 7 INFO neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-19 05:52:07.221 7 WARNING neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] vpnservice is already registered 2026-05-19 05:52:07.221 7 INFO neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-19 05:52:07.221 7 WARNING neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] ipsec_site_connection is already registered 2026-05-19 05:52:07.222 7 INFO neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-19 05:52:07.222 7 WARNING neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] ipsecpolicy is already registered 2026-05-19 05:52:07.222 7 INFO neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-19 05:52:07.222 7 WARNING neutron.quota.resource_registry [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] ikepolicy is already registered 2026-05-19 05:52:07.272 7 WARNING keystonemiddleware._common.config [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-19 05:52:07.282 7 WARNING oslo_config.cfg [None req-917e58fc-8f0b-446d-958c-5217733dbfb5 - - - - - -] 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 0x7f2ff766c668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-19 05:52:12.383 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f0094795-b8ef-4611-88a2-a8810c089b55 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.204.45.44 () {44 vars in 924 bytes} [Tue May 19 05:52:11 2026] GET /v2.0/networks/public => generated 108 bytes in 804 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/4] 199.204.45.44 () {44 vars in 946 bytes} [Tue May 19 05:52:12 2026] GET /v2.0/networks?name=public => generated 15 bytes in 402 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 05:52:13.207 8 WARNING neutron.services.revisions.revision_plugin [None req-91c2e71e-e04c-4c27-8ced-e4387be192bf 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Could not find related network for resource to bump revision. 2026-05-19 05:52:13.231 8 INFO neutron.db.segments_db [None req-91c2e71e-e04c-4c27-8ced-e4387be192bf 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Added segment 1c2261d7-afd6-4fc3-84d7-4b607548700c of type flat for network db866e1d-2b70-406c-bb41-6749e7abb60c 2026-05-19 05:52:13.286 8 INFO neutron.pecan_wsgi.hooks.translation [None req-91c2e71e-e04c-4c27-8ced-e4387be192bf 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/6] 199.204.45.44 () {48 vars in 964 bytes} [Tue May 19 05:52:12 2026] POST /v2.0/networks => generated 124 bytes in 505 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-19 05:52:19.539 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5f3f752e-ae8d-46cd-932a-bee4d3e7b07a 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/7] 199.204.45.44 () {44 vars in 924 bytes} [Tue May 19 05:52:19 2026] GET /v2.0/networks/public => generated 108 bytes in 396 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 5/8] 199.204.45.44 () {44 vars in 946 bytes} [Tue May 19 05:52:19 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-19 05:52:19.818 7 WARNING neutron.services.revisions.revision_plugin [None req-4166ae9e-3470-4f71-9153-7e27f3aaa89b 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Could not find related network for resource to bump revision. 2026-05-19 05:52:19.846 7 INFO neutron.db.segments_db [None req-4166ae9e-3470-4f71-9153-7e27f3aaa89b 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Added segment 8fe8dbf5-9b1c-4d2f-a562-6a6e0a760989 of type flat for network 7a6a1b4a-2e3f-4e84-b7d5-64f516e256c7 2026-05-19 05:52:19.899 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4166ae9e-3470-4f71-9153-7e27f3aaa89b 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/9] 199.204.45.44 () {48 vars in 964 bytes} [Tue May 19 05:52:19 2026] POST /v2.0/networks => generated 124 bytes in 341 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-19 05:52:25.769 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fbb663a1-ca55-4b2c-b820-9291cfe88b07 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/10] 199.204.45.44 () {44 vars in 924 bytes} [Tue May 19 05:52:25 2026] GET /v2.0/networks/public => generated 108 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/11] 199.204.45.44 () {44 vars in 946 bytes} [Tue May 19 05:52:25 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 05:52:25.843 8 WARNING neutron.services.revisions.revision_plugin [None req-84116cb0-8033-402c-880c-f44a6a591e97 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Could not find related network for resource to bump revision. 2026-05-19 05:52:25.855 8 INFO neutron.db.segments_db [None req-84116cb0-8033-402c-880c-f44a6a591e97 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Added segment 61e8bbda-1b81-4229-aa8b-3b5c4b7a4737 of type flat for network 2677653d-f43a-4cda-a466-13262c0fd20f 2026-05-19 05:52:25.879 8 INFO neutron.pecan_wsgi.hooks.translation [None req-84116cb0-8033-402c-880c-f44a6a591e97 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/12] 199.204.45.44 () {48 vars in 964 bytes} [Tue May 19 05:52:25 2026] POST /v2.0/networks => generated 124 bytes in 94 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-19 05:52:31.752 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6bfcd84d-b47b-4c57-a7be-5b8fc2d258d0 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/14] 199.204.45.44 () {44 vars in 924 bytes} [Tue May 19 05:52:31 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: 7/15] 199.204.45.44 () {44 vars in 946 bytes} [Tue May 19 05:52:31 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-19 05:52:31.819 8 WARNING neutron.services.revisions.revision_plugin [None req-94d51e12-c365-4c0a-af0c-1f94247e2196 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Could not find related network for resource to bump revision. 2026-05-19 05:52:31.844 8 INFO neutron.db.segments_db [None req-94d51e12-c365-4c0a-af0c-1f94247e2196 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Added segment 9269b328-d5c4-49df-af66-2d04574d7569 of type flat for network 14b36446-bee9-4074-998d-f5280b631157 2026-05-19 05:52:31.872 8 INFO neutron.pecan_wsgi.hooks.translation [None req-94d51e12-c365-4c0a-af0c-1f94247e2196 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/16] 199.204.45.44 () {48 vars in 964 bytes} [Tue May 19 05:52:31 2026] POST /v2.0/networks => generated 124 bytes in 110 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-19 05:52:37.783 7 INFO neutron.pecan_wsgi.hooks.translation [None req-87c2f8a6-87f4-47b5-a3ca-3657a63d822c 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/17] 199.204.45.44 () {44 vars in 924 bytes} [Tue May 19 05:52:37 2026] GET /v2.0/networks/public => generated 108 bytes in 64 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 10/18] 199.204.45.44 () {44 vars in 946 bytes} [Tue May 19 05:52:37 2026] GET /v2.0/networks?name=public => generated 15 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 05:52:37.868 7 WARNING neutron.services.revisions.revision_plugin [None req-e5f3aab8-e8cc-4f73-9ac6-2134ede0ea1f 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Could not find related network for resource to bump revision. 2026-05-19 05:52:37.896 7 INFO neutron.db.segments_db [None req-e5f3aab8-e8cc-4f73-9ac6-2134ede0ea1f 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Added segment 7544ed5a-6dab-44cf-ad1f-de4ce3b0802a of type flat for network 5e749423-8c30-4772-8e74-f2619115722b 2026-05-19 05:52:37.917 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e5f3aab8-e8cc-4f73-9ac6-2134ede0ea1f 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/19] 199.204.45.44 () {48 vars in 964 bytes} [Tue May 19 05:52:37 2026] POST /v2.0/networks => generated 124 bytes in 117 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-19 05:52:43.825 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ab7fa188-31c6-4a5a-9823-2f086f1ac92b 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/21] 199.204.45.44 () {44 vars in 924 bytes} [Tue May 19 05:52:43 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: 8|app: 0|req: 12/22] 199.204.45.44 () {44 vars in 946 bytes} [Tue May 19 05:52:43 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 05:52:43.954 7 WARNING neutron.services.revisions.revision_plugin [None req-5cebb625-07d0-4aa1-bd6b-cee6a61a5542 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Could not find related network for resource to bump revision. 2026-05-19 05:52:43.968 7 INFO neutron.db.segments_db [None req-5cebb625-07d0-4aa1-bd6b-cee6a61a5542 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Added segment f6dd11d4-9139-4fc2-b9ce-cd48c34592ed of type flat for network 3084c245-459d-40e8-b1c4-a5826a39afe3 [pid: 7|app: 0|req: 11/23] 199.204.45.44 () {48 vars in 964 bytes} [Tue May 19 05:52:43 2026] POST /v2.0/networks => generated 706 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 05:52:45.277 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1089b4c9-61a8-45cf-acc2-5173b5155288 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 13/24] 199.204.45.44 () {44 vars in 924 bytes} [Tue May 19 05:52:45 2026] GET /v2.0/networks/public => generated 108 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/25] 199.204.45.44 () {44 vars in 946 bytes} [Tue May 19 05:52:45 2026] GET /v2.0/networks?name=public => generated 709 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 05:52:45.351 8 INFO neutron.pecan_wsgi.hooks.translation [None req-288ab84c-3c84-43c8-a5bc-81f57b821471 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 14/26] 199.204.45.44 () {44 vars in 1031 bytes} [Tue May 19 05:52:45 2026] GET /v2.0/subnets/public-subnet?network_id=3084c245-459d-40e8-b1c4-a5826a39afe3 => generated 113 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/27] 199.204.45.44 () {44 vars in 1054 bytes} [Tue May 19 05:52:45 2026] GET /v2.0/subnets?name=public-subnet&network_id=3084c245-459d-40e8-b1c4-a5826a39afe3 => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 15/28] 199.204.45.44 () {48 vars in 962 bytes} [Tue May 19 05:52:45 2026] POST /v2.0/subnets => generated 664 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 05:57:36.774 7 INFO neutron.pecan_wsgi.hooks.translation [None req-28f57d67-4251-4061-82a8-a68ca5192dc7 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 33/66] 199.204.45.44 () {44 vars in 934 bytes} [Tue May 19 05:57:36 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 110 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/67] 199.204.45.44 () {44 vars in 956 bytes} [Tue May 19 05:57:36 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 05:57:36.863 7 INFO neutron.db.segments_db [None req-d2eb5c11-6ca8-4331-b615-e40d84ca496a 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Added segment 29fb57e1-56c4-4e1a-ba16-b88f761714ae of type vxlan for network 99ccab81-a8ef-470d-9444-7fcd3a4e16a2 [pid: 7|app: 0|req: 34/68] 199.204.45.44 () {48 vars in 963 bytes} [Tue May 19 05:57:36 2026] POST /v2.0/networks => generated 688 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 05:57:37.861 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c79ae9d6-467b-4ae4-89b3-06be0db97d57 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/69] 199.204.45.44 () {44 vars in 934 bytes} [Tue May 19 05:57:37 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: 35/70] 199.204.45.44 () {44 vars in 956 bytes} [Tue May 19 05:57:37 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 05:57:37.918 8 INFO neutron.pecan_wsgi.hooks.translation [None req-81bd1538-2b99-44dc-9ef4-3470fb4a9c0a 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/71] 199.204.45.44 () {44 vars in 1033 bytes} [Tue May 19 05:57:37 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=99ccab81-a8ef-470d-9444-7fcd3a4e16a2 => generated 114 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/72] 199.204.45.44 () {44 vars in 1056 bytes} [Tue May 19 05:57:37 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=99ccab81-a8ef-470d-9444-7fcd3a4e16a2 => generated 14 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/73] 199.204.45.44 () {48 vars in 962 bytes} [Tue May 19 05:57:37 2026] POST /v2.0/subnets => generated 651 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 05:57:39.290 7 INFO neutron.api.v2.resource [None req-3379f96c-9f17-4e86-9a48-20a88287ba20 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/74] 199.204.45.44 () {44 vars in 968 bytes} [Tue May 19 05:57:39 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/75] 199.204.45.44 () {44 vars in 990 bytes} [Tue May 19 05:57:39 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/76] 199.204.45.44 () {48 vars in 977 bytes} [Tue May 19 05:57:39 2026] POST /v2.0/security-groups => generated 1616 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/77] 199.204.45.44 () {44 vars in 998 bytes} [Tue May 19 05:57:40 2026] GET /v2.0/security-groups/7d8f5770-b8ab-496e-89d1-2aa9476f1488 => generated 1616 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/78] 199.204.45.44 () {44 vars in 998 bytes} [Tue May 19 05:57:40 2026] GET /v2.0/security-groups/7d8f5770-b8ab-496e-89d1-2aa9476f1488 => generated 1616 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/79] 199.204.45.44 () {44 vars in 998 bytes} [Tue May 19 05:57:40 2026] GET /v2.0/security-groups/7d8f5770-b8ab-496e-89d1-2aa9476f1488 => generated 1616 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/80] 199.204.45.44 () {48 vars in 988 bytes} [Tue May 19 05:57:40 2026] POST /v2.0/security-group-rules => generated 601 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/81] 199.204.45.44 () {44 vars in 998 bytes} [Tue May 19 05:57:41 2026] GET /v2.0/security-groups/7d8f5770-b8ab-496e-89d1-2aa9476f1488 => generated 2230 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/82] 199.204.45.44 () {44 vars in 998 bytes} [Tue May 19 05:57:41 2026] GET /v2.0/security-groups/7d8f5770-b8ab-496e-89d1-2aa9476f1488 => generated 2230 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/83] 199.204.45.44 () {44 vars in 998 bytes} [Tue May 19 05:57:41 2026] GET /v2.0/security-groups/7d8f5770-b8ab-496e-89d1-2aa9476f1488 => 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: 42/84] 199.204.45.44 () {48 vars in 988 bytes} [Tue May 19 05:57:41 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: 8|app: 0|req: 43/85] 199.204.45.44 () {44 vars in 998 bytes} [Tue May 19 05:57:42 2026] GET /v2.0/security-groups/7d8f5770-b8ab-496e-89d1-2aa9476f1488 => generated 2846 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/86] 199.204.45.44 () {44 vars in 998 bytes} [Tue May 19 05:57:42 2026] GET /v2.0/security-groups/7d8f5770-b8ab-496e-89d1-2aa9476f1488 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/87] 199.204.45.44 () {44 vars in 998 bytes} [Tue May 19 05:57:42 2026] GET /v2.0/security-groups/7d8f5770-b8ab-496e-89d1-2aa9476f1488 => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/88] 199.204.45.44 () {48 vars in 988 bytes} [Tue May 19 05:57:42 2026] POST /v2.0/security-group-rules => generated 603 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/91] 199.204.45.44 () {44 vars in 998 bytes} [Tue May 19 05:57:43 2026] GET /v2.0/security-groups/7d8f5770-b8ab-496e-89d1-2aa9476f1488 => generated 3462 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/92] 199.204.45.44 () {44 vars in 998 bytes} [Tue May 19 05:57:43 2026] GET /v2.0/security-groups/7d8f5770-b8ab-496e-89d1-2aa9476f1488 => generated 3462 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/93] 199.204.45.44 () {44 vars in 998 bytes} [Tue May 19 05:57:43 2026] GET /v2.0/security-groups/7d8f5770-b8ab-496e-89d1-2aa9476f1488 => generated 3462 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/94] 199.204.45.44 () {48 vars in 988 bytes} [Tue May 19 05:57:43 2026] POST /v2.0/security-group-rules => generated 603 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/95] 199.204.45.44 () {44 vars in 998 bytes} [Tue May 19 05:57:44 2026] GET /v2.0/security-groups/7d8f5770-b8ab-496e-89d1-2aa9476f1488 => generated 4078 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/96] 199.204.45.44 () {44 vars in 998 bytes} [Tue May 19 05:57:44 2026] GET /v2.0/security-groups/7d8f5770-b8ab-496e-89d1-2aa9476f1488 => generated 4078 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/97] 199.204.45.44 () {44 vars in 998 bytes} [Tue May 19 05:57:44 2026] GET /v2.0/security-groups/7d8f5770-b8ab-496e-89d1-2aa9476f1488 => generated 4078 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/98] 199.204.45.44 () {48 vars in 988 bytes} [Tue May 19 05:57:45 2026] POST /v2.0/security-group-rules => generated 603 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/99] 199.204.45.44 () {44 vars in 984 bytes} [Tue May 19 05:57:46 2026] GET /v2.0/networks/99ccab81-a8ef-470d-9444-7fcd3a4e16a2 => generated 732 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 05:57:46.399 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4b6a0673-a746-422e-9560-083682d2a8e1 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 50/100] 199.204.45.44 () {44 vars in 1073 bytes} [Tue May 19 05:57:46 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=99ccab81-a8ef-470d-9444-7fcd3a4e16a2 => generated 132 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/101] 199.204.45.44 () {44 vars in 1096 bytes} [Tue May 19 05:57:46 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=99ccab81-a8ef-470d-9444-7fcd3a4e16a2 => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/102] 199.204.45.44 () {44 vars in 998 bytes} [Tue May 19 05:57:46 2026] GET /v2.0/security-groups/7d8f5770-b8ab-496e-89d1-2aa9476f1488 => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/103] 199.204.45.44 () {48 vars in 958 bytes} [Tue May 19 05:57:46 2026] POST /v2.0/ports => generated 1100 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-19 05:57:54.075 7 INFO neutron.pecan_wsgi.hooks.translation [None req-203818df-f5e4-4f25-8113-e860c976f5dc 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 52/104] 199.204.45.44 () {44 vars in 976 bytes} [Tue May 19 05:57:54 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 47 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: 53/105] 199.204.45.44 () {44 vars in 998 bytes} [Tue May 19 05:57:54 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/106] 199.204.45.44 () {48 vars in 1028 bytes} [Tue May 19 05:57:54 2026] PUT /v2.0/ports/b0d5b56e-4767-49e2-a142-7f57319665a8 => generated 1249 bytes in 522 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/107] 199.204.45.44 () {44 vars in 917 bytes} [Tue May 19 05:57:56 2026] GET /v2.0/ports => generated 3730 bytes in 269 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-19 05:57:57.638 7 INFO neutron.api.v2.resource [None req-ce4c4a37-26e7-4cda-a7d7-48b26e949352 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 54/108] 199.204.45.44 () {44 vars in 956 bytes} [Tue May 19 05:57:57 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/109] 199.204.45.44 () {44 vars in 978 bytes} [Tue May 19 05:57:57 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/110] 199.204.45.44 () {48 vars in 977 bytes} [Tue May 19 05:57:57 2026] POST /v2.0/security-groups => generated 1610 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/113] 199.204.45.44 () {44 vars in 998 bytes} [Tue May 19 05:57:58 2026] GET /v2.0/security-groups/48e59e55-f40e-46c9-91c8-134011e7932f => generated 1610 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/114] 199.204.45.44 () {44 vars in 998 bytes} [Tue May 19 05:57:58 2026] GET /v2.0/security-groups/48e59e55-f40e-46c9-91c8-134011e7932f => generated 1610 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/115] 199.204.45.44 () {44 vars in 998 bytes} [Tue May 19 05:57:58 2026] GET /v2.0/security-groups/48e59e55-f40e-46c9-91c8-134011e7932f => generated 1610 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/116] 199.204.45.44 () {48 vars in 988 bytes} [Tue May 19 05:57:58 2026] POST /v2.0/security-group-rules => generated 623 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/117] 199.204.45.44 () {44 vars in 998 bytes} [Tue May 19 05:57:59 2026] GET /v2.0/security-groups/48e59e55-f40e-46c9-91c8-134011e7932f => generated 2246 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/118] 199.204.45.44 () {44 vars in 998 bytes} [Tue May 19 05:57:59 2026] GET /v2.0/security-groups/48e59e55-f40e-46c9-91c8-134011e7932f => generated 2246 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/119] 199.204.45.44 () {44 vars in 998 bytes} [Tue May 19 05:57:59 2026] GET /v2.0/security-groups/48e59e55-f40e-46c9-91c8-134011e7932f => generated 2246 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/120] 199.204.45.44 () {48 vars in 988 bytes} [Tue May 19 05:57:59 2026] POST /v2.0/security-group-rules => generated 627 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 65/129] 199.204.45.44 () {44 vars in 972 bytes} [Tue May 19 05:59:01 2026] GET /v2.0/quotas/b00825cf8fc243c3970f4c952a3dedd4 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/130] 199.204.45.44 () {48 vars in 1024 bytes} [Tue May 19 05:59:01 2026] PUT /v2.0/quotas/b00825cf8fc243c3970f4c952a3dedd4 => generated 291 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-19 06:01:22.763 8 INFO neutron.pecan_wsgi.hooks.translation [None req-88d6b802-defc-45c9-9053-c894319ea6c8 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 75/149] 199.204.45.44 () {30 vars in 740 bytes} [Tue May 19 06:01:22 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 211 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 75/150] 199.204.45.44 () {30 vars in 762 bytes} [Tue May 19 06:01:22 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:01:24.786 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b8b9baf3-912f-4898-9dec-47640adbbe27 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 76/151] 199.204.45.44 () {30 vars in 740 bytes} [Tue May 19 06:01:24 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 93 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 76/152] 199.204.45.44 () {30 vars in 762 bytes} [Tue May 19 06:01:24 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:07:26.156 8 INFO neutron.api.v2.resource [None req-54e64e54-83b1-43ae-bc61-de95165b663c 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 101/201] 199.204.45.44 () {44 vars in 1071 bytes} [Tue May 19 06:07:26 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=eb6e4e0ab40c4548aadde9c225e87820 => generated 139 bytes in 149 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/202] 199.204.45.44 () {44 vars in 1094 bytes} [Tue May 19 06:07:26 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=eb6e4e0ab40c4548aadde9c225e87820 => generated 23 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/203] 199.204.45.44 () {48 vars in 978 bytes} [Tue May 19 06:07:26 2026] POST /v2.0/security-groups => generated 1624 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/204] 199.204.45.44 () {44 vars in 1085 bytes} [Tue May 19 06:07:27 2026] GET /v2.0/security-groups/7d280e95-8d94-4540-b5e2-c2e757384f29?project_id=eb6e4e0ab40c4548aadde9c225e87820 => generated 1624 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/205] 199.204.45.44 () {44 vars in 998 bytes} [Tue May 19 06:07:27 2026] GET /v2.0/security-groups/7d280e95-8d94-4540-b5e2-c2e757384f29 => generated 1624 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/206] 199.204.45.44 () {44 vars in 1085 bytes} [Tue May 19 06:07:27 2026] GET /v2.0/security-groups/7d280e95-8d94-4540-b5e2-c2e757384f29?project_id=eb6e4e0ab40c4548aadde9c225e87820 => generated 1624 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/207] 199.204.45.44 () {48 vars in 988 bytes} [Tue May 19 06:07:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/210] 199.204.45.44 () {44 vars in 1085 bytes} [Tue May 19 06:07:28 2026] GET /v2.0/security-groups/7d280e95-8d94-4540-b5e2-c2e757384f29?project_id=eb6e4e0ab40c4548aadde9c225e87820 => generated 2234 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/211] 199.204.45.44 () {44 vars in 998 bytes} [Tue May 19 06:07:28 2026] GET /v2.0/security-groups/7d280e95-8d94-4540-b5e2-c2e757384f29 => generated 2234 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/212] 199.204.45.44 () {44 vars in 1085 bytes} [Tue May 19 06:07:28 2026] GET /v2.0/security-groups/7d280e95-8d94-4540-b5e2-c2e757384f29?project_id=eb6e4e0ab40c4548aadde9c225e87820 => generated 2234 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/213] 199.204.45.44 () {48 vars in 988 bytes} [Tue May 19 06:07:28 2026] POST /v2.0/security-group-rules => generated 599 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/214] 199.204.45.44 () {44 vars in 1085 bytes} [Tue May 19 06:07:29 2026] GET /v2.0/security-groups/7d280e95-8d94-4540-b5e2-c2e757384f29?project_id=eb6e4e0ab40c4548aadde9c225e87820 => generated 2846 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/215] 199.204.45.44 () {44 vars in 998 bytes} [Tue May 19 06:07:29 2026] GET /v2.0/security-groups/7d280e95-8d94-4540-b5e2-c2e757384f29 => 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: 108/216] 199.204.45.44 () {44 vars in 1085 bytes} [Tue May 19 06:07:30 2026] GET /v2.0/security-groups/7d280e95-8d94-4540-b5e2-c2e757384f29?project_id=eb6e4e0ab40c4548aadde9c225e87820 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/217] 199.204.45.44 () {48 vars in 988 bytes} [Tue May 19 06:07:30 2026] POST /v2.0/security-group-rules => generated 601 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/218] 199.204.45.44 () {44 vars in 1085 bytes} [Tue May 19 06:07:31 2026] GET /v2.0/security-groups/7d280e95-8d94-4540-b5e2-c2e757384f29?project_id=eb6e4e0ab40c4548aadde9c225e87820 => generated 3460 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/219] 199.204.45.44 () {44 vars in 998 bytes} [Tue May 19 06:07:31 2026] GET /v2.0/security-groups/7d280e95-8d94-4540-b5e2-c2e757384f29 => generated 3460 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/220] 199.204.45.44 () {44 vars in 1085 bytes} [Tue May 19 06:07:31 2026] GET /v2.0/security-groups/7d280e95-8d94-4540-b5e2-c2e757384f29?project_id=eb6e4e0ab40c4548aadde9c225e87820 => generated 3460 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/221] 199.204.45.44 () {48 vars in 988 bytes} [Tue May 19 06:07:31 2026] POST /v2.0/security-group-rules => generated 602 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 121/240] 199.204.45.44 () {30 vars in 739 bytes} [Tue May 19 06:09:50 2026] GET /v2.0/networks?tenant_id=eb6e4e0ab40c4548aadde9c225e87820&shared=False => generated 15 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:09:50.591 7 INFO neutron.db.segments_db [None req-faef7fab-d1bf-4f6b-b348-4af55a759df8 d89e12ad43294756a83bb1af2dcb7564 eb6e4e0ab40c4548aadde9c225e87820 - - 5efdb8c306f5486a929238a9706781da 5efdb8c306f5486a929238a9706781da] Added segment c831efee-6d10-4765-a350-e16d1543ea50 of type vxlan for network bdbeeb1d-b9fe-4cba-867d-544198d565a0 [pid: 7|app: 0|req: 120/241] 199.204.45.44 () {34 vars in 681 bytes} [Tue May 19 06:09:50 2026] POST /v2.0/networks => generated 699 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/242] 199.204.45.44 () {30 vars in 721 bytes} [Tue May 19 06:09:50 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/243] 199.204.45.44 () {30 vars in 632 bytes} [Tue May 19 06:09:50 2026] GET /v2.0/extensions => generated 21537 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/244] 199.204.45.44 () {34 vars in 676 bytes} [Tue May 19 06:09:50 2026] POST /v2.0/ports => generated 999 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/245] 199.204.45.44 () {30 vars in 702 bytes} [Tue May 19 06:09:51 2026] GET /v2.0/networks/bdbeeb1d-b9fe-4cba-867d-544198d565a0 => generated 705 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/246] 199.204.45.44 () {30 vars in 721 bytes} [Tue May 19 06:09:53 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/247] 199.204.45.44 () {30 vars in 702 bytes} [Tue May 19 06:09:53 2026] GET /v2.0/networks/bdbeeb1d-b9fe-4cba-867d-544198d565a0 => generated 705 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/252] 199.204.45.44 () {44 vars in 972 bytes} [Tue May 19 06:10:18 2026] GET /v2.0/quotas/eb6e4e0ab40c4548aadde9c225e87820 => 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: 126/253] 199.204.45.44 () {48 vars in 1024 bytes} [Tue May 19 06:10:19 2026] PUT /v2.0/quotas/eb6e4e0ab40c4548aadde9c225e87820 => generated 291 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:21:23.378 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e84b21fe-a705-49ae-b64b-7886f44eea7f 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 171/342] 199.204.45.44 () {44 vars in 924 bytes} [Tue May 19 06:21:23 2026] GET /v2.0/networks/public => generated 108 bytes in 202 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 172/343] 199.204.45.44 () {44 vars in 946 bytes} [Tue May 19 06:21:23 2026] GET /v2.0/networks?name=public => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:21:24.614 7 INFO neutron.pecan_wsgi.hooks.translation [None req-519473f1-5824-41e5-a1c7-57b377b5555e 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 172/344] 199.204.45.44 () {44 vars in 924 bytes} [Tue May 19 06:21:24 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: 8|app: 0|req: 173/345] 199.204.45.44 () {44 vars in 946 bytes} [Tue May 19 06:21:24 2026] GET /v2.0/networks?name=public => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:21:24.685 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1035f3c1-f2c3-4cf3-bc52-6ae82e81b740 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 173/346] 199.204.45.44 () {44 vars in 1031 bytes} [Tue May 19 06:21:24 2026] GET /v2.0/subnets/public-subnet?network_id=3084c245-459d-40e8-b1c4-a5826a39afe3 => generated 113 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 174/347] 199.204.45.44 () {44 vars in 1054 bytes} [Tue May 19 06:21:24 2026] GET /v2.0/subnets?name=public-subnet&network_id=3084c245-459d-40e8-b1c4-a5826a39afe3 => generated 667 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:21:51.722 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e2811c06-0bdb-46e0-977f-130f1a537df6 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 176/352] 199.204.45.44 () {44 vars in 934 bytes} [Tue May 19 06:21:51 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/353] 199.204.45.44 () {44 vars in 956 bytes} [Tue May 19 06:21:51 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:21:52.723 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4f15cb6c-0aec-4ecc-bbca-bb8c7272f9b7 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 177/354] 199.204.45.44 () {44 vars in 934 bytes} [Tue May 19 06:21:52 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/355] 199.204.45.44 () {44 vars in 956 bytes} [Tue May 19 06:21:52 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:21:52.792 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6dda0f35-39f6-4926-b226-3b43c132eb1b 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 178/356] 199.204.45.44 () {44 vars in 1033 bytes} [Tue May 19 06:21:52 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=99ccab81-a8ef-470d-9444-7fcd3a4e16a2 => generated 114 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/357] 199.204.45.44 () {44 vars in 1056 bytes} [Tue May 19 06:21:52 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=99ccab81-a8ef-470d-9444-7fcd3a4e16a2 => generated 654 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:21:53.816 7 INFO neutron.api.v2.resource [None req-61083a12-4fad-42e6-a3b8-01d5548a80fa 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 179/358] 199.204.45.44 () {44 vars in 968 bytes} [Tue May 19 06:21:53 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/359] 199.204.45.44 () {44 vars in 990 bytes} [Tue May 19 06:21:53 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/360] 199.204.45.44 () {44 vars in 998 bytes} [Tue May 19 06:21:54 2026] GET /v2.0/security-groups/7d8f5770-b8ab-496e-89d1-2aa9476f1488 => generated 4694 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/361] 199.204.45.44 () {44 vars in 998 bytes} [Tue May 19 06:21:54 2026] GET /v2.0/security-groups/7d8f5770-b8ab-496e-89d1-2aa9476f1488 => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/362] 199.204.45.44 () {44 vars in 1008 bytes} [Tue May 19 06:21:54 2026] GET /v2.0/security-group-rules/5d3ca193-7d26-42c1-b176-06727389b518 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/363] 199.204.45.44 () {44 vars in 998 bytes} [Tue May 19 06:21:55 2026] GET /v2.0/security-groups/7d8f5770-b8ab-496e-89d1-2aa9476f1488 => generated 4694 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/364] 199.204.45.44 () {44 vars in 998 bytes} [Tue May 19 06:21:55 2026] GET /v2.0/security-groups/7d8f5770-b8ab-496e-89d1-2aa9476f1488 => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/365] 199.204.45.44 () {44 vars in 1008 bytes} [Tue May 19 06:21:55 2026] GET /v2.0/security-group-rules/ce4ee992-173d-441f-822a-ceab2a69359c => generated 603 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/366] 199.204.45.44 () {44 vars in 998 bytes} [Tue May 19 06:21:56 2026] GET /v2.0/security-groups/7d8f5770-b8ab-496e-89d1-2aa9476f1488 => generated 4694 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/367] 199.204.45.44 () {44 vars in 998 bytes} [Tue May 19 06:21:56 2026] GET /v2.0/security-groups/7d8f5770-b8ab-496e-89d1-2aa9476f1488 => generated 4694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/368] 199.204.45.44 () {44 vars in 1008 bytes} [Tue May 19 06:21:56 2026] GET /v2.0/security-group-rules/ea63ff92-2b7c-48a7-9daa-ff12549f071b => generated 603 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/369] 199.204.45.44 () {44 vars in 998 bytes} [Tue May 19 06:21:57 2026] GET /v2.0/security-groups/7d8f5770-b8ab-496e-89d1-2aa9476f1488 => generated 4694 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/370] 199.204.45.44 () {44 vars in 998 bytes} [Tue May 19 06:21:57 2026] GET /v2.0/security-groups/7d8f5770-b8ab-496e-89d1-2aa9476f1488 => 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: 186/371] 199.204.45.44 () {44 vars in 1008 bytes} [Tue May 19 06:21:57 2026] GET /v2.0/security-group-rules/cb637bf4-85b3-4492-88de-7015042ce3c3 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/374] 199.204.45.44 () {44 vars in 998 bytes} [Tue May 19 06:21:58 2026] GET /v2.0/security-groups/7d8f5770-b8ab-496e-89d1-2aa9476f1488 => generated 4694 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/375] 199.204.45.44 () {44 vars in 998 bytes} [Tue May 19 06:21:58 2026] GET /v2.0/security-groups/7d8f5770-b8ab-496e-89d1-2aa9476f1488 => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/376] 199.204.45.44 () {44 vars in 1008 bytes} [Tue May 19 06:21:58 2026] GET /v2.0/security-group-rules/ccadac57-a7d0-48e7-a9d6-0d0018c1cd2a => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/377] 199.204.45.44 () {44 vars in 984 bytes} [Tue May 19 06:21:59 2026] GET /v2.0/networks/99ccab81-a8ef-470d-9444-7fcd3a4e16a2 => generated 732 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:21:59.953 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9847bb3b-da9a-4b21-9589-c5ef96645f17 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 189/378] 199.204.45.44 () {44 vars in 1073 bytes} [Tue May 19 06:21:59 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=99ccab81-a8ef-470d-9444-7fcd3a4e16a2 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/379] 199.204.45.44 () {44 vars in 1096 bytes} [Tue May 19 06:21:59 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=99ccab81-a8ef-470d-9444-7fcd3a4e16a2 => generated 1254 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/380] 199.204.45.44 () {44 vars in 998 bytes} [Tue May 19 06:22:00 2026] GET /v2.0/security-groups/7d8f5770-b8ab-496e-89d1-2aa9476f1488 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:22:07.844 8 INFO neutron.pecan_wsgi.hooks.translation [None req-12b412b8-c127-4e62-87b1-5170682955b5 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 191/381] 199.204.45.44 () {44 vars in 976 bytes} [Tue May 19 06:22:07 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/382] 199.204.45.44 () {44 vars in 998 bytes} [Tue May 19 06:22:07 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/383] 199.204.45.44 () {44 vars in 917 bytes} [Tue May 19 06:22:09 2026] GET /v2.0/ports => generated 4725 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:22:10.483 7 INFO neutron.api.v2.resource [None req-02ca46d5-b94e-47a4-84f9-749b354cf8de 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 192/384] 199.204.45.44 () {44 vars in 956 bytes} [Tue May 19 06:22:10 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/385] 199.204.45.44 () {44 vars in 978 bytes} [Tue May 19 06:22:10 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/386] 199.204.45.44 () {44 vars in 998 bytes} [Tue May 19 06:22:11 2026] GET /v2.0/security-groups/48e59e55-f40e-46c9-91c8-134011e7932f => generated 2886 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/387] 199.204.45.44 () {44 vars in 998 bytes} [Tue May 19 06:22:11 2026] GET /v2.0/security-groups/48e59e55-f40e-46c9-91c8-134011e7932f => generated 2886 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/388] 199.204.45.44 () {44 vars in 1008 bytes} [Tue May 19 06:22:11 2026] GET /v2.0/security-group-rules/ee76ca17-4cb0-4efe-864f-5a34a6c16896 => generated 623 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/389] 199.204.45.44 () {44 vars in 998 bytes} [Tue May 19 06:22:12 2026] GET /v2.0/security-groups/48e59e55-f40e-46c9-91c8-134011e7932f => generated 2886 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/390] 199.204.45.44 () {44 vars in 998 bytes} [Tue May 19 06:22:12 2026] GET /v2.0/security-groups/48e59e55-f40e-46c9-91c8-134011e7932f => generated 2886 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/391] 199.204.45.44 () {44 vars in 1008 bytes} [Tue May 19 06:22:12 2026] GET /v2.0/security-group-rules/228cb4ba-c491-42ed-afa4-ac7b083f8a20 => generated 627 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/394] 199.204.45.44 () {44 vars in 972 bytes} [Tue May 19 06:22:23 2026] GET /v2.0/quotas/b00825cf8fc243c3970f4c952a3dedd4 => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:23:16.180 7 INFO neutron.api.v2.resource [None req-834889e6-2ea7-4901-b537-dcd19c4d11b9 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 202/403] 199.204.45.44 () {44 vars in 1071 bytes} [Tue May 19 06:23:16 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=eb6e4e0ab40c4548aadde9c225e87820 => generated 139 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/404] 199.204.45.44 () {44 vars in 1094 bytes} [Tue May 19 06:23:16 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=eb6e4e0ab40c4548aadde9c225e87820 => generated 4072 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/405] 199.204.45.44 () {44 vars in 1085 bytes} [Tue May 19 06:23:17 2026] GET /v2.0/security-groups/7d280e95-8d94-4540-b5e2-c2e757384f29?project_id=eb6e4e0ab40c4548aadde9c225e87820 => generated 4075 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/406] 199.204.45.44 () {44 vars in 998 bytes} [Tue May 19 06:23:17 2026] GET /v2.0/security-groups/7d280e95-8d94-4540-b5e2-c2e757384f29 => generated 4075 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/407] 199.204.45.44 () {44 vars in 1008 bytes} [Tue May 19 06:23:17 2026] GET /v2.0/security-group-rules/9430dcc2-201f-4076-abb9-7045908bea63 => generated 597 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/408] 199.204.45.44 () {44 vars in 1085 bytes} [Tue May 19 06:23:18 2026] GET /v2.0/security-groups/7d280e95-8d94-4540-b5e2-c2e757384f29?project_id=eb6e4e0ab40c4548aadde9c225e87820 => generated 4075 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/409] 199.204.45.44 () {44 vars in 998 bytes} [Tue May 19 06:23:18 2026] GET /v2.0/security-groups/7d280e95-8d94-4540-b5e2-c2e757384f29 => 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: 205/410] 199.204.45.44 () {44 vars in 1008 bytes} [Tue May 19 06:23:18 2026] GET /v2.0/security-group-rules/2cd9d14b-0302-4eaa-b806-112c1ea32032 => generated 599 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/411] 199.204.45.44 () {44 vars in 1085 bytes} [Tue May 19 06:23:19 2026] GET /v2.0/security-groups/7d280e95-8d94-4540-b5e2-c2e757384f29?project_id=eb6e4e0ab40c4548aadde9c225e87820 => generated 4075 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/412] 199.204.45.44 () {44 vars in 998 bytes} [Tue May 19 06:23:19 2026] GET /v2.0/security-groups/7d280e95-8d94-4540-b5e2-c2e757384f29 => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/413] 199.204.45.44 () {44 vars in 1008 bytes} [Tue May 19 06:23:19 2026] GET /v2.0/security-group-rules/dff3654c-cab0-485c-b34c-12f12fee91d0 => 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: 207/414] 199.204.45.44 () {44 vars in 1085 bytes} [Tue May 19 06:23:20 2026] GET /v2.0/security-groups/7d280e95-8d94-4540-b5e2-c2e757384f29?project_id=eb6e4e0ab40c4548aadde9c225e87820 => generated 4075 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/415] 199.204.45.44 () {44 vars in 998 bytes} [Tue May 19 06:23:20 2026] GET /v2.0/security-groups/7d280e95-8d94-4540-b5e2-c2e757384f29 => 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: 208/416] 199.204.45.44 () {44 vars in 1008 bytes} [Tue May 19 06:23:20 2026] GET /v2.0/security-group-rules/e47125a0-f40e-4baf-9cd6-a745477500ac => generated 602 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/417] 199.204.45.44 () {44 vars in 972 bytes} [Tue May 19 06:23:27 2026] GET /v2.0/quotas/eb6e4e0ab40c4548aadde9c225e87820 => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/426] 199.204.45.44 () {44 vars in 946 bytes} [Tue May 19 06:24:24 2026] GET /v2.0/networks?name=public => generated 753 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/433] 10.0.0.31 () {32 vars in 648 bytes} [Tue May 19 06:25:03 2026] GET /v2.0/networks => generated 2168 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/434] 10.0.0.31 () {32 vars in 654 bytes} [Tue May 19 06:25:04 2026] GET /v2.0/floatingips => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/435] 10.0.0.31 () {32 vars in 646 bytes} [Tue May 19 06:25:04 2026] GET /v2.0/routers => generated 15 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/436] 10.0.0.31 () {32 vars in 642 bytes} [Tue May 19 06:25:04 2026] GET /v2.0/ports => generated 4725 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/437] 10.0.0.31 () {32 vars in 646 bytes} [Tue May 19 06:25:04 2026] GET /v2.0/subnets => generated 1308 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/438] 10.0.0.31 () {32 vars in 648 bytes} [Tue May 19 06:25:04 2026] GET /v2.0/networks => generated 2168 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/439] 10.0.0.31 () {32 vars in 662 bytes} [Tue May 19 06:25:04 2026] GET /v2.0/security-groups => generated 17401 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/440] 10.0.0.31 () {32 vars in 654 bytes} [Tue May 19 06:25:04 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:25:15.942 7 INFO neutron.db.segments_db [None req-f7468511-3aa8-4756-b9d1-46bba58b5528 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Added segment 2afa871e-2432-40b4-a454-2eb2986a58ae of type vxlan for network 661632d6-de68-48c4-878f-8c0abab3303a 2026-05-19 06:25:16.013 8 INFO neutron.db.segments_db [None req-ccda77a0-6db3-4128-ab97-a10dd90b47ee 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Added segment 75e12d52-9dff-4be0-8bd8-aae22613426c of type vxlan for network 41b1c74b-948f-4d68-9ca5-6369cce30101 [pid: 7|app: 0|req: 222/443] 10.0.0.31 () {34 vars in 670 bytes} [Tue May 19 06:25:15 2026] POST /v2.0/networks => generated 728 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/444] 10.0.0.31 () {34 vars in 670 bytes} [Tue May 19 06:25:15 2026] POST /v2.0/networks => generated 733 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:25:16.173 7 INFO neutron.db.segments_db [None req-27141b46-90ff-40fe-9ccc-2861019297b4 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Added segment 367f1f28-2bd0-4066-b442-f4d7ceba8c4d of type vxlan for network 84ce35e9-f7cb-4a86-acf4-fafa6d3deb24 [pid: 7|app: 0|req: 223/445] 10.0.0.31 () {34 vars in 670 bytes} [Tue May 19 06:25:16 2026] POST /v2.0/networks => generated 729 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/446] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:25:16 2026] POST /v2.0/subnets => generated 694 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/447] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:25:16 2026] POST /v2.0/subnets => generated 695 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/448] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:25:16 2026] POST /v2.0/subnets => generated 699 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:25:16.492 8 INFO neutron.db.segments_db [None req-52be08b7-ffcf-4c3c-883f-1e492e861b73 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Added segment 14ac49c6-62d3-4481-8a50-8599b7ecadd5 of type vxlan for network 1f20e206-5228-4471-87ad-3ab07970e68d 2026-05-19 06:25:16.515 7 INFO neutron.db.segments_db [None req-a9de2495-90ea-485b-987d-b11f0e2208c6 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Added segment fd29a5a6-606a-4935-ae6a-8c82f382c054 of type vxlan for network ea817ec9-96ce-45cc-97e2-2c8b6fb01895 2026-05-19 06:25:16.710 8 INFO neutron.db.l3_hamode_db [None req-52be08b7-ffcf-4c3c-883f-1e492e861b73 634dcfe276fd47aa8b19b5648bcb0d10 2677969e4c2447078b1129101c94b9cb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-19 06:25:16.720 7 INFO neutron.db.l3_hamode_db [None req-a9de2495-90ea-485b-987d-b11f0e2208c6 634dcfe276fd47aa8b19b5648bcb0d10 cb3f1893d6704bf09ab6b5c0bffdb667 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-19 06:25:17.501 7 INFO neutron.db.l3_hamode_db [None req-a9de2495-90ea-485b-987d-b11f0e2208c6 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-19 06:25:17.545 8 INFO neutron.db.l3_hamode_db [None req-52be08b7-ffcf-4c3c-883f-1e492e861b73 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 225/449] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:25:16 2026] POST /v2.0/routers => generated 734 bytes in 2251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:25:18.731 8 INFO neutron.db.segments_db [None req-fe287de0-81d0-4417-8449-bff5e5aa9ed1 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Added segment b3492ab0-c0e2-4a1f-b818-b9e6450742ab of type vxlan for network f975779f-8958-473c-9784-97e8f281f7d5 [pid: 7|app: 0|req: 225/450] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:25:16 2026] POST /v2.0/routers => generated 735 bytes in 2387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:25:18.954 8 INFO neutron.db.l3_hamode_db [None req-fe287de0-81d0-4417-8449-bff5e5aa9ed1 634dcfe276fd47aa8b19b5648bcb0d10 3d58b59da3424403abfc21e882b86b68 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 226/451] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:25:18 2026] GET /v2.0/security-groups?tenant_id=4b6f5e30523745a88d7f270a2f8ab00e&name=default => generated 2924 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:25:19.660 8 INFO neutron.db.l3_hamode_db [None req-fe287de0-81d0-4417-8449-bff5e5aa9ed1 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 227/452] 10.0.0.31 () {34 vars in 782 bytes} [Tue May 19 06:25:19 2026] PUT /v2.0/routers/4810fc5d-cf7f-40cf-a614-3b0f1d49ade5/add_router_interface => generated 309 bytes in 1176 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/453] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:25:18 2026] POST /v2.0/routers => generated 739 bytes in 1820 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/454] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:25:20 2026] DELETE /v2.0/security-groups/f828ec6e-c28f-4be5-8812-e2dad33c0eab => 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: 228/455] 10.0.0.31 () {34 vars in 782 bytes} [Tue May 19 06:25:20 2026] PUT /v2.0/routers/7e45e9de-d517-483a-b0f3-6caea1b97ab3/add_router_interface => generated 309 bytes in 967 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/456] 10.0.0.31 () {34 vars in 684 bytes} [Tue May 19 06:25:21 2026] POST /v2.0/security-groups => generated 1661 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/457] 10.0.0.31 () {34 vars in 694 bytes} [Tue May 19 06:25:21 2026] POST /v2.0/security-group-rules => generated 597 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/458] 10.0.0.31 () {34 vars in 694 bytes} [Tue May 19 06:25:21 2026] POST /v2.0/security-group-rules => generated 602 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/459] 10.0.0.31 () {34 vars in 782 bytes} [Tue May 19 06:25:20 2026] PUT /v2.0/routers/338514a0-3b6c-42c5-a67d-b1ac093291c3/add_router_interface => generated 309 bytes in 1107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/460] 10.0.0.31 () {34 vars in 675 bytes} [Tue May 19 06:25:21 2026] POST /v2.0/floatingips => generated 552 bytes in 535 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/461] 10.0.0.31 () {34 vars in 684 bytes} [Tue May 19 06:25:22 2026] POST /v2.0/security-groups => generated 1659 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/462] 10.0.0.232 () {38 vars in 971 bytes} [Tue May 19 06:25:22 2026] POST /v2.0/security-groups => generated 1685 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/463] 10.0.0.31 () {34 vars in 694 bytes} [Tue May 19 06:25:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/464] 10.0.0.31 () {34 vars in 694 bytes} [Tue May 19 06:25:22 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) 2026-05-19 06:25:22.638 8 INFO neutron.db.segments_db [None req-6c624e8d-cc12-4cfd-b44d-0ebc075fd9ff 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Added segment e752b835-62b0-44e7-b362-7069479e15b3 of type vxlan for network 38eaa092-b5d5-44e7-9e4f-d188eb301af3 [pid: 8|app: 0|req: 230/465] 10.0.0.31 () {34 vars in 670 bytes} [Tue May 19 06:25:22 2026] POST /v2.0/networks => generated 718 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/466] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:25:22 2026] POST /v2.0/subnets => generated 685 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/467] 10.0.0.232 () {34 vars in 991 bytes} [Tue May 19 06:25:22 2026] GET /v2.0/security-groups/17584236-9efa-4636-b581-43b4a29d6936 => generated 1685 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:25:22.966 8 INFO neutron.db.segments_db [None req-d497a011-0fcc-4845-bf9e-b349cc773992 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Added segment f471fecd-2f8b-4a9e-82b4-b68607fa664f of type vxlan for network ad1515b6-6782-4969-a6a8-ecfb09762b6c [pid: 7|app: 0|req: 236/468] 10.0.0.31 () {34 vars in 675 bytes} [Tue May 19 06:25:22 2026] POST /v2.0/floatingips => generated 552 bytes in 488 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:25:23.160 8 INFO neutron.db.l3_hamode_db [None req-d497a011-0fcc-4845-bf9e-b349cc773992 634dcfe276fd47aa8b19b5648bcb0d10 2bf6f08d1e2c416899caf4254405f272 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 237/469] 10.0.0.232 () {38 vars in 981 bytes} [Tue May 19 06:25:23 2026] POST /v2.0/security-group-rules => generated 614 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/470] 10.0.0.232 () {38 vars in 971 bytes} [Tue May 19 06:25:23 2026] POST /v2.0/security-groups => generated 1683 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/471] 10.0.0.232 () {34 vars in 991 bytes} [Tue May 19 06:25:23 2026] GET /v2.0/security-groups/c27be9c9-d526-494c-b815-7364fe9f453a => generated 1683 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/472] 10.0.0.232 () {38 vars in 981 bytes} [Tue May 19 06:25:23 2026] POST /v2.0/security-group-rules => generated 614 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/473] 10.0.0.232 () {34 vars in 1098 bytes} [Tue May 19 06:25:23 2026] GET /v2.0/security-groups?name=tempest-securitygroup--586063854&fields=id&tenant_id=3d58b59da3424403abfc21e882b86b68 => 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: 242/474] 10.0.0.232 () {34 vars in 991 bytes} [Tue May 19 06:25:23 2026] GET /v2.0/security-groups/c27be9c9-d526-494c-b815-7364fe9f453a => generated 2308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/475] 10.0.0.232 () {34 vars in 982 bytes} [Tue May 19 06:25:23 2026] GET /v2.0/networks?id=41b1c74b-948f-4d68-9ca5-6369cce30101 => generated 684 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/476] 10.0.0.232 () {38 vars in 981 bytes} [Tue May 19 06:25:23 2026] POST /v2.0/security-group-rules => generated 619 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/477] 10.0.0.232 () {34 vars in 965 bytes} [Tue May 19 06:25:23 2026] GET /v2.0/quotas/3d58b59da3424403abfc21e882b86b68 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:25:23.920 8 INFO neutron.db.l3_hamode_db [None req-d497a011-0fcc-4845-bf9e-b349cc773992 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 246/478] 10.0.0.232 () {34 vars in 1002 bytes} [Tue May 19 06:25:23 2026] GET /v2.0/ports?tenant_id=3d58b59da3424403abfc21e882b86b68&fields=id => generated 57 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/479] 10.0.0.232 () {34 vars in 991 bytes} [Tue May 19 06:25:23 2026] GET /v2.0/security-groups/c27be9c9-d526-494c-b815-7364fe9f453a => generated 2938 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/480] 10.0.0.232 () {34 vars in 1001 bytes} [Tue May 19 06:25:24 2026] GET /v2.0/security-group-rules/2f0b0663-2d2b-4994-9381-65a613aff02c => generated 616 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/481] 10.0.0.232 () {34 vars in 991 bytes} [Tue May 19 06:25:24 2026] GET /v2.0/security-groups/c27be9c9-d526-494c-b815-7364fe9f453a => generated 2938 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/482] 10.0.0.232 () {36 vars in 1023 bytes} [Tue May 19 06:25:24 2026] DELETE /v2.0/security-group-rules/2f0b0663-2d2b-4994-9381-65a613aff02c => 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: 251/483] 10.0.0.232 () {34 vars in 991 bytes} [Tue May 19 06:25:24 2026] GET /v2.0/security-groups/c27be9c9-d526-494c-b815-7364fe9f453a => generated 2308 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/484] 10.0.0.232 () {36 vars in 1013 bytes} [Tue May 19 06:25:24 2026] DELETE /v2.0/security-groups/c27be9c9-d526-494c-b815-7364fe9f453a => 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: 253/485] 10.0.0.232 () {34 vars in 907 bytes} [Tue May 19 06:25:24 2026] GET /v2.0/extensions => generated 21537 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/486] 10.0.0.232 () {34 vars in 991 bytes} [Tue May 19 06:25:24 2026] GET /v2.0/security-groups/17584236-9efa-4636-b581-43b4a29d6936 => generated 2310 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/487] 10.0.0.232 () {34 vars in 1008 bytes} [Tue May 19 06:25:24 2026] GET /v2.0/networks/41b1c74b-948f-4d68-9ca5-6369cce30101?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: 256/488] 10.0.0.232 () {36 vars in 1013 bytes} [Tue May 19 06:25:24 2026] DELETE /v2.0/security-groups/17584236-9efa-4636-b581-43b4a29d6936 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/489] 10.0.0.232 () {34 vars in 1108 bytes} [Tue May 19 06:25:24 2026] GET /v2.0/networks/41b1c74b-948f-4d68-9ca5-6369cce30101?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:25:25.022 7 INFO neutron_taas.services.taas.taas_plugin [None req-0c1764b2-d68e-4657-8750-48cf8fee1eec 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] TaaS: Handle Delete Port: a8be1e95-9923-43d9-b4b6-27f05c0493ed 2026-05-19 06:25:25.032 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c1764b2-d68e-4657-8750-48cf8fee1eec 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Tap Mirror: Handle Delete Port: a8be1e95-9923-43d9-b4b6-27f05c0493ed [pid: 8|app: 0|req: 233/490] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:25:22 2026] POST /v2.0/routers => generated 725 bytes in 2220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/491] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:25 2026] GET /v2.0/ports?device_id=b9ed76cb-7af8-4adc-9d54-9fc9306ab4e8 => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/492] 10.0.0.31 () {34 vars in 788 bytes} [Tue May 19 06:25:24 2026] PUT /v2.0/routers/7e45e9de-d517-483a-b0f3-6caea1b97ab3/remove_router_interface => generated 309 bytes in 1331 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:25:26.083 7 INFO neutron_taas.services.taas.taas_plugin [None req-26fa76b5-e25c-4b0a-a9db-8c992a5f694e 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] TaaS: Handle Delete Port: a3b8d88e-6731-48e4-a143-30238f8c6938 2026-05-19 06:25:26.086 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26fa76b5-e25c-4b0a-a9db-8c992a5f694e 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Tap Mirror: Handle Delete Port: a3b8d88e-6731-48e4-a143-30238f8c6938 2026-05-19 06:25:26.310 7 INFO neutron_taas.services.taas.taas_plugin [None req-26fa76b5-e25c-4b0a-a9db-8c992a5f694e 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] TaaS: Handle Delete Port: f7349314-ce61-4379-b300-7613116a8e1d 2026-05-19 06:25:26.313 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26fa76b5-e25c-4b0a-a9db-8c992a5f694e 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Tap Mirror: Handle Delete Port: f7349314-ce61-4379-b300-7613116a8e1d [pid: 8|app: 0|req: 235/493] 10.0.0.31 () {34 vars in 782 bytes} [Tue May 19 06:25:25 2026] PUT /v2.0/routers/5ab8a0ab-c50d-45cd-be22-5b148666f3a9/add_router_interface => generated 309 bytes in 1113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/494] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:26 2026] GET /v2.0/ports?device_id=b9ed76cb-7af8-4adc-9d54-9fc9306ab4e8 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:25:26.390 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-26fa76b5-e25c-4b0a-a9db-8c992a5f694e 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-05-19 06:25:26.736 7 INFO neutron.db.l3_hamode_db [None req-26fa76b5-e25c-4b0a-a9db-8c992a5f694e 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] HA network ea817ec9-96ce-45cc-97e2-2c8b6fb01895 was deleted as no HA routers are present in tenant cb3f1893d6704bf09ab6b5c0bffdb667. [pid: 7|app: 0|req: 259/495] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:25:25 2026] DELETE /v2.0/routers/7e45e9de-d517-483a-b0f3-6caea1b97ab3 => generated 0 bytes in 859 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/496] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:25:26 2026] DELETE /v2.0/subnets/dc1d4342-f9f5-4e96-acd0-ee942da7595b => generated 0 bytes in 90 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/497] 10.0.0.31 () {34 vars in 684 bytes} [Tue May 19 06:25:26 2026] POST /v2.0/security-groups => generated 1659 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/498] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:25:26 2026] DELETE /v2.0/networks/84ce35e9-f7cb-4a86-acf4-fafa6d3deb24 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:25:27.086 7 INFO neutron.services.segments.plugin [-] Segment fd29a5a6-606a-4935-ae6a-8c82f382c054 resource provider aggregate not found 2026-05-19 06:25:27.109 7 INFO neutron.services.segments.plugin [-] Segment fd29a5a6-606a-4935-ae6a-8c82f382c054 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd29a5a6-606a-4935-ae6a-8c82f382c054 found for delete ", "request_id": "req-d1fd96c9-7367-4e66-a6b7-877e01dfa98f"}]} 2026-05-19 06:25:27.114 7 INFO neutron.services.segments.plugin [-] Segment fd29a5a6-606a-4935-ae6a-8c82f382c054 resource provider aggregate not found 2026-05-19 06:25:27.133 7 INFO neutron.services.segments.plugin [-] Segment fd29a5a6-606a-4935-ae6a-8c82f382c054 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd29a5a6-606a-4935-ae6a-8c82f382c054 found for delete ", "request_id": "req-48bf6ccc-f4a8-4a17-8e2d-42dbed4e1a8e"}]} [pid: 8|app: 0|req: 239/499] 10.0.0.232 () {34 vars in 1100 bytes} [Tue May 19 06:25:27 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1668341304&fields=id&tenant_id=2677969e4c2447078b1129101c94b9cb => generated 69 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/500] 10.0.0.31 () {34 vars in 694 bytes} [Tue May 19 06:25:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/501] 10.0.0.232 () {34 vars in 982 bytes} [Tue May 19 06:25:27 2026] GET /v2.0/networks?id=661632d6-de68-48c4-878f-8c0abab3303a => generated 679 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/502] 10.0.0.232 () {34 vars in 965 bytes} [Tue May 19 06:25:27 2026] GET /v2.0/quotas/2677969e4c2447078b1129101c94b9cb => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/503] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:25:27 2026] GET /v2.0/security-groups?tenant_id=cb3f1893d6704bf09ab6b5c0bffdb667&name=default => generated 2921 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/504] 10.0.0.31 () {34 vars in 694 bytes} [Tue May 19 06:25:27 2026] POST /v2.0/security-group-rules => generated 602 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/505] 10.0.0.232 () {34 vars in 1002 bytes} [Tue May 19 06:25:27 2026] GET /v2.0/ports?tenant_id=2677969e4c2447078b1129101c94b9cb&fields=id => generated 103 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/506] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:25:27 2026] DELETE /v2.0/security-groups/34cf067a-bbe8-4e11-8893-45fa89c8d974 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/507] 10.0.0.232 () {34 vars in 1008 bytes} [Tue May 19 06:25:27 2026] GET /v2.0/networks/661632d6-de68-48c4-878f-8c0abab3303a?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: 265/508] 10.0.0.232 () {34 vars in 1108 bytes} [Tue May 19 06:25:27 2026] GET /v2.0/networks/661632d6-de68-48c4-878f-8c0abab3303a?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: 266/509] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:27 2026] GET /v2.0/ports?device_id=b9ed76cb-7af8-4adc-9d54-9fc9306ab4e8 => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:25:27.767 8 INFO neutron.services.segments.plugin [-] Segment 367f1f28-2bd0-4066-b442-f4d7ceba8c4d resource provider aggregate not found 2026-05-19 06:25:27.804 8 INFO neutron.services.segments.plugin [-] Segment 367f1f28-2bd0-4066-b442-f4d7ceba8c4d resource provider aggregate not found [pid: 7|app: 0|req: 267/510] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:27 2026] GET /v2.0/ports?device_id=fb5e6eee-860a-4e64-ace0-3770c7044322 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:25:27.812 8 INFO neutron.services.segments.plugin [-] Segment 367f1f28-2bd0-4066-b442-f4d7ceba8c4d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 367f1f28-2bd0-4066-b442-f4d7ceba8c4d found for delete ", "request_id": "req-5b2b51eb-2d37-4036-92c4-44f5663ab94e"}]} 2026-05-19 06:25:27.831 8 INFO neutron.services.segments.plugin [-] Segment 367f1f28-2bd0-4066-b442-f4d7ceba8c4d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 367f1f28-2bd0-4066-b442-f4d7ceba8c4d found for delete ", "request_id": "req-538134f1-b7f9-475f-ac1e-178215fa3c5b"}]} [pid: 8|app: 0|req: 244/511] 10.0.0.31 () {34 vars in 675 bytes} [Tue May 19 06:25:27 2026] POST /v2.0/floatingips => generated 552 bytes in 705 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/514] 10.0.0.232 () {34 vars in 1098 bytes} [Tue May 19 06:25:28 2026] GET /v2.0/security-groups?name=tempest-securitygroup--889498310&fields=id&tenant_id=2bf6f08d1e2c416899caf4254405f272 => generated 69 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/515] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:28 2026] GET /v2.0/ports?device_id=b9ed76cb-7af8-4adc-9d54-9fc9306ab4e8 => 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: 269/516] 10.0.0.232 () {34 vars in 982 bytes} [Tue May 19 06:25:28 2026] GET /v2.0/networks?id=38eaa092-b5d5-44e7-9e4f-d188eb301af3 => generated 670 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/517] 10.0.0.232 () {34 vars in 965 bytes} [Tue May 19 06:25:28 2026] GET /v2.0/quotas/2bf6f08d1e2c416899caf4254405f272 => 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: 270/518] 10.0.0.232 () {34 vars in 1002 bytes} [Tue May 19 06:25:28 2026] GET /v2.0/ports?tenant_id=2bf6f08d1e2c416899caf4254405f272&fields=id => generated 57 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/519] 10.0.0.232 () {34 vars in 1008 bytes} [Tue May 19 06:25:28 2026] GET /v2.0/networks/38eaa092-b5d5-44e7-9e4f-d188eb301af3?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/520] 10.0.0.232 () {34 vars in 1108 bytes} [Tue May 19 06:25:28 2026] GET /v2.0/networks/38eaa092-b5d5-44e7-9e4f-d188eb301af3?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: 250/521] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:28 2026] GET /v2.0/ports?device_id=fb5e6eee-860a-4e64-ace0-3770c7044322 => 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: 272/522] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:29 2026] GET /v2.0/ports?device_id=ac42f1e0-613b-427e-8a13-9f4dffb0ba4d => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:25:29.453 8 INFO neutron.db.segments_db [None req-ed8b3578-9add-4004-a940-7f01c90582f1 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Added segment e814a136-fb7f-4998-9d7f-bfd44336158a of type vxlan for network ae1db209-887f-490e-a758-7fd8d9632834 [pid: 8|app: 0|req: 251/523] 10.0.0.31 () {34 vars in 670 bytes} [Tue May 19 06:25:29 2026] POST /v2.0/networks => generated 725 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/524] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:29 2026] GET /v2.0/ports?device_id=b9ed76cb-7af8-4adc-9d54-9fc9306ab4e8 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/525] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:25:29 2026] POST /v2.0/subnets => generated 691 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:25:29.843 7 INFO neutron.db.segments_db [None req-f98ce9bd-a274-49b4-a52e-3e713cff936b 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Added segment f9d3885b-4d69-49a8-96a0-ab9e2be3232d of type vxlan for network b4affc6a-5f86-4e32-834b-1077caed021c [pid: 8|app: 0|req: 253/526] 199.204.45.44 () {34 vars in 985 bytes} [Tue May 19 06:25:29 2026] GET /v2.0/networks?id=41b1c74b-948f-4d68-9ca5-6369cce30101 => generated 684 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/527] 199.204.45.44 () {34 vars in 910 bytes} [Tue May 19 06:25:29 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/528] 199.204.45.44 () {34 vars in 1049 bytes} [Tue May 19 06:25:29 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3d58b59da3424403abfc21e882b86b68 => generated 180 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:25:30.139 7 INFO neutron.db.l3_hamode_db [None req-f98ce9bd-a274-49b4-a52e-3e713cff936b 634dcfe276fd47aa8b19b5648bcb0d10 c6c631823add4972b001658ef9d1faf5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 256/529] 199.204.45.44 () {38 vars in 954 bytes} [Tue May 19 06:25:29 2026] POST /v2.0/ports => generated 958 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: 257/530] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:30 2026] GET /v2.0/ports?device_id=fb5e6eee-860a-4e64-ace0-3770c7044322 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/531] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:30 2026] GET /v2.0/ports?device_id=ac42f1e0-613b-427e-8a13-9f4dffb0ba4d => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:25:30.939 7 INFO neutron.db.l3_hamode_db [None req-f98ce9bd-a274-49b4-a52e-3e713cff936b 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 259/532] 199.204.45.44 () {38 vars in 1027 bytes} [Tue May 19 06:25:30 2026] PUT /v2.0/ports/894755f2-d8f1-4ebc-b9c5-46787b19241c => generated 1239 bytes in 513 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: 260/533] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:31 2026] GET /v2.0/ports?device_id=b9ed76cb-7af8-4adc-9d54-9fc9306ab4e8 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/534] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:25:31 2026] GET /v2.0/security-groups?id=ba42758f-ca37-4470-82ea-34fe58d8dddb&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/535] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:31 2026] GET /v2.0/ports?device_id=fb5e6eee-860a-4e64-ace0-3770c7044322 => 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: 263/536] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:31 2026] GET /v2.0/ports?device_id=ac42f1e0-613b-427e-8a13-9f4dffb0ba4d => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:25:31.638 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2d5b7343-0199-48fe-beb6-1b051604a308'] response: {'name': 'network-changed', 'server_uuid': 'b9ed76cb-7af8-4adc-9d54-9fc9306ab4e8', 'tag': '894755f2-d8f1-4ebc-b9c5-46787b19241c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 274/537] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:25:29 2026] POST /v2.0/routers => generated 731 bytes in 2119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/538] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:25:32 2026] GET /v2.0/ports?tenant_id=3d58b59da3424403abfc21e882b86b68&device_id=b9ed76cb-7af8-4adc-9d54-9fc9306ab4e8 => generated 1242 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/539] 199.204.45.44 () {34 vars in 1017 bytes} [Tue May 19 06:25:32 2026] GET /v2.0/networks?tenant_id=3d58b59da3424403abfc21e882b86b68&shared=False => generated 780 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/540] 199.204.45.44 () {34 vars in 985 bytes} [Tue May 19 06:25:32 2026] GET /v2.0/networks?id=661632d6-de68-48c4-878f-8c0abab3303a => generated 679 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/541] 199.204.45.44 () {34 vars in 929 bytes} [Tue May 19 06:25:32 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: 279/542] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:32 2026] GET /v2.0/ports?device_id=b9ed76cb-7af8-4adc-9d54-9fc9306ab4e8 => generated 973 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/543] 199.204.45.44 () {34 vars in 1049 bytes} [Tue May 19 06:25:32 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2677969e4c2447078b1129101c94b9cb => generated 181 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/544] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:32 2026] GET /v2.0/ports?device_id=fb5e6eee-860a-4e64-ace0-3770c7044322 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/545] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:25:32 2026] GET /v2.0/security-groups?id=ba42758f-ca37-4470-82ea-34fe58d8dddb&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: 283/546] 199.204.45.44 () {38 vars in 954 bytes} [Tue May 19 06:25:32 2026] POST /v2.0/ports => generated 954 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 284/547] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:32 2026] GET /v2.0/ports?device_id=ac42f1e0-613b-427e-8a13-9f4dffb0ba4d => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/548] 10.0.0.31 () {34 vars in 782 bytes} [Tue May 19 06:25:31 2026] PUT /v2.0/routers/a306a433-1e79-4e63-9430-2db062ac0eab/add_router_interface => generated 309 bytes in 1220 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/549] 199.204.45.44 () {38 vars in 1027 bytes} [Tue May 19 06:25:32 2026] PUT /v2.0/ports/0ca14faf-611d-4469-9b14-6680b0fe4e33 => generated 1235 bytes in 357 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/550] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:25:33 2026] GET /v2.0/ports?tenant_id=3d58b59da3424403abfc21e882b86b68&device_id=b9ed76cb-7af8-4adc-9d54-9fc9306ab4e8 => generated 1242 bytes in 90 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: 286/551] 199.204.45.44 () {34 vars in 1059 bytes} [Tue May 19 06:25:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=894755f2-d8f1-4ebc-b9c5-46787b19241c => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/552] 199.204.45.44 () {34 vars in 983 bytes} [Tue May 19 06:25:33 2026] GET /v2.0/subnets?id=05f863ce-1147-4451-b1f2-932d57194f88 => generated 702 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/553] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:25:33 2026] GET /v2.0/ports?network_id=41b1c74b-948f-4d68-9ca5-6369cce30101&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: 268/554] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:33 2026] GET /v2.0/ports?device_id=fb5e6eee-860a-4e64-ace0-3770c7044322 => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/555] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:25:33 2026] GET /v2.0/networks/41b1c74b-948f-4d68-9ca5-6369cce30101?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: 270/556] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:25:33 2026] GET /v2.0/security-groups?id=594a27cc-a117-4b33-8437-b4ac34179acd&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/557] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:25:33 2026] GET /v2.0/networks/41b1c74b-948f-4d68-9ca5-6369cce30101?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/558] 10.0.0.232 () {38 vars in 971 bytes} [Tue May 19 06:25:33 2026] POST /v2.0/security-groups => generated 1681 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/559] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:33 2026] GET /v2.0/ports?device_id=b9ed76cb-7af8-4adc-9d54-9fc9306ab4e8 => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/560] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:25:33 2026] GET /v2.0/security-groups?id=ba42758f-ca37-4470-82ea-34fe58d8dddb&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:25:34.038 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0f73e67f-9840-4e79-962f-1a0024b5d1ea'] response: {'name': 'network-changed', 'server_uuid': 'fb5e6eee-860a-4e64-ace0-3770c7044322', 'tag': '0ca14faf-611d-4469-9b14-6680b0fe4e33', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 289/561] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:34 2026] GET /v2.0/ports?device_id=ac42f1e0-613b-427e-8a13-9f4dffb0ba4d => 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: 273/562] 10.0.0.232 () {38 vars in 971 bytes} [Tue May 19 06:25:34 2026] POST /v2.0/security-groups => generated 1681 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/563] 10.0.0.232 () {38 vars in 971 bytes} [Tue May 19 06:25:34 2026] POST /v2.0/security-groups => generated 1682 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/564] 10.0.0.232 () {34 vars in 1002 bytes} [Tue May 19 06:25:34 2026] GET /v2.0/security-groups?tenant_id=c6c631823add4972b001658ef9d1faf5 => generated 7909 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/565] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:25:34 2026] GET /v2.0/ports?tenant_id=2677969e4c2447078b1129101c94b9cb&device_id=fb5e6eee-860a-4e64-ace0-3770c7044322 => generated 1238 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/566] 10.0.0.232 () {34 vars in 991 bytes} [Tue May 19 06:25:34 2026] GET /v2.0/security-groups/3dde41ae-c068-4155-8b63-48f1688e649e => 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: 275/567] 199.204.45.44 () {34 vars in 1057 bytes} [Tue May 19 06:25:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=0ca14faf-611d-4469-9b14-6680b0fe4e33 => 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: 293/568] 199.204.45.44 () {34 vars in 985 bytes} [Tue May 19 06:25:34 2026] GET /v2.0/networks?id=38eaa092-b5d5-44e7-9e4f-d188eb301af3 => generated 670 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/569] 10.0.0.232 () {34 vars in 991 bytes} [Tue May 19 06:25:34 2026] GET /v2.0/security-groups/3dde41ae-c068-4155-8b63-48f1688e649e => generated 2922 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/570] 199.204.45.44 () {34 vars in 983 bytes} [Tue May 19 06:25:34 2026] GET /v2.0/subnets?id=f4ce8a62-9645-40e5-9dfe-d42a9b127ccb => generated 697 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/571] 199.204.45.44 () {34 vars in 1049 bytes} [Tue May 19 06:25:34 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2bf6f08d1e2c416899caf4254405f272 => generated 180 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/572] 10.0.0.232 () {34 vars in 991 bytes} [Tue May 19 06:25:34 2026] GET /v2.0/security-groups/b90377f8-d6be-4929-862d-96101fb92e2a => generated 1681 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/573] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:25:34 2026] GET /v2.0/ports?network_id=661632d6-de68-48c4-878f-8c0abab3303a&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/574] 10.0.0.232 () {36 vars in 1013 bytes} [Tue May 19 06:25:34 2026] DELETE /v2.0/security-groups/b90377f8-d6be-4929-862d-96101fb92e2a => 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: 280/575] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:25:34 2026] GET /v2.0/networks/661632d6-de68-48c4-878f-8c0abab3303a?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:25:34.690 8 INFO neutron.api.v2.resource [req-cf848212-5e7d-428d-80c5-55d00e532093 req-f3941aed-ebde-4ab8-8740-e4b7a4a999fe 346068ac670948b6ba250bc1a77d1e8e c6c631823add4972b001658ef9d1faf5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 281/576] 10.0.0.232 () {34 vars in 991 bytes} [Tue May 19 06:25:34 2026] GET /v2.0/security-groups/b90377f8-d6be-4929-862d-96101fb92e2a => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/577] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:25:34 2026] GET /v2.0/networks/661632d6-de68-48c4-878f-8c0abab3303a?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: 283/578] 10.0.0.232 () {34 vars in 991 bytes} [Tue May 19 06:25:34 2026] GET /v2.0/security-groups/dd4d571a-631e-40e8-a2b7-abc69deadc98 => generated 1681 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/579] 199.204.45.44 () {38 vars in 954 bytes} [Tue May 19 06:25:34 2026] POST /v2.0/ports => generated 958 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/580] 10.0.0.232 () {36 vars in 1013 bytes} [Tue May 19 06:25:34 2026] DELETE /v2.0/security-groups/dd4d571a-631e-40e8-a2b7-abc69deadc98 => generated 0 bytes in 91 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-19 06:25:34.906 8 INFO neutron.api.v2.resource [req-66fd05fd-3224-4211-a754-c94393c6bef7 req-ab379c2d-2079-4298-92ff-11a5bc651f55 346068ac670948b6ba250bc1a77d1e8e c6c631823add4972b001658ef9d1faf5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 285/581] 10.0.0.232 () {34 vars in 991 bytes} [Tue May 19 06:25:34 2026] GET /v2.0/security-groups/dd4d571a-631e-40e8-a2b7-abc69deadc98 => generated 146 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/582] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:34 2026] GET /v2.0/ports?device_id=fb5e6eee-860a-4e64-ace0-3770c7044322 => 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: 287/583] 10.0.0.232 () {34 vars in 991 bytes} [Tue May 19 06:25:34 2026] GET /v2.0/security-groups/5439dfef-e300-4a8f-9194-6f903600facb => generated 1682 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/584] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:25:35 2026] GET /v2.0/security-groups?id=594a27cc-a117-4b33-8437-b4ac34179acd&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: 289/585] 10.0.0.232 () {36 vars in 1013 bytes} [Tue May 19 06:25:35 2026] DELETE /v2.0/security-groups/5439dfef-e300-4a8f-9194-6f903600facb => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/586] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:35 2026] GET /v2.0/ports?device_id=b9ed76cb-7af8-4adc-9d54-9fc9306ab4e8 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/587] 199.204.45.44 () {38 vars in 1027 bytes} [Tue May 19 06:25:34 2026] PUT /v2.0/ports/f43e9c95-1a2e-4b1b-9989-f016f09d862e => generated 1239 bytes in 360 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: 291/588] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:35 2026] GET /v2.0/ports?device_id=ac42f1e0-613b-427e-8a13-9f4dffb0ba4d => generated 973 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/589] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:25:35 2026] GET /v2.0/security-groups?id=ba42758f-ca37-4470-82ea-34fe58d8dddb&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/590] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:25:35 2026] GET /v2.0/security-groups?id=670f3b44-8493-45a0-b3d8-46bfab61a50d&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:25:35.305 7 INFO neutron.api.v2.resource [req-e6c23c2a-ffad-47eb-834d-a814f4890eca req-b76131b8-09cb-4d01-961a-342e635097d3 346068ac670948b6ba250bc1a77d1e8e c6c631823add4972b001658ef9d1faf5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 299/591] 10.0.0.232 () {34 vars in 991 bytes} [Tue May 19 06:25:35 2026] GET /v2.0/security-groups/5439dfef-e300-4a8f-9194-6f903600facb => generated 146 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/592] 10.0.0.232 () {34 vars in 1002 bytes} [Tue May 19 06:25:35 2026] GET /v2.0/security-groups?tenant_id=c6c631823add4972b001658ef9d1faf5 => 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: 300/593] 10.0.0.232 () {34 vars in 991 bytes} [Tue May 19 06:25:35 2026] GET /v2.0/security-groups/3dde41ae-c068-4155-8b63-48f1688e649e => generated 2922 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/594] 10.0.0.232 () {34 vars in 991 bytes} [Tue May 19 06:25:35 2026] GET /v2.0/security-groups/3dde41ae-c068-4155-8b63-48f1688e649e => generated 2922 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:25:35.516 7 INFO neutron.api.v2.resource [req-4338914e-a6f0-44e0-bcbb-0d3bac7751ce req-1c6e4fa6-8967-46f6-bd6e-7bdd67bac49a 346068ac670948b6ba250bc1a77d1e8e c6c631823add4972b001658ef9d1faf5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 301/595] 10.0.0.232 () {34 vars in 991 bytes} [Tue May 19 06:25:35 2026] GET /v2.0/security-groups/5439dfef-e300-4a8f-9194-6f903600facb => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-19 06:25:35.550 8 INFO neutron.api.v2.resource [req-3045c114-0ffb-4eb6-a250-38d266dd3c40 req-5f7f9080-b877-4d97-8cc3-b8d0fe68eff3 346068ac670948b6ba250bc1a77d1e8e c6c631823add4972b001658ef9d1faf5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 295/596] 10.0.0.232 () {34 vars in 991 bytes} [Tue May 19 06:25:35 2026] GET /v2.0/security-groups/dd4d571a-631e-40e8-a2b7-abc69deadc98 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-19 06:25:35.585 7 INFO neutron.api.v2.resource [req-db7cf13e-8799-4054-8d9b-da4f8a84f9fa req-6cc1abfc-2c48-43ff-9ae7-e3a0fd76b6cb 346068ac670948b6ba250bc1a77d1e8e c6c631823add4972b001658ef9d1faf5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 302/597] 10.0.0.232 () {34 vars in 991 bytes} [Tue May 19 06:25:35 2026] GET /v2.0/security-groups/b90377f8-d6be-4929-862d-96101fb92e2a => 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: 303/598] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:25:35 2026] GET /v2.0/ports?tenant_id=2677969e4c2447078b1129101c94b9cb&device_id=fb5e6eee-860a-4e64-ace0-3770c7044322 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/599] 199.204.45.44 () {34 vars in 985 bytes} [Tue May 19 06:25:35 2026] GET /v2.0/networks?id=661632d6-de68-48c4-878f-8c0abab3303a => generated 775 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/600] 199.204.45.44 () {34 vars in 1057 bytes} [Tue May 19 06:25:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=0ca14faf-611d-4469-9b14-6680b0fe4e33 => 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: 306/601] 199.204.45.44 () {34 vars in 983 bytes} [Tue May 19 06:25:35 2026] GET /v2.0/subnets?id=f4ce8a62-9645-40e5-9dfe-d42a9b127ccb => generated 697 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/602] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:25:35 2026] GET /v2.0/ports?network_id=661632d6-de68-48c4-878f-8c0abab3303a&device_owner=network%3Adhcp => generated 1244 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/603] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:25:36 2026] GET /v2.0/networks/661632d6-de68-48c4-878f-8c0abab3303a?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:25:36.101 8 INFO neutron_taas.services.taas.taas_plugin [None req-e701d711-a6f7-4604-8032-8927c85a1671 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] TaaS: Handle Delete Port: 1df06282-d8c5-4cb1-951a-cfaf3703cc9d 2026-05-19 06:25:36.105 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0129cb26-f2ce-41ba-bc0a-d58050db6797'] response: {'name': 'network-changed', 'server_uuid': 'ac42f1e0-613b-427e-8a13-9f4dffb0ba4d', 'tag': 'f43e9c95-1a2e-4b1b-9989-f016f09d862e', 'status': 'completed', 'code': 200} 2026-05-19 06:25:36.110 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e701d711-a6f7-4604-8032-8927c85a1671 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Tap Mirror: Handle Delete Port: 1df06282-d8c5-4cb1-951a-cfaf3703cc9d [pid: 7|app: 0|req: 309/604] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:25:36 2026] GET /v2.0/networks/661632d6-de68-48c4-878f-8c0abab3303a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/605] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:36 2026] GET /v2.0/ports?device_id=fb5e6eee-860a-4e64-ace0-3770c7044322 => 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: 311/606] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:25:36 2026] GET /v2.0/security-groups?id=594a27cc-a117-4b33-8437-b4ac34179acd&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: 312/607] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:25:36 2026] GET /v2.0/ports?tenant_id=2bf6f08d1e2c416899caf4254405f272&device_id=ac42f1e0-613b-427e-8a13-9f4dffb0ba4d => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/608] 199.204.45.44 () {34 vars in 1059 bytes} [Tue May 19 06:25:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=f43e9c95-1a2e-4b1b-9989-f016f09d862e => 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: 314/609] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:36 2026] GET /v2.0/ports?device_id=b9ed76cb-7af8-4adc-9d54-9fc9306ab4e8 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/610] 199.204.45.44 () {34 vars in 983 bytes} [Tue May 19 06:25:36 2026] GET /v2.0/subnets?id=d244b4fb-9a09-47b8-b486-d3f29ba4cd3a => generated 688 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/611] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:36 2026] GET /v2.0/ports?device_id=ac42f1e0-613b-427e-8a13-9f4dffb0ba4d => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/612] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:25:36 2026] GET /v2.0/security-groups?id=ba42758f-ca37-4470-82ea-34fe58d8dddb&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: 318/613] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:25:36 2026] GET /v2.0/ports?network_id=38eaa092-b5d5-44e7-9e4f-d188eb301af3&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/614] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:25:36 2026] GET /v2.0/security-groups?id=670f3b44-8493-45a0-b3d8-46bfab61a50d&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: 320/615] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:25:36 2026] GET /v2.0/networks/38eaa092-b5d5-44e7-9e4f-d188eb301af3?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: 321/616] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:25:36 2026] GET /v2.0/networks/38eaa092-b5d5-44e7-9e4f-d188eb301af3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/617] 10.0.0.31 () {34 vars in 788 bytes} [Tue May 19 06:25:35 2026] PUT /v2.0/routers/a306a433-1e79-4e63-9430-2db062ac0eab/remove_router_interface => generated 309 bytes in 1420 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:25:37.186 7 INFO neutron_taas.services.taas.taas_plugin [None req-2cc5b34f-90e0-4dbc-a0ff-191b06833f4a 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] TaaS: Handle Delete Port: c79eef32-adeb-4ca5-b88c-a60bb97332c0 2026-05-19 06:25:37.190 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2cc5b34f-90e0-4dbc-a0ff-191b06833f4a 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Tap Mirror: Handle Delete Port: c79eef32-adeb-4ca5-b88c-a60bb97332c0 [pid: 8|app: 0|req: 297/618] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:37 2026] GET /v2.0/ports?device_id=fb5e6eee-860a-4e64-ace0-3770c7044322 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/619] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:25:37 2026] GET /v2.0/security-groups?id=594a27cc-a117-4b33-8437-b4ac34179acd&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:25:37.412 7 INFO neutron_taas.services.taas.taas_plugin [None req-2cc5b34f-90e0-4dbc-a0ff-191b06833f4a 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] TaaS: Handle Delete Port: eb2a745e-9531-414a-8415-ffc9dac0aaf7 2026-05-19 06:25:37.414 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2cc5b34f-90e0-4dbc-a0ff-191b06833f4a 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Tap Mirror: Handle Delete Port: eb2a745e-9531-414a-8415-ffc9dac0aaf7 [pid: 8|app: 0|req: 299/620] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:37 2026] GET /v2.0/ports?device_id=b9ed76cb-7af8-4adc-9d54-9fc9306ab4e8 => generated 973 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/621] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:37 2026] GET /v2.0/ports?device_id=ac42f1e0-613b-427e-8a13-9f4dffb0ba4d => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/622] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:25:37 2026] GET /v2.0/security-groups?id=ba42758f-ca37-4470-82ea-34fe58d8dddb&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/623] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:25:37 2026] GET /v2.0/security-groups?id=670f3b44-8493-45a0-b3d8-46bfab61a50d&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:25:37.724 7 INFO neutron.services.segments.plugin [-] Segment f9d3885b-4d69-49a8-96a0-ab9e2be3232d resource provider aggregate not found 2026-05-19 06:25:37.740 7 INFO neutron.db.l3_hamode_db [None req-2cc5b34f-90e0-4dbc-a0ff-191b06833f4a 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] HA network b4affc6a-5f86-4e32-834b-1077caed021c was deleted as no HA routers are present in tenant c6c631823add4972b001658ef9d1faf5. 2026-05-19 06:25:37.740 7 INFO neutron.services.segments.plugin [-] Segment f9d3885b-4d69-49a8-96a0-ab9e2be3232d resource provider aggregate not found [pid: 7|app: 0|req: 322/624] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:25:37 2026] DELETE /v2.0/routers/a306a433-1e79-4e63-9430-2db062ac0eab => generated 0 bytes in 730 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:25:37.750 7 INFO neutron.services.segments.plugin [-] Segment f9d3885b-4d69-49a8-96a0-ab9e2be3232d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9d3885b-4d69-49a8-96a0-ab9e2be3232d found for delete ", "request_id": "req-d94e8c8b-e721-4942-84a5-b3442b542649"}]} 2026-05-19 06:25:37.767 7 INFO neutron.services.segments.plugin [-] Segment f9d3885b-4d69-49a8-96a0-ab9e2be3232d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9d3885b-4d69-49a8-96a0-ab9e2be3232d found for delete ", "request_id": "req-a4144f1e-57b3-408e-8dee-232cc08e282e"}]} [pid: 8|app: 0|req: 303/625] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:25:37 2026] GET /v2.0/ports?tenant_id=2bf6f08d1e2c416899caf4254405f272&device_id=ac42f1e0-613b-427e-8a13-9f4dffb0ba4d => generated 1242 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/626] 199.204.45.44 () {34 vars in 985 bytes} [Tue May 19 06:25:37 2026] GET /v2.0/networks?id=38eaa092-b5d5-44e7-9e4f-d188eb301af3 => generated 765 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/627] 199.204.45.44 () {34 vars in 1059 bytes} [Tue May 19 06:25:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=f43e9c95-1a2e-4b1b-9989-f016f09d862e => 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: 306/628] 199.204.45.44 () {34 vars in 983 bytes} [Tue May 19 06:25:37 2026] GET /v2.0/subnets?id=d244b4fb-9a09-47b8-b486-d3f29ba4cd3a => generated 688 bytes in 20 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.31 () {32 vars in 723 bytes} [Tue May 19 06:25:37 2026] DELETE /v2.0/subnets/3a55eea5-7fed-4383-994b-74ae66db182b => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/630] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:25:37 2026] GET /v2.0/ports?network_id=38eaa092-b5d5-44e7-9e4f-d188eb301af3&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/631] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:25:37 2026] GET /v2.0/networks/38eaa092-b5d5-44e7-9e4f-d188eb301af3?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/632] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:25:37 2026] GET /v2.0/networks/38eaa092-b5d5-44e7-9e4f-d188eb301af3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/633] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:25:37 2026] DELETE /v2.0/networks/ae1db209-887f-490e-a758-7fd8d9632834 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/634] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:25:38 2026] GET /v2.0/security-groups?tenant_id=c6c631823add4972b001658ef9d1faf5&name=default => generated 2925 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/635] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:25:38 2026] DELETE /v2.0/security-groups/3dde41ae-c068-4155-8b63-48f1688e649e => 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: 311/636] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:38 2026] GET /v2.0/ports?device_id=fb5e6eee-860a-4e64-ace0-3770c7044322 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/637] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:25:38 2026] GET /v2.0/security-groups?id=594a27cc-a117-4b33-8437-b4ac34179acd&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: 312/638] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:38 2026] GET /v2.0/ports?device_id=b9ed76cb-7af8-4adc-9d54-9fc9306ab4e8 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/639] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:25:38 2026] GET /v2.0/security-groups?id=ba42758f-ca37-4470-82ea-34fe58d8dddb&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/640] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:38 2026] GET /v2.0/ports?device_id=ac42f1e0-613b-427e-8a13-9f4dffb0ba4d => 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: 314/641] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:25:38 2026] GET /v2.0/security-groups?id=670f3b44-8493-45a0-b3d8-46bfab61a50d&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: 328/642] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:39 2026] GET /v2.0/ports?device_id=fb5e6eee-860a-4e64-ace0-3770c7044322 => generated 969 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:25:39.768 7 INFO neutron.services.segments.plugin [-] Segment e814a136-fb7f-4998-9d7f-bfd44336158a resource provider aggregate not found 2026-05-19 06:25:39.786 7 INFO neutron.services.segments.plugin [-] Segment e814a136-fb7f-4998-9d7f-bfd44336158a resource provider aggregate not found [pid: 8|app: 0|req: 315/643] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:25:39 2026] GET /v2.0/security-groups?id=594a27cc-a117-4b33-8437-b4ac34179acd&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-19 06:25:39.790 7 INFO neutron.services.segments.plugin [-] Segment e814a136-fb7f-4998-9d7f-bfd44336158a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e814a136-fb7f-4998-9d7f-bfd44336158a found for delete ", "request_id": "req-48d78921-f0f1-4625-b8b1-1d2af36afa2c"}]} 2026-05-19 06:25:39.804 7 INFO neutron.services.segments.plugin [-] Segment e814a136-fb7f-4998-9d7f-bfd44336158a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e814a136-fb7f-4998-9d7f-bfd44336158a found for delete ", "request_id": "req-962dfc86-8e63-4db7-9457-77eb7056cc77"}]} [pid: 8|app: 0|req: 316/644] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:39 2026] GET /v2.0/ports?device_id=ac42f1e0-613b-427e-8a13-9f4dffb0ba4d => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/645] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:39 2026] GET /v2.0/ports?device_id=b9ed76cb-7af8-4adc-9d54-9fc9306ab4e8 => generated 973 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/646] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:25:40 2026] GET /v2.0/security-groups?id=670f3b44-8493-45a0-b3d8-46bfab61a50d&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: 330/647] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:25:40 2026] GET /v2.0/security-groups?id=ba42758f-ca37-4470-82ea-34fe58d8dddb&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:25:40.397 8 INFO neutron.db.segments_db [None req-b09e70d4-7762-48f3-a675-2b02da5b52de 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Added segment f3081bbd-6038-4a8f-8d52-7d4e14e9c82a of type vxlan for network 07c0b05c-cead-4a71-867c-3a732f5264ac [pid: 8|app: 0|req: 318/648] 10.0.0.31 () {34 vars in 670 bytes} [Tue May 19 06:25:40 2026] POST /v2.0/networks => generated 725 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/649] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:25:40 2026] POST /v2.0/subnets => generated 691 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:25:40.707 8 INFO neutron.db.segments_db [None req-817f968e-b0e9-45b5-a4d3-2b777ce42df5 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Added segment aca3c487-9997-47e5-ab2d-a132c42961a2 of type vxlan for network fb42127e-fa2e-4c31-9d40-54d6d12c158d [pid: 7|app: 0|req: 332/650] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:40 2026] GET /v2.0/ports?device_id=fb5e6eee-860a-4e64-ace0-3770c7044322 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:25:40.959 8 INFO neutron.db.l3_hamode_db [None req-817f968e-b0e9-45b5-a4d3-2b777ce42df5 634dcfe276fd47aa8b19b5648bcb0d10 a34ea792646f44dab8709feee6158521 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 333/651] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:25:40 2026] GET /v2.0/security-groups?id=594a27cc-a117-4b33-8437-b4ac34179acd&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/652] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:41 2026] GET /v2.0/ports?device_id=ac42f1e0-613b-427e-8a13-9f4dffb0ba4d => generated 973 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/653] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:25:41 2026] GET /v2.0/security-groups?id=670f3b44-8493-45a0-b3d8-46bfab61a50d&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: 336/654] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:41 2026] GET /v2.0/ports?device_id=b9ed76cb-7af8-4adc-9d54-9fc9306ab4e8 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/655] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:25:41 2026] GET /v2.0/security-groups?id=ba42758f-ca37-4470-82ea-34fe58d8dddb&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:25:41.952 8 INFO neutron.db.l3_hamode_db [None req-817f968e-b0e9-45b5-a4d3-2b777ce42df5 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 338/656] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:42 2026] GET /v2.0/ports?device_id=fb5e6eee-860a-4e64-ace0-3770c7044322 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/657] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:25:42 2026] GET /v2.0/security-groups?id=594a27cc-a117-4b33-8437-b4ac34179acd&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: 340/658] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:42 2026] GET /v2.0/ports?device_id=ac42f1e0-613b-427e-8a13-9f4dffb0ba4d => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/659] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:42 2026] GET /v2.0/ports?device_id=b9ed76cb-7af8-4adc-9d54-9fc9306ab4e8 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/660] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:25:42 2026] GET /v2.0/security-groups?id=670f3b44-8493-45a0-b3d8-46bfab61a50d&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: 343/661] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:25:42 2026] GET /v2.0/security-groups?id=ba42758f-ca37-4470-82ea-34fe58d8dddb&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/662] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:42 2026] GET /v2.0/ports?device_id=b9ed76cb-7af8-4adc-9d54-9fc9306ab4e8 => 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: 319/663] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:25:40 2026] POST /v2.0/routers => generated 731 bytes in 2310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:25:43.498 7 INFO neutron.db.l3_db [None req-0de561c0-9dbc-437a-bc0a-b67e7d15f9d6 dd00f47886a249479f3a8f3b61661d94 3d58b59da3424403abfc21e882b86b68 - - default default] Floating IP d16c019b-3a12-407a-bd6f-c9f0b2401849 associated. External IP: 10.96.250.211, port: 894755f2-d8f1-4ebc-b9c5-46787b19241c. [pid: 7|app: 0|req: 345/664] 10.0.0.31 () {34 vars in 748 bytes} [Tue May 19 06:25:42 2026] PUT /v2.0/floatingips/d16c019b-3a12-407a-bd6f-c9f0b2401849 => generated 856 bytes in 1103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/665] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:43 2026] GET /v2.0/ports?device_id=fb5e6eee-860a-4e64-ace0-3770c7044322 => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/668] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:43 2026] GET /v2.0/ports?device_id=ac42f1e0-613b-427e-8a13-9f4dffb0ba4d => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/669] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:25:43 2026] GET /v2.0/security-groups?id=594a27cc-a117-4b33-8437-b4ac34179acd&fields=id&fields=name => generated 114 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/670] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:25:43 2026] GET /v2.0/security-groups?id=670f3b44-8493-45a0-b3d8-46bfab61a50d&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:25:44.006 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-edc1a2c2-c154-4f6a-838d-a89f73f11885'] response: {'name': 'network-changed', 'server_uuid': 'b9ed76cb-7af8-4adc-9d54-9fc9306ab4e8', 'tag': '894755f2-d8f1-4ebc-b9c5-46787b19241c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 352/671] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:43 2026] GET /v2.0/ports?device_id=b9ed76cb-7af8-4adc-9d54-9fc9306ab4e8 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/672] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:25:44 2026] GET /v2.0/security-groups?id=ba42758f-ca37-4470-82ea-34fe58d8dddb&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: 8|app: 0|req: 320/673] 10.0.0.31 () {34 vars in 782 bytes} [Tue May 19 06:25:42 2026] PUT /v2.0/routers/b9afd2d9-c027-4893-878b-9c533af32f4c/add_router_interface => generated 309 bytes in 1391 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/674] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:25:44 2026] GET /v2.0/ports?tenant_id=3d58b59da3424403abfc21e882b86b68&device_id=b9ed76cb-7af8-4adc-9d54-9fc9306ab4e8 => 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: 321/675] 199.204.45.44 () {34 vars in 985 bytes} [Tue May 19 06:25:44 2026] GET /v2.0/networks?id=41b1c74b-948f-4d68-9ca5-6369cce30101 => generated 780 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/676] 199.204.45.44 () {34 vars in 1059 bytes} [Tue May 19 06:25:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=894755f2-d8f1-4ebc-b9c5-46787b19241c => generated 859 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/677] 199.204.45.44 () {34 vars in 983 bytes} [Tue May 19 06:25:44 2026] GET /v2.0/subnets?id=05f863ce-1147-4451-b1f2-932d57194f88 => generated 702 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/678] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:25:44 2026] GET /v2.0/ports?network_id=41b1c74b-948f-4d68-9ca5-6369cce30101&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/679] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:25:44 2026] GET /v2.0/networks/41b1c74b-948f-4d68-9ca5-6369cce30101?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: 357/680] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:25:44 2026] GET /v2.0/networks/41b1c74b-948f-4d68-9ca5-6369cce30101?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/681] 10.0.0.31 () {34 vars in 684 bytes} [Tue May 19 06:25:44 2026] POST /v2.0/security-groups => generated 1657 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/682] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:45 2026] GET /v2.0/ports?device_id=fb5e6eee-860a-4e64-ace0-3770c7044322 => generated 971 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/683] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:45 2026] GET /v2.0/ports?device_id=ac42f1e0-613b-427e-8a13-9f4dffb0ba4d => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/684] 10.0.0.31 () {34 vars in 694 bytes} [Tue May 19 06:25:45 2026] POST /v2.0/security-group-rules => generated 597 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/685] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:25:45 2026] GET /v2.0/security-groups?id=594a27cc-a117-4b33-8437-b4ac34179acd&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: 326/686] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:25:45 2026] GET /v2.0/security-groups?id=670f3b44-8493-45a0-b3d8-46bfab61a50d&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: 361/687] 10.0.0.31 () {34 vars in 694 bytes} [Tue May 19 06:25:45 2026] POST /v2.0/security-group-rules => generated 602 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/688] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:45 2026] GET /v2.0/ports?device_id=fb5e6eee-860a-4e64-ace0-3770c7044322 => 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: 362/689] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:45 2026] GET /v2.0/ports?device_id=ac42f1e0-613b-427e-8a13-9f4dffb0ba4d => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:25:45.698 7 INFO neutron.db.l3_db [None req-6f3ac382-f92b-4874-995a-eada450a36f7 d153aff003f2409dbfc804c65245edfd 2677969e4c2447078b1129101c94b9cb - - default default] Floating IP 6faf68b6-0aa5-4966-ba1d-b25606c0a1ed associated. External IP: 10.96.250.220, port: 0ca14faf-611d-4469-9b14-6680b0fe4e33. [pid: 8|app: 0|req: 328/690] 10.0.0.31 () {34 vars in 675 bytes} [Tue May 19 06:25:45 2026] POST /v2.0/floatingips => generated 552 bytes in 540 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/691] 10.0.0.31 () {34 vars in 748 bytes} [Tue May 19 06:25:45 2026] PUT /v2.0/floatingips/6faf68b6-0aa5-4966-ba1d-b25606c0a1ed => generated 855 bytes in 695 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:25:46.127 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-89329548-a386-46cd-b6e1-c685ff791b11'] response: {'name': 'network-changed', 'server_uuid': 'fb5e6eee-860a-4e64-ace0-3770c7044322', 'tag': '0ca14faf-611d-4469-9b14-6680b0fe4e33', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 364/692] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:46 2026] GET /v2.0/ports?device_id=fb5e6eee-860a-4e64-ace0-3770c7044322 => 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: 365/693] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:25:46 2026] GET /v2.0/security-groups?id=594a27cc-a117-4b33-8437-b4ac34179acd&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:25:46.360 8 INFO neutron.db.l3_db [None req-d2870a96-39bb-4f51-888e-31458156d441 ba805d8121d247de898b945dcd9d442e 2bf6f08d1e2c416899caf4254405f272 - - default default] Floating IP 88876f97-0a93-4415-afad-48431f190c3c associated. External IP: 10.96.250.214, port: f43e9c95-1a2e-4b1b-9989-f016f09d862e. [pid: 7|app: 0|req: 366/694] 10.0.0.232 () {34 vars in 1098 bytes} [Tue May 19 06:25:46 2026] GET /v2.0/security-groups?name=tempest-securitygroup--328710462&fields=id&tenant_id=a34ea792646f44dab8709feee6158521 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/695] 10.0.0.232 () {34 vars in 982 bytes} [Tue May 19 06:25:46 2026] GET /v2.0/networks?id=07c0b05c-cead-4a71-867c-3a732f5264ac => generated 676 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/696] 10.0.0.232 () {34 vars in 965 bytes} [Tue May 19 06:25:46 2026] GET /v2.0/quotas/a34ea792646f44dab8709feee6158521 => 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: 369/697] 10.0.0.232 () {34 vars in 1002 bytes} [Tue May 19 06:25:46 2026] GET /v2.0/ports?tenant_id=a34ea792646f44dab8709feee6158521&fields=id => generated 57 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/698] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:46 2026] GET /v2.0/ports?device_id=fb5e6eee-860a-4e64-ace0-3770c7044322 => 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: 371/699] 10.0.0.232 () {34 vars in 1008 bytes} [Tue May 19 06:25:46 2026] GET /v2.0/networks/07c0b05c-cead-4a71-867c-3a732f5264ac?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/700] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:25:46 2026] GET /v2.0/security-groups?id=594a27cc-a117-4b33-8437-b4ac34179acd&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/701] 10.0.0.31 () {34 vars in 748 bytes} [Tue May 19 06:25:45 2026] PUT /v2.0/floatingips/88876f97-0a93-4415-afad-48431f190c3c => generated 856 bytes in 826 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/702] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:25:46 2026] GET /v2.0/ports?tenant_id=2677969e4c2447078b1129101c94b9cb&device_id=fb5e6eee-860a-4e64-ace0-3770c7044322 => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/703] 10.0.0.232 () {34 vars in 1108 bytes} [Tue May 19 06:25:46 2026] GET /v2.0/networks/07c0b05c-cead-4a71-867c-3a732f5264ac?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: 374/704] 199.204.45.44 () {34 vars in 985 bytes} [Tue May 19 06:25:46 2026] GET /v2.0/networks?id=661632d6-de68-48c4-878f-8c0abab3303a => generated 775 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/705] 199.204.45.44 () {34 vars in 1057 bytes} [Tue May 19 06:25:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=0ca14faf-611d-4469-9b14-6680b0fe4e33 => generated 858 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/706] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:46 2026] GET /v2.0/ports?device_id=ac42f1e0-613b-427e-8a13-9f4dffb0ba4d => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/707] 199.204.45.44 () {34 vars in 983 bytes} [Tue May 19 06:25:46 2026] GET /v2.0/subnets?id=f4ce8a62-9645-40e5-9dfe-d42a9b127ccb => generated 697 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/708] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:25:46 2026] GET /v2.0/security-groups?id=670f3b44-8493-45a0-b3d8-46bfab61a50d&fields=id&fields=name => generated 113 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/709] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:25:46 2026] GET /v2.0/ports?network_id=661632d6-de68-48c4-878f-8c0abab3303a&device_owner=network%3Adhcp => generated 1244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:25:46.931 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bddf3875-237e-4fe7-82eb-3b5c6664f1ee'] response: {'name': 'network-changed', 'server_uuid': 'ac42f1e0-613b-427e-8a13-9f4dffb0ba4d', 'tag': 'f43e9c95-1a2e-4b1b-9989-f016f09d862e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 378/710] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:25:46 2026] GET /v2.0/ports?tenant_id=2bf6f08d1e2c416899caf4254405f272&device_id=ac42f1e0-613b-427e-8a13-9f4dffb0ba4d => 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: 333/711] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:25:46 2026] GET /v2.0/networks/661632d6-de68-48c4-878f-8c0abab3303a?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: 379/712] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:46 2026] GET /v2.0/ports?device_id=9be50136-1790-4e31-a78f-35b297529a74 => 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: 380/713] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:25:47 2026] GET /v2.0/networks/661632d6-de68-48c4-878f-8c0abab3303a?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: 334/714] 199.204.45.44 () {34 vars in 985 bytes} [Tue May 19 06:25:46 2026] GET /v2.0/networks?id=38eaa092-b5d5-44e7-9e4f-d188eb301af3 => generated 765 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/715] 199.204.45.44 () {34 vars in 1059 bytes} [Tue May 19 06:25:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=f43e9c95-1a2e-4b1b-9989-f016f09d862e => generated 859 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/716] 199.204.45.44 () {34 vars in 983 bytes} [Tue May 19 06:25:47 2026] GET /v2.0/subnets?id=d244b4fb-9a09-47b8-b486-d3f29ba4cd3a => generated 688 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/717] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:25:47 2026] GET /v2.0/ports?network_id=38eaa092-b5d5-44e7-9e4f-d188eb301af3&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: 336/718] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:47 2026] GET /v2.0/ports?device_id=ac42f1e0-613b-427e-8a13-9f4dffb0ba4d => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/719] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:25:47 2026] GET /v2.0/networks/38eaa092-b5d5-44e7-9e4f-d188eb301af3?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: 337/720] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:25:47 2026] GET /v2.0/security-groups?id=670f3b44-8493-45a0-b3d8-46bfab61a50d&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: 384/721] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:25:47 2026] GET /v2.0/networks/38eaa092-b5d5-44e7-9e4f-d188eb301af3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/722] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:47 2026] GET /v2.0/ports?device_id=fb5e6eee-860a-4e64-ace0-3770c7044322 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/723] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:25:47 2026] GET /v2.0/security-groups?id=594a27cc-a117-4b33-8437-b4ac34179acd&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/724] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:48 2026] GET /v2.0/ports?device_id=9be50136-1790-4e31-a78f-35b297529a74 => 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: 386/725] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:48 2026] GET /v2.0/ports?device_id=ac42f1e0-613b-427e-8a13-9f4dffb0ba4d => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/726] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:25:48 2026] GET /v2.0/security-groups?id=670f3b44-8493-45a0-b3d8-46bfab61a50d&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/727] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:48 2026] GET /v2.0/ports?device_id=fb5e6eee-860a-4e64-ace0-3770c7044322 => 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: 341/728] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:25:48 2026] GET /v2.0/security-groups?id=594a27cc-a117-4b33-8437-b4ac34179acd&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: 388/729] 199.204.45.44 () {34 vars in 993 bytes} [Tue May 19 06:25:49 2026] GET /v2.0/ports?device_id=fb5e6eee-860a-4e64-ace0-3770c7044322 => 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: 389/730] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:49 2026] GET /v2.0/ports?device_id=9be50136-1790-4e31-a78f-35b297529a74 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:25:49.296 8 INFO neutron_taas.services.taas.taas_plugin [req-0d1dea24-a035-4d0d-a309-19884f0870d8 req-eb63d36a-ca76-4565-a222-f927014b84fb d153aff003f2409dbfc804c65245edfd 2677969e4c2447078b1129101c94b9cb - - default default] TaaS: Handle Delete Port: 0ca14faf-611d-4469-9b14-6680b0fe4e33 2026-05-19 06:25:49.302 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0d1dea24-a035-4d0d-a309-19884f0870d8 req-eb63d36a-ca76-4565-a222-f927014b84fb d153aff003f2409dbfc804c65245edfd 2677969e4c2447078b1129101c94b9cb - - default default] Tap Mirror: Handle Delete Port: 0ca14faf-611d-4469-9b14-6680b0fe4e33 2026-05-19 06:25:49.472 8 INFO neutron.db.l3_db [req-0d1dea24-a035-4d0d-a309-19884f0870d8 req-eb63d36a-ca76-4565-a222-f927014b84fb d153aff003f2409dbfc804c65245edfd 2677969e4c2447078b1129101c94b9cb - - default default] Floating IP 6faf68b6-0aa5-4966-ba1d-b25606c0a1ed disassociated. External IP: 10.96.250.220, port: 0ca14faf-611d-4469-9b14-6680b0fe4e33. [pid: 7|app: 0|req: 390/731] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:49 2026] GET /v2.0/ports?device_id=ac42f1e0-613b-427e-8a13-9f4dffb0ba4d => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/732] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:25:49 2026] GET /v2.0/security-groups?id=670f3b44-8493-45a0-b3d8-46bfab61a50d&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/733] 199.204.45.44 () {34 vars in 993 bytes} [Tue May 19 06:25:49 2026] GET /v2.0/ports?device_id=ac42f1e0-613b-427e-8a13-9f4dffb0ba4d => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/734] 199.204.45.44 () {36 vars in 996 bytes} [Tue May 19 06:25:49 2026] DELETE /v2.0/ports/0ca14faf-611d-4469-9b14-6680b0fe4e33 => generated 0 bytes in 827 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:25:49.944 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8e66c335-b22d-4b91-bee5-9526e8bf94f9'] response: {'server_uuid': 'fb5e6eee-860a-4e64-ace0-3770c7044322', 'name': 'network-vif-deleted', 'tag': '0ca14faf-611d-4469-9b14-6680b0fe4e33', 'status': 'completed', 'code': 200} 2026-05-19 06:25:50.054 7 INFO neutron_taas.services.taas.taas_plugin [req-ccbe0cda-5a7f-4719-bf1a-78809c159bb9 req-f20742c4-48ff-463c-9705-8c1ff1591709 ba805d8121d247de898b945dcd9d442e 2bf6f08d1e2c416899caf4254405f272 - - default default] TaaS: Handle Delete Port: f43e9c95-1a2e-4b1b-9989-f016f09d862e 2026-05-19 06:25:50.061 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ccbe0cda-5a7f-4719-bf1a-78809c159bb9 req-f20742c4-48ff-463c-9705-8c1ff1591709 ba805d8121d247de898b945dcd9d442e 2bf6f08d1e2c416899caf4254405f272 - - default default] Tap Mirror: Handle Delete Port: f43e9c95-1a2e-4b1b-9989-f016f09d862e [pid: 8|app: 0|req: 343/735] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:50 2026] GET /v2.0/ports?device_id=fb5e6eee-860a-4e64-ace0-3770c7044322 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:25:50.240 7 INFO neutron.db.l3_db [req-ccbe0cda-5a7f-4719-bf1a-78809c159bb9 req-f20742c4-48ff-463c-9705-8c1ff1591709 ba805d8121d247de898b945dcd9d442e 2bf6f08d1e2c416899caf4254405f272 - - default default] Floating IP 88876f97-0a93-4415-afad-48431f190c3c disassociated. External IP: 10.96.250.214, port: f43e9c95-1a2e-4b1b-9989-f016f09d862e. [pid: 8|app: 0|req: 344/736] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:50 2026] GET /v2.0/ports?device_id=9be50136-1790-4e31-a78f-35b297529a74 => 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: 393/737] 199.204.45.44 () {36 vars in 996 bytes} [Tue May 19 06:25:49 2026] DELETE /v2.0/ports/f43e9c95-1a2e-4b1b-9989-f016f09d862e => generated 0 bytes in 673 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:25:50.622 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f2ff3e65-6191-40e4-a5e9-c06da8e16101'] response: {'server_uuid': 'ac42f1e0-613b-427e-8a13-9f4dffb0ba4d', 'name': 'network-vif-deleted', 'tag': 'f43e9c95-1a2e-4b1b-9989-f016f09d862e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 345/738] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:50 2026] GET /v2.0/ports?device_id=ac42f1e0-613b-427e-8a13-9f4dffb0ba4d => 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: 394/739] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:51 2026] GET /v2.0/ports?device_id=fb5e6eee-860a-4e64-ace0-3770c7044322 => 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: 346/740] 199.204.45.44 () {34 vars in 985 bytes} [Tue May 19 06:25:51 2026] GET /v2.0/networks?id=07c0b05c-cead-4a71-867c-3a732f5264ac => generated 676 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/741] 199.204.45.44 () {34 vars in 1049 bytes} [Tue May 19 06:25:51 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a34ea792646f44dab8709feee6158521 => generated 180 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/742] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:51 2026] GET /v2.0/ports?device_id=9be50136-1790-4e31-a78f-35b297529a74 => 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: 347/743] 199.204.45.44 () {38 vars in 954 bytes} [Tue May 19 06:25:51 2026] POST /v2.0/ports => generated 958 bytes in 423 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: 348/744] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:51 2026] GET /v2.0/ports?device_id=ac42f1e0-613b-427e-8a13-9f4dffb0ba4d => 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: 349/745] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:52 2026] GET /v2.0/ports?device_id=fb5e6eee-860a-4e64-ace0-3770c7044322 => 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: 397/746] 199.204.45.44 () {38 vars in 1027 bytes} [Tue May 19 06:25:51 2026] PUT /v2.0/ports/ac61576b-6972-4adf-8533-bee5f96cecc1 => generated 1239 bytes in 521 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/747] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:52 2026] GET /v2.0/ports?device_id=9be50136-1790-4e31-a78f-35b297529a74 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 398/748] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:25:52 2026] GET /v2.0/security-groups?id=574f7117-0d62-4822-a1f3-59ac86275b64&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:25:52.658 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a75068a8-3ffc-4d65-ae4c-fbbedecbcc6b'] response: {'name': 'network-changed', 'server_uuid': '9be50136-1790-4e31-a78f-35b297529a74', 'tag': 'ac61576b-6972-4adf-8533-bee5f96cecc1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 399/749] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:52 2026] GET /v2.0/ports?device_id=ac42f1e0-613b-427e-8a13-9f4dffb0ba4d => 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: 351/750] 10.0.0.225 () {34 vars in 990 bytes} [Tue May 19 06:25:52 2026] GET /v2.0/ports?device_id=b9ed76cb-7af8-4adc-9d54-9fc9306ab4e8 => generated 1244 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/751] 10.0.0.225 () {34 vars in 1040 bytes} [Tue May 19 06:25:53 2026] GET /v2.0/security-groups?id=ba42758f-ca37-4470-82ea-34fe58d8dddb&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/752] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:25:53 2026] GET /v2.0/ports?tenant_id=a34ea792646f44dab8709feee6158521&device_id=9be50136-1790-4e31-a78f-35b297529a74 => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/753] 199.204.45.44 () {34 vars in 1017 bytes} [Tue May 19 06:25:53 2026] GET /v2.0/networks?tenant_id=a34ea792646f44dab8709feee6158521&shared=False => generated 772 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/754] 199.204.45.44 () {34 vars in 929 bytes} [Tue May 19 06:25:53 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/755] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:53 2026] GET /v2.0/ports?device_id=fb5e6eee-860a-4e64-ace0-3770c7044322 => 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: 354/756] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:53 2026] GET /v2.0/ports?device_id=9be50136-1790-4e31-a78f-35b297529a74 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/757] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:25:53 2026] GET /v2.0/security-groups?id=574f7117-0d62-4822-a1f3-59ac86275b64&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: 355/758] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:54 2026] GET /v2.0/ports?device_id=ac42f1e0-613b-427e-8a13-9f4dffb0ba4d => 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: 404/759] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:25:54 2026] GET /v2.0/ports?tenant_id=a34ea792646f44dab8709feee6158521&device_id=9be50136-1790-4e31-a78f-35b297529a74 => generated 1242 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/760] 199.204.45.44 () {34 vars in 1059 bytes} [Tue May 19 06:25:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=ac61576b-6972-4adf-8533-bee5f96cecc1 => 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: 405/761] 199.204.45.44 () {34 vars in 983 bytes} [Tue May 19 06:25:54 2026] GET /v2.0/subnets?id=d7756adf-dbcf-4326-bddf-8da2219e7643 => generated 694 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/762] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:25:54 2026] GET /v2.0/ports?network_id=07c0b05c-cead-4a71-867c-3a732f5264ac&device_owner=network%3Adhcp => 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: 407/763] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:25:54 2026] GET /v2.0/networks/07c0b05c-cead-4a71-867c-3a732f5264ac?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: 357/764] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:25:54 2026] DELETE /v2.0/security-groups/594a27cc-a117-4b33-8437-b4ac34179acd => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:25:54.598 8 INFO neutron.api.v2.resource [None req-c2cf4caf-852d-402e-ac8c-7692bb01e23f d153aff003f2409dbfc804c65245edfd 2677969e4c2447078b1129101c94b9cb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 358/765] 10.0.0.31 () {32 vars in 736 bytes} [Tue May 19 06:25:54 2026] GET /v2.0/security-groups/594a27cc-a117-4b33-8437-b4ac34179acd => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/766] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:25:54 2026] GET /v2.0/networks/07c0b05c-cead-4a71-867c-3a732f5264ac?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-19 06:25:54.703 8 INFO neutron_taas.services.taas.taas_plugin [None req-7ed04083-d06b-4ff4-8af1-5a45ed76147c d153aff003f2409dbfc804c65245edfd 2677969e4c2447078b1129101c94b9cb - - default default] TaaS: Handle Delete Port: 480922f0-5921-4b57-994a-f410e8ba0e0e 2026-05-19 06:25:54.707 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ed04083-d06b-4ff4-8af1-5a45ed76147c d153aff003f2409dbfc804c65245edfd 2677969e4c2447078b1129101c94b9cb - - default default] Tap Mirror: Handle Delete Port: 480922f0-5921-4b57-994a-f410e8ba0e0e [pid: 8|app: 0|req: 359/767] 10.0.0.31 () {32 vars in 731 bytes} [Tue May 19 06:25:54 2026] DELETE /v2.0/floatingips/6faf68b6-0aa5-4966-ba1d-b25606c0a1ed => generated 0 bytes in 258 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/768] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:54 2026] GET /v2.0/ports?device_id=9be50136-1790-4e31-a78f-35b297529a74 => generated 973 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/769] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:25:54 2026] GET /v2.0/security-groups?id=574f7117-0d62-4822-a1f3-59ac86275b64&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:25:55.201 8 INFO neutron_taas.services.taas.taas_plugin [None req-67b06ac7-a46f-4e28-989b-c52304a22ab0 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] TaaS: Handle Delete Port: c3565ef5-1330-4fad-8b11-3f9637974c1c 2026-05-19 06:25:55.203 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67b06ac7-a46f-4e28-989b-c52304a22ab0 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Tap Mirror: Handle Delete Port: c3565ef5-1330-4fad-8b11-3f9637974c1c [pid: 7|app: 0|req: 411/770] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:25:55 2026] DELETE /v2.0/security-groups/670f3b44-8493-45a0-b3d8-46bfab61a50d => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:25:55.307 7 INFO neutron.api.v2.resource [None req-e46d198d-5d20-4dd1-a902-2d5f6de8c205 ba805d8121d247de898b945dcd9d442e 2bf6f08d1e2c416899caf4254405f272 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 412/771] 10.0.0.31 () {32 vars in 736 bytes} [Tue May 19 06:25:55 2026] GET /v2.0/security-groups/670f3b44-8493-45a0-b3d8-46bfab61a50d => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-19 06:25:55.417 7 INFO neutron_taas.services.taas.taas_plugin [None req-6eba01c7-4bcb-4c24-8b21-38b9bb0b53b2 ba805d8121d247de898b945dcd9d442e 2bf6f08d1e2c416899caf4254405f272 - - default default] TaaS: Handle Delete Port: 110293d4-2e43-477c-817d-fa833f10b2fe 2026-05-19 06:25:55.420 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6eba01c7-4bcb-4c24-8b21-38b9bb0b53b2 ba805d8121d247de898b945dcd9d442e 2bf6f08d1e2c416899caf4254405f272 - - default default] Tap Mirror: Handle Delete Port: 110293d4-2e43-477c-817d-fa833f10b2fe [pid: 7|app: 0|req: 413/772] 10.0.0.31 () {32 vars in 731 bytes} [Tue May 19 06:25:55 2026] DELETE /v2.0/floatingips/88876f97-0a93-4415-afad-48431f190c3c => generated 0 bytes in 277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/773] 10.0.0.31 () {34 vars in 788 bytes} [Tue May 19 06:25:54 2026] PUT /v2.0/routers/4810fc5d-cf7f-40cf-a614-3b0f1d49ade5/remove_router_interface => generated 309 bytes in 856 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:25:55.974 8 INFO neutron_taas.services.taas.taas_plugin [None req-348e7f88-1dba-4b8a-9204-db8263dbb0b3 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] TaaS: Handle Delete Port: 5753a500-5e0e-4638-879d-835e3f41f90c 2026-05-19 06:25:55.976 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-348e7f88-1dba-4b8a-9204-db8263dbb0b3 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Tap Mirror: Handle Delete Port: 5753a500-5e0e-4638-879d-835e3f41f90c 2026-05-19 06:25:56.006 7 INFO neutron_taas.services.taas.taas_plugin [None req-901b17e3-1098-4ed0-a2b0-f45a0669f3bc 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] TaaS: Handle Delete Port: b7c41df7-2ff9-437c-9ab6-2c14af112dd1 2026-05-19 06:25:56.009 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-901b17e3-1098-4ed0-a2b0-f45a0669f3bc 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Tap Mirror: Handle Delete Port: b7c41df7-2ff9-437c-9ab6-2c14af112dd1 [pid: 7|app: 0|req: 414/774] 10.0.0.31 () {34 vars in 788 bytes} [Tue May 19 06:25:55 2026] PUT /v2.0/routers/5ab8a0ab-c50d-45cd-be22-5b148666f3a9/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-19 06:25:56.545 8 INFO neutron_taas.services.taas.taas_plugin [None req-348e7f88-1dba-4b8a-9204-db8263dbb0b3 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] TaaS: Handle Delete Port: 9dc229e0-3798-4149-ade2-153b310c106b 2026-05-19 06:25:56.547 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-348e7f88-1dba-4b8a-9204-db8263dbb0b3 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Tap Mirror: Handle Delete Port: 9dc229e0-3798-4149-ade2-153b310c106b [pid: 7|app: 0|req: 415/775] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:56 2026] GET /v2.0/ports?device_id=9be50136-1790-4e31-a78f-35b297529a74 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:25:56.619 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-348e7f88-1dba-4b8a-9204-db8263dbb0b3 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-05-19 06:25:56.780 7 INFO neutron_taas.services.taas.taas_plugin [None req-b44cfa18-4613-4006-9306-d166f69f7507 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] TaaS: Handle Delete Port: b0c47bce-c5f5-4a38-93d1-7d62c3f87f33 2026-05-19 06:25:56.783 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b44cfa18-4613-4006-9306-d166f69f7507 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Tap Mirror: Handle Delete Port: b0c47bce-c5f5-4a38-93d1-7d62c3f87f33 2026-05-19 06:25:56.929 8 INFO neutron.services.segments.plugin [-] Segment 14ac49c6-62d3-4481-8a50-8599b7ecadd5 resource provider aggregate not found 2026-05-19 06:25:56.937 8 INFO neutron.services.segments.plugin [-] Segment 14ac49c6-62d3-4481-8a50-8599b7ecadd5 resource provider aggregate not found 2026-05-19 06:25:56.954 8 INFO neutron.db.l3_hamode_db [None req-348e7f88-1dba-4b8a-9204-db8263dbb0b3 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] HA network 1f20e206-5228-4471-87ad-3ab07970e68d was deleted as no HA routers are present in tenant 2677969e4c2447078b1129101c94b9cb. 2026-05-19 06:25:56.962 8 INFO neutron.services.segments.plugin [-] Segment 14ac49c6-62d3-4481-8a50-8599b7ecadd5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14ac49c6-62d3-4481-8a50-8599b7ecadd5 found for delete ", "request_id": "req-b860efe6-457b-432d-abd7-a59f4a246372"}]} 2026-05-19 06:25:56.970 8 INFO neutron.services.segments.plugin [-] Segment 14ac49c6-62d3-4481-8a50-8599b7ecadd5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14ac49c6-62d3-4481-8a50-8599b7ecadd5 found for delete ", "request_id": "req-06947d40-280b-47d7-80c2-2901a91dda0f"}]} [pid: 8|app: 0|req: 361/776] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:25:55 2026] DELETE /v2.0/routers/4810fc5d-cf7f-40cf-a614-3b0f1d49ade5 => generated 0 bytes in 1236 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/777] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:25:56 2026] GET /v2.0/security-groups?id=574f7117-0d62-4822-a1f3-59ac86275b64&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:25:57.095 7 INFO neutron_taas.services.taas.taas_plugin [None req-b44cfa18-4613-4006-9306-d166f69f7507 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] TaaS: Handle Delete Port: 6949d854-056e-4549-b1eb-c951fe5fae2e 2026-05-19 06:25:57.098 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b44cfa18-4613-4006-9306-d166f69f7507 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Tap Mirror: Handle Delete Port: 6949d854-056e-4549-b1eb-c951fe5fae2e [pid: 8|app: 0|req: 363/778] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:25:56 2026] DELETE /v2.0/subnets/f4ce8a62-9645-40e5-9dfe-d42a9b127ccb => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:25:57.292 8 INFO neutron_taas.services.taas.taas_plugin [None req-5deefbb8-c457-48f1-8f44-3be422ffdea4 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] TaaS: Handle Delete Port: ec879122-275d-43dc-ad96-524b7260c534 2026-05-19 06:25:57.294 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5deefbb8-c457-48f1-8f44-3be422ffdea4 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Tap Mirror: Handle Delete Port: ec879122-275d-43dc-ad96-524b7260c534 [pid: 8|app: 0|req: 364/779] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:25:57 2026] DELETE /v2.0/networks/661632d6-de68-48c4-878f-8c0abab3303a => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:25:57.489 7 INFO neutron.services.segments.plugin [-] Segment f471fecd-2f8b-4a9e-82b4-b68607fa664f resource provider aggregate not found 2026-05-19 06:25:57.497 7 INFO neutron.services.segments.plugin [-] Segment f471fecd-2f8b-4a9e-82b4-b68607fa664f resource provider aggregate not found 2026-05-19 06:25:57.516 7 INFO neutron.services.segments.plugin [-] Segment f471fecd-2f8b-4a9e-82b4-b68607fa664f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f471fecd-2f8b-4a9e-82b4-b68607fa664f found for delete ", "request_id": "req-e9516700-3b4f-4d4a-bfe5-aa359ebf0dec"}]} 2026-05-19 06:25:57.521 7 INFO neutron.services.segments.plugin [-] Segment f471fecd-2f8b-4a9e-82b4-b68607fa664f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f471fecd-2f8b-4a9e-82b4-b68607fa664f found for delete ", "request_id": "req-93412cc5-b686-4968-9ec0-4d13349fa610"}]} 2026-05-19 06:25:57.531 7 INFO neutron.db.l3_hamode_db [None req-b44cfa18-4613-4006-9306-d166f69f7507 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] HA network ad1515b6-6782-4969-a6a8-ecfb09762b6c was deleted as no HA routers are present in tenant 2bf6f08d1e2c416899caf4254405f272. [pid: 7|app: 0|req: 416/780] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:25:56 2026] DELETE /v2.0/routers/5ab8a0ab-c50d-45cd-be22-5b148666f3a9 => generated 0 bytes in 960 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/781] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:25:57 2026] GET /v2.0/security-groups?tenant_id=2677969e4c2447078b1129101c94b9cb&name=default => generated 2921 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/782] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:25:57 2026] DELETE /v2.0/subnets/d244b4fb-9a09-47b8-b486-d3f29ba4cd3a => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/783] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:25:57 2026] DELETE /v2.0/security-groups/7ef18426-b5ba-4d2e-912c-f69ab782f6d5 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:25:57.874 8 INFO neutron_taas.services.taas.taas_plugin [None req-e9280951-614d-4e7a-b8a6-bd51ae227990 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] TaaS: Handle Delete Port: 9492c68a-c623-4b77-a9f5-816c2397af1a 2026-05-19 06:25:57.877 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9280951-614d-4e7a-b8a6-bd51ae227990 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Tap Mirror: Handle Delete Port: 9492c68a-c623-4b77-a9f5-816c2397af1a [pid: 8|app: 0|req: 366/784] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:25:57 2026] DELETE /v2.0/networks/38eaa092-b5d5-44e7-9e4f-d188eb301af3 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/785] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:58 2026] GET /v2.0/ports?device_id=9be50136-1790-4e31-a78f-35b297529a74 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/786] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:25:58 2026] GET /v2.0/security-groups?id=574f7117-0d62-4822-a1f3-59ac86275b64&fields=id&fields=name => generated 113 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/789] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:25:58 2026] GET /v2.0/security-groups?tenant_id=2bf6f08d1e2c416899caf4254405f272&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/790] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:25:58 2026] DELETE /v2.0/security-groups/82b26141-41ba-4865-8dc6-c10a65476617 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:25:58.985 8 INFO neutron.services.segments.plugin [-] Segment 2afa871e-2432-40b4-a454-2eb2986a58ae resource provider aggregate not found 2026-05-19 06:25:58.990 8 INFO neutron.services.segments.plugin [-] Segment 2afa871e-2432-40b4-a454-2eb2986a58ae resource provider aggregate not found 2026-05-19 06:25:59.008 8 INFO neutron.services.segments.plugin [-] Segment 2afa871e-2432-40b4-a454-2eb2986a58ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2afa871e-2432-40b4-a454-2eb2986a58ae found for delete ", "request_id": "req-d2dde0f4-b4b2-4d26-94d9-57e4a30f7372"}]} 2026-05-19 06:25:59.012 8 INFO neutron.services.segments.plugin [-] Segment 2afa871e-2432-40b4-a454-2eb2986a58ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2afa871e-2432-40b4-a454-2eb2986a58ae found for delete ", "request_id": "req-7a9aac55-b962-4fea-b842-d37a33ee8d4e"}]} 2026-05-19 06:25:59.031 8 INFO neutron.services.segments.plugin [-] Segment e752b835-62b0-44e7-b362-7069479e15b3 resource provider aggregate not found 2026-05-19 06:25:59.036 8 INFO neutron.services.segments.plugin [-] Segment e752b835-62b0-44e7-b362-7069479e15b3 resource provider aggregate not found 2026-05-19 06:25:59.050 8 INFO neutron.services.segments.plugin [-] Segment e752b835-62b0-44e7-b362-7069479e15b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e752b835-62b0-44e7-b362-7069479e15b3 found for delete ", "request_id": "req-15751b7a-df5c-4585-9e5e-00c490559d89"}]} 2026-05-19 06:25:59.051 8 INFO neutron.services.segments.plugin [-] Segment e752b835-62b0-44e7-b362-7069479e15b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e752b835-62b0-44e7-b362-7069479e15b3 found for delete ", "request_id": "req-58f8ddab-a41a-48fe-bda2-6fc699e705fd"}]} [pid: 7|app: 0|req: 422/791] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:59 2026] GET /v2.0/ports?device_id=9be50136-1790-4e31-a78f-35b297529a74 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/792] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:25:59 2026] GET /v2.0/security-groups?id=574f7117-0d62-4822-a1f3-59ac86275b64&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: 423/793] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:25:59 2026] GET /v2.0/ports?device_id=9be50136-1790-4e31-a78f-35b297529a74 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:25:59.829 8 INFO neutron.db.l3_db [None req-d9a2d00c-2f67-4e74-bea3-d3a12fdba4e9 ddf30ba2c36b429aa5d03f2715067c07 a34ea792646f44dab8709feee6158521 - - default default] Floating IP c5c57e6a-bb55-48c3-a1a1-1f380f1af4d6 associated. External IP: 10.96.250.215, port: ac61576b-6972-4adf-8533-bee5f96cecc1. [pid: 8|app: 0|req: 371/794] 10.0.0.31 () {34 vars in 748 bytes} [Tue May 19 06:25:59 2026] PUT /v2.0/floatingips/c5c57e6a-bb55-48c3-a1a1-1f380f1af4d6 => generated 856 bytes in 663 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:26:00.187 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bf7ff22a-3ec2-4ef9-82bd-140454c83b32'] response: {'name': 'network-changed', 'server_uuid': '9be50136-1790-4e31-a78f-35b297529a74', 'tag': 'ac61576b-6972-4adf-8533-bee5f96cecc1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 424/795] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:26:00 2026] GET /v2.0/ports?device_id=9be50136-1790-4e31-a78f-35b297529a74 => generated 975 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/796] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:26:00 2026] GET /v2.0/security-groups?id=574f7117-0d62-4822-a1f3-59ac86275b64&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: 425/797] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:26:00 2026] GET /v2.0/ports?device_id=9be50136-1790-4e31-a78f-35b297529a74 => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/798] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:26:00 2026] GET /v2.0/security-groups?id=574f7117-0d62-4822-a1f3-59ac86275b64&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/799] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:26:00 2026] GET /v2.0/ports?tenant_id=a34ea792646f44dab8709feee6158521&device_id=9be50136-1790-4e31-a78f-35b297529a74 => 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: 374/800] 199.204.45.44 () {34 vars in 985 bytes} [Tue May 19 06:26:00 2026] GET /v2.0/networks?id=07c0b05c-cead-4a71-867c-3a732f5264ac => generated 772 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/801] 199.204.45.44 () {34 vars in 1059 bytes} [Tue May 19 06:26:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=ac61576b-6972-4adf-8533-bee5f96cecc1 => generated 859 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/802] 199.204.45.44 () {34 vars in 983 bytes} [Tue May 19 06:26:00 2026] GET /v2.0/subnets?id=d7756adf-dbcf-4326-bddf-8da2219e7643 => generated 694 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/803] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:26:00 2026] GET /v2.0/ports?network_id=07c0b05c-cead-4a71-867c-3a732f5264ac&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/804] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:26:00 2026] GET /v2.0/networks/07c0b05c-cead-4a71-867c-3a732f5264ac?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/805] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:26:00 2026] GET /v2.0/networks/07c0b05c-cead-4a71-867c-3a732f5264ac?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: 377/806] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:26:01 2026] GET /v2.0/ports?device_id=9be50136-1790-4e31-a78f-35b297529a74 => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/807] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:26:01 2026] GET /v2.0/security-groups?id=574f7117-0d62-4822-a1f3-59ac86275b64&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: 378/808] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:26:02 2026] GET /v2.0/security-groups?tenant_id=0649eb01dd02420f921e002cdd2a7a01&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: 431/809] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:26:02 2026] DELETE /v2.0/security-groups/177fdbef-c134-4ba7-bbc9-bdc6f44f9466 => 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: 379/810] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:26:02 2026] GET /v2.0/ports?device_id=9be50136-1790-4e31-a78f-35b297529a74 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/811] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:26:03 2026] GET /v2.0/security-groups?id=574f7117-0d62-4822-a1f3-59ac86275b64&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: 380/812] 199.204.45.44 () {34 vars in 993 bytes} [Tue May 19 06:26:03 2026] GET /v2.0/ports?device_id=9be50136-1790-4e31-a78f-35b297529a74 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:26:03.177 7 INFO neutron_taas.services.taas.taas_plugin [req-bea05ab7-943f-4cd4-9edc-10fa2a3a6a4f req-aa3e5bd9-f2fd-4485-a4e7-4c381f43d228 ddf30ba2c36b429aa5d03f2715067c07 a34ea792646f44dab8709feee6158521 - - default default] TaaS: Handle Delete Port: ac61576b-6972-4adf-8533-bee5f96cecc1 2026-05-19 06:26:03.180 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-bea05ab7-943f-4cd4-9edc-10fa2a3a6a4f req-aa3e5bd9-f2fd-4485-a4e7-4c381f43d228 ddf30ba2c36b429aa5d03f2715067c07 a34ea792646f44dab8709feee6158521 - - default default] Tap Mirror: Handle Delete Port: ac61576b-6972-4adf-8533-bee5f96cecc1 [pid: 8|app: 0|req: 381/813] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:26:03 2026] GET /v2.0/security-groups?tenant_id=cf05f081845b439c996eee3142232b4d&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/814] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:26:03 2026] DELETE /v2.0/security-groups/27569798-909e-4346-bd88-96113e431fc6 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:26:03.875 7 INFO neutron_taas.services.taas.taas_plugin [req-bea05ab7-943f-4cd4-9edc-10fa2a3a6a4f req-aa3e5bd9-f2fd-4485-a4e7-4c381f43d228 ddf30ba2c36b429aa5d03f2715067c07 a34ea792646f44dab8709feee6158521 - - default default] TaaS: Handle Delete Port: ac61576b-6972-4adf-8533-bee5f96cecc1 2026-05-19 06:26:03.877 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-bea05ab7-943f-4cd4-9edc-10fa2a3a6a4f req-aa3e5bd9-f2fd-4485-a4e7-4c381f43d228 ddf30ba2c36b429aa5d03f2715067c07 a34ea792646f44dab8709feee6158521 - - default default] Tap Mirror: Handle Delete Port: ac61576b-6972-4adf-8533-bee5f96cecc1 2026-05-19 06:26:03.993 7 INFO neutron.db.l3_db [req-bea05ab7-943f-4cd4-9edc-10fa2a3a6a4f req-aa3e5bd9-f2fd-4485-a4e7-4c381f43d228 ddf30ba2c36b429aa5d03f2715067c07 a34ea792646f44dab8709feee6158521 - - default default] Floating IP c5c57e6a-bb55-48c3-a1a1-1f380f1af4d6 disassociated. External IP: 10.96.250.215, port: ac61576b-6972-4adf-8533-bee5f96cecc1. [pid: 8|app: 0|req: 383/815] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:26:04 2026] GET /v2.0/ports?device_id=9be50136-1790-4e31-a78f-35b297529a74 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/816] 199.204.45.44 () {36 vars in 996 bytes} [Tue May 19 06:26:03 2026] DELETE /v2.0/ports/ac61576b-6972-4adf-8533-bee5f96cecc1 => generated 0 bytes in 1308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:26:04.409 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1d66d64f-85e1-47c9-bc01-a9e84fe2a83c'] response: {'server_uuid': '9be50136-1790-4e31-a78f-35b297529a74', 'name': 'network-vif-deleted', 'tag': 'ac61576b-6972-4adf-8533-bee5f96cecc1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 384/817] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:26:04 2026] GET /v2.0/security-groups?tenant_id=8e3a8729761543f59b0066cb885f30c2&name=default => generated 2925 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/818] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:26:04 2026] DELETE /v2.0/security-groups/a42972c3-ee35-4bd1-852d-f56dcd472ead => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/819] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:26:04 2026] GET /v2.0/security-groups?tenant_id=c89a23d898d44073a2c1ad35d89f13ac&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/820] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:26:04 2026] DELETE /v2.0/security-groups/ef58c87a-c063-4bb1-a454-de17754fffc4 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/821] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:26:05 2026] GET /v2.0/ports?device_id=9be50136-1790-4e31-a78f-35b297529a74 => 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: 436/822] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:26:06 2026] GET /v2.0/ports?device_id=9be50136-1790-4e31-a78f-35b297529a74 => 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: 387/823] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:26:07 2026] GET /v2.0/ports?device_id=9be50136-1790-4e31-a78f-35b297529a74 => 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: 388/824] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:26:08 2026] DELETE /v2.0/security-groups/574f7117-0d62-4822-a1f3-59ac86275b64 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:26:08.624 8 INFO neutron.api.v2.resource [None req-8db89239-b31c-4ceb-84ee-35bd65f8df46 ddf30ba2c36b429aa5d03f2715067c07 a34ea792646f44dab8709feee6158521 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 389/825] 10.0.0.31 () {32 vars in 736 bytes} [Tue May 19 06:26:08 2026] GET /v2.0/security-groups/574f7117-0d62-4822-a1f3-59ac86275b64 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-19 06:26:08.733 8 INFO neutron_taas.services.taas.taas_plugin [None req-3d74fd2f-6cb0-45b4-988c-8abb5156a28e ddf30ba2c36b429aa5d03f2715067c07 a34ea792646f44dab8709feee6158521 - - default default] TaaS: Handle Delete Port: 2f9b1521-d0a5-49ed-b0aa-bbeafa1d5c43 2026-05-19 06:26:08.736 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d74fd2f-6cb0-45b4-988c-8abb5156a28e ddf30ba2c36b429aa5d03f2715067c07 a34ea792646f44dab8709feee6158521 - - default default] Tap Mirror: Handle Delete Port: 2f9b1521-d0a5-49ed-b0aa-bbeafa1d5c43 [pid: 7|app: 0|req: 437/826] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:26:08 2026] GET /v2.0/security-groups?tenant_id=b2222262ee1147ff8937a61b7f6fc0d0&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: 390/827] 10.0.0.31 () {32 vars in 731 bytes} [Tue May 19 06:26:08 2026] DELETE /v2.0/floatingips/c5c57e6a-bb55-48c3-a1a1-1f380f1af4d6 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/828] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:26:08 2026] DELETE /v2.0/security-groups/5a758c01-f628-4697-8316-b775f60fdfe1 => 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: 439/829] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:26:09 2026] GET /v2.0/security-groups?tenant_id=15aed45e3cba4462a6842c5456252d7d&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:26:09.237 8 INFO neutron_taas.services.taas.taas_plugin [None req-a3664fdd-412e-4da8-856a-b2761a7df9fe 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] TaaS: Handle Delete Port: a5935151-16ed-4e5d-a50f-28f907b57a43 2026-05-19 06:26:09.240 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3664fdd-412e-4da8-856a-b2761a7df9fe 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Tap Mirror: Handle Delete Port: a5935151-16ed-4e5d-a50f-28f907b57a43 [pid: 7|app: 0|req: 440/830] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:26:09 2026] DELETE /v2.0/security-groups/36ff8760-1811-45ac-9a2d-5ae83ff0b694 => 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: 391/831] 10.0.0.31 () {34 vars in 788 bytes} [Tue May 19 06:26:08 2026] PUT /v2.0/routers/b9afd2d9-c027-4893-878b-9c533af32f4c/remove_router_interface => generated 309 bytes in 892 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:26:09.956 7 INFO neutron_taas.services.taas.taas_plugin [None req-2611430a-0236-468a-a4e6-46438ea6b98f 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] TaaS: Handle Delete Port: d21cac88-ece8-41d6-be8e-19eaab90664e 2026-05-19 06:26:09.958 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2611430a-0236-468a-a4e6-46438ea6b98f 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Tap Mirror: Handle Delete Port: d21cac88-ece8-41d6-be8e-19eaab90664e 2026-05-19 06:26:10.165 7 INFO neutron_taas.services.taas.taas_plugin [None req-2611430a-0236-468a-a4e6-46438ea6b98f 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] TaaS: Handle Delete Port: aca4b02a-f9d7-45c8-9178-4a171c37d4da 2026-05-19 06:26:10.169 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2611430a-0236-468a-a4e6-46438ea6b98f 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Tap Mirror: Handle Delete Port: aca4b02a-f9d7-45c8-9178-4a171c37d4da 2026-05-19 06:26:10.489 7 INFO neutron.services.segments.plugin [-] Segment aca3c487-9997-47e5-ab2d-a132c42961a2 resource provider aggregate not found 2026-05-19 06:26:10.495 7 INFO neutron.services.segments.plugin [-] Segment aca3c487-9997-47e5-ab2d-a132c42961a2 resource provider aggregate not found 2026-05-19 06:26:10.509 7 INFO neutron.db.l3_hamode_db [None req-2611430a-0236-468a-a4e6-46438ea6b98f 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] HA network fb42127e-fa2e-4c31-9d40-54d6d12c158d was deleted as no HA routers are present in tenant a34ea792646f44dab8709feee6158521. 2026-05-19 06:26:10.514 7 INFO neutron.services.segments.plugin [-] Segment aca3c487-9997-47e5-ab2d-a132c42961a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aca3c487-9997-47e5-ab2d-a132c42961a2 found for delete ", "request_id": "req-c7e0231e-e42b-4ec4-bbd8-5b848807ce73"}]} 2026-05-19 06:26:10.516 7 INFO neutron.services.segments.plugin [-] Segment aca3c487-9997-47e5-ab2d-a132c42961a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aca3c487-9997-47e5-ab2d-a132c42961a2 found for delete ", "request_id": "req-1e269b6f-97cf-4f72-bb3a-16b52d30e44c"}]} [pid: 7|app: 0|req: 441/832] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:26:09 2026] DELETE /v2.0/routers/b9afd2d9-c027-4893-878b-9c533af32f4c => generated 0 bytes in 732 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/833] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:26:10 2026] DELETE /v2.0/subnets/d7756adf-dbcf-4326-bddf-8da2219e7643 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:26:10.777 7 INFO neutron_taas.services.taas.taas_plugin [None req-a396f729-b503-424b-9240-aadf5b3a5082 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] TaaS: Handle Delete Port: f36fd8b6-b682-4390-b48d-aff6de71ffd9 2026-05-19 06:26:10.779 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a396f729-b503-424b-9240-aadf5b3a5082 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Tap Mirror: Handle Delete Port: f36fd8b6-b682-4390-b48d-aff6de71ffd9 [pid: 7|app: 0|req: 442/834] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:26:10 2026] DELETE /v2.0/networks/07c0b05c-cead-4a71-867c-3a732f5264ac => 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: 443/835] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:26:11 2026] GET /v2.0/security-groups?tenant_id=a34ea792646f44dab8709feee6158521&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: 444/836] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:26:11 2026] DELETE /v2.0/security-groups/821ad8ef-68bb-4ac5-966e-a42441f56df4 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/837] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:26:10 2026] GET /v2.0/security-groups?tenant_id=762373c1849d48609714881e8025f7f7&name=default => generated 2925 bytes in 400 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/838] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:26:11 2026] DELETE /v2.0/security-groups/ec93acb6-9860-4108-9178-a504c5d61949 => 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: 394/839] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:26:11 2026] GET /v2.0/security-groups?tenant_id=51369b29706f4d76bf9a906851e1639c&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/840] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:26:11 2026] DELETE /v2.0/security-groups/c9c5f0f3-176d-4d67-830d-a8710a5cc618 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:26:12.535 7 INFO neutron.services.segments.plugin [-] Segment f3081bbd-6038-4a8f-8d52-7d4e14e9c82a resource provider aggregate not found 2026-05-19 06:26:12.538 7 INFO neutron.services.segments.plugin [-] Segment f3081bbd-6038-4a8f-8d52-7d4e14e9c82a resource provider aggregate not found 2026-05-19 06:26:12.553 7 INFO neutron.services.segments.plugin [-] Segment f3081bbd-6038-4a8f-8d52-7d4e14e9c82a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3081bbd-6038-4a8f-8d52-7d4e14e9c82a found for delete ", "request_id": "req-5fd64d82-78e3-4061-900c-b21bec94e1fc"}]} 2026-05-19 06:26:12.555 7 INFO neutron.services.segments.plugin [-] Segment f3081bbd-6038-4a8f-8d52-7d4e14e9c82a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3081bbd-6038-4a8f-8d52-7d4e14e9c82a found for delete ", "request_id": "req-063c068c-d3f6-4054-a8e2-e8455965c886"}]} [pid: 8|app: 0|req: 395/841] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:26:12 2026] GET /v2.0/ports?device_id=b9ed76cb-7af8-4adc-9d54-9fc9306ab4e8 => generated 975 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/842] 10.0.0.232 () {34 vars in 971 bytes} [Tue May 19 06:26:12 2026] GET /v2.0/ports/894755f2-d8f1-4ebc-b9c5-46787b19241c => generated 972 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/845] 199.204.45.44 () {34 vars in 999 bytes} [Tue May 19 06:26:13 2026] GET /v2.0/subnets?network_id=41b1c74b-948f-4d68-9ca5-6369cce30101 => generated 684 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/846] 199.204.45.44 () {34 vars in 1145 bytes} [Tue May 19 06:26:13 2026] GET /v2.0/ports?device_id=b9ed76cb-7af8-4adc-9d54-9fc9306ab4e8&device_owner=compute%3Anova&network_id=41b1c74b-948f-4d68-9ca5-6369cce30101 => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/847] 199.204.45.44 () {38 vars in 1027 bytes} [Tue May 19 06:26:13 2026] PUT /v2.0/ports/894755f2-d8f1-4ebc-b9c5-46787b19241c => generated 1149 bytes in 503 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:26:14.105 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-82539656-467c-4a6f-bb7d-bcb49fe4573b'] response: {'name': 'network-changed', 'server_uuid': 'b9ed76cb-7af8-4adc-9d54-9fc9306ab4e8', 'tag': '894755f2-d8f1-4ebc-b9c5-46787b19241c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 398/848] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:26:14 2026] GET /v2.0/security-groups?tenant_id=a2ecfa2001ac4ef89cf0f138d923c967&name=default => generated 2925 bytes in 228 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: 451/849] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:26:14 2026] DELETE /v2.0/security-groups/fd2bf898-c010-42b2-91e6-6c77c9ae242d => 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: 399/850] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:26:14 2026] GET /v2.0/ports?tenant_id=3d58b59da3424403abfc21e882b86b68&device_id=b9ed76cb-7af8-4adc-9d54-9fc9306ab4e8 => generated 1421 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/851] 199.204.45.44 () {34 vars in 985 bytes} [Tue May 19 06:26:14 2026] GET /v2.0/networks?id=41b1c74b-948f-4d68-9ca5-6369cce30101 => generated 780 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/852] 199.204.45.44 () {34 vars in 1059 bytes} [Tue May 19 06:26:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=894755f2-d8f1-4ebc-b9c5-46787b19241c => generated 861 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/853] 199.204.45.44 () {34 vars in 1057 bytes} [Tue May 19 06:26:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=894755f2-d8f1-4ebc-b9c5-46787b19241c => 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: 401/854] 199.204.45.44 () {34 vars in 983 bytes} [Tue May 19 06:26:14 2026] GET /v2.0/subnets?id=05f863ce-1147-4451-b1f2-932d57194f88 => generated 702 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/855] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:26:14 2026] GET /v2.0/ports?network_id=41b1c74b-948f-4d68-9ca5-6369cce30101&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/856] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:26:14 2026] GET /v2.0/networks/41b1c74b-948f-4d68-9ca5-6369cce30101?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/857] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:26:14 2026] GET /v2.0/networks/41b1c74b-948f-4d68-9ca5-6369cce30101?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/858] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:26:15 2026] GET /v2.0/ports?device_id=b9ed76cb-7af8-4adc-9d54-9fc9306ab4e8 => generated 1152 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/859] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:26:15 2026] GET /v2.0/security-groups?id=ba42758f-ca37-4470-82ea-34fe58d8dddb&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: 404/860] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:26:15 2026] GET /v2.0/ports?tenant_id=3d58b59da3424403abfc21e882b86b68&device_id=b9ed76cb-7af8-4adc-9d54-9fc9306ab4e8 => 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: 457/861] 199.204.45.44 () {34 vars in 985 bytes} [Tue May 19 06:26:15 2026] GET /v2.0/networks?id=41b1c74b-948f-4d68-9ca5-6369cce30101 => generated 780 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/862] 199.204.45.44 () {34 vars in 1059 bytes} [Tue May 19 06:26:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=894755f2-d8f1-4ebc-b9c5-46787b19241c => generated 861 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/863] 199.204.45.44 () {34 vars in 1057 bytes} [Tue May 19 06:26:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=894755f2-d8f1-4ebc-b9c5-46787b19241c => 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: 406/864] 199.204.45.44 () {34 vars in 983 bytes} [Tue May 19 06:26:16 2026] GET /v2.0/subnets?id=05f863ce-1147-4451-b1f2-932d57194f88 => generated 702 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/865] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:26:16 2026] GET /v2.0/ports?network_id=41b1c74b-948f-4d68-9ca5-6369cce30101&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/866] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:26:16 2026] GET /v2.0/networks/41b1c74b-948f-4d68-9ca5-6369cce30101?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/867] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:26:16 2026] GET /v2.0/networks/41b1c74b-948f-4d68-9ca5-6369cce30101?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/868] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:26:16 2026] GET /v2.0/security-groups?tenant_id=e8d0c904ecf8497892d155238bed2d1a&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/869] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:26:16 2026] DELETE /v2.0/security-groups/5cac9414-a56d-4e75-8fb5-bdb26f67ee45 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/870] 199.204.45.44 () {34 vars in 1117 bytes} [Tue May 19 06:26:16 2026] GET /v2.0/ports?device_id=b9ed76cb-7af8-4adc-9d54-9fc9306ab4e8&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.9 => generated 1152 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/871] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:26:16 2026] GET /v2.0/security-groups?tenant_id=a6af7f15cf13437083a6d00e80e0cc7c&name=default => generated 2925 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/872] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:26:16 2026] GET /v2.0/security-groups?tenant_id=e68b099696b94efc834815b734fee2b8&name=default => generated 2925 bytes in 348 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/873] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:26:17 2026] DELETE /v2.0/security-groups/e3b7906b-047c-4c2d-852c-53585b891882 => 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: 463/874] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:26:17 2026] DELETE /v2.0/security-groups/99811a9b-d7d2-4584-b086-479d69869803 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/875] 199.204.45.44 () {38 vars in 1027 bytes} [Tue May 19 06:26:16 2026] PUT /v2.0/ports/894755f2-d8f1-4ebc-b9c5-46787b19241c => generated 972 bytes in 423 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:26:17.450 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cbd779f3-b5e3-419e-abde-89556fedc8d4'] response: {'name': 'network-changed', 'server_uuid': 'b9ed76cb-7af8-4adc-9d54-9fc9306ab4e8', 'tag': '894755f2-d8f1-4ebc-b9c5-46787b19241c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 464/876] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:26:17 2026] GET /v2.0/security-groups?tenant_id=3bf66a8f5ce549b0ac9f1e27b7d7c767&name=default => generated 2925 bytes in 92 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: 413/877] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:26:17 2026] DELETE /v2.0/security-groups/513e0a0c-30e0-46d0-b2e6-7dd3f41eb886 => 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: 465/878] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:26:17 2026] GET /v2.0/ports?tenant_id=3d58b59da3424403abfc21e882b86b68&device_id=b9ed76cb-7af8-4adc-9d54-9fc9306ab4e8 => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/879] 199.204.45.44 () {34 vars in 985 bytes} [Tue May 19 06:26:17 2026] GET /v2.0/networks?id=41b1c74b-948f-4d68-9ca5-6369cce30101 => generated 780 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/880] 199.204.45.44 () {34 vars in 1059 bytes} [Tue May 19 06:26:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=894755f2-d8f1-4ebc-b9c5-46787b19241c => generated 861 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/881] 199.204.45.44 () {34 vars in 983 bytes} [Tue May 19 06:26:18 2026] GET /v2.0/subnets?id=05f863ce-1147-4451-b1f2-932d57194f88 => generated 702 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/882] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:26:18 2026] GET /v2.0/ports?network_id=41b1c74b-948f-4d68-9ca5-6369cce30101&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/883] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:26:18 2026] GET /v2.0/networks/41b1c74b-948f-4d68-9ca5-6369cce30101?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: 468/884] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:26:18 2026] GET /v2.0/networks/41b1c74b-948f-4d68-9ca5-6369cce30101?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: 417/885] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:26:18 2026] GET /v2.0/ports?device_id=b9ed76cb-7af8-4adc-9d54-9fc9306ab4e8 => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/886] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:26:18 2026] GET /v2.0/security-groups?id=ba42758f-ca37-4470-82ea-34fe58d8dddb&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/887] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:26:18 2026] GET /v2.0/security-groups?tenant_id=6e5985c7a2844e51bafeee5ea380269b&name=default => generated 2925 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/888] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:26:19 2026] DELETE /v2.0/security-groups/f0cccb0f-f299-45c2-bd94-bc1409fd4758 => 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: 471/889] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:26:19 2026] GET /v2.0/ports?tenant_id=3d58b59da3424403abfc21e882b86b68&device_id=b9ed76cb-7af8-4adc-9d54-9fc9306ab4e8 => 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: 472/890] 199.204.45.44 () {34 vars in 985 bytes} [Tue May 19 06:26:19 2026] GET /v2.0/networks?id=41b1c74b-948f-4d68-9ca5-6369cce30101 => generated 780 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/891] 199.204.45.44 () {34 vars in 1059 bytes} [Tue May 19 06:26:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=894755f2-d8f1-4ebc-b9c5-46787b19241c => generated 861 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/892] 199.204.45.44 () {34 vars in 983 bytes} [Tue May 19 06:26:19 2026] GET /v2.0/subnets?id=05f863ce-1147-4451-b1f2-932d57194f88 => generated 702 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:26:19.447 8 INFO neutron.db.segments_db [None req-b1dfe806-1fa6-4c2d-929c-b243405b2552 f89789c4b6c7443b85b6a226f20c6b04 8426d6abbe884681827e846b4c3f93a9 - - default default] Added segment 50d1a466-e8fd-4c84-b508-8ce4f90ad1d8 of type vxlan for network a164dacb-2c65-4715-b77d-b7f1c9026f8b [pid: 7|app: 0|req: 475/893] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:26:19 2026] GET /v2.0/ports?network_id=41b1c74b-948f-4d68-9ca5-6369cce30101&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:26:19.514 8 INFO neutron.db.segments_db [None req-b1dfe806-1fa6-4c2d-929c-b243405b2552 f89789c4b6c7443b85b6a226f20c6b04 8426d6abbe884681827e846b4c3f93a9 - - default default] Added segment 49804df6-b3e7-4ba4-b21c-2b6101201951 of type vxlan for network 52eb9972-faef-4274-9423-7ba95e3ff3a8 [pid: 7|app: 0|req: 476/894] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:26:19 2026] GET /v2.0/security-groups?tenant_id=dafb71ca48134ffebbc1bf3690c668b6&name=default => generated 2925 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/895] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:26:19 2026] GET /v2.0/networks/41b1c74b-948f-4d68-9ca5-6369cce30101?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/896] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:26:19 2026] POST /v2.0/networks => generated 1206 bytes in 439 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/897] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:26:19 2026] GET /v2.0/networks/41b1c74b-948f-4d68-9ca5-6369cce30101?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/898] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:26:19 2026] DELETE /v2.0/security-groups/048004e5-51c1-462e-90b4-972b8c3b9f2e => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/899] 10.0.0.31 () {32 vars in 648 bytes} [Tue May 19 06:26:19 2026] GET /v2.0/networks => generated 1843 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/900] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:26:19 2026] GET /v2.0/ports?device_id=b9ed76cb-7af8-4adc-9d54-9fc9306ab4e8 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:26:19.886 7 INFO neutron.services.segments.plugin [-] Segment 50d1a466-e8fd-4c84-b508-8ce4f90ad1d8 resource provider aggregate not found 2026-05-19 06:26:19.890 7 INFO neutron.services.segments.plugin [-] Segment 50d1a466-e8fd-4c84-b508-8ce4f90ad1d8 resource provider aggregate not found [pid: 8|app: 0|req: 423/901] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:26:19 2026] GET /v2.0/security-groups?id=ba42758f-ca37-4470-82ea-34fe58d8dddb&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:26:19.904 7 INFO neutron.services.segments.plugin [-] Segment 50d1a466-e8fd-4c84-b508-8ce4f90ad1d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50d1a466-e8fd-4c84-b508-8ce4f90ad1d8 found for delete ", "request_id": "req-1e6a1f73-b1bb-4c61-bca1-cc0a99a5654d"}]} 2026-05-19 06:26:19.918 7 INFO neutron.services.segments.plugin [-] Segment 50d1a466-e8fd-4c84-b508-8ce4f90ad1d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50d1a466-e8fd-4c84-b508-8ce4f90ad1d8 found for delete ", "request_id": "req-f55d60fc-6d8b-44c3-94ea-e2dbd4704c69"}]} [pid: 7|app: 0|req: 479/902] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:26:19 2026] DELETE /v2.0/networks/a164dacb-2c65-4715-b77d-b7f1c9026f8b => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:26:20.087 8 INFO neutron.services.segments.plugin [-] Segment 49804df6-b3e7-4ba4-b21c-2b6101201951 resource provider aggregate not found 2026-05-19 06:26:20.094 8 INFO neutron.services.segments.plugin [-] Segment 49804df6-b3e7-4ba4-b21c-2b6101201951 resource provider aggregate not found 2026-05-19 06:26:20.106 8 INFO neutron.services.segments.plugin [-] Segment 49804df6-b3e7-4ba4-b21c-2b6101201951 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49804df6-b3e7-4ba4-b21c-2b6101201951 found for delete ", "request_id": "req-6d84056c-1636-4016-8000-986ccfc6acb7"}]} 2026-05-19 06:26:20.114 8 INFO neutron.services.segments.plugin [-] Segment 49804df6-b3e7-4ba4-b21c-2b6101201951 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49804df6-b3e7-4ba4-b21c-2b6101201951 found for delete ", "request_id": "req-a4576c74-3f05-4173-bd43-51bd9d9c79ed"}]} [pid: 8|app: 0|req: 424/903] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:26:19 2026] DELETE /v2.0/networks/52eb9972-faef-4274-9423-7ba95e3ff3a8 => 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: 480/904] 10.0.0.31 () {32 vars in 648 bytes} [Tue May 19 06:26:20 2026] GET /v2.0/networks => generated 651 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:26:20.246 8 INFO neutron.db.segments_db [None req-731468f8-872e-4cfd-8320-db90f2f1d4e7 f89789c4b6c7443b85b6a226f20c6b04 8426d6abbe884681827e846b4c3f93a9 - - default default] Added segment af3cf275-243a-48f1-85b8-f6de38eeab98 of type vxlan for network 84a0a1a8-8bac-4cd7-86d1-36806c236272 [pid: 8|app: 0|req: 425/905] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:26:20 2026] POST /v2.0/networks => generated 635 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:26:20.386 7 INFO neutron.db.segments_db [None req-8b83694d-2a7f-405f-bef0-009998a1364b f89789c4b6c7443b85b6a226f20c6b04 8426d6abbe884681827e846b4c3f93a9 - - default default] Added segment 34751356-387e-4a1c-8b91-3065e0d7d1f5 of type vxlan for network 63413267-a9b4-49c0-af1d-ee8085cdacbd [pid: 7|app: 0|req: 481/906] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:26:20 2026] POST /v2.0/networks => generated 634 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/907] 10.0.0.31 () {34 vars in 664 bytes} [Tue May 19 06:26:20 2026] POST /v2.0/ports => generated 1506 bytes in 551 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: 482/908] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:26:20 2026] GET /v2.0/ports?device_id=b9ed76cb-7af8-4adc-9d54-9fc9306ab4e8 => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/909] 199.204.45.44 () {34 vars in 993 bytes} [Tue May 19 06:26:21 2026] GET /v2.0/ports?device_id=b9ed76cb-7af8-4adc-9d54-9fc9306ab4e8 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/910] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:26:21 2026] GET /v2.0/security-groups?id=ba42758f-ca37-4470-82ea-34fe58d8dddb&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/911] 10.0.0.31 () {32 vars in 642 bytes} [Tue May 19 06:26:21 2026] GET /v2.0/ports => generated 1506 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:26:21.207 8 INFO neutron_taas.services.taas.taas_plugin [req-497a74f3-594c-43da-a5f6-7d42c3ff9a8c req-4ea64337-0b00-4a01-9c27-e9f31644d414 dd00f47886a249479f3a8f3b61661d94 3d58b59da3424403abfc21e882b86b68 - - default default] TaaS: Handle Delete Port: 894755f2-d8f1-4ebc-b9c5-46787b19241c 2026-05-19 06:26:21.209 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-497a74f3-594c-43da-a5f6-7d42c3ff9a8c req-4ea64337-0b00-4a01-9c27-e9f31644d414 dd00f47886a249479f3a8f3b61661d94 3d58b59da3424403abfc21e882b86b68 - - default default] Tap Mirror: Handle Delete Port: 894755f2-d8f1-4ebc-b9c5-46787b19241c 2026-05-19 06:26:21.274 7 INFO neutron_taas.services.taas.taas_plugin [None req-ccd256b4-b70b-48df-bca6-75df40ee31c7 f89789c4b6c7443b85b6a226f20c6b04 8426d6abbe884681827e846b4c3f93a9 - - default default] TaaS: Handle Delete Port: b39ac0cb-879a-4b84-b18a-405dd62e88ed 2026-05-19 06:26:21.278 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ccd256b4-b70b-48df-bca6-75df40ee31c7 f89789c4b6c7443b85b6a226f20c6b04 8426d6abbe884681827e846b4c3f93a9 - - default default] Tap Mirror: Handle Delete Port: b39ac0cb-879a-4b84-b18a-405dd62e88ed 2026-05-19 06:26:21.303 8 INFO neutron.db.l3_db [req-497a74f3-594c-43da-a5f6-7d42c3ff9a8c req-4ea64337-0b00-4a01-9c27-e9f31644d414 dd00f47886a249479f3a8f3b61661d94 3d58b59da3424403abfc21e882b86b68 - - default default] Floating IP d16c019b-3a12-407a-bd6f-c9f0b2401849 disassociated. External IP: 10.96.250.211, port: 894755f2-d8f1-4ebc-b9c5-46787b19241c. [pid: 7|app: 0|req: 484/912] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 19 06:26:21 2026] DELETE /v2.0/ports/b39ac0cb-879a-4b84-b18a-405dd62e88ed => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:26:21.439 7 INFO neutron_taas.services.taas.taas_plugin [None req-5b92abfd-269d-451c-bdf5-d8cb9c36058c f89789c4b6c7443b85b6a226f20c6b04 8426d6abbe884681827e846b4c3f93a9 - - default default] TaaS: Handle Delete Port: 4a988252-944c-489a-9a26-d3cd63c12155 2026-05-19 06:26:21.442 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5b92abfd-269d-451c-bdf5-d8cb9c36058c f89789c4b6c7443b85b6a226f20c6b04 8426d6abbe884681827e846b4c3f93a9 - - default default] Tap Mirror: Handle Delete Port: 4a988252-944c-489a-9a26-d3cd63c12155 [pid: 7|app: 0|req: 485/913] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 19 06:26:21 2026] DELETE /v2.0/ports/4a988252-944c-489a-9a26-d3cd63c12155 => 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: 486/914] 10.0.0.31 () {32 vars in 642 bytes} [Tue May 19 06:26:21 2026] GET /v2.0/ports => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:26:21.585 7 INFO neutron.db.segments_db [None req-c3757743-e794-4ceb-837f-f72ccabda9b6 f89789c4b6c7443b85b6a226f20c6b04 8426d6abbe884681827e846b4c3f93a9 - - default default] Added segment af892b06-33eb-4c5e-a596-4e86be62914f of type vxlan for network 9767a9f8-8e23-4c90-bf0a-d3add8463e53 [pid: 8|app: 0|req: 429/915] 199.204.45.44 () {36 vars in 996 bytes} [Tue May 19 06:26:21 2026] DELETE /v2.0/ports/894755f2-d8f1-4ebc-b9c5-46787b19241c => generated 0 bytes in 516 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:26:21.656 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bc85db8b-dc70-469a-afce-e6f53bb65772'] response: {'server_uuid': 'b9ed76cb-7af8-4adc-9d54-9fc9306ab4e8', 'name': 'network-vif-deleted', 'tag': '894755f2-d8f1-4ebc-b9c5-46787b19241c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 487/916] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:26:21 2026] POST /v2.0/networks => generated 634 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:26:21.736 7 INFO neutron.db.segments_db [None req-d0a66da6-8cfd-4f63-af50-d2a92ab292cf f89789c4b6c7443b85b6a226f20c6b04 8426d6abbe884681827e846b4c3f93a9 - - default default] Added segment 4d521bfb-8aea-493a-b44c-ffdea1c20aeb of type vxlan for network 420e72d5-3e47-4946-a51f-2b44b1f30be9 [pid: 7|app: 0|req: 488/917] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:26:21 2026] POST /v2.0/networks => generated 633 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/918] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:26:21 2026] GET /v2.0/security-groups?tenant_id=92a2bd285d1d4fff8d1793f397b6a477&name=default => generated 2925 bytes in 328 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/919] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:26:21 2026] DELETE /v2.0/security-groups/9eb0cbed-87f4-4c8d-a495-4475b8cd1a9b => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/920] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:26:22 2026] GET /v2.0/ports?device_id=b9ed76cb-7af8-4adc-9d54-9fc9306ab4e8 => 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: 490/921] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:26:22 2026] GET /v2.0/security-groups?tenant_id=23bfde40b0d045ffab8d41295a2f1ce0&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/922] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:26:22 2026] DELETE /v2.0/security-groups/8f1df3c1-6caa-4ca0-af5f-99fdb98ae203 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/923] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:26:22 2026] POST /v2.0/subnets => generated 1324 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/924] 10.0.0.31 () {32 vars in 646 bytes} [Tue May 19 06:26:22 2026] GET /v2.0/subnets => generated 1960 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/925] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:26:22 2026] DELETE /v2.0/subnets/c2a92373-c0a9-48ba-83db-01b2a2005c79 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/926] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:26:22 2026] DELETE /v2.0/subnets/13ddb4f5-0523-4748-99ab-eed44fcaee08 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/927] 10.0.0.31 () {32 vars in 646 bytes} [Tue May 19 06:26:23 2026] GET /v2.0/subnets => generated 649 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:26:23.217 7 INFO neutron.services.segments.plugin [-] Segment 4d521bfb-8aea-493a-b44c-ffdea1c20aeb resource provider aggregate not found 2026-05-19 06:26:23.218 7 INFO neutron.services.segments.plugin [-] Segment 4d521bfb-8aea-493a-b44c-ffdea1c20aeb resource provider aggregate not found 2026-05-19 06:26:23.237 7 INFO neutron.services.segments.plugin [-] Segment 4d521bfb-8aea-493a-b44c-ffdea1c20aeb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d521bfb-8aea-493a-b44c-ffdea1c20aeb found for delete ", "request_id": "req-68604c36-0a75-4d70-86ec-63adb08fbb19"}]} 2026-05-19 06:26:23.239 7 INFO neutron.services.segments.plugin [-] Segment 4d521bfb-8aea-493a-b44c-ffdea1c20aeb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d521bfb-8aea-493a-b44c-ffdea1c20aeb found for delete ", "request_id": "req-aa519ac0-eaa1-40fd-b9c9-2686b40cafd6"}]} [pid: 7|app: 0|req: 494/928] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:26:23 2026] DELETE /v2.0/networks/420e72d5-3e47-4946-a51f-2b44b1f30be9 => 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: 495/929] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:26:23 2026] GET /v2.0/ports?device_id=b9ed76cb-7af8-4adc-9d54-9fc9306ab4e8 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:26:23.411 8 INFO neutron.services.segments.plugin [-] Segment af892b06-33eb-4c5e-a596-4e86be62914f resource provider aggregate not found 2026-05-19 06:26:23.418 8 INFO neutron.services.segments.plugin [-] Segment af892b06-33eb-4c5e-a596-4e86be62914f resource provider aggregate not found 2026-05-19 06:26:23.427 8 INFO neutron.services.segments.plugin [-] Segment af892b06-33eb-4c5e-a596-4e86be62914f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af892b06-33eb-4c5e-a596-4e86be62914f found for delete ", "request_id": "req-39844628-fdbb-4519-9006-8e03f1f275d6"}]} 2026-05-19 06:26:23.435 8 INFO neutron.services.segments.plugin [-] Segment af892b06-33eb-4c5e-a596-4e86be62914f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af892b06-33eb-4c5e-a596-4e86be62914f found for delete ", "request_id": "req-340c4ba5-a7be-4ef6-9ed9-e41943f408fb"}]} [pid: 8|app: 0|req: 435/930] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:26:23 2026] DELETE /v2.0/networks/9767a9f8-8e23-4c90-bf0a-d3add8463e53 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/931] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:26:23 2026] DELETE /v2.0/networks/63413267-a9b4-49c0-af1d-ee8085cdacbd => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/932] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:26:23 2026] DELETE /v2.0/networks/84a0a1a8-8bac-4cd7-86d1-36806c236272 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/933] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:26:24 2026] GET /v2.0/ports?device_id=b9ed76cb-7af8-4adc-9d54-9fc9306ab4e8 => 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: 497/934] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:26:24 2026] GET /v2.0/security-groups?tenant_id=8426d6abbe884681827e846b4c3f93a9&name=default => generated 2925 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/935] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:26:24 2026] DELETE /v2.0/security-groups/3ffd9836-de86-444d-bff5-9286a17ac949 => 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: 498/936] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:26:24 2026] GET /v2.0/security-groups?tenant_id=914714606c26425f975b0d4c596614a3&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/937] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:26:24 2026] DELETE /v2.0/security-groups/336a85fe-db00-492c-9090-6abe859a277a => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:26:25.268 7 INFO neutron.services.segments.plugin [-] Segment 34751356-387e-4a1c-8b91-3065e0d7d1f5 resource provider aggregate not found 2026-05-19 06:26:25.272 7 INFO neutron.services.segments.plugin [-] Segment 34751356-387e-4a1c-8b91-3065e0d7d1f5 resource provider aggregate not found 2026-05-19 06:26:25.292 7 INFO neutron.services.segments.plugin [-] Segment 34751356-387e-4a1c-8b91-3065e0d7d1f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34751356-387e-4a1c-8b91-3065e0d7d1f5 found for delete ", "request_id": "req-35f7bd5f-aa41-47df-8816-ccf539aa7b3d"}]} 2026-05-19 06:26:25.294 7 INFO neutron.services.segments.plugin [-] Segment 34751356-387e-4a1c-8b91-3065e0d7d1f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34751356-387e-4a1c-8b91-3065e0d7d1f5 found for delete ", "request_id": "req-7075edff-1a39-44d7-b79f-104c200d6fd3"}]} [pid: 7|app: 0|req: 499/938] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:26:25 2026] GET /v2.0/security-groups?tenant_id=541f0a5391a14ef3b7a2839557dfadcb&name=default => generated 2925 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/939] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:26:25 2026] DELETE /v2.0/security-groups/9df7ef6d-9931-4dfb-b452-aa8c2fa6da61 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:26:25.442 8 INFO neutron.services.segments.plugin [-] Segment af3cf275-243a-48f1-85b8-f6de38eeab98 resource provider aggregate not found 2026-05-19 06:26:25.455 8 INFO neutron.services.segments.plugin [-] Segment af3cf275-243a-48f1-85b8-f6de38eeab98 resource provider aggregate not found 2026-05-19 06:26:25.460 8 INFO neutron.services.segments.plugin [-] Segment af3cf275-243a-48f1-85b8-f6de38eeab98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af3cf275-243a-48f1-85b8-f6de38eeab98 found for delete ", "request_id": "req-a0dda4c6-1d1a-46f8-b8fc-25b1390d2f8e"}]} 2026-05-19 06:26:25.475 8 INFO neutron.services.segments.plugin [-] Segment af3cf275-243a-48f1-85b8-f6de38eeab98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af3cf275-243a-48f1-85b8-f6de38eeab98 found for delete ", "request_id": "req-6ac2d54c-107d-4aab-abae-adba3219d147"}]} [pid: 7|app: 0|req: 500/940] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:26:25 2026] DELETE /v2.0/security-groups/ba42758f-ca37-4470-82ea-34fe58d8dddb => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:26:25.613 8 INFO neutron.api.v2.resource [None req-b1c601f3-6956-4088-ade3-4d29d7bcaa40 dd00f47886a249479f3a8f3b61661d94 3d58b59da3424403abfc21e882b86b68 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 441/941] 10.0.0.31 () {32 vars in 736 bytes} [Tue May 19 06:26:25 2026] GET /v2.0/security-groups/ba42758f-ca37-4470-82ea-34fe58d8dddb => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-19 06:26:25.726 7 INFO neutron_taas.services.taas.taas_plugin [None req-1147d81f-a181-4747-9f71-89b3508d2eac dd00f47886a249479f3a8f3b61661d94 3d58b59da3424403abfc21e882b86b68 - - default default] TaaS: Handle Delete Port: 0ae8a3ae-d4d6-41d1-a2f0-f7cf53f44b9c 2026-05-19 06:26:25.729 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1147d81f-a181-4747-9f71-89b3508d2eac dd00f47886a249479f3a8f3b61661d94 3d58b59da3424403abfc21e882b86b68 - - default default] Tap Mirror: Handle Delete Port: 0ae8a3ae-d4d6-41d1-a2f0-f7cf53f44b9c [pid: 7|app: 0|req: 501/942] 10.0.0.31 () {32 vars in 731 bytes} [Tue May 19 06:26:25 2026] DELETE /v2.0/floatingips/d16c019b-3a12-407a-bd6f-c9f0b2401849 => generated 0 bytes in 268 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:26:26.358 8 INFO neutron_taas.services.taas.taas_plugin [None req-2b993159-1bd4-473c-b9c5-5b4ccd2bf15d 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] TaaS: Handle Delete Port: 5acd525b-2cbd-4a8d-9ebf-2fa56383ef0c 2026-05-19 06:26:26.361 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b993159-1bd4-473c-b9c5-5b4ccd2bf15d 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Tap Mirror: Handle Delete Port: 5acd525b-2cbd-4a8d-9ebf-2fa56383ef0c 2026-05-19 06:26:26.588 7 INFO neutron.db.segments_db [None req-c078e21e-6eb3-4071-b31f-3b0f8ab896f1 cf1026b5a05041c29e36072a38267ee1 bce134230a624d0b9713862ce6d94abd - - default default] Added segment 231a4b85-43a8-4357-a5bd-b5cd9482c193 of type vxlan for network df701bdc-c43f-48af-aa11-42fb3a2fed40 [pid: 7|app: 0|req: 502/943] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:26:26 2026] POST /v2.0/networks => generated 624 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/944] 10.0.0.31 () {34 vars in 788 bytes} [Tue May 19 06:26:25 2026] PUT /v2.0/routers/338514a0-3b6c-42c5-a67d-b1ac093291c3/remove_router_interface => generated 309 bytes in 983 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/945] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:26:26 2026] POST /v2.0/subnets => generated 641 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:26:27.059 7 INFO neutron.db.segments_db [None req-f3a0537d-7bb6-45c9-a75a-b0c1a679fc41 cf1026b5a05041c29e36072a38267ee1 bce134230a624d0b9713862ce6d94abd - - default default] Added segment b43bfff1-d8e7-46e9-b04d-e701a0a9ae0c of type vxlan for network 6098401f-d47f-4906-9712-c179bda12eb1 [pid: 7|app: 0|req: 504/946] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:26:27 2026] POST /v2.0/networks => generated 624 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:26:27.200 8 INFO neutron_taas.services.taas.taas_plugin [None req-5ee2f8c0-7ee8-4b3c-b223-402d2fa86cbe 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] TaaS: Handle Delete Port: fea7e295-b795-4dc7-96ba-0ca99a88c347 2026-05-19 06:26:27.202 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ee2f8c0-7ee8-4b3c-b223-402d2fa86cbe 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Tap Mirror: Handle Delete Port: fea7e295-b795-4dc7-96ba-0ca99a88c347 [pid: 7|app: 0|req: 505/947] 10.0.0.31 () {34 vars in 742 bytes} [Tue May 19 06:26:27 2026] PUT /v2.0/networks/6098401f-d47f-4906-9712-c179bda12eb1 => generated 592 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:26:27.472 8 INFO neutron_taas.services.taas.taas_plugin [None req-5ee2f8c0-7ee8-4b3c-b223-402d2fa86cbe 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] TaaS: Handle Delete Port: 6987548b-d310-4256-b1f2-1002b1c059d5 2026-05-19 06:26:27.475 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ee2f8c0-7ee8-4b3c-b223-402d2fa86cbe 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Tap Mirror: Handle Delete Port: 6987548b-d310-4256-b1f2-1002b1c059d5 2026-05-19 06:26:27.592 7 INFO neutron.db.segments_db [None req-26fe8470-485b-4b04-8e06-d418abdba559 7dbde12f5bf14961b8edc8094d943d8a 8805888ec69a4c66a7a36fc076eaf375 - - default default] Added segment d2c9d2cf-260d-4565-b65c-55b88ce9597c of type vxlan for network a62d485d-2bfe-48b3-91ff-51e3abdad696 [pid: 7|app: 0|req: 506/948] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:26:27 2026] POST /v2.0/networks => generated 631 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/949] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:26:27 2026] GET /v2.0/security-groups?tenant_id=5df5cbbf520c436aa1c767506376c198&name=default => generated 2925 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:26:27.875 8 INFO neutron.services.segments.plugin [-] Segment b3492ab0-c0e2-4a1f-b818-b9e6450742ab resource provider aggregate not found 2026-05-19 06:26:27.880 8 INFO neutron.services.segments.plugin [-] Segment b3492ab0-c0e2-4a1f-b818-b9e6450742ab resource provider aggregate not found 2026-05-19 06:26:27.895 8 INFO neutron.services.segments.plugin [-] Segment b3492ab0-c0e2-4a1f-b818-b9e6450742ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3492ab0-c0e2-4a1f-b818-b9e6450742ab found for delete ", "request_id": "req-59c6c91d-d24e-47de-a569-eaa3b8779661"}]} 2026-05-19 06:26:27.900 8 INFO neutron.services.segments.plugin [-] Segment b3492ab0-c0e2-4a1f-b818-b9e6450742ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3492ab0-c0e2-4a1f-b818-b9e6450742ab found for delete ", "request_id": "req-eeb29e56-8383-4dc4-8d02-1a73c528f2c7"}]} 2026-05-19 06:26:27.917 8 INFO neutron.db.l3_hamode_db [None req-5ee2f8c0-7ee8-4b3c-b223-402d2fa86cbe 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] HA network f975779f-8958-473c-9784-97e8f281f7d5 was deleted as no HA routers are present in tenant 3d58b59da3424403abfc21e882b86b68. [pid: 8|app: 0|req: 443/950] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:26:26 2026] DELETE /v2.0/routers/338514a0-3b6c-42c5-a67d-b1ac093291c3 => generated 0 bytes in 967 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/951] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:26:27 2026] POST /v2.0/subnets => generated 627 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/952] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:26:28 2026] DELETE /v2.0/security-groups/d0b11e83-8e81-4b8c-b366-c1b70cb5378c => 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: 508/953] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:26:27 2026] POST /v2.0/subnets => generated 626 bytes in 581 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/954] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:26:28 2026] DELETE /v2.0/subnets/05f863ce-1147-4451-b1f2-932d57194f88 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:26:28.479 7 INFO neutron.db.segments_db [None req-9587b26e-4521-406e-a5a4-8f34b127de53 7dbde12f5bf14961b8edc8094d943d8a 8805888ec69a4c66a7a36fc076eaf375 - - default default] Added segment bd33c46b-a240-40e5-8c10-6534e9de1f0b of type vxlan for network 3debf7fd-1ff1-47b8-9a45-af032059b5a8 [pid: 8|app: 0|req: 449/957] 10.0.0.31 () {34 vars in 740 bytes} [Tue May 19 06:26:28 2026] PUT /v2.0/subnets/17abee84-cc8d-4860-9e22-f44b4ea820d7 => generated 636 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:26:28.739 8 INFO neutron_taas.services.taas.taas_plugin [None req-bb20f356-fc32-4f3a-802d-f3247d5064bb 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] TaaS: Handle Delete Port: 9cd796cf-1a4c-49b9-8bf3-4e5c5080c80a 2026-05-19 06:26:28.747 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb20f356-fc32-4f3a-802d-f3247d5064bb 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Tap Mirror: Handle Delete Port: 9cd796cf-1a4c-49b9-8bf3-4e5c5080c80a 2026-05-19 06:26:28.765 7 INFO neutron.db.l3_hamode_db [None req-9587b26e-4521-406e-a5a4-8f34b127de53 7dbde12f5bf14961b8edc8094d943d8a 8805888ec69a4c66a7a36fc076eaf375 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 450/958] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:26:28 2026] DELETE /v2.0/networks/41b1c74b-948f-4d68-9ca5-6369cce30101 => generated 0 bytes in 348 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/959] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:26:28 2026] DELETE /v2.0/networks/6098401f-d47f-4906-9712-c179bda12eb1 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/960] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:26:29 2026] GET /v2.0/security-groups?tenant_id=3d58b59da3424403abfc21e882b86b68&name=default => generated 2921 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:26:29.244 8 INFO neutron.pecan_wsgi.hooks.translation [None req-448675f8-cebc-45e1-b206-476e29b50910 cf1026b5a05041c29e36072a38267ee1 bce134230a624d0b9713862ce6d94abd - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 453/961] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:26:29 2026] DELETE /v2.0/networks/6098401f-d47f-4906-9712-c179bda12eb1 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/962] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:26:29 2026] DELETE /v2.0/security-groups/8ff42b19-22bb-4895-93cc-9da57f2978b5 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/963] 10.0.0.31 () {32 vars in 693 bytes} [Tue May 19 06:26:29 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/964] 10.0.0.31 () {32 vars in 741 bytes} [Tue May 19 06:26:29 2026] GET /v2.0/subnets?network_id=3084c245-459d-40e8-b1c4-a5826a39afe3 => generated 649 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/965] 10.0.0.31 () {32 vars in 652 bytes} [Tue May 19 06:26:29 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/966] 10.0.0.31 () {32 vars in 648 bytes} [Tue May 19 06:26:29 2026] GET /v2.0/networks => generated 1308 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/967] 10.0.0.31 () {32 vars in 646 bytes} [Tue May 19 06:26:29 2026] GET /v2.0/subnets => generated 1280 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/968] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 19 06:26:29 2026] GET /v2.0/networks/df701bdc-c43f-48af-aa11-42fb3a2fed40 => generated 668 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/969] 10.0.0.31 () {32 vars in 720 bytes} [Tue May 19 06:26:29 2026] GET /v2.0/subnets/ccf0f9b8-4848-4503-8d5e-002710879376 => generated 641 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:26:29.661 8 INFO neutron.pecan_wsgi.hooks.translation [None req-99e49f56-e16b-47d4-a658-fbe74296ad72 cf1026b5a05041c29e36072a38267ee1 bce134230a624d0b9713862ce6d94abd - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 462/970] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:26:29 2026] DELETE /v2.0/subnets/17abee84-cc8d-4860-9e22-f44b4ea820d7 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-19 06:26:29.669 7 INFO neutron.db.l3_hamode_db [None req-9587b26e-4521-406e-a5a4-8f34b127de53 7dbde12f5bf14961b8edc8094d943d8a 8805888ec69a4c66a7a36fc076eaf375 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-19 06:26:29.678 8 INFO neutron.pecan_wsgi.hooks.translation [None req-91ffa03c-b5a0-405f-a1f1-84f5f6857752 cf1026b5a05041c29e36072a38267ee1 bce134230a624d0b9713862ce6d94abd - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 463/971] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:26:29 2026] DELETE /v2.0/networks/6098401f-d47f-4906-9712-c179bda12eb1 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/972] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:26:29 2026] DELETE /v2.0/subnets/ccf0f9b8-4848-4503-8d5e-002710879376 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:26:29.922 8 INFO neutron.services.segments.plugin [-] Segment 75e12d52-9dff-4be0-8bd8-aae22613426c resource provider aggregate not found 2026-05-19 06:26:29.923 8 INFO neutron.services.segments.plugin [-] Segment 75e12d52-9dff-4be0-8bd8-aae22613426c resource provider aggregate not found 2026-05-19 06:26:29.943 8 INFO neutron.services.segments.plugin [-] Segment 75e12d52-9dff-4be0-8bd8-aae22613426c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75e12d52-9dff-4be0-8bd8-aae22613426c found for delete ", "request_id": "req-ee6726c5-f17c-48bf-a3c5-44fdc1d4cc35"}]} 2026-05-19 06:26:29.946 8 INFO neutron.services.segments.plugin [-] Segment 75e12d52-9dff-4be0-8bd8-aae22613426c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75e12d52-9dff-4be0-8bd8-aae22613426c found for delete ", "request_id": "req-769c10dd-df3f-4955-a2ee-d098dcf97de7"}]} 2026-05-19 06:26:29.965 8 INFO neutron.services.segments.plugin [-] Segment b43bfff1-d8e7-46e9-b04d-e701a0a9ae0c resource provider aggregate not found 2026-05-19 06:26:29.971 8 INFO neutron.services.segments.plugin [-] Segment b43bfff1-d8e7-46e9-b04d-e701a0a9ae0c resource provider aggregate not found 2026-05-19 06:26:29.985 8 INFO neutron_taas.services.taas.taas_plugin [None req-155e5628-5620-48db-9fe9-88cb5d352890 cf1026b5a05041c29e36072a38267ee1 bce134230a624d0b9713862ce6d94abd - - default default] TaaS: Handle Delete Port: 39de10e7-d9e9-4019-b2f4-efd8c2397999 2026-05-19 06:26:29.988 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-155e5628-5620-48db-9fe9-88cb5d352890 cf1026b5a05041c29e36072a38267ee1 bce134230a624d0b9713862ce6d94abd - - default default] Tap Mirror: Handle Delete Port: 39de10e7-d9e9-4019-b2f4-efd8c2397999 2026-05-19 06:26:29.994 8 INFO neutron.services.segments.plugin [-] Segment b43bfff1-d8e7-46e9-b04d-e701a0a9ae0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b43bfff1-d8e7-46e9-b04d-e701a0a9ae0c found for delete ", "request_id": "req-5d862004-96aa-46d2-9f4f-e3cef17bdac3"}]} 2026-05-19 06:26:29.996 8 INFO neutron.services.segments.plugin [-] Segment b43bfff1-d8e7-46e9-b04d-e701a0a9ae0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b43bfff1-d8e7-46e9-b04d-e701a0a9ae0c found for delete ", "request_id": "req-4eaaff83-eb50-4af1-bd5b-d39766d497d1"}]} [pid: 8|app: 0|req: 465/973] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:26:29 2026] DELETE /v2.0/networks/df701bdc-c43f-48af-aa11-42fb3a2fed40 => generated 0 bytes in 449 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/974] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:26:28 2026] POST /v2.0/routers => generated 694 bytes in 2270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:26:30.725 8 INFO neutron.db.segments_db [None req-9af603e7-eaae-4040-a62d-2f7600742ad0 7c750eb1b5924681a4b3221ae3dfac3e 5c4f12a428fc4254acea07c822de7dda - - default default] Added segment 3715221b-a2a1-4c87-9b2c-733d49dab90e of type vxlan for network bfbdfc1a-664f-4a2c-8185-78b356622d7e [pid: 8|app: 0|req: 466/975] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:26:30 2026] POST /v2.0/networks => generated 630 bytes in 467 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/976] 10.0.0.31 () {34 vars in 664 bytes} [Tue May 19 06:26:30 2026] POST /v2.0/ports => generated 778 bytes in 272 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: 468/977] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:26:31 2026] GET /v2.0/security-groups?tenant_id=bce134230a624d0b9713862ce6d94abd&name=default => generated 2925 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:26:31.431 8 INFO neutron.db.segments_db [None req-f98b6c83-4d58-498b-878c-75a263dd431d 7c750eb1b5924681a4b3221ae3dfac3e 5c4f12a428fc4254acea07c822de7dda - - default default] Added segment b1e3845c-ba87-4d33-8df7-92ad1ce6b20e of type vxlan for network 80d300a2-3317-4dda-94dd-37c7ed03f851 [pid: 8|app: 0|req: 469/978] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:26:31 2026] POST /v2.0/networks => generated 617 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:26:31.675 8 INFO neutron.db.segments_db [None req-860b6278-ef9e-4a70-8445-43badde9d9d0 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Added segment 5482d727-c947-4f0b-a0b5-b12ae57af63a of type vxlan for network f19bba1c-c736-4043-9720-d82d80555f7b [pid: 8|app: 0|req: 470/979] 10.0.0.31 () {34 vars in 670 bytes} [Tue May 19 06:26:31 2026] POST /v2.0/networks => generated 725 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/980] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:26:31 2026] DELETE /v2.0/security-groups/dd17fbe5-2919-4c52-8ec8-627c0c16c680 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/981] 10.0.0.31 () {34 vars in 782 bytes} [Tue May 19 06:26:30 2026] PUT /v2.0/routers/d348e107-e136-4434-ad51-7cade53331b1/add_router_interface => generated 309 bytes in 1300 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:26:32.023 8 INFO neutron.services.segments.plugin [-] Segment 231a4b85-43a8-4357-a5bd-b5cd9482c193 resource provider aggregate not found 2026-05-19 06:26:32.028 8 INFO neutron.services.segments.plugin [-] Segment 231a4b85-43a8-4357-a5bd-b5cd9482c193 resource provider aggregate not found 2026-05-19 06:26:32.050 8 INFO neutron.services.segments.plugin [-] Segment 231a4b85-43a8-4357-a5bd-b5cd9482c193 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 231a4b85-43a8-4357-a5bd-b5cd9482c193 found for delete ", "request_id": "req-de301091-ea60-4a75-a5ff-0fb00cb7d769"}]} 2026-05-19 06:26:32.055 8 INFO neutron.services.segments.plugin [-] Segment 231a4b85-43a8-4357-a5bd-b5cd9482c193 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 231a4b85-43a8-4357-a5bd-b5cd9482c193 found for delete ", "request_id": "req-c1eb8015-fcc3-46db-b2ad-7e9f6250fc09"}]} [pid: 8|app: 0|req: 472/982] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:26:31 2026] POST /v2.0/subnets => generated 646 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/983] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:26:32 2026] POST /v2.0/subnets => generated 691 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/984] 10.0.0.31 () {34 vars in 664 bytes} [Tue May 19 06:26:32 2026] POST /v2.0/ports => generated 959 bytes in 370 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-19 06:26:32.564 8 INFO neutron.db.segments_db [None req-10befa03-8509-4da6-af5a-116384ed4aba 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Added segment fe32ec46-668a-44ce-8197-a5f2ef406dfc of type vxlan for network 3c43a7f9-b5f4-4117-a06d-18f24f692b24 [pid: 7|app: 0|req: 512/985] 10.0.0.31 () {34 vars in 664 bytes} [Tue May 19 06:26:32 2026] POST /v2.0/ports => generated 966 bytes in 445 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-19 06:26:32.792 8 INFO neutron.db.l3_hamode_db [None req-10befa03-8509-4da6-af5a-116384ed4aba 634dcfe276fd47aa8b19b5648bcb0d10 ff5e174ce155486398602c27b2cdd6fb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 513/986] 10.0.0.31 () {34 vars in 664 bytes} [Tue May 19 06:26:32 2026] POST /v2.0/ports => generated 954 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-19 06:26:33.160 7 INFO neutron_taas.services.taas.taas_plugin [None req-a43c8ae3-6c75-449b-939e-ff79b3d35f11 7c750eb1b5924681a4b3221ae3dfac3e 5c4f12a428fc4254acea07c822de7dda - - default default] TaaS: Handle Delete Port: 242fdaab-36fb-4bfe-bc92-e9b99e5e19e7 2026-05-19 06:26:33.164 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a43c8ae3-6c75-449b-939e-ff79b3d35f11 7c750eb1b5924681a4b3221ae3dfac3e 5c4f12a428fc4254acea07c822de7dda - - default default] Tap Mirror: Handle Delete Port: 242fdaab-36fb-4bfe-bc92-e9b99e5e19e7 [pid: 7|app: 0|req: 514/987] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 19 06:26:33 2026] DELETE /v2.0/ports/242fdaab-36fb-4bfe-bc92-e9b99e5e19e7 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:26:33.571 8 INFO neutron.db.l3_hamode_db [None req-10befa03-8509-4da6-af5a-116384ed4aba 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-19 06:26:34.033 7 INFO neutron.db.l3_db [None req-1789769d-a101-4e96-a098-bee3d35b4c19 7dbde12f5bf14961b8edc8094d943d8a 8805888ec69a4c66a7a36fc076eaf375 - - default default] Floating IP 19bdf838-8632-411c-a67c-1fc794d6eca0 associated. External IP: 10.96.250.218, port: 99281620-78f0-4048-8959-12d43e13dd71. [pid: 7|app: 0|req: 515/988] 10.0.0.31 () {34 vars in 676 bytes} [Tue May 19 06:26:33 2026] POST /v2.0/floatingips => generated 841 bytes in 1127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:26:34.421 7 INFO neutron.pecan_wsgi.hooks.translation [None req-97434416-d382-4cbe-813f-28361b93bc20 7c750eb1b5924681a4b3221ae3dfac3e 5c4f12a428fc4254acea07c822de7dda - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 516/989] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 19 06:26:34 2026] DELETE /v2.0/ports/242fdaab-36fb-4bfe-bc92-e9b99e5e19e7 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/990] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:26:32 2026] POST /v2.0/routers => generated 731 bytes in 2010 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:26:34.642 8 INFO neutron.db.l3_db [None req-8584ce54-98a5-4370-9dc0-63240800b0f5 7dbde12f5bf14961b8edc8094d943d8a 8805888ec69a4c66a7a36fc076eaf375 - - default default] Floating IP 19bdf838-8632-411c-a67c-1fc794d6eca0 disassociated. External IP: 10.96.250.218, port: 99281620-78f0-4048-8959-12d43e13dd71. 2026-05-19 06:26:34.805 7 INFO neutron.db.segments_db [None req-e160d613-6c00-4263-82c1-23d88391c7f1 c306276837fa48f4914829c8081ebbae d7a1970630644ea3ab992714d21fb40b - - default default] Added segment fec3fb35-f12f-4da2-8eec-ea7e6b8ca2df of type vxlan for network 7e755f6a-f157-46fe-b6cd-bbc3b7b905c2 [pid: 7|app: 0|req: 517/991] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:26:34 2026] POST /v2.0/networks => generated 626 bytes in 488 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/992] 10.0.0.31 () {34 vars in 748 bytes} [Tue May 19 06:26:34 2026] PUT /v2.0/floatingips/19bdf838-8632-411c-a67c-1fc794d6eca0 => generated 552 bytes in 391 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:26:34.928 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b77452a9-9f15-4ede-b19d-886c269c07e3 7c750eb1b5924681a4b3221ae3dfac3e 5c4f12a428fc4254acea07c822de7dda - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 518/993] 10.0.0.31 () {32 vars in 716 bytes} [Tue May 19 06:26:34 2026] GET /v2.0/ports/242fdaab-36fb-4bfe-bc92-e9b99e5e19e7 => 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: 519/994] 10.0.0.31 () {34 vars in 664 bytes} [Tue May 19 06:26:34 2026] POST /v2.0/ports => generated 775 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-19 06:26:35.346 7 INFO neutron_taas.services.taas.taas_plugin [None req-b0b8ec5f-be1c-439d-8688-ba62bd1fa40c 7dbde12f5bf14961b8edc8094d943d8a 8805888ec69a4c66a7a36fc076eaf375 - - default default] TaaS: Handle Delete Port: 1b04328e-98d7-4419-a886-c0b3330fb3af 2026-05-19 06:26:35.349 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0b8ec5f-be1c-439d-8688-ba62bd1fa40c 7dbde12f5bf14961b8edc8094d943d8a 8805888ec69a4c66a7a36fc076eaf375 - - default default] Tap Mirror: Handle Delete Port: 1b04328e-98d7-4419-a886-c0b3330fb3af [pid: 7|app: 0|req: 520/995] 10.0.0.31 () {32 vars in 731 bytes} [Tue May 19 06:26:35 2026] DELETE /v2.0/floatingips/19bdf838-8632-411c-a67c-1fc794d6eca0 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/996] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:26:35 2026] DELETE /v2.0/subnets/7414a05e-77d5-4a71-8db6-50cbd8e49682 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:26:35.707 7 INFO neutron.db.segments_db [None req-94da964a-d9b3-4033-8fce-b4e51169a7b7 c306276837fa48f4914829c8081ebbae d7a1970630644ea3ab992714d21fb40b - - default default] Added segment 758e6b8d-1777-434d-959d-7f6d079a0322 of type vxlan for network dbe3d6b5-38aa-445f-8756-bcc1765c0b5b [pid: 7|app: 0|req: 522/997] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:26:35 2026] POST /v2.0/networks => generated 612 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/998] 10.0.0.31 () {34 vars in 782 bytes} [Tue May 19 06:26:34 2026] PUT /v2.0/routers/ac340d90-39ce-4e32-968f-368d57cc4cfa/add_router_interface => generated 309 bytes in 1236 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:26:36.298 8 INFO neutron.services.segments.plugin [-] Segment b1e3845c-ba87-4d33-8df7-92ad1ce6b20e resource provider aggregate not found 2026-05-19 06:26:36.300 8 INFO neutron.services.segments.plugin [-] Segment b1e3845c-ba87-4d33-8df7-92ad1ce6b20e resource provider aggregate not found 2026-05-19 06:26:36.325 8 INFO neutron.services.segments.plugin [-] Segment b1e3845c-ba87-4d33-8df7-92ad1ce6b20e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1e3845c-ba87-4d33-8df7-92ad1ce6b20e found for delete ", "request_id": "req-e4cafcc0-5b03-4426-9c0e-cc1fb3e02f7a"}]} 2026-05-19 06:26:36.325 8 INFO neutron.services.segments.plugin [-] Segment b1e3845c-ba87-4d33-8df7-92ad1ce6b20e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1e3845c-ba87-4d33-8df7-92ad1ce6b20e found for delete ", "request_id": "req-f38ad6c6-95ca-4d66-9ae0-3d06f2be1464"}]} [pid: 8|app: 0|req: 477/999] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:26:36 2026] DELETE /v2.0/networks/80d300a2-3317-4dda-94dd-37c7ed03f851 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:26:36.616 7 INFO neutron.db.l3_db [None req-ead6f0a9-0797-4775-9fbc-b93a3fd0e771 7dbde12f5bf14961b8edc8094d943d8a 8805888ec69a4c66a7a36fc076eaf375 - - default default] Floating IP 87b35fe6-0cf5-464b-9475-bd99ee6ff309 associated. External IP: 10.96.250.207, port: b0956ea9-00c5-4687-b1ac-1a04ff63c42a. [pid: 8|app: 0|req: 478/1000] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:26:36 2026] POST /v2.0/subnets => generated 626 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:26:36.719 8 INFO neutron.db.segments_db [None req-532938ce-0e5e-4719-96d6-47a3b8452f2c 7c750eb1b5924681a4b3221ae3dfac3e 5c4f12a428fc4254acea07c822de7dda - - default default] Added segment a27fe43b-258c-4b74-854c-9d3b6b13b3b3 of type vxlan for network 4eb62011-985b-47af-ac45-da24139196f0 [pid: 7|app: 0|req: 523/1001] 10.0.0.31 () {34 vars in 676 bytes} [Tue May 19 06:26:35 2026] POST /v2.0/floatingips => generated 843 bytes in 1155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/1002] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:26:36 2026] POST /v2.0/networks => generated 617 bytes in 549 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1003] 10.0.0.31 () {34 vars in 664 bytes} [Tue May 19 06:26:36 2026] POST /v2.0/ports => generated 950 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 480/1004] 10.0.0.31 () {34 vars in 684 bytes} [Tue May 19 06:26:37 2026] POST /v2.0/security-groups => generated 1660 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1005] 10.0.0.31 () {32 vars in 728 bytes} [Tue May 19 06:26:37 2026] GET /v2.0/floatingips/87b35fe6-0cf5-464b-9475-bd99ee6ff309 => generated 843 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:26:37.479 7 INFO neutron_taas.services.taas.taas_plugin [None req-a1f2e911-665e-40db-b6bf-fb9b23784203 c306276837fa48f4914829c8081ebbae d7a1970630644ea3ab992714d21fb40b - - default default] TaaS: Handle Delete Port: 1da93c69-9719-43cd-9564-1660cfa75ab2 2026-05-19 06:26:37.483 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1f2e911-665e-40db-b6bf-fb9b23784203 c306276837fa48f4914829c8081ebbae d7a1970630644ea3ab992714d21fb40b - - default default] Tap Mirror: Handle Delete Port: 1da93c69-9719-43cd-9564-1660cfa75ab2 [pid: 8|app: 0|req: 481/1006] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:26:37 2026] POST /v2.0/subnets => generated 646 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1007] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 19 06:26:37 2026] DELETE /v2.0/ports/1da93c69-9719-43cd-9564-1660cfa75ab2 => generated 0 bytes in 374 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/1008] 10.0.0.31 () {34 vars in 694 bytes} [Tue May 19 06:26:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1009] 10.0.0.31 () {32 vars in 654 bytes} [Tue May 19 06:26:37 2026] GET /v2.0/floatingips => generated 846 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:26:37.820 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c7f3fc99-1da4-4f7a-a2c9-209fa2a063ab c306276837fa48f4914829c8081ebbae d7a1970630644ea3ab992714d21fb40b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 528/1010] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 19 06:26:37 2026] DELETE /v2.0/ports/1da93c69-9719-43cd-9564-1660cfa75ab2 => 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: 529/1011] 10.0.0.31 () {34 vars in 694 bytes} [Tue May 19 06:26:37 2026] POST /v2.0/security-group-rules => generated 602 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/1012] 10.0.0.31 () {34 vars in 664 bytes} [Tue May 19 06:26:37 2026] POST /v2.0/ports => generated 927 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:26:38.161 8 INFO neutron.pecan_wsgi.hooks.translation [None req-df0c413d-1004-416d-8869-48b537dbb063 c306276837fa48f4914829c8081ebbae d7a1970630644ea3ab992714d21fb40b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 484/1013] 10.0.0.31 () {32 vars in 716 bytes} [Tue May 19 06:26:38 2026] GET /v2.0/ports/1da93c69-9719-43cd-9564-1660cfa75ab2 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-19 06:26:38.284 7 INFO neutron.db.l3_db [None req-3285a5f5-5105-4f47-a9a6-3e7dffc640d6 7dbde12f5bf14961b8edc8094d943d8a 8805888ec69a4c66a7a36fc076eaf375 - - default default] Floating IP 87b35fe6-0cf5-464b-9475-bd99ee6ff309 associated. External IP: 10.96.250.207, port: b0956ea9-00c5-4687-b1ac-1a04ff63c42a. [pid: 8|app: 0|req: 485/1014] 10.0.0.31 () {34 vars in 675 bytes} [Tue May 19 06:26:38 2026] POST /v2.0/floatingips => generated 552 bytes in 647 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:26:38.925 8 INFO neutron_taas.services.taas.taas_plugin [None req-fe196cfa-6f23-4e88-b4ef-790650ca204e 7c750eb1b5924681a4b3221ae3dfac3e 5c4f12a428fc4254acea07c822de7dda - - default default] TaaS: Handle Delete Port: 21d6bb69-5eb3-43e0-aaa6-a33f60c963b5 2026-05-19 06:26:38.928 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe196cfa-6f23-4e88-b4ef-790650ca204e 7c750eb1b5924681a4b3221ae3dfac3e 5c4f12a428fc4254acea07c822de7dda - - default default] Tap Mirror: Handle Delete Port: 21d6bb69-5eb3-43e0-aaa6-a33f60c963b5 [pid: 7|app: 0|req: 530/1015] 10.0.0.31 () {34 vars in 748 bytes} [Tue May 19 06:26:37 2026] PUT /v2.0/floatingips/87b35fe6-0cf5-464b-9475-bd99ee6ff309 => generated 841 bytes in 999 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/1016] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 19 06:26:38 2026] DELETE /v2.0/ports/21d6bb69-5eb3-43e0-aaa6-a33f60c963b5 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1017] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:26:38 2026] DELETE /v2.0/subnets/58f1fbd7-ef1a-4922-9427-9af255e3fa52 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:26:39.060 7 INFO neutron.pecan_wsgi.hooks.translation [None req-08c47cf8-4269-40d9-9193-d32961e22b8a 7c750eb1b5924681a4b3221ae3dfac3e 5c4f12a428fc4254acea07c822de7dda - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 532/1018] 10.0.0.31 () {32 vars in 716 bytes} [Tue May 19 06:26:39 2026] GET /v2.0/ports/21d6bb69-5eb3-43e0-aaa6-a33f60c963b5 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-19 06:26:39.149 8 INFO neutron.db.l3_db [None req-36bde11f-3c78-421b-a0fa-726d8b41052a 7dbde12f5bf14961b8edc8094d943d8a 8805888ec69a4c66a7a36fc076eaf375 - - default default] Floating IP 87b35fe6-0cf5-464b-9475-bd99ee6ff309 disassociated. External IP: 10.96.250.207, port: 99281620-78f0-4048-8959-12d43e13dd71. 2026-05-19 06:26:39.154 7 INFO neutron.services.segments.plugin [-] Segment 758e6b8d-1777-434d-959d-7f6d079a0322 resource provider aggregate not found 2026-05-19 06:26:39.168 7 INFO neutron.services.segments.plugin [-] Segment 758e6b8d-1777-434d-959d-7f6d079a0322 resource provider aggregate not found 2026-05-19 06:26:39.175 7 INFO neutron.services.segments.plugin [-] Segment 758e6b8d-1777-434d-959d-7f6d079a0322 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 758e6b8d-1777-434d-959d-7f6d079a0322 found for delete ", "request_id": "req-348ca4a1-770c-4bd9-97f6-a9e753952854"}]} [pid: 7|app: 0|req: 533/1019] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:26:39 2026] DELETE /v2.0/networks/dbe3d6b5-38aa-445f-8756-bcc1765c0b5b => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:26:39.192 7 INFO neutron.services.segments.plugin [-] Segment 758e6b8d-1777-434d-959d-7f6d079a0322 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 758e6b8d-1777-434d-959d-7f6d079a0322 found for delete ", "request_id": "req-ea2a1fb4-a4b7-4a87-9cd9-0a84f7326e0f"}]} [pid: 7|app: 0|req: 534/1020] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:26:39 2026] DELETE /v2.0/subnets/e3327443-2447-46b5-b43e-71005989862c => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:26:39.357 7 INFO neutron.db.segments_db [None req-6245ceb1-4a10-4053-a821-710aac39a74e c306276837fa48f4914829c8081ebbae d7a1970630644ea3ab992714d21fb40b - - default default] Added segment c7b8a38b-9523-46b8-a7a6-874d56eef1da of type vxlan for network a3f7418e-0080-470e-8f4f-dee4062e91a0 [pid: 7|app: 0|req: 535/1021] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:26:39 2026] POST /v2.0/networks => generated 613 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/1022] 10.0.0.31 () {34 vars in 748 bytes} [Tue May 19 06:26:39 2026] PUT /v2.0/floatingips/87b35fe6-0cf5-464b-9475-bd99ee6ff309 => generated 552 bytes in 404 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1023] 10.0.0.232 () {34 vars in 1098 bytes} [Tue May 19 06:26:39 2026] GET /v2.0/security-groups?name=tempest-securitygroup--962918589&fields=id&tenant_id=ff5e174ce155486398602c27b2cdd6fb => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:26:39.540 8 INFO neutron.services.segments.plugin [-] Segment a27fe43b-258c-4b74-854c-9d3b6b13b3b3 resource provider aggregate not found 2026-05-19 06:26:39.545 8 INFO neutron.services.segments.plugin [-] Segment a27fe43b-258c-4b74-854c-9d3b6b13b3b3 resource provider aggregate not found 2026-05-19 06:26:39.558 8 INFO neutron.services.segments.plugin [-] Segment a27fe43b-258c-4b74-854c-9d3b6b13b3b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a27fe43b-258c-4b74-854c-9d3b6b13b3b3 found for delete ", "request_id": "req-ff7f7413-69e9-4ad8-b677-c2985a2a6140"}]} [pid: 8|app: 0|req: 488/1024] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:26:39 2026] DELETE /v2.0/networks/4eb62011-985b-47af-ac45-da24139196f0 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:26:39.570 8 INFO neutron.services.segments.plugin [-] Segment a27fe43b-258c-4b74-854c-9d3b6b13b3b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a27fe43b-258c-4b74-854c-9d3b6b13b3b3 found for delete ", "request_id": "req-8ba0e026-a57f-493e-8708-c61f482281fb"}]} 2026-05-19 06:26:39.677 8 INFO neutron_taas.services.taas.taas_plugin [None req-b467dbf1-647c-4a90-ae2e-0b3d592e7275 7dbde12f5bf14961b8edc8094d943d8a 8805888ec69a4c66a7a36fc076eaf375 - - default default] TaaS: Handle Delete Port: 0065a317-1da7-4c76-8a67-a770891d3e29 2026-05-19 06:26:39.680 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b467dbf1-647c-4a90-ae2e-0b3d592e7275 7dbde12f5bf14961b8edc8094d943d8a 8805888ec69a4c66a7a36fc076eaf375 - - default default] Tap Mirror: Handle Delete Port: 0065a317-1da7-4c76-8a67-a770891d3e29 [pid: 7|app: 0|req: 537/1025] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:26:39 2026] POST /v2.0/subnets => generated 626 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1026] 10.0.0.232 () {34 vars in 982 bytes} [Tue May 19 06:26:39 2026] GET /v2.0/networks?id=f19bba1c-c736-4043-9720-d82d80555f7b => generated 676 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/1027] 10.0.0.31 () {32 vars in 731 bytes} [Tue May 19 06:26:39 2026] DELETE /v2.0/floatingips/87b35fe6-0cf5-464b-9475-bd99ee6ff309 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1028] 10.0.0.31 () {34 vars in 664 bytes} [Tue May 19 06:26:39 2026] POST /v2.0/ports => generated 778 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 540/1029] 10.0.0.232 () {34 vars in 965 bytes} [Tue May 19 06:26:40 2026] GET /v2.0/quotas/ff5e174ce155486398602c27b2cdd6fb => generated 292 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:26:40.101 7 INFO neutron.api.v2.resource [None req-d864f0b4-7766-415e-88b9-eceaf97aebe6 7dbde12f5bf14961b8edc8094d943d8a 8805888ec69a4c66a7a36fc076eaf375 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 541/1030] 10.0.0.31 () {32 vars in 731 bytes} [Tue May 19 06:26:40 2026] DELETE /v2.0/floatingips/87b35fe6-0cf5-464b-9475-bd99ee6ff309 => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/1031] 10.0.0.31 () {34 vars in 664 bytes} [Tue May 19 06:26:39 2026] POST /v2.0/ports => generated 915 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1032] 10.0.0.31 () {34 vars in 736 bytes} [Tue May 19 06:26:40 2026] PUT /v2.0/ports/9dde56ab-fef1-4a54-82fb-02c1bd9862ec => generated 752 bytes in 161 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: 491/1033] 10.0.0.232 () {34 vars in 1002 bytes} [Tue May 19 06:26:40 2026] GET /v2.0/ports?tenant_id=ff5e174ce155486398602c27b2cdd6fb&fields=id => generated 103 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:26:40.420 7 INFO neutron_taas.services.taas.taas_plugin [None req-4da4960b-dede-42c7-9a86-a8cd9b776e53 7dbde12f5bf14961b8edc8094d943d8a 8805888ec69a4c66a7a36fc076eaf375 - - default default] TaaS: Handle Delete Port: 99281620-78f0-4048-8959-12d43e13dd71 2026-05-19 06:26:40.423 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4da4960b-dede-42c7-9a86-a8cd9b776e53 7dbde12f5bf14961b8edc8094d943d8a 8805888ec69a4c66a7a36fc076eaf375 - - default default] Tap Mirror: Handle Delete Port: 99281620-78f0-4048-8959-12d43e13dd71 2026-05-19 06:26:40.443 8 INFO neutron_taas.services.taas.taas_plugin [None req-d7f5d7fb-77b9-434f-94d7-69578fd7bc04 c306276837fa48f4914829c8081ebbae d7a1970630644ea3ab992714d21fb40b - - default default] TaaS: Handle Delete Port: bb7f82f8-d9d3-4a1e-aef1-aee4fc025ca8 2026-05-19 06:26:40.446 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7f5d7fb-77b9-434f-94d7-69578fd7bc04 c306276837fa48f4914829c8081ebbae d7a1970630644ea3ab992714d21fb40b - - default default] Tap Mirror: Handle Delete Port: bb7f82f8-d9d3-4a1e-aef1-aee4fc025ca8 [pid: 7|app: 0|req: 543/1034] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 19 06:26:40 2026] DELETE /v2.0/ports/99281620-78f0-4048-8959-12d43e13dd71 => generated 0 bytes in 342 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1035] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 19 06:26:40 2026] DELETE /v2.0/ports/bb7f82f8-d9d3-4a1e-aef1-aee4fc025ca8 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/1036] 10.0.0.232 () {34 vars in 1008 bytes} [Tue May 19 06:26:40 2026] GET /v2.0/networks/f19bba1c-c736-4043-9720-d82d80555f7b?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:26:40.727 7 INFO neutron_taas.services.taas.taas_plugin [None req-cafa2633-8394-4aba-9ae4-dcb4d2356e7a 7c750eb1b5924681a4b3221ae3dfac3e 5c4f12a428fc4254acea07c822de7dda - - default default] TaaS: Handle Delete Port: 9dde56ab-fef1-4a54-82fb-02c1bd9862ec 2026-05-19 06:26:40.730 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cafa2633-8394-4aba-9ae4-dcb4d2356e7a 7c750eb1b5924681a4b3221ae3dfac3e 5c4f12a428fc4254acea07c822de7dda - - default default] Tap Mirror: Handle Delete Port: 9dde56ab-fef1-4a54-82fb-02c1bd9862ec 2026-05-19 06:26:40.804 8 INFO neutron_taas.services.taas.taas_plugin [None req-59e343f3-f571-4cac-a967-b7afefb983aa 7dbde12f5bf14961b8edc8094d943d8a 8805888ec69a4c66a7a36fc076eaf375 - - default default] TaaS: Handle Delete Port: b0956ea9-00c5-4687-b1ac-1a04ff63c42a 2026-05-19 06:26:40.807 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59e343f3-f571-4cac-a967-b7afefb983aa 7dbde12f5bf14961b8edc8094d943d8a 8805888ec69a4c66a7a36fc076eaf375 - - default default] Tap Mirror: Handle Delete Port: b0956ea9-00c5-4687-b1ac-1a04ff63c42a [pid: 7|app: 0|req: 544/1037] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 19 06:26:40 2026] DELETE /v2.0/ports/9dde56ab-fef1-4a54-82fb-02c1bd9862ec => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:26:40.834 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ac4bf155-661a-4578-8df4-1b4ced55683b c306276837fa48f4914829c8081ebbae d7a1970630644ea3ab992714d21fb40b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 545/1038] 10.0.0.31 () {32 vars in 716 bytes} [Tue May 19 06:26:40 2026] GET /v2.0/ports/bb7f82f8-d9d3-4a1e-aef1-aee4fc025ca8 => 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: 546/1039] 10.0.0.232 () {34 vars in 1108 bytes} [Tue May 19 06:26:40 2026] GET /v2.0/networks/f19bba1c-c736-4043-9720-d82d80555f7b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1040] 10.0.0.31 () {32 vars in 642 bytes} [Tue May 19 06:26:40 2026] GET /v2.0/ports => generated 781 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/1041] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 19 06:26:40 2026] DELETE /v2.0/ports/b0956ea9-00c5-4687-b1ac-1a04ff63c42a => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:26:40.936 8 INFO neutron.pecan_wsgi.hooks.translation [None req-89c943f8-35f0-4c51-8b4c-4ddab2e77e3d 7c750eb1b5924681a4b3221ae3dfac3e 5c4f12a428fc4254acea07c822de7dda - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 495/1042] 10.0.0.31 () {32 vars in 716 bytes} [Tue May 19 06:26:40 2026] GET /v2.0/ports/9dde56ab-fef1-4a54-82fb-02c1bd9862ec => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1043] 10.0.0.31 () {32 vars in 735 bytes} [Tue May 19 06:26:40 2026] GET /v2.0/ports?device_id=d348e107-e136-4434-ad51-7cade53331b1 => generated 958 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1044] 10.0.0.31 () {32 vars in 642 bytes} [Tue May 19 06:26:40 2026] GET /v2.0/ports => generated 781 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1045] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:26:40 2026] DELETE /v2.0/subnets/7ae550f8-285e-4338-9170-ac7e27aa15c5 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1046] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:26:41 2026] GET /v2.0/ports?device_id=8c461235-39f2-4b78-91b4-ecd4d929fa13 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:26:41.200 7 INFO neutron.services.segments.plugin [-] Segment c7b8a38b-9523-46b8-a7a6-874d56eef1da resource provider aggregate not found 2026-05-19 06:26:41.225 7 INFO neutron.services.segments.plugin [-] Segment c7b8a38b-9523-46b8-a7a6-874d56eef1da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7b8a38b-9523-46b8-a7a6-874d56eef1da found for delete ", "request_id": "req-83c2d1cb-5f19-4520-a468-7b930252e95c"}]} 2026-05-19 06:26:41.227 7 INFO neutron.services.segments.plugin [-] Segment c7b8a38b-9523-46b8-a7a6-874d56eef1da resource provider aggregate not found [pid: 7|app: 0|req: 550/1047] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:26:41 2026] DELETE /v2.0/networks/a3f7418e-0080-470e-8f4f-dee4062e91a0 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:26:41.252 7 INFO neutron.services.segments.plugin [-] Segment c7b8a38b-9523-46b8-a7a6-874d56eef1da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7b8a38b-9523-46b8-a7a6-874d56eef1da found for delete ", "request_id": "req-826be163-945f-4727-9e60-03bf82570a7d"}]} [pid: 7|app: 0|req: 551/1048] 10.0.0.31 () {32 vars in 716 bytes} [Tue May 19 06:26:41 2026] GET /v2.0/ports/b110bdf1-b67a-4802-9338-46e181325eb2 => generated 778 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:26:41.394 8 INFO neutron_taas.services.taas.taas_plugin [None req-e682e41a-fb76-471e-b5e3-4af6a3a7ded3 7dbde12f5bf14961b8edc8094d943d8a 8805888ec69a4c66a7a36fc076eaf375 - - default default] TaaS: Handle Delete Port: 2e5bc043-ebf1-4a4e-9236-d4547cf1ebe6 2026-05-19 06:26:41.396 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e682e41a-fb76-471e-b5e3-4af6a3a7ded3 7dbde12f5bf14961b8edc8094d943d8a 8805888ec69a4c66a7a36fc076eaf375 - - default default] Tap Mirror: Handle Delete Port: 2e5bc043-ebf1-4a4e-9236-d4547cf1ebe6 [pid: 7|app: 0|req: 552/1049] 10.0.0.31 () {34 vars in 664 bytes} [Tue May 19 06:26:41 2026] POST /v2.0/ports => generated 775 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-19 06:26:41.571 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1f135367-ee12-445d-81dc-ecb9ff8c5c6f 7c750eb1b5924681a4b3221ae3dfac3e 5c4f12a428fc4254acea07c822de7dda - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 553/1050] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 19 06:26:41 2026] DELETE /v2.0/ports/21d6bb69-5eb3-43e0-aaa6-a33f60c963b5 => 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: 554/1051] 10.0.0.31 () {34 vars in 736 bytes} [Tue May 19 06:26:41 2026] PUT /v2.0/ports/be45e6b7-a851-4b14-a174-fee8fcee914a => generated 752 bytes in 174 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-19 06:26:41.759 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d99d81ed-9d35-4245-872b-9b7b745d7134 7c750eb1b5924681a4b3221ae3dfac3e 5c4f12a428fc4254acea07c822de7dda - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 555/1052] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:26:41 2026] DELETE /v2.0/subnets/e3327443-2447-46b5-b43e-71005989862c => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-19 06:26:41.851 7 INFO neutron_taas.services.taas.taas_plugin [None req-8ed1a586-e2ba-4930-af7e-43c1c93be90c c306276837fa48f4914829c8081ebbae d7a1970630644ea3ab992714d21fb40b - - default default] TaaS: Handle Delete Port: be45e6b7-a851-4b14-a174-fee8fcee914a 2026-05-19 06:26:41.854 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ed1a586-e2ba-4930-af7e-43c1c93be90c c306276837fa48f4914829c8081ebbae d7a1970630644ea3ab992714d21fb40b - - default default] Tap Mirror: Handle Delete Port: be45e6b7-a851-4b14-a174-fee8fcee914a [pid: 8|app: 0|req: 498/1053] 10.0.0.31 () {34 vars in 788 bytes} [Tue May 19 06:26:41 2026] PUT /v2.0/routers/d348e107-e136-4434-ad51-7cade53331b1/remove_router_interface => generated 309 bytes in 892 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:26:41.945 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5fd9d2d5-6b50-457d-9627-1a9805a85fbc 7c750eb1b5924681a4b3221ae3dfac3e 5c4f12a428fc4254acea07c822de7dda - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 499/1054] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:26:41 2026] DELETE /v2.0/subnets/7414a05e-77d5-4a71-8db6-50cbd8e49682 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1055] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 19 06:26:41 2026] DELETE /v2.0/ports/be45e6b7-a851-4b14-a174-fee8fcee914a => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:26:42.094 7 INFO neutron_taas.services.taas.taas_plugin [None req-7c4756f4-6236-46c5-86cd-5b66072d0e3f 7c750eb1b5924681a4b3221ae3dfac3e 5c4f12a428fc4254acea07c822de7dda - - default default] TaaS: Handle Delete Port: b110bdf1-b67a-4802-9338-46e181325eb2 2026-05-19 06:26:42.097 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c4756f4-6236-46c5-86cd-5b66072d0e3f 7c750eb1b5924681a4b3221ae3dfac3e 5c4f12a428fc4254acea07c822de7dda - - default default] Tap Mirror: Handle Delete Port: b110bdf1-b67a-4802-9338-46e181325eb2 2026-05-19 06:26:42.189 8 INFO neutron_taas.services.taas.taas_plugin [None req-db7b59a0-db0d-4a86-a9fd-a64f464e9434 7dbde12f5bf14961b8edc8094d943d8a 8805888ec69a4c66a7a36fc076eaf375 - - default default] TaaS: Handle Delete Port: ebbd6088-1ee0-4999-a37f-f69a680ff23c 2026-05-19 06:26:42.192 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db7b59a0-db0d-4a86-a9fd-a64f464e9434 7dbde12f5bf14961b8edc8094d943d8a 8805888ec69a4c66a7a36fc076eaf375 - - default default] Tap Mirror: Handle Delete Port: ebbd6088-1ee0-4999-a37f-f69a680ff23c [pid: 7|app: 0|req: 557/1056] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 19 06:26:41 2026] DELETE /v2.0/ports/b110bdf1-b67a-4802-9338-46e181325eb2 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1057] 10.0.0.31 () {32 vars in 642 bytes} [Tue May 19 06:26:42 2026] GET /v2.0/ports => generated 778 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1058] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:26:42 2026] GET /v2.0/ports?device_id=8c461235-39f2-4b78-91b4-ecd4d929fa13 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1059] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:26:42 2026] DELETE /v2.0/networks/bfbdfc1a-664f-4a2c-8185-78b356622d7e => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:26:42.417 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a35dfa89-e9ff-486e-b6bf-171e0b0de5b0 c306276837fa48f4914829c8081ebbae d7a1970630644ea3ab992714d21fb40b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 561/1060] 10.0.0.31 () {32 vars in 716 bytes} [Tue May 19 06:26:42 2026] GET /v2.0/ports/be45e6b7-a851-4b14-a174-fee8fcee914a => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-19 06:26:42.444 8 INFO neutron_taas.services.taas.taas_plugin [None req-db7b59a0-db0d-4a86-a9fd-a64f464e9434 7dbde12f5bf14961b8edc8094d943d8a 8805888ec69a4c66a7a36fc076eaf375 - - default default] TaaS: Handle Delete Port: f46e2921-ee7d-45e4-b695-095b3d3d9632 2026-05-19 06:26:42.446 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db7b59a0-db0d-4a86-a9fd-a64f464e9434 7dbde12f5bf14961b8edc8094d943d8a 8805888ec69a4c66a7a36fc076eaf375 - - default default] Tap Mirror: Handle Delete Port: f46e2921-ee7d-45e4-b695-095b3d3d9632 [pid: 7|app: 0|req: 562/1061] 10.0.0.31 () {32 vars in 642 bytes} [Tue May 19 06:26:42 2026] GET /v2.0/ports => generated 778 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1062] 10.0.0.31 () {32 vars in 716 bytes} [Tue May 19 06:26:42 2026] GET /v2.0/ports/6ab0b541-6ef6-46ea-adb0-4805ccf272fa => generated 775 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:26:42.537 7 INFO neutron.pecan_wsgi.hooks.translation [None req-173d1948-742f-4229-87a2-90de7d9b0080 c306276837fa48f4914829c8081ebbae d7a1970630644ea3ab992714d21fb40b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 564/1063] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 19 06:26:42 2026] DELETE /v2.0/ports/bb7f82f8-d9d3-4a1e-aef1-aee4fc025ca8 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-19 06:26:42.556 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bf68c4fa-49cf-48da-b8f9-91efabf7233b c306276837fa48f4914829c8081ebbae d7a1970630644ea3ab992714d21fb40b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 565/1064] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:26:42 2026] DELETE /v2.0/subnets/7ae550f8-285e-4338-9170-ac7e27aa15c5 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-19 06:26:42.576 7 INFO neutron.pecan_wsgi.hooks.translation [None req-42bea36a-37a2-4aed-bb5d-76734afd2658 c306276837fa48f4914829c8081ebbae d7a1970630644ea3ab992714d21fb40b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 566/1065] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:26:42 2026] DELETE /v2.0/subnets/58f1fbd7-ef1a-4922-9427-9af255e3fa52 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-19 06:26:42.691 7 INFO neutron_taas.services.taas.taas_plugin [None req-84ce617a-1c76-4dd1-8905-dcde5bd8d968 c306276837fa48f4914829c8081ebbae d7a1970630644ea3ab992714d21fb40b - - default default] TaaS: Handle Delete Port: 6ab0b541-6ef6-46ea-adb0-4805ccf272fa 2026-05-19 06:26:42.694 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84ce617a-1c76-4dd1-8905-dcde5bd8d968 c306276837fa48f4914829c8081ebbae d7a1970630644ea3ab992714d21fb40b - - default default] Tap Mirror: Handle Delete Port: 6ab0b541-6ef6-46ea-adb0-4805ccf272fa [pid: 7|app: 0|req: 567/1066] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 19 06:26:42 2026] DELETE /v2.0/ports/6ab0b541-6ef6-46ea-adb0-4805ccf272fa => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:26:42.809 8 INFO neutron.services.segments.plugin [-] Segment bd33c46b-a240-40e5-8c10-6534e9de1f0b resource provider aggregate not found 2026-05-19 06:26:42.821 8 INFO neutron.services.segments.plugin [-] Segment bd33c46b-a240-40e5-8c10-6534e9de1f0b resource provider aggregate not found 2026-05-19 06:26:42.827 8 INFO neutron.services.segments.plugin [-] Segment bd33c46b-a240-40e5-8c10-6534e9de1f0b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd33c46b-a240-40e5-8c10-6534e9de1f0b found for delete ", "request_id": "req-90cb581e-d87e-4a89-beb3-1a4eb58c9db0"}]} 2026-05-19 06:26:42.841 8 INFO neutron.db.l3_hamode_db [None req-db7b59a0-db0d-4a86-a9fd-a64f464e9434 7dbde12f5bf14961b8edc8094d943d8a 8805888ec69a4c66a7a36fc076eaf375 - - default default] HA network 3debf7fd-1ff1-47b8-9a45-af032059b5a8 was deleted as no HA routers are present in tenant 8805888ec69a4c66a7a36fc076eaf375. [pid: 8|app: 0|req: 500/1067] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:26:41 2026] DELETE /v2.0/routers/d348e107-e136-4434-ad51-7cade53331b1 => generated 0 bytes in 899 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:26:42.852 8 INFO neutron.services.segments.plugin [-] Segment bd33c46b-a240-40e5-8c10-6534e9de1f0b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd33c46b-a240-40e5-8c10-6534e9de1f0b found for delete ", "request_id": "req-730a07b4-4b36-40f2-9be0-2d83bb857d3f"}]} [pid: 7|app: 0|req: 568/1068] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:26:42 2026] DELETE /v2.0/networks/7e755f6a-f157-46fe-b6cd-bbc3b7b905c2 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1069] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:26:42 2026] DELETE /v2.0/subnets/b4e18bbe-a212-4066-b923-d6bc4daa7739 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1070] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:26:42 2026] GET /v2.0/security-groups?tenant_id=5c4f12a428fc4254acea07c822de7dda&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1071] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:26:42 2026] DELETE /v2.0/networks/a62d485d-2bfe-48b3-91ff-51e3abdad696 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1072] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:26:43 2026] DELETE /v2.0/security-groups/498359d9-7db6-4f2f-816c-12a50127f277 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:26:43.242 7 INFO neutron.services.segments.plugin [-] Segment 3715221b-a2a1-4c87-9b2c-733d49dab90e resource provider aggregate not found 2026-05-19 06:26:43.258 7 INFO neutron.services.segments.plugin [-] Segment 3715221b-a2a1-4c87-9b2c-733d49dab90e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3715221b-a2a1-4c87-9b2c-733d49dab90e found for delete ", "request_id": "req-af61e83d-74b5-484c-9132-f90f25cc7d2a"}]} 2026-05-19 06:26:43.274 7 INFO neutron.services.segments.plugin [-] Segment fec3fb35-f12f-4da2-8eec-ea7e6b8ca2df resource provider aggregate not found 2026-05-19 06:26:43.278 7 INFO neutron.services.segments.plugin [-] Segment 3715221b-a2a1-4c87-9b2c-733d49dab90e resource provider aggregate not found 2026-05-19 06:26:43.299 7 INFO neutron.services.segments.plugin [-] Segment fec3fb35-f12f-4da2-8eec-ea7e6b8ca2df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fec3fb35-f12f-4da2-8eec-ea7e6b8ca2df found for delete ", "request_id": "req-ae86f77c-79e9-4575-863c-6d96a8c6cfe6"}]} 2026-05-19 06:26:43.303 7 INFO neutron.services.segments.plugin [-] Segment 3715221b-a2a1-4c87-9b2c-733d49dab90e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3715221b-a2a1-4c87-9b2c-733d49dab90e found for delete ", "request_id": "req-c0887bfd-8988-4768-aa6a-6455a6bd0f92"}]} 2026-05-19 06:26:43.324 7 INFO neutron.services.segments.plugin [-] Segment fec3fb35-f12f-4da2-8eec-ea7e6b8ca2df resource provider aggregate not found 2026-05-19 06:26:43.342 7 INFO neutron.services.segments.plugin [-] Segment fec3fb35-f12f-4da2-8eec-ea7e6b8ca2df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fec3fb35-f12f-4da2-8eec-ea7e6b8ca2df found for delete ", "request_id": "req-8d50c51e-4527-40eb-b621-3a3b6e565d35"}]} [pid: 7|app: 0|req: 572/1075] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:26:43 2026] GET /v2.0/ports?device_id=8c461235-39f2-4b78-91b4-ecd4d929fa13 => 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: 504/1076] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:26:43 2026] GET /v2.0/security-groups?tenant_id=d7a1970630644ea3ab992714d21fb40b&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1077] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:26:43 2026] GET /v2.0/security-groups?tenant_id=8805888ec69a4c66a7a36fc076eaf375&name=default => generated 2925 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1078] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:26:43 2026] DELETE /v2.0/security-groups/939760b3-6279-437b-98fc-28f1194189ab => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1079] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:26:43 2026] DELETE /v2.0/security-groups/dc9a65d5-e29e-48ec-8014-730114c931df => 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: 574/1080] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:26:44 2026] GET /v2.0/ports?device_id=8c461235-39f2-4b78-91b4-ecd4d929fa13 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:26:44.845 8 INFO neutron.services.segments.plugin [-] Segment d2c9d2cf-260d-4565-b65c-55b88ce9597c resource provider aggregate not found 2026-05-19 06:26:44.863 8 INFO neutron.services.segments.plugin [-] Segment d2c9d2cf-260d-4565-b65c-55b88ce9597c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2c9d2cf-260d-4565-b65c-55b88ce9597c found for delete ", "request_id": "req-7bc765b3-aafc-4723-a352-c1068a41be86"}]} 2026-05-19 06:26:44.873 8 INFO neutron.services.segments.plugin [-] Segment d2c9d2cf-260d-4565-b65c-55b88ce9597c resource provider aggregate not found 2026-05-19 06:26:44.898 8 INFO neutron.services.segments.plugin [-] Segment d2c9d2cf-260d-4565-b65c-55b88ce9597c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2c9d2cf-260d-4565-b65c-55b88ce9597c found for delete ", "request_id": "req-fcee373a-1519-4e58-9724-bc400272fbc0"}]} [pid: 7|app: 0|req: 575/1081] 199.204.45.44 () {34 vars in 985 bytes} [Tue May 19 06:26:45 2026] GET /v2.0/networks?id=f19bba1c-c736-4043-9720-d82d80555f7b => generated 676 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1082] 199.204.45.44 () {34 vars in 1049 bytes} [Tue May 19 06:26:45 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ff5e174ce155486398602c27b2cdd6fb => generated 180 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1083] 10.0.0.31 () {34 vars in 683 bytes} [Tue May 19 06:26:44 2026] POST /v2.0/security-groups => generated 1624 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1084] 10.0.0.31 () {32 vars in 662 bytes} [Tue May 19 06:26:45 2026] GET /v2.0/security-groups => generated 4529 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1085] 10.0.0.31 () {34 vars in 757 bytes} [Tue May 19 06:26:45 2026] PUT /v2.0/security-groups/ddea376b-2ab7-4c65-b80b-3bc648b4244d => generated 1664 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1086] 10.0.0.31 () {32 vars in 736 bytes} [Tue May 19 06:26:45 2026] GET /v2.0/security-groups/ddea376b-2ab7-4c65-b80b-3bc648b4244d => generated 1664 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1087] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:26:45 2026] DELETE /v2.0/security-groups/ddea376b-2ab7-4c65-b80b-3bc648b4244d => 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: 512/1088] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:26:45 2026] GET /v2.0/ports?device_id=8c461235-39f2-4b78-91b4-ecd4d929fa13 => generated 961 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1089] 10.0.0.31 () {32 vars in 662 bytes} [Tue May 19 06:26:45 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: 7|app: 0|req: 577/1090] 199.204.45.44 () {38 vars in 954 bytes} [Tue May 19 06:26:45 2026] POST /v2.0/ports => generated 958 bytes in 432 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: 578/1091] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:26:45 2026] GET /v2.0/security-groups?id=5f8623f5-2ccd-4bb3-be55-1f381bd5e136&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:26:45.846 7 INFO neutron.api.v2.resource [None req-7b88ec4e-51cf-45da-8580-8662332547c4 66c35b7df51f49f78b5443c2a5a12565 1dccad7c61eb4b48af3b6f384945ca4c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 579/1092] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:26:45 2026] DELETE /v2.0/security-groups/ddea376b-2ab7-4c65-b80b-3bc648b4244d => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-19 06:26:46.058 8 INFO neutron.db.segments_db [None req-a7ac9e97-f626-4fff-a905-cac950bfcc4d 7d677bca106c4acf8e011e3c7c3d2888 ac4179c3f3574f6c9647e2305f4ea62c - - default default] Added segment fe13640a-9d5d-45b2-a447-e212895c92cc of type vxlan for network b1e32729-426a-4f10-b154-8d8e4ffca296 [pid: 8|app: 0|req: 514/1093] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:26:45 2026] POST /v2.0/networks => generated 628 bytes in 453 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1094] 199.204.45.44 () {38 vars in 1027 bytes} [Tue May 19 06:26:45 2026] PUT /v2.0/ports/eff86a22-832b-4871-a661-0752dda0d25d => generated 1239 bytes in 424 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1095] 10.0.0.31 () {34 vars in 683 bytes} [Tue May 19 06:26:46 2026] POST /v2.0/security-groups => generated 1625 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-19 06:26:46.321 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8c18a6e9-d11b-48b4-8f52-689db1ecedbb'] response: {'name': 'network-changed', 'server_uuid': '8c461235-39f2-4b78-91b4-ecd4d929fa13', 'tag': 'eff86a22-832b-4871-a661-0752dda0d25d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 581/1096] 10.0.0.31 () {34 vars in 694 bytes} [Tue May 19 06:26:46 2026] POST /v2.0/security-group-rules => generated 601 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1097] 10.0.0.31 () {32 vars in 746 bytes} [Tue May 19 06:26:46 2026] GET /v2.0/security-group-rules/063c9503-2e9b-4b82-98b1-2e8ed0371bf3 => generated 601 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1098] 10.0.0.31 () {32 vars in 672 bytes} [Tue May 19 06:26:46 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1099] 10.0.0.31 () {32 vars in 749 bytes} [Tue May 19 06:26:46 2026] DELETE /v2.0/security-group-rules/063c9503-2e9b-4b82-98b1-2e8ed0371bf3 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1100] 10.0.0.31 () {32 vars in 672 bytes} [Tue May 19 06:26:46 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: 8|app: 0|req: 519/1101] 10.0.0.31 () {34 vars in 694 bytes} [Tue May 19 06:26:46 2026] POST /v2.0/security-group-rules => generated 601 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1102] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:26:46 2026] POST /v2.0/subnets => generated 673 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1103] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:26:46 2026] GET /v2.0/ports?tenant_id=ff5e174ce155486398602c27b2cdd6fb&device_id=8c461235-39f2-4b78-91b4-ecd4d929fa13 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1104] 10.0.0.31 () {32 vars in 746 bytes} [Tue May 19 06:26:46 2026] GET /v2.0/security-group-rules/1ae339fa-7067-4f56-b908-44f9b35d259e => generated 601 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1105] 199.204.45.44 () {34 vars in 1017 bytes} [Tue May 19 06:26:46 2026] GET /v2.0/networks?tenant_id=ff5e174ce155486398602c27b2cdd6fb&shared=False => generated 772 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:26:46.940 8 INFO neutron.db.segments_db [None req-91c620b5-6aeb-46b5-8e87-ccd85210603a 7d677bca106c4acf8e011e3c7c3d2888 ac4179c3f3574f6c9647e2305f4ea62c - - default default] Added segment 0d1dacdb-54c3-40ea-8021-c3c9ac0466e8 of type vxlan for network e2b2880d-faa1-413b-b3d6-9c2c583888d9 [pid: 7|app: 0|req: 586/1106] 10.0.0.31 () {32 vars in 672 bytes} [Tue May 19 06:26:46 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1107] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:26:47 2026] GET /v2.0/ports?device_id=8c461235-39f2-4b78-91b4-ecd4d929fa13 => generated 973 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1108] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:26:46 2026] POST /v2.0/networks => generated 628 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1109] 199.204.45.44 () {34 vars in 929 bytes} [Tue May 19 06:26:47 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1110] 10.0.0.31 () {32 vars in 749 bytes} [Tue May 19 06:26:47 2026] DELETE /v2.0/security-group-rules/1ae339fa-7067-4f56-b908-44f9b35d259e => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1111] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:26:47 2026] GET /v2.0/security-groups?id=5f8623f5-2ccd-4bb3-be55-1f381bd5e136&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: 524/1112] 10.0.0.31 () {32 vars in 672 bytes} [Tue May 19 06:26:47 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1113] 10.0.0.31 () {34 vars in 742 bytes} [Tue May 19 06:26:47 2026] PUT /v2.0/networks/e2b2880d-faa1-413b-b3d6-9c2c583888d9 => generated 592 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:26:47.243 7 INFO neutron.db.securitygroups_db [None req-f588ce72-87ec-4df8-b9f9-946e5e0ff3b2 66c35b7df51f49f78b5443c2a5a12565 1dccad7c61eb4b48af3b6f384945ca4c - - default default] Project 1dccad7c61eb4b48af3b6f384945ca4c 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: 590/1114] 10.0.0.31 () {34 vars in 694 bytes} [Tue May 19 06:26:47 2026] POST /v2.0/security-group-rules => generated 607 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1115] 10.0.0.31 () {32 vars in 746 bytes} [Tue May 19 06:26:47 2026] GET /v2.0/security-group-rules/928b3d06-0e71-4e24-b9eb-f7db2ec5b367 => generated 607 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1116] 10.0.0.31 () {32 vars in 672 bytes} [Tue May 19 06:26:47 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1117] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:26:47 2026] POST /v2.0/subnets => generated 646 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1118] 10.0.0.31 () {32 vars in 749 bytes} [Tue May 19 06:26:47 2026] DELETE /v2.0/security-group-rules/928b3d06-0e71-4e24-b9eb-f7db2ec5b367 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1119] 10.0.0.31 () {32 vars in 672 bytes} [Tue May 19 06:26:47 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1120] 10.0.0.31 () {34 vars in 740 bytes} [Tue May 19 06:26:47 2026] PUT /v2.0/subnets/70dac44a-e557-4f25-801f-eb0bc60dcbe8 => generated 656 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1121] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:26:47 2026] DELETE /v2.0/security-groups/bf533776-2cfa-4093-8480-822e7dcb9126 => 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: 596/1122] 10.0.0.31 () {32 vars in 662 bytes} [Tue May 19 06:26:47 2026] GET /v2.0/security-groups => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1123] 10.0.0.31 () {32 vars in 662 bytes} [Tue May 19 06:26:47 2026] GET /v2.0/security-groups => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:26:47.774 8 INFO neutron.services.segments.plugin [-] Segment 0d1dacdb-54c3-40ea-8021-c3c9ac0466e8 resource provider aggregate not found 2026-05-19 06:26:47.781 8 INFO neutron.services.segments.plugin [-] Segment 0d1dacdb-54c3-40ea-8021-c3c9ac0466e8 resource provider aggregate not found 2026-05-19 06:26:47.790 8 INFO neutron.services.segments.plugin [-] Segment 0d1dacdb-54c3-40ea-8021-c3c9ac0466e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d1dacdb-54c3-40ea-8021-c3c9ac0466e8 found for delete ", "request_id": "req-75cd9ca3-4021-4d01-9e81-692647d3fe50"}]} 2026-05-19 06:26:47.801 8 INFO neutron.services.segments.plugin [-] Segment 0d1dacdb-54c3-40ea-8021-c3c9ac0466e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d1dacdb-54c3-40ea-8021-c3c9ac0466e8 found for delete ", "request_id": "req-b03b9ef0-fd22-435a-a39e-90f31cd89efa"}]} [pid: 8|app: 0|req: 527/1124] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:26:47 2026] DELETE /v2.0/networks/e2b2880d-faa1-413b-b3d6-9c2c583888d9 => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:26:47.832 7 INFO neutron.pecan_wsgi.hooks.translation [None req-631d25eb-caf9-4c37-ae16-f15b86658cd7 7d677bca106c4acf8e011e3c7c3d2888 ac4179c3f3574f6c9647e2305f4ea62c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 598/1125] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:26:47 2026] DELETE /v2.0/networks/e2b2880d-faa1-413b-b3d6-9c2c583888d9 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1126] 10.0.0.31 () {32 vars in 693 bytes} [Tue May 19 06:26:47 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1127] 10.0.0.31 () {32 vars in 741 bytes} [Tue May 19 06:26:47 2026] GET /v2.0/subnets?network_id=3084c245-459d-40e8-b1c4-a5826a39afe3 => generated 649 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1128] 10.0.0.31 () {32 vars in 652 bytes} [Tue May 19 06:26:47 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: 600/1129] 10.0.0.31 () {32 vars in 648 bytes} [Tue May 19 06:26:47 2026] GET /v2.0/networks => generated 1312 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1130] 10.0.0.31 () {32 vars in 646 bytes} [Tue May 19 06:26:47 2026] GET /v2.0/subnets => generated 1312 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1131] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 19 06:26:48 2026] GET /v2.0/networks/b1e32729-426a-4f10-b154-8d8e4ffca296 => generated 672 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1132] 10.0.0.31 () {32 vars in 720 bytes} [Tue May 19 06:26:48 2026] GET /v2.0/subnets/68048137-5c81-48e0-b7a5-41d4ddb98561 => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:26:48.110 7 INFO neutron.pecan_wsgi.hooks.translation [None req-67aa358d-73a0-4e02-a411-1578d57588f1 7d677bca106c4acf8e011e3c7c3d2888 ac4179c3f3574f6c9647e2305f4ea62c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 602/1133] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:26:48 2026] DELETE /v2.0/subnets/70dac44a-e557-4f25-801f-eb0bc60dcbe8 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-19 06:26:48.129 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1e3c3834-6b24-4e5b-8c44-402cb3a3c929 7d677bca106c4acf8e011e3c7c3d2888 ac4179c3f3574f6c9647e2305f4ea62c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 603/1134] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:26:48 2026] DELETE /v2.0/networks/e2b2880d-faa1-413b-b3d6-9c2c583888d9 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1135] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:26:48 2026] GET /v2.0/ports?tenant_id=ff5e174ce155486398602c27b2cdd6fb&device_id=8c461235-39f2-4b78-91b4-ecd4d929fa13 => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1136] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:26:48 2026] DELETE /v2.0/subnets/68048137-5c81-48e0-b7a5-41d4ddb98561 => 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: 605/1137] 199.204.45.44 () {34 vars in 1059 bytes} [Tue May 19 06:26:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=eff86a22-832b-4871-a661-0752dda0d25d => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1138] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:26:48 2026] GET /v2.0/security-groups?tenant_id=1dccad7c61eb4b48af3b6f384945ca4c&name=default => generated 2925 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1139] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:26:48 2026] GET /v2.0/ports?device_id=8c461235-39f2-4b78-91b4-ecd4d929fa13 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1140] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:26:48 2026] GET /v2.0/security-groups?tenant_id=4496f20a28974fafafd9b149707f55e5&name=default => generated 2925 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1141] 199.204.45.44 () {34 vars in 983 bytes} [Tue May 19 06:26:48 2026] GET /v2.0/subnets?id=dac8b8a3-def6-4599-9e17-61a06624223f => generated 694 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:26:48.481 7 INFO neutron.services.segments.plugin [-] Segment fe13640a-9d5d-45b2-a447-e212895c92cc resource provider aggregate not found 2026-05-19 06:26:48.485 7 INFO neutron.services.segments.plugin [-] Segment fe13640a-9d5d-45b2-a447-e212895c92cc resource provider aggregate not found 2026-05-19 06:26:48.506 7 INFO neutron.services.segments.plugin [-] Segment fe13640a-9d5d-45b2-a447-e212895c92cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe13640a-9d5d-45b2-a447-e212895c92cc found for delete ", "request_id": "req-a8426213-f3bc-4193-887f-72c2410166a2"}]} 2026-05-19 06:26:48.506 7 INFO neutron.services.segments.plugin [-] Segment fe13640a-9d5d-45b2-a447-e212895c92cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe13640a-9d5d-45b2-a447-e212895c92cc found for delete ", "request_id": "req-58c992c4-10f2-4e08-bfe7-ed34a8832eaa"}]} [pid: 7|app: 0|req: 608/1142] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:26:48 2026] DELETE /v2.0/networks/b1e32729-426a-4f10-b154-8d8e4ffca296 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1143] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:26:48 2026] GET /v2.0/security-groups?id=5f8623f5-2ccd-4bb3-be55-1f381bd5e136&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1144] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:26:48 2026] DELETE /v2.0/security-groups/5db9a822-12e8-4fbe-b142-3f3034b5205a => 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: 536/1145] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:26:48 2026] GET /v2.0/ports?network_id=f19bba1c-c736-4043-9720-d82d80555f7b&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: 610/1146] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:26:48 2026] DELETE /v2.0/security-groups/318c0351-c6de-43c9-8fae-02eaa2c42f54 => 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: 537/1147] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:26:48 2026] GET /v2.0/networks/f19bba1c-c736-4043-9720-d82d80555f7b?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: 611/1148] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:26:48 2026] GET /v2.0/networks/f19bba1c-c736-4043-9720-d82d80555f7b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1149] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:26:48 2026] GET /v2.0/security-groups?tenant_id=d3180d2f52044150a448ca46552eb249&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1150] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:26:48 2026] DELETE /v2.0/security-groups/619e0a02-5930-45a0-a61e-463d9bc00751 => 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: 539/1151] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:26:48 2026] GET /v2.0/security-groups?tenant_id=ac4179c3f3574f6c9647e2305f4ea62c&name=default => generated 2925 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1152] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:26:49 2026] DELETE /v2.0/security-groups/454f6be1-632b-4110-896d-d9dff8a26567 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1153] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:26:49 2026] GET /v2.0/ports?device_id=8c461235-39f2-4b78-91b4-ecd4d929fa13 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1154] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:26:49 2026] GET /v2.0/security-groups?id=5f8623f5-2ccd-4bb3-be55-1f381bd5e136&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: 541/1155] 10.0.0.31 () {34 vars in 676 bytes} [Tue May 19 06:26:50 2026] POST /v2.0/subnetpools => generated 549 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1156] 10.0.0.31 () {32 vars in 728 bytes} [Tue May 19 06:26:50 2026] GET /v2.0/subnetpools/0bc2453c-7444-478b-a197-decd15fc0834 => generated 549 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1157] 10.0.0.31 () {34 vars in 748 bytes} [Tue May 19 06:26:50 2026] PUT /v2.0/subnetpools/0bc2453c-7444-478b-a197-decd15fc0834 => generated 500 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1158] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:26:50 2026] GET /v2.0/ports?device_id=8c461235-39f2-4b78-91b4-ecd4d929fa13 => generated 975 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1159] 10.0.0.31 () {32 vars in 731 bytes} [Tue May 19 06:26:50 2026] DELETE /v2.0/subnetpools/0bc2453c-7444-478b-a197-decd15fc0834 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:26:50.872 8 INFO neutron.api.v2.resource [None req-c9dec8aa-ebbf-4195-aaa4-1ac6f5abe5b4 590fad4a128f462099c35ddc533cdf90 818a58a5d33a4b24979a2d4f4861c8de - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 544/1160] 10.0.0.31 () {32 vars in 728 bytes} [Tue May 19 06:26:50 2026] GET /v2.0/subnetpools/0bc2453c-7444-478b-a197-decd15fc0834 => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1161] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:26:50 2026] GET /v2.0/security-groups?id=5f8623f5-2ccd-4bb3-be55-1f381bd5e136&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:26:50.887 8 INFO neutron.api.v2.resource [None req-07bd4b7e-ecfe-4f4e-ae85-cd81f3eefa62 590fad4a128f462099c35ddc533cdf90 818a58a5d33a4b24979a2d4f4861c8de - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 545/1162] 10.0.0.31 () {32 vars in 731 bytes} [Tue May 19 06:26:50 2026] DELETE /v2.0/subnetpools/0bc2453c-7444-478b-a197-decd15fc0834 => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-19 06:26:51.396 7 INFO neutron.db.segments_db [None req-1b88dc06-1d1e-4331-b0bb-2ae6734d3837 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] Added segment 3473f0d8-727b-440e-af47-44ed4ea96fa9 of type vxlan for network eac4ab5d-e594-4bbc-9ddc-b19cfb65f78c [pid: 7|app: 0|req: 618/1163] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:26:51 2026] POST /v2.0/networks => generated 611 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:26:51.562 7 INFO neutron.db.segments_db [None req-fe8ca92f-2521-4373-91ef-825c4c1d776c 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] Added segment 18c64a3f-8dbd-4c16-bba6-915104770927 of type vxlan for network b5442d01-0d91-4ef0-8ca9-f19d8063a56b [pid: 8|app: 0|req: 546/1164] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:26:51 2026] GET /v2.0/security-groups?tenant_id=818a58a5d33a4b24979a2d4f4861c8de&name=default => generated 2925 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1165] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:26:51 2026] POST /v2.0/networks => generated 611 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1166] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:26:51 2026] DELETE /v2.0/security-groups/e39ec94f-2543-4c6e-a1a5-3e8ca413b704 => 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: 620/1167] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:26:51 2026] POST /v2.0/subnets => generated 626 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1168] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:26:52 2026] GET /v2.0/ports?device_id=8c461235-39f2-4b78-91b4-ecd4d929fa13 => generated 975 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1169] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:26:52 2026] GET /v2.0/security-groups?id=5f8623f5-2ccd-4bb3-be55-1f381bd5e136&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: 548/1170] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:26:51 2026] POST /v2.0/subnets => generated 626 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:26:52.299 7 INFO neutron.db.segments_db [None req-37058086-d683-4db8-b43c-b5899270e608 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] Added segment 8cbf8465-d240-4232-a7b2-0e41705c6cad of type vxlan for network 7b0cff87-85df-4732-a012-98dff2afeba3 2026-05-19 06:26:52.592 7 INFO neutron.db.l3_hamode_db [None req-37058086-d683-4db8-b43c-b5899270e608 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-19 06:26:52.728 7 INFO neutron.db.l3_hamode_db [None req-37058086-d683-4db8-b43c-b5899270e608 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 549/1171] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:26:52 2026] GET /v2.0/security-groups?tenant_id=bb8ff17d02d14a88a90f15633183980e&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1172] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:26:52 2026] DELETE /v2.0/security-groups/0255a935-15f7-4297-b15c-35c2faa0dc66 => 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: 551/1173] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:26:53 2026] GET /v2.0/ports?device_id=8c461235-39f2-4b78-91b4-ecd4d929fa13 => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1174] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:26:53 2026] GET /v2.0/security-groups?id=5f8623f5-2ccd-4bb3-be55-1f381bd5e136&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: 7|app: 0|req: 623/1175] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:26:52 2026] POST /v2.0/routers => generated 506 bytes in 1099 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1176] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:26:53 2026] GET /v2.0/ports?device_id=8c461235-39f2-4b78-91b4-ecd4d929fa13 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:26:53.814 7 INFO neutron.db.l3_db [None req-7b59fb9d-6093-46d8-981d-028d1db6087b 8e830246902e4d0b9b53fa4135d3a62d ff5e174ce155486398602c27b2cdd6fb - - default default] Floating IP 56170bb2-9e60-40b3-867e-b38498f1896a associated. External IP: 10.96.250.220, port: eff86a22-832b-4871-a661-0752dda0d25d. [pid: 7|app: 0|req: 625/1177] 10.0.0.31 () {34 vars in 748 bytes} [Tue May 19 06:26:53 2026] PUT /v2.0/floatingips/56170bb2-9e60-40b3-867e-b38498f1896a => generated 856 bytes in 691 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:26:54.151 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-109e3361-b64d-41d9-b5b6-a5aa189bd721'] response: {'name': 'network-changed', 'server_uuid': '8c461235-39f2-4b78-91b4-ecd4d929fa13', 'tag': 'eff86a22-832b-4871-a661-0752dda0d25d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 553/1178] 10.0.0.31 () {34 vars in 782 bytes} [Tue May 19 06:26:53 2026] PUT /v2.0/routers/d620c24b-9bc2-4dc8-a177-a944f0eb1504/add_router_interface => generated 309 bytes in 1138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1179] 10.0.0.31 () {32 vars in 716 bytes} [Tue May 19 06:26:54 2026] GET /v2.0/ports/85b36de0-4acf-46ef-99b1-d4a146949217 => generated 955 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:26:54.582 7 INFO neutron.db.segments_db [None req-0dd34a22-9b0b-4eb6-92ec-994af7b4f974 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Added segment 0c82a2d3-72cd-42f5-aaf0-c78f8372c476 of type vxlan for network 4e871443-0cda-49ca-8e56-d33e115354d7 [pid: 7|app: 0|req: 626/1180] 10.0.0.31 () {34 vars in 670 bytes} [Tue May 19 06:26:54 2026] POST /v2.0/networks => generated 722 bytes in 556 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1181] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:26:54 2026] GET /v2.0/ports?tenant_id=ff5e174ce155486398602c27b2cdd6fb&device_id=8c461235-39f2-4b78-91b4-ecd4d929fa13 => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1182] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:26:54 2026] POST /v2.0/subnets => generated 688 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1183] 199.204.45.44 () {34 vars in 985 bytes} [Tue May 19 06:26:54 2026] GET /v2.0/networks?id=f19bba1c-c736-4043-9720-d82d80555f7b => generated 772 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:26:54.979 7 INFO neutron.db.segments_db [None req-cf56dffe-bc67-440d-8234-6f2575bcd3cd 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Added segment f9e0db26-e56c-4bd0-bc5d-51b3024e4450 of type vxlan for network 03d60fa5-97f0-4a2b-b174-254863b2ed6a 2026-05-19 06:26:55.237 7 INFO neutron.db.l3_hamode_db [None req-cf56dffe-bc67-440d-8234-6f2575bcd3cd 634dcfe276fd47aa8b19b5648bcb0d10 b2f97c009ee84c09bd9aeb2cb1850171 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 555/1184] 10.0.0.31 () {34 vars in 782 bytes} [Tue May 19 06:26:54 2026] PUT /v2.0/routers/d620c24b-9bc2-4dc8-a177-a944f0eb1504/add_router_interface => generated 309 bytes in 1179 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1185] 199.204.45.44 () {34 vars in 1059 bytes} [Tue May 19 06:26:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=eff86a22-832b-4871-a661-0752dda0d25d => generated 859 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1186] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:26:55 2026] GET /v2.0/security-groups?tenant_id=e5fa424c768c41f49efa312f114e996a&name=default => generated 2925 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:26:56.074 7 INFO neutron.db.l3_hamode_db [None req-cf56dffe-bc67-440d-8234-6f2575bcd3cd 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 558/1187] 10.0.0.31 () {32 vars in 716 bytes} [Tue May 19 06:26:56 2026] GET /v2.0/ports/9c50a6eb-7ecc-401e-81f3-8d684d6543fa => generated 955 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1188] 199.204.45.44 () {34 vars in 983 bytes} [Tue May 19 06:26:56 2026] GET /v2.0/subnets?id=dac8b8a3-def6-4599-9e17-61a06624223f => generated 694 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1189] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:26:56 2026] DELETE /v2.0/security-groups/dcb744ff-c96e-4732-881a-83b1b35d0ec0 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:26:56.547 8 INFO neutron_taas.services.taas.taas_plugin [None req-4c86b60c-d3ee-4692-b000-e97dafc2dd38 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] TaaS: Handle Delete Port: 9c50a6eb-7ecc-401e-81f3-8d684d6543fa 2026-05-19 06:26:56.550 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c86b60c-d3ee-4692-b000-e97dafc2dd38 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] Tap Mirror: Handle Delete Port: 9c50a6eb-7ecc-401e-81f3-8d684d6543fa [pid: 8|app: 0|req: 561/1190] 10.0.0.31 () {34 vars in 788 bytes} [Tue May 19 06:26:56 2026] PUT /v2.0/routers/d620c24b-9bc2-4dc8-a177-a944f0eb1504/remove_router_interface => generated 309 bytes in 807 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1191] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:26:57 2026] GET /v2.0/ports?network_id=f19bba1c-c736-4043-9720-d82d80555f7b&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: 630/1192] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:26:54 2026] POST /v2.0/routers => generated 728 bytes in 2481 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:26:57.420 8 INFO neutron_taas.services.taas.taas_plugin [None req-282ce79d-411f-4cca-97fa-e028a34822d6 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] TaaS: Handle Delete Port: 85b36de0-4acf-46ef-99b1-d4a146949217 2026-05-19 06:26:57.423 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-282ce79d-411f-4cca-97fa-e028a34822d6 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] Tap Mirror: Handle Delete Port: 85b36de0-4acf-46ef-99b1-d4a146949217 [pid: 7|app: 0|req: 631/1193] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:26:57 2026] GET /v2.0/networks/f19bba1c-c736-4043-9720-d82d80555f7b?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1194] 10.0.0.31 () {34 vars in 788 bytes} [Tue May 19 06:26:57 2026] PUT /v2.0/routers/d620c24b-9bc2-4dc8-a177-a944f0eb1504/remove_router_interface => generated 309 bytes in 846 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1195] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:26:57 2026] GET /v2.0/networks/f19bba1c-c736-4043-9720-d82d80555f7b?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: 565/1196] 10.0.0.31 () {32 vars in 735 bytes} [Tue May 19 06:26:57 2026] GET /v2.0/ports?device_id=d620c24b-9bc2-4dc8-a177-a944f0eb1504 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:26:58.151 8 INFO neutron_taas.services.taas.taas_plugin [None req-e8c0c697-601b-4b79-b360-1cd5fa6db124 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] TaaS: Handle Delete Port: 84cdcdf6-4e6f-48b9-8009-6e967191da97 2026-05-19 06:26:58.156 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8c0c697-601b-4b79-b360-1cd5fa6db124 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] Tap Mirror: Handle Delete Port: 84cdcdf6-4e6f-48b9-8009-6e967191da97 2026-05-19 06:26:58.534 8 INFO neutron.services.segments.plugin [-] Segment 8cbf8465-d240-4232-a7b2-0e41705c6cad resource provider aggregate not found 2026-05-19 06:26:58.545 8 INFO neutron.services.segments.plugin [-] Segment 8cbf8465-d240-4232-a7b2-0e41705c6cad resource provider aggregate not found 2026-05-19 06:26:58.559 8 INFO neutron.services.segments.plugin [-] Segment 8cbf8465-d240-4232-a7b2-0e41705c6cad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8cbf8465-d240-4232-a7b2-0e41705c6cad found for delete ", "request_id": "req-8e3fb6ef-4706-4dc9-bb20-f79ecf2b7b0a"}]} 2026-05-19 06:26:58.563 8 INFO neutron.services.segments.plugin [-] Segment 8cbf8465-d240-4232-a7b2-0e41705c6cad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8cbf8465-d240-4232-a7b2-0e41705c6cad found for delete ", "request_id": "req-466864bd-511e-4c95-9051-a3b66702de6e"}]} 2026-05-19 06:26:58.573 8 INFO neutron.db.l3_hamode_db [None req-e8c0c697-601b-4b79-b360-1cd5fa6db124 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] HA network 7b0cff87-85df-4732-a012-98dff2afeba3 was deleted as no HA routers are present in tenant 7063db05981a4045b2a9d005b67f6ce7. [pid: 8|app: 0|req: 566/1197] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:26:57 2026] DELETE /v2.0/routers/d620c24b-9bc2-4dc8-a177-a944f0eb1504 => generated 0 bytes in 612 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1200] 10.0.0.31 () {34 vars in 782 bytes} [Tue May 19 06:26:57 2026] PUT /v2.0/routers/0ee63dfd-445f-4f7d-8ecd-8360f6dc9167/add_router_interface => generated 309 bytes in 1288 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1201] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:26:58 2026] DELETE /v2.0/subnets/43d9bfa2-bf9e-445d-b2bb-1431426d5bdb => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1202] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:26:58 2026] DELETE /v2.0/subnets/47c875f0-1adb-404a-baac-02b54734e1c8 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:26:59.112 8 INFO neutron_taas.services.taas.taas_plugin [None req-618fcc96-d429-4a12-920e-7138f1d55983 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] TaaS: Handle Delete Port: 913f05d6-21da-4c3e-94f4-0c95298985cf 2026-05-19 06:26:59.115 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-618fcc96-d429-4a12-920e-7138f1d55983 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] Tap Mirror: Handle Delete Port: 913f05d6-21da-4c3e-94f4-0c95298985cf [pid: 8|app: 0|req: 570/1203] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:26:59 2026] DELETE /v2.0/networks/b5442d01-0d91-4ef0-8ca9-f19d8063a56b => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:26:59.393 7 INFO neutron_taas.services.taas.taas_plugin [None req-156f6967-2e42-4381-9622-ad7815727abd 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] TaaS: Handle Delete Port: c105cc5b-bae6-4b0a-acca-cae8601abc1b 2026-05-19 06:26:59.396 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-156f6967-2e42-4381-9622-ad7815727abd 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] Tap Mirror: Handle Delete Port: c105cc5b-bae6-4b0a-acca-cae8601abc1b 2026-05-19 06:26:59.581 7 INFO neutron.services.segments.plugin [-] Segment 3473f0d8-727b-440e-af47-44ed4ea96fa9 resource provider aggregate not found 2026-05-19 06:26:59.586 7 INFO neutron.services.segments.plugin [-] Segment 3473f0d8-727b-440e-af47-44ed4ea96fa9 resource provider aggregate not found 2026-05-19 06:26:59.601 7 INFO neutron.services.segments.plugin [-] Segment 3473f0d8-727b-440e-af47-44ed4ea96fa9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3473f0d8-727b-440e-af47-44ed4ea96fa9 found for delete ", "request_id": "req-de317c2c-282d-49d8-8cb8-46e25667ade4"}]} 2026-05-19 06:26:59.602 7 INFO neutron.services.segments.plugin [-] Segment 3473f0d8-727b-440e-af47-44ed4ea96fa9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3473f0d8-727b-440e-af47-44ed4ea96fa9 found for delete ", "request_id": "req-9e5e0870-d869-4b06-aac2-cb855a5a8385"}]} [pid: 7|app: 0|req: 634/1204] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:26:59 2026] DELETE /v2.0/networks/eac4ab5d-e594-4bbc-9ddc-b19cfb65f78c => generated 0 bytes in 339 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:26:59.701 8 INFO neutron.db.segments_db [None req-575b1a76-511a-456c-b6f2-df0cffc86ad5 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] Added segment 0a792112-7555-4362-8c46-b20129ec4711 of type vxlan for network 421a61a4-5261-45fc-897f-559a4875394e [pid: 8|app: 0|req: 571/1205] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:26:59 2026] POST /v2.0/networks => generated 610 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1206] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:26:59 2026] POST /v2.0/subnets => generated 626 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:27:00.099 8 INFO neutron.db.segments_db [None req-5219f1b0-fee3-44fc-9b0d-a4170e7b321e 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] Added segment 4e1360fe-8396-463e-89a3-32cf98266155 of type vxlan for network be3283ae-1e64-4f69-9c2f-0fc0f0641c8c 2026-05-19 06:27:00.364 8 INFO neutron.db.l3_hamode_db [None req-5219f1b0-fee3-44fc-9b0d-a4170e7b321e 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-19 06:27:00.482 8 INFO neutron.db.l3_hamode_db [None req-5219f1b0-fee3-44fc-9b0d-a4170e7b321e 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-19 06:27:00.583 8 INFO neutron.services.segments.plugin [-] Segment 18c64a3f-8dbd-4c16-bba6-915104770927 resource provider aggregate not found 2026-05-19 06:27:00.589 8 INFO neutron.services.segments.plugin [-] Segment 18c64a3f-8dbd-4c16-bba6-915104770927 resource provider aggregate not found 2026-05-19 06:27:00.601 8 INFO neutron.services.segments.plugin [-] Segment 18c64a3f-8dbd-4c16-bba6-915104770927 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18c64a3f-8dbd-4c16-bba6-915104770927 found for delete ", "request_id": "req-f61d3abc-60bb-46d4-9d73-697424bcd2d0"}]} 2026-05-19 06:27:00.618 8 INFO neutron.services.segments.plugin [-] Segment 18c64a3f-8dbd-4c16-bba6-915104770927 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18c64a3f-8dbd-4c16-bba6-915104770927 found for delete ", "request_id": "req-88e94f63-c429-41f1-a57a-2b4ad1c46d8d"}]} 2026-05-19 06:27:00.622 7 INFO neutron.db.segments_db [None req-8192222b-dd67-4beb-8781-7d4139a4d453 510ac97184334845bf131842626a211e d21b2d5c9d414b0dbcd0658ab83dd15e - - default default] Added segment 67c09aa9-190a-4882-94aa-3b9a19f6c2b0 of type vxlan for network 3a1843d1-614c-4a72-a4a4-45c3344ae920 2026-05-19 06:27:00.889 7 INFO neutron.db.l3_hamode_db [None req-8192222b-dd67-4beb-8781-7d4139a4d453 510ac97184334845bf131842626a211e d21b2d5c9d414b0dbcd0658ab83dd15e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-19 06:27:01.048 7 INFO neutron.db.l3_hamode_db [None req-8192222b-dd67-4beb-8781-7d4139a4d453 510ac97184334845bf131842626a211e d21b2d5c9d414b0dbcd0658ab83dd15e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 572/1207] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:27:00 2026] POST /v2.0/routers => generated 506 bytes in 1059 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1208] 10.0.0.232 () {34 vars in 982 bytes} [Tue May 19 06:27:01 2026] GET /v2.0/networks?id=4e871443-0cda-49ca-8e56-d33e115354d7 => generated 673 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1209] 10.0.0.31 () {34 vars in 664 bytes} [Tue May 19 06:27:01 2026] POST /v2.0/ports => generated 948 bytes in 398 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: 575/1210] 10.0.0.232 () {34 vars in 965 bytes} [Tue May 19 06:27:01 2026] GET /v2.0/quotas/b2f97c009ee84c09bd9aeb2cb1850171 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1211] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 19 06:27:00 2026] POST /v2.0/routers => generated 474 bytes in 1350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1212] 10.0.0.232 () {34 vars in 1002 bytes} [Tue May 19 06:27:01 2026] GET /v2.0/ports?tenant_id=b2f97c009ee84c09bd9aeb2cb1850171&fields=id => generated 57 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:27:01.795 7 INFO neutron.db.l3_hamode_db [None req-1cb52190-210e-4803-b186-c149e1f87ba6 510ac97184334845bf131842626a211e d21b2d5c9d414b0dbcd0658ab83dd15e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-19 06:27:01.927 7 INFO neutron.db.l3_hamode_db [None req-1cb52190-210e-4803-b186-c149e1f87ba6 510ac97184334845bf131842626a211e d21b2d5c9d414b0dbcd0658ab83dd15e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 638/1213] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 19 06:27:01 2026] POST /v2.0/routers => generated 474 bytes in 869 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1214] 10.0.0.232 () {34 vars in 907 bytes} [Tue May 19 06:27:02 2026] GET /v2.0/extensions => generated 21537 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-19 06:27:02.741 7 INFO neutron.db.l3_hamode_db [None req-48358a50-0df9-4068-9308-723d631a6f87 510ac97184334845bf131842626a211e d21b2d5c9d414b0dbcd0658ab83dd15e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 576/1215] 10.0.0.31 () {34 vars in 782 bytes} [Tue May 19 06:27:01 2026] PUT /v2.0/routers/4ee7174a-2ef1-44c0-9ee2-cec1c49f8845/add_router_interface => generated 309 bytes in 1215 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: 577/1216] 10.0.0.232 () {34 vars in 1008 bytes} [Tue May 19 06:27:02 2026] GET /v2.0/networks/4e871443-0cda-49ca-8e56-d33e115354d7?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1217] 10.0.0.31 () {32 vars in 716 bytes} [Tue May 19 06:27:02 2026] GET /v2.0/ports/849a8f64-5bb1-4743-8048-50a49df9e7be => generated 1022 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:27:02.867 7 INFO neutron.db.l3_hamode_db [None req-48358a50-0df9-4068-9308-723d631a6f87 510ac97184334845bf131842626a211e d21b2d5c9d414b0dbcd0658ab83dd15e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 579/1218] 10.0.0.232 () {34 vars in 1108 bytes} [Tue May 19 06:27:02 2026] GET /v2.0/networks/4e871443-0cda-49ca-8e56-d33e115354d7?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-19 06:27:03.372 8 INFO neutron_taas.services.taas.taas_plugin [None req-ad506cfa-e4d6-44cc-bfa3-832985adbba6 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] TaaS: Handle Delete Port: 849a8f64-5bb1-4743-8048-50a49df9e7be 2026-05-19 06:27:03.375 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad506cfa-e4d6-44cc-bfa3-832985adbba6 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] Tap Mirror: Handle Delete Port: 849a8f64-5bb1-4743-8048-50a49df9e7be [pid: 7|app: 0|req: 640/1219] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 19 06:27:02 2026] POST /v2.0/routers => generated 474 bytes in 875 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1220] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:27:03 2026] GET /v2.0/ports?device_id=c9720580-ee9b-46d7-a0bd-d1ba96a3a79d => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:27:03.613 7 INFO neutron.db.l3_hamode_db [None req-76135550-4ff8-4bd5-b391-be6cc9a78f43 510ac97184334845bf131842626a211e d21b2d5c9d414b0dbcd0658ab83dd15e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-19 06:27:03.757 7 INFO neutron.db.l3_hamode_db [None req-76135550-4ff8-4bd5-b391-be6cc9a78f43 510ac97184334845bf131842626a211e d21b2d5c9d414b0dbcd0658ab83dd15e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 580/1221] 10.0.0.31 () {34 vars in 788 bytes} [Tue May 19 06:27:02 2026] PUT /v2.0/routers/4ee7174a-2ef1-44c0-9ee2-cec1c49f8845/remove_router_interface => generated 309 bytes in 898 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-19 06:27:04.297 8 INFO neutron.api.v2.resource [None req-8b00a2c3-c560-4aae-a68d-4cbcae384eb9 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 581/1222] 10.0.0.31 () {34 vars in 788 bytes} [Tue May 19 06:27:03 2026] PUT /v2.0/routers/4ee7174a-2ef1-44c0-9ee2-cec1c49f8845/remove_router_interface => generated 197 bytes in 484 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1223] 10.0.0.31 () {32 vars in 735 bytes} [Tue May 19 06:27:04 2026] GET /v2.0/ports?device_id=4ee7174a-2ef1-44c0-9ee2-cec1c49f8845 => 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: 642/1224] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 19 06:27:03 2026] POST /v2.0/routers => generated 474 bytes in 772 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:27:04.375 7 INFO neutron.db.l3_hamode_db [None req-ded632f1-c216-4a06-a447-029a6f28d470 510ac97184334845bf131842626a211e d21b2d5c9d414b0dbcd0658ab83dd15e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-19 06:27:04.463 7 INFO neutron.db.l3_hamode_db [None req-ded632f1-c216-4a06-a447-029a6f28d470 510ac97184334845bf131842626a211e d21b2d5c9d414b0dbcd0658ab83dd15e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-19 06:27:04.488 8 INFO neutron_taas.services.taas.taas_plugin [None req-05b13f48-792a-4057-a8d9-43c97ee9ad2a 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] TaaS: Handle Delete Port: 3cdfc189-dcd9-4cf3-bffe-0991e7b8caba 2026-05-19 06:27:04.491 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05b13f48-792a-4057-a8d9-43c97ee9ad2a 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] Tap Mirror: Handle Delete Port: 3cdfc189-dcd9-4cf3-bffe-0991e7b8caba 2026-05-19 06:27:04.817 8 INFO neutron.services.segments.plugin [-] Segment 4e1360fe-8396-463e-89a3-32cf98266155 resource provider aggregate not found 2026-05-19 06:27:04.822 8 INFO neutron.services.segments.plugin [-] Segment 4e1360fe-8396-463e-89a3-32cf98266155 resource provider aggregate not found 2026-05-19 06:27:04.838 8 INFO neutron.services.segments.plugin [-] Segment 4e1360fe-8396-463e-89a3-32cf98266155 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e1360fe-8396-463e-89a3-32cf98266155 found for delete ", "request_id": "req-56717cdc-e982-4c22-b3d6-ed44756dff1e"}]} 2026-05-19 06:27:04.841 8 INFO neutron.services.segments.plugin [-] Segment 4e1360fe-8396-463e-89a3-32cf98266155 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e1360fe-8396-463e-89a3-32cf98266155 found for delete ", "request_id": "req-475e4ab9-b16e-4fa5-b09d-d762dfe5b223"}]} 2026-05-19 06:27:04.849 8 INFO neutron.db.l3_hamode_db [None req-05b13f48-792a-4057-a8d9-43c97ee9ad2a 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] HA network be3283ae-1e64-4f69-9c2f-0fc0f0641c8c was deleted as no HA routers are present in tenant 7063db05981a4045b2a9d005b67f6ce7. [pid: 8|app: 0|req: 583/1225] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:27:04 2026] DELETE /v2.0/routers/4ee7174a-2ef1-44c0-9ee2-cec1c49f8845 => generated 0 bytes in 531 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1226] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:27:04 2026] GET /v2.0/ports?device_id=c9720580-ee9b-46d7-a0bd-d1ba96a3a79d => 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: 585/1227] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:27:04 2026] DELETE /v2.0/subnets/2d8d8f02-a9bf-4d81-81c5-20acb9e5128c => 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: 643/1228] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 19 06:27:04 2026] POST /v2.0/routers => generated 474 bytes in 746 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1229] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:27:05 2026] DELETE /v2.0/networks/421a61a4-5261-45fc-897f-559a4875394e => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1230] 10.0.0.31 () {34 vars in 750 bytes} [Tue May 19 06:27:05 2026] PUT /v2.0/routers/58289d1e-62d1-48c0-90e2-389f60bb381a/tags => generated 17 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:27:05.267 8 INFO neutron.db.segments_db [None req-afab493f-0778-4719-ae12-bb02abaa4efc 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] Added segment ac535589-6e7d-49b3-9297-78a7cf849268 of type vxlan for network 9cab5537-848b-433e-bcb1-bdb2ef6051cc [pid: 7|app: 0|req: 645/1231] 10.0.0.31 () {34 vars in 750 bytes} [Tue May 19 06:27:05 2026] PUT /v2.0/routers/42ff15a0-3ff8-420f-90f3-e2fad99551c1/tags => generated 25 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1232] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:27:05 2026] POST /v2.0/networks => generated 611 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1233] 10.0.0.31 () {34 vars in 750 bytes} [Tue May 19 06:27:05 2026] PUT /v2.0/routers/94330fe0-8881-4346-bf27-c7db12755b30/tags => generated 34 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1234] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:27:05 2026] POST /v2.0/subnets => generated 626 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1235] 10.0.0.31 () {34 vars in 750 bytes} [Tue May 19 06:27:05 2026] PUT /v2.0/routers/781af043-3e56-4980-9d83-dc66eef56801/tags => generated 19 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:27:05.617 7 INFO neutron.db.segments_db [None req-e577f550-43f2-49bc-85dc-dc67bcf790fa 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] Added segment 8139fde9-f814-445a-b888-6e2d127d83cb of type vxlan for network 68d457df-0b32-4e59-8810-46ee12df3733 [pid: 8|app: 0|req: 589/1236] 10.0.0.225 () {34 vars in 990 bytes} [Tue May 19 06:27:05 2026] GET /v2.0/ports?device_id=8c461235-39f2-4b78-91b4-ecd4d929fa13 => generated 1244 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1237] 10.0.0.31 () {32 vars in 663 bytes} [Tue May 19 06:27:05 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1238] 10.0.0.225 () {34 vars in 1040 bytes} [Tue May 19 06:27:05 2026] GET /v2.0/security-groups?id=5f8623f5-2ccd-4bb3-be55-1f381bd5e136&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:27:05.828 7 INFO neutron.db.l3_hamode_db [None req-e577f550-43f2-49bc-85dc-dc67bcf790fa 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 592/1239] 10.0.0.31 () {32 vars in 677 bytes} [Tue May 19 06:27:05 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1240] 10.0.0.31 () {32 vars in 673 bytes} [Tue May 19 06:27:05 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:27:05.974 7 INFO neutron.db.l3_hamode_db [None req-e577f550-43f2-49bc-85dc-dc67bcf790fa 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 594/1241] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:27:05 2026] GET /v2.0/ports?device_id=c9720580-ee9b-46d7-a0bd-d1ba96a3a79d => 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: 595/1242] 10.0.0.31 () {32 vars in 685 bytes} [Tue May 19 06:27:05 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1243] 10.0.0.31 () {32 vars in 671 bytes} [Tue May 19 06:27:06 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1244] 10.0.0.31 () {32 vars in 685 bytes} [Tue May 19 06:27:06 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1245] 10.0.0.31 () {32 vars in 681 bytes} [Tue May 19 06:27:06 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1246] 10.0.0.31 () {32 vars in 693 bytes} [Tue May 19 06:27:06 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1247] 10.0.0.31 () {32 vars in 720 bytes} [Tue May 19 06:27:06 2026] GET /v2.0/routers/58289d1e-62d1-48c0-90e2-389f60bb381a => generated 485 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1248] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:27:05 2026] POST /v2.0/routers => generated 507 bytes in 984 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:27:06.869 8 INFO neutron.services.segments.plugin [-] Segment 0a792112-7555-4362-8c46-b20129ec4711 resource provider aggregate not found 2026-05-19 06:27:06.871 8 INFO neutron.services.segments.plugin [-] Segment 0a792112-7555-4362-8c46-b20129ec4711 resource provider aggregate not found 2026-05-19 06:27:06.891 8 INFO neutron.services.segments.plugin [-] Segment 0a792112-7555-4362-8c46-b20129ec4711 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a792112-7555-4362-8c46-b20129ec4711 found for delete ", "request_id": "req-cbfc2824-e742-4525-9b67-392add954d12"}]} 2026-05-19 06:27:06.892 8 INFO neutron.services.segments.plugin [-] Segment 0a792112-7555-4362-8c46-b20129ec4711 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a792112-7555-4362-8c46-b20129ec4711 found for delete ", "request_id": "req-7034875c-5370-4cba-8d05-308c7df90d33"}]} [pid: 8|app: 0|req: 601/1249] 10.0.0.31 () {34 vars in 741 bytes} [Tue May 19 06:27:06 2026] PUT /v2.0/routers/58289d1e-62d1-48c0-90e2-389f60bb381a => generated 485 bytes in 522 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1250] 10.0.0.31 () {32 vars in 735 bytes} [Tue May 19 06:27:06 2026] GET /v2.0/ports?device_id=58289d1e-62d1-48c0-90e2-389f60bb381a => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:27:07.172 8 INFO neutron_taas.services.taas.taas_plugin [None req-5231315c-a41a-42c6-b756-6bb2463ede02 510ac97184334845bf131842626a211e d21b2d5c9d414b0dbcd0658ab83dd15e - - default default] TaaS: Handle Delete Port: 9c88a2d9-96bc-4794-8662-25d6269335b1 2026-05-19 06:27:07.174 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5231315c-a41a-42c6-b756-6bb2463ede02 510ac97184334845bf131842626a211e d21b2d5c9d414b0dbcd0658ab83dd15e - - default default] Tap Mirror: Handle Delete Port: 9c88a2d9-96bc-4794-8662-25d6269335b1 [pid: 8|app: 0|req: 603/1251] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:27:07 2026] DELETE /v2.0/routers/58289d1e-62d1-48c0-90e2-389f60bb381a => generated 0 bytes in 367 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1252] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:27:07 2026] GET /v2.0/ports?device_id=c9720580-ee9b-46d7-a0bd-d1ba96a3a79d => 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: 605/1253] 199.204.45.44 () {34 vars in 985 bytes} [Tue May 19 06:27:07 2026] GET /v2.0/networks?id=4e871443-0cda-49ca-8e56-d33e115354d7 => generated 673 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1254] 10.0.0.31 () {32 vars in 720 bytes} [Tue May 19 06:27:07 2026] GET /v2.0/routers/42ff15a0-3ff8-420f-90f3-e2fad99551c1 => generated 493 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1255] 10.0.0.31 () {34 vars in 782 bytes} [Tue May 19 06:27:06 2026] PUT /v2.0/routers/ab591053-b8fa-4f1f-a766-215bdb272f60/add_router_interface => generated 309 bytes in 1155 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1256] 199.204.45.44 () {38 vars in 954 bytes} [Tue May 19 06:27:07 2026] POST /v2.0/ports => generated 954 bytes in 352 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: 608/1257] 10.0.0.31 () {32 vars in 716 bytes} [Tue May 19 06:27:07 2026] GET /v2.0/ports/9c2f3bf1-1e6d-409f-971e-dd77b760d40e => generated 955 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1258] 199.204.45.44 () {38 vars in 1027 bytes} [Tue May 19 06:27:07 2026] PUT /v2.0/ports/5575d0fd-c27c-492c-9ed5-7e0ba889a32b => generated 1235 bytes in 349 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-19 06:27:08.249 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-13c1006c-fdc0-4109-8c95-848192dfce18'] response: {'name': 'network-changed', 'server_uuid': 'c9720580-ee9b-46d7-a0bd-d1ba96a3a79d', 'tag': '5575d0fd-c27c-492c-9ed5-7e0ba889a32b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 650/1259] 10.0.0.31 () {34 vars in 741 bytes} [Tue May 19 06:27:07 2026] PUT /v2.0/routers/42ff15a0-3ff8-420f-90f3-e2fad99551c1 => generated 493 bytes in 551 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1260] 10.0.0.31 () {32 vars in 735 bytes} [Tue May 19 06:27:08 2026] GET /v2.0/ports?device_id=42ff15a0-3ff8-420f-90f3-e2fad99551c1 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:27:08.467 7 INFO neutron_taas.services.taas.taas_plugin [None req-12837218-fb90-40a3-8f53-9401de5c50ee 510ac97184334845bf131842626a211e d21b2d5c9d414b0dbcd0658ab83dd15e - - default default] TaaS: Handle Delete Port: 15a83ca0-f828-491b-b4d0-b70c54618ebd 2026-05-19 06:27:08.471 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-12837218-fb90-40a3-8f53-9401de5c50ee 510ac97184334845bf131842626a211e d21b2d5c9d414b0dbcd0658ab83dd15e - - default default] Tap Mirror: Handle Delete Port: 15a83ca0-f828-491b-b4d0-b70c54618ebd 2026-05-19 06:27:08.502 8 INFO neutron_taas.services.taas.taas_plugin [None req-a5d9256e-76b1-4d51-91ee-bdf7feece691 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] TaaS: Handle Delete Port: 9c2f3bf1-1e6d-409f-971e-dd77b760d40e 2026-05-19 06:27:08.505 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5d9256e-76b1-4d51-91ee-bdf7feece691 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] Tap Mirror: Handle Delete Port: 9c2f3bf1-1e6d-409f-971e-dd77b760d40e [pid: 7|app: 0|req: 652/1261] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:27:08 2026] DELETE /v2.0/routers/42ff15a0-3ff8-420f-90f3-e2fad99551c1 => generated 0 bytes in 372 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1262] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:27:08 2026] GET /v2.0/ports?device_id=c9720580-ee9b-46d7-a0bd-d1ba96a3a79d => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1263] 10.0.0.31 () {32 vars in 720 bytes} [Tue May 19 06:27:08 2026] GET /v2.0/routers/94330fe0-8881-4346-bf27-c7db12755b30 => generated 502 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1264] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:27:08 2026] GET /v2.0/ports?tenant_id=b2f97c009ee84c09bd9aeb2cb1850171&device_id=c9720580-ee9b-46d7-a0bd-d1ba96a3a79d => generated 1238 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1265] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:27:08 2026] GET /v2.0/security-groups?id=c7d4872a-6906-46d5-b726-63c247ac647d&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1266] 10.0.0.31 () {34 vars in 788 bytes} [Tue May 19 06:27:08 2026] PUT /v2.0/routers/ab591053-b8fa-4f1f-a766-215bdb272f60/remove_router_interface => generated 309 bytes in 798 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1267] 199.204.45.44 () {34 vars in 1017 bytes} [Tue May 19 06:27:09 2026] GET /v2.0/networks?tenant_id=b2f97c009ee84c09bd9aeb2cb1850171&shared=False => generated 769 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1268] 10.0.0.31 () {32 vars in 735 bytes} [Tue May 19 06:27:09 2026] GET /v2.0/ports?device_id=ab591053-b8fa-4f1f-a766-215bdb272f60 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1269] 199.204.45.44 () {34 vars in 929 bytes} [Tue May 19 06:27:09 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:27:09.287 8 INFO neutron_taas.services.taas.taas_plugin [None req-01eba6ac-c3f8-4f94-a8dc-2c74e1706ed2 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] TaaS: Handle Delete Port: 8fed2e06-6f4d-48d7-86bd-fa69ea844421 2026-05-19 06:27:09.289 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01eba6ac-c3f8-4f94-a8dc-2c74e1706ed2 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] Tap Mirror: Handle Delete Port: 8fed2e06-6f4d-48d7-86bd-fa69ea844421 [pid: 7|app: 0|req: 657/1270] 10.0.0.31 () {34 vars in 741 bytes} [Tue May 19 06:27:08 2026] PUT /v2.0/routers/94330fe0-8881-4346-bf27-c7db12755b30 => generated 502 bytes in 545 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1271] 10.0.0.31 () {32 vars in 735 bytes} [Tue May 19 06:27:09 2026] GET /v2.0/ports?device_id=94330fe0-8881-4346-bf27-c7db12755b30 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:27:09.596 7 INFO neutron_taas.services.taas.taas_plugin [None req-c0a1c8f9-55eb-415e-8fb1-cee79f1ac42f 510ac97184334845bf131842626a211e d21b2d5c9d414b0dbcd0658ab83dd15e - - default default] TaaS: Handle Delete Port: 5355790c-80b5-435e-8fdc-05451364d913 2026-05-19 06:27:09.598 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c0a1c8f9-55eb-415e-8fb1-cee79f1ac42f 510ac97184334845bf131842626a211e d21b2d5c9d414b0dbcd0658ab83dd15e - - default default] Tap Mirror: Handle Delete Port: 5355790c-80b5-435e-8fdc-05451364d913 2026-05-19 06:27:09.624 8 INFO neutron.services.segments.plugin [-] Segment 8139fde9-f814-445a-b888-6e2d127d83cb resource provider aggregate not found 2026-05-19 06:27:09.624 8 INFO neutron.services.segments.plugin [-] Segment 8139fde9-f814-445a-b888-6e2d127d83cb resource provider aggregate not found 2026-05-19 06:27:09.641 8 INFO neutron.services.segments.plugin [-] Segment 8139fde9-f814-445a-b888-6e2d127d83cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8139fde9-f814-445a-b888-6e2d127d83cb found for delete ", "request_id": "req-86b9b767-a6bf-4740-b380-a41d2390888a"}]} 2026-05-19 06:27:09.642 8 INFO neutron.services.segments.plugin [-] Segment 8139fde9-f814-445a-b888-6e2d127d83cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8139fde9-f814-445a-b888-6e2d127d83cb found for delete ", "request_id": "req-b8282dc1-e89d-4458-a568-a45331531774"}]} 2026-05-19 06:27:09.647 8 INFO neutron.db.l3_hamode_db [None req-01eba6ac-c3f8-4f94-a8dc-2c74e1706ed2 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] HA network 68d457df-0b32-4e59-8810-46ee12df3733 was deleted as no HA routers are present in tenant 7063db05981a4045b2a9d005b67f6ce7. [pid: 8|app: 0|req: 614/1272] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:27:09 2026] DELETE /v2.0/routers/ab591053-b8fa-4f1f-a766-215bdb272f60 => generated 0 bytes in 540 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1273] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:27:09 2026] DELETE /v2.0/routers/94330fe0-8881-4346-bf27-c7db12755b30 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1274] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:27:09 2026] DELETE /v2.0/subnets/245c5a27-3511-4d81-8022-aaad939e5d34 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1275] 10.0.0.31 () {32 vars in 720 bytes} [Tue May 19 06:27:09 2026] GET /v2.0/routers/781af043-3e56-4980-9d83-dc66eef56801 => generated 487 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1276] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:27:09 2026] DELETE /v2.0/networks/9cab5537-848b-433e-bcb1-bdb2ef6051cc => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:27:09.936 8 INFO neutron.db.segments_db [None req-9eb0a7af-5e44-4ced-a783-0cc30d654fd0 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] Added segment 864951b3-edc4-4a0d-975e-8a5095d6bdeb of type vxlan for network 2c033e6e-e8f3-4e31-a7f6-18438fb4eee4 2026-05-19 06:27:10.191 8 INFO neutron.db.l3_hamode_db [None req-9eb0a7af-5e44-4ced-a783-0cc30d654fd0 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 661/1277] 10.0.0.31 () {34 vars in 741 bytes} [Tue May 19 06:27:09 2026] PUT /v2.0/routers/781af043-3e56-4980-9d83-dc66eef56801 => generated 487 bytes in 533 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1278] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:27:10 2026] GET /v2.0/ports?device_id=c9720580-ee9b-46d7-a0bd-d1ba96a3a79d => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1279] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:27:10 2026] GET /v2.0/ports?tenant_id=b2f97c009ee84c09bd9aeb2cb1850171&device_id=c9720580-ee9b-46d7-a0bd-d1ba96a3a79d => generated 1238 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1280] 10.0.0.31 () {32 vars in 735 bytes} [Tue May 19 06:27:10 2026] GET /v2.0/ports?device_id=781af043-3e56-4980-9d83-dc66eef56801 => 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: 665/1281] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:27:10 2026] GET /v2.0/security-groups?id=c7d4872a-6906-46d5-b726-63c247ac647d&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1282] 199.204.45.44 () {34 vars in 1057 bytes} [Tue May 19 06:27:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=5575d0fd-c27c-492c-9ed5-7e0ba889a32b => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:27:10.617 7 INFO neutron_taas.services.taas.taas_plugin [None req-8cbd4b21-7108-481e-9d0c-b5701935c008 510ac97184334845bf131842626a211e d21b2d5c9d414b0dbcd0658ab83dd15e - - default default] TaaS: Handle Delete Port: 8feb48df-5a74-441f-ab06-c47a3ec8ec08 2026-05-19 06:27:10.619 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8cbd4b21-7108-481e-9d0c-b5701935c008 510ac97184334845bf131842626a211e d21b2d5c9d414b0dbcd0658ab83dd15e - - default default] Tap Mirror: Handle Delete Port: 8feb48df-5a74-441f-ab06-c47a3ec8ec08 [pid: 7|app: 0|req: 667/1283] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:27:10 2026] DELETE /v2.0/routers/781af043-3e56-4980-9d83-dc66eef56801 => generated 0 bytes in 379 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1284] 199.204.45.44 () {34 vars in 983 bytes} [Tue May 19 06:27:10 2026] GET /v2.0/subnets?id=c4da42dc-6786-4b02-8d4c-5249eb997376 => generated 691 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1285] 10.0.0.31 () {32 vars in 720 bytes} [Tue May 19 06:27:10 2026] GET /v2.0/routers/b95b28ea-c929-48a3-9a9b-e2a5224908e0 => generated 480 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1286] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:27:10 2026] GET /v2.0/ports?network_id=4e871443-0cda-49ca-8e56-d33e115354d7&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:27:10.986 8 INFO neutron.db.l3_hamode_db [None req-9eb0a7af-5e44-4ced-a783-0cc30d654fd0 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-19 06:27:11.670 8 INFO neutron.services.segments.plugin [-] Segment ac535589-6e7d-49b3-9297-78a7cf849268 resource provider aggregate not found 2026-05-19 06:27:11.675 8 INFO neutron.services.segments.plugin [-] Segment ac535589-6e7d-49b3-9297-78a7cf849268 resource provider aggregate not found 2026-05-19 06:27:11.691 8 INFO neutron.services.segments.plugin [-] Segment ac535589-6e7d-49b3-9297-78a7cf849268 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac535589-6e7d-49b3-9297-78a7cf849268 found for delete ", "request_id": "req-c3b332cd-12ab-4b26-a125-a8f3cdc52390"}]} 2026-05-19 06:27:11.694 8 INFO neutron.services.segments.plugin [-] Segment ac535589-6e7d-49b3-9297-78a7cf849268 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac535589-6e7d-49b3-9297-78a7cf849268 found for delete ", "request_id": "req-d8c2ac8c-33b7-416e-8ff0-cc2362a3737c"}]} [pid: 7|app: 0|req: 671/1287] 10.0.0.31 () {34 vars in 741 bytes} [Tue May 19 06:27:10 2026] PUT /v2.0/routers/b95b28ea-c929-48a3-9a9b-e2a5224908e0 => generated 480 bytes in 841 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1288] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:27:11 2026] GET /v2.0/networks/4e871443-0cda-49ca-8e56-d33e115354d7?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: 673/1289] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:27:11 2026] GET /v2.0/ports?device_id=c9720580-ee9b-46d7-a0bd-d1ba96a3a79d => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1290] 10.0.0.31 () {32 vars in 735 bytes} [Tue May 19 06:27:11 2026] GET /v2.0/ports?device_id=b95b28ea-c929-48a3-9a9b-e2a5224908e0 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1291] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:27:11 2026] GET /v2.0/networks/4e871443-0cda-49ca-8e56-d33e115354d7?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: 617/1292] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:27:09 2026] POST /v2.0/routers => generated 687 bytes in 2038 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1293] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:27:11 2026] GET /v2.0/security-groups?id=c7d4872a-6906-46d5-b726-63c247ac647d&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1294] 10.0.0.31 () {32 vars in 720 bytes} [Tue May 19 06:27:11 2026] GET /v2.0/routers/c4b20b34-163d-4ecb-b26b-186b16740525 => generated 693 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:27:12.094 8 INFO neutron_taas.services.taas.taas_plugin [None req-c6cafa4b-a177-48b4-a13f-d2d201c64c2f 510ac97184334845bf131842626a211e d21b2d5c9d414b0dbcd0658ab83dd15e - - default default] TaaS: Handle Delete Port: a31cc202-dc47-4f80-ab48-5801035ac08b 2026-05-19 06:27:12.097 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6cafa4b-a177-48b4-a13f-d2d201c64c2f 510ac97184334845bf131842626a211e d21b2d5c9d414b0dbcd0658ab83dd15e - - default default] Tap Mirror: Handle Delete Port: a31cc202-dc47-4f80-ab48-5801035ac08b [pid: 7|app: 0|req: 678/1295] 10.0.0.31 () {32 vars in 646 bytes} [Tue May 19 06:27:12 2026] GET /v2.0/routers => generated 696 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:27:12.477 8 INFO neutron.db.l3_hamode_db [None req-c6cafa4b-a177-48b4-a13f-d2d201c64c2f 510ac97184334845bf131842626a211e d21b2d5c9d414b0dbcd0658ab83dd15e - - default default] HA network 3a1843d1-614c-4a72-a4a4-45c3344ae920 was deleted as no HA routers are present in tenant d21b2d5c9d414b0dbcd0658ab83dd15e. [pid: 8|app: 0|req: 618/1296] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:27:11 2026] DELETE /v2.0/routers/b95b28ea-c929-48a3-9a9b-e2a5224908e0 => generated 0 bytes in 554 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1297] 10.0.0.31 () {34 vars in 740 bytes} [Tue May 19 06:27:12 2026] PUT /v2.0/routers/c4b20b34-163d-4ecb-b26b-186b16740525 => generated 700 bytes in 434 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1298] 10.0.0.31 () {32 vars in 720 bytes} [Tue May 19 06:27:12 2026] GET /v2.0/routers/c4b20b34-163d-4ecb-b26b-186b16740525 => generated 700 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1299] 10.0.0.31 () {32 vars in 735 bytes} [Tue May 19 06:27:12 2026] GET /v2.0/ports?device_id=c4b20b34-163d-4ecb-b26b-186b16740525 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:27:12.877 8 INFO neutron_taas.services.taas.taas_plugin [None req-ecf16428-d23e-4d74-b07f-7249c7acb7d2 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] TaaS: Handle Delete Port: 089782c6-8ddb-4ff6-ac4a-daca1aa13bde 2026-05-19 06:27:12.879 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ecf16428-d23e-4d74-b07f-7249c7acb7d2 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] Tap Mirror: Handle Delete Port: 089782c6-8ddb-4ff6-ac4a-daca1aa13bde [pid: 7|app: 0|req: 681/1300] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:27:13 2026] GET /v2.0/ports?device_id=c9720580-ee9b-46d7-a0bd-d1ba96a3a79d => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:27:13.140 8 INFO neutron_taas.services.taas.taas_plugin [None req-ecf16428-d23e-4d74-b07f-7249c7acb7d2 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] TaaS: Handle Delete Port: 5ecdc232-1558-4340-87de-9a8dae8657d5 2026-05-19 06:27:13.143 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ecf16428-d23e-4d74-b07f-7249c7acb7d2 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] Tap Mirror: Handle Delete Port: 5ecdc232-1558-4340-87de-9a8dae8657d5 [pid: 7|app: 0|req: 682/1301] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:27:13 2026] GET /v2.0/security-groups?id=c7d4872a-6906-46d5-b726-63c247ac647d&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:27:13.505 8 INFO neutron.db.l3_hamode_db [None req-ecf16428-d23e-4d74-b07f-7249c7acb7d2 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] HA network 2c033e6e-e8f3-4e31-a7f6-18438fb4eee4 was deleted as no HA routers are present in tenant 7063db05981a4045b2a9d005b67f6ce7. [pid: 8|app: 0|req: 620/1302] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:27:12 2026] DELETE /v2.0/routers/c4b20b34-163d-4ecb-b26b-186b16740525 => generated 0 bytes in 841 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1305] 10.0.0.31 () {32 vars in 735 bytes} [Tue May 19 06:27:13 2026] GET /v2.0/ports?device_id=c4b20b34-163d-4ecb-b26b-186b16740525 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:27:13.548 8 INFO neutron.api.v2.resource [None req-bba0e115-4c5b-4eb9-99e1-5c5df8001605 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 624/1306] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:27:13 2026] DELETE /v2.0/routers/c4b20b34-163d-4ecb-b26b-186b16740525 => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1307] 10.0.0.31 () {32 vars in 735 bytes} [Tue May 19 06:27:13 2026] GET /v2.0/ports?device_id=ab591053-b8fa-4f1f-a766-215bdb272f60 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:27:13.591 8 INFO neutron.api.v2.resource [None req-6b360184-84f9-4f99-b452-3fc490d3a5e0 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 626/1308] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:27:13 2026] DELETE /v2.0/routers/ab591053-b8fa-4f1f-a766-215bdb272f60 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1309] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:27:13 2026] GET /v2.0/security-groups?tenant_id=dde0ff9d9a3842c3acacb961e3860c54&name=default => generated 2925 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:27:13.610 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4e97f9db-f2ae-4943-b9d1-eadd2b2817d9 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 627/1310] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:27:13 2026] DELETE /v2.0/subnets/245c5a27-3511-4d81-8022-aaad939e5d34 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1311] 10.0.0.31 () {32 vars in 735 bytes} [Tue May 19 06:27:13 2026] GET /v2.0/ports?device_id=4ee7174a-2ef1-44c0-9ee2-cec1c49f8845 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:27:13.673 8 INFO neutron.api.v2.resource [None req-c03ff2cb-d515-43b1-9fda-ce7bac5487e1 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 629/1312] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:27:13 2026] DELETE /v2.0/routers/4ee7174a-2ef1-44c0-9ee2-cec1c49f8845 => generated 135 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-19 06:27:13.703 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1deb4b53-61b0-4fd9-8847-b1c840d27ca8 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 630/1313] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:27:13 2026] DELETE /v2.0/subnets/2d8d8f02-a9bf-4d81-81c5-20acb9e5128c => generated 136 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1314] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:27:13 2026] DELETE /v2.0/security-groups/4005c33c-171e-4785-b85c-8c9564685cea => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:27:13.717 8 INFO neutron.services.segments.plugin [-] Segment 67c09aa9-190a-4882-94aa-3b9a19f6c2b0 resource provider aggregate not found 2026-05-19 06:27:13.734 8 INFO neutron.services.segments.plugin [-] Segment 67c09aa9-190a-4882-94aa-3b9a19f6c2b0 resource provider aggregate not found 2026-05-19 06:27:13.741 8 INFO neutron.services.segments.plugin [-] Segment 67c09aa9-190a-4882-94aa-3b9a19f6c2b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67c09aa9-190a-4882-94aa-3b9a19f6c2b0 found for delete ", "request_id": "req-5e0e5daa-7f49-41f6-90c0-6dea58e8dbdd"}]} [pid: 8|app: 0|req: 631/1315] 10.0.0.31 () {32 vars in 735 bytes} [Tue May 19 06:27:13 2026] GET /v2.0/ports?device_id=d620c24b-9bc2-4dc8-a177-a944f0eb1504 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:27:13.755 8 INFO neutron.services.segments.plugin [-] Segment 864951b3-edc4-4a0d-975e-8a5095d6bdeb resource provider aggregate not found 2026-05-19 06:27:13.759 8 INFO neutron.services.segments.plugin [-] Segment 67c09aa9-190a-4882-94aa-3b9a19f6c2b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67c09aa9-190a-4882-94aa-3b9a19f6c2b0 found for delete ", "request_id": "req-69db2f62-ad54-4bc0-95b2-b965f1d85ac8"}]} 2026-05-19 06:27:13.773 8 INFO neutron.services.segments.plugin [-] Segment 864951b3-edc4-4a0d-975e-8a5095d6bdeb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 864951b3-edc4-4a0d-975e-8a5095d6bdeb found for delete ", "request_id": "req-b0ea374f-8910-4ba0-9e1d-973a9acbf2b5"}]} 2026-05-19 06:27:13.776 7 INFO neutron.api.v2.resource [None req-d25f0ff7-e8c8-4f5a-910c-e876aa259086 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] delete failed (client error): The resource could not be found. 2026-05-19 06:27:13.776 8 INFO neutron.services.segments.plugin [-] Segment 864951b3-edc4-4a0d-975e-8a5095d6bdeb resource provider aggregate not found [pid: 7|app: 0|req: 685/1316] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:27:13 2026] DELETE /v2.0/routers/d620c24b-9bc2-4dc8-a177-a944f0eb1504 => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-19 06:27:13.794 8 INFO neutron.services.segments.plugin [-] Segment 864951b3-edc4-4a0d-975e-8a5095d6bdeb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 864951b3-edc4-4a0d-975e-8a5095d6bdeb found for delete ", "request_id": "req-bed7bfd1-049b-4e64-895b-8774cb233263"}]} 2026-05-19 06:27:13.796 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5659f347-79e8-4999-9cfc-47830f22cb4d 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 632/1317] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:27:13 2026] DELETE /v2.0/subnets/43d9bfa2-bf9e-445d-b2bb-1431426d5bdb => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-19 06:27:13.818 7 INFO neutron.pecan_wsgi.hooks.translation [None req-97a822b6-a9cd-477a-ae76-787b0e970c6a 8c05c9865c1047238ea4a44bf000f3d0 7063db05981a4045b2a9d005b67f6ce7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 686/1318] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:27:13 2026] DELETE /v2.0/subnets/47c875f0-1adb-404a-baac-02b54734e1c8 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1319] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:27:13 2026] GET /v2.0/security-groups?tenant_id=d21b2d5c9d414b0dbcd0658ab83dd15e&name=default => generated 2925 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1320] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:27:13 2026] DELETE /v2.0/security-groups/1f430af3-15d6-4579-9e32-9c10cfca2f67 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1321] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:27:14 2026] GET /v2.0/ports?device_id=c9720580-ee9b-46d7-a0bd-d1ba96a3a79d => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1322] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:27:14 2026] GET /v2.0/security-groups?tenant_id=082dd9117a64495ead1e48c06052014b&name=default => generated 2925 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1323] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:27:14 2026] GET /v2.0/security-groups?id=c7d4872a-6906-46d5-b726-63c247ac647d&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1324] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:27:14 2026] GET /v2.0/security-groups?tenant_id=7063db05981a4045b2a9d005b67f6ce7&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1325] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:27:14 2026] DELETE /v2.0/security-groups/89148dc7-a7aa-482a-85a0-0a19222e43ac => 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: 636/1326] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:27:14 2026] DELETE /v2.0/security-groups/9cb44b0a-6298-4817-80b9-18f049e14145 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1327] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:27:15 2026] GET /v2.0/ports?device_id=c9720580-ee9b-46d7-a0bd-d1ba96a3a79d => generated 969 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1328] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:27:15 2026] GET /v2.0/security-groups?id=c7d4872a-6906-46d5-b726-63c247ac647d&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1329] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:27:16 2026] GET /v2.0/ports?device_id=8c461235-39f2-4b78-91b4-ecd4d929fa13 => generated 975 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1330] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:27:16 2026] GET /v2.0/security-groups?id=5f8623f5-2ccd-4bb3-be55-1f381bd5e136&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: 7|app: 0|req: 693/1331] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:27:16 2026] GET /v2.0/ports?device_id=8c461235-39f2-4b78-91b4-ecd4d929fa13 => 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: 639/1332] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:27:16 2026] GET /v2.0/security-groups?id=5f8623f5-2ccd-4bb3-be55-1f381bd5e136&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1333] 10.0.0.31 () {32 vars in 622 bytes} [Tue May 19 06:27:16 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1334] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:27:16 2026] GET /v2.0/ports?device_id=c9720580-ee9b-46d7-a0bd-d1ba96a3a79d => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1335] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:27:16 2026] GET /v2.0/security-groups?id=c7d4872a-6906-46d5-b726-63c247ac647d&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1336] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:27:16 2026] GET /v2.0/ports?device_id=8c461235-39f2-4b78-91b4-ecd4d929fa13 => generated 975 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1337] 10.0.0.31 () {32 vars in 632 bytes} [Tue May 19 06:27:16 2026] GET /v2.0/ => generated 632 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1338] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:27:16 2026] GET /v2.0/security-groups?id=5f8623f5-2ccd-4bb3-be55-1f381bd5e136&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1339] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:27:17 2026] GET /v2.0/security-groups?tenant_id=bd03fb73674c4f07b861f69931a88606&name=default => generated 2925 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1340] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:27:17 2026] DELETE /v2.0/security-groups/7a212049-de00-49e1-979d-fc2c1de18043 => 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: 642/1341] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:27:17 2026] GET /v2.0/ports?device_id=8c461235-39f2-4b78-91b4-ecd4d929fa13 => generated 975 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1342] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:27:17 2026] GET /v2.0/security-groups?id=5f8623f5-2ccd-4bb3-be55-1f381bd5e136&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: 643/1343] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:27:18 2026] GET /v2.0/ports?device_id=c9720580-ee9b-46d7-a0bd-d1ba96a3a79d => 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: 701/1344] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:27:18 2026] GET /v2.0/security-groups?id=c7d4872a-6906-46d5-b726-63c247ac647d&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: 644/1345] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:27:18 2026] GET /v2.0/ports?tenant_id=ff5e174ce155486398602c27b2cdd6fb&device_id=8c461235-39f2-4b78-91b4-ecd4d929fa13 => 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: 702/1346] 199.204.45.44 () {34 vars in 985 bytes} [Tue May 19 06:27:18 2026] GET /v2.0/networks?id=f19bba1c-c736-4043-9720-d82d80555f7b => generated 772 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1347] 199.204.45.44 () {34 vars in 1059 bytes} [Tue May 19 06:27:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=eff86a22-832b-4871-a661-0752dda0d25d => generated 861 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1348] 199.204.45.44 () {34 vars in 983 bytes} [Tue May 19 06:27:18 2026] GET /v2.0/subnets?id=dac8b8a3-def6-4599-9e17-61a06624223f => generated 694 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1349] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:27:18 2026] GET /v2.0/ports?network_id=f19bba1c-c736-4043-9720-d82d80555f7b&device_owner=network%3Adhcp => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1350] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:27:18 2026] GET /v2.0/networks/f19bba1c-c736-4043-9720-d82d80555f7b?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1351] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:27:18 2026] GET /v2.0/networks/f19bba1c-c736-4043-9720-d82d80555f7b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1352] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:27:19 2026] GET /v2.0/ports?device_id=8c461235-39f2-4b78-91b4-ecd4d929fa13 => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1353] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:27:19 2026] GET /v2.0/security-groups?id=5f8623f5-2ccd-4bb3-be55-1f381bd5e136&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:27:19.213 7 INFO neutron.db.segments_db [None req-12859e91-a097-44c5-82db-da766773c9c4 15e8322614bb4deba08116804c94086e b8f47feac2634f8eb59e0aa9aac8262f - - default default] Added segment 53013e04-e937-471a-81ab-a5f5230bf3bd of type vxlan for network 3c571c5d-48eb-49b3-af98-96bae9ab7406 [pid: 8|app: 0|req: 650/1354] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:27:19 2026] GET /v2.0/ports?device_id=c9720580-ee9b-46d7-a0bd-d1ba96a3a79d => generated 971 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1355] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:27:19 2026] GET /v2.0/security-groups?id=c7d4872a-6906-46d5-b726-63c247ac647d&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1356] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:27:18 2026] POST /v2.0/networks => generated 613 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1357] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:27:19 2026] POST /v2.0/subnets => generated 626 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:27:19.625 7 INFO neutron.db.segments_db [None req-7410e02d-896b-4316-9914-50112f8ff569 15e8322614bb4deba08116804c94086e b8f47feac2634f8eb59e0aa9aac8262f - - default default] Added segment ce8de8f5-115e-48e5-995a-84377f699aa5 of type vxlan for network 4367e320-e697-4597-94ef-ff9143cb6326 [pid: 7|app: 0|req: 706/1358] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:27:19 2026] POST /v2.0/networks => generated 612 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1359] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:27:19 2026] POST /v2.0/subnets => generated 629 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:27:20.097 7 INFO neutron.db.segments_db [None req-a1e36647-54c4-41fc-9ba2-13a830bca359 15e8322614bb4deba08116804c94086e b8f47feac2634f8eb59e0aa9aac8262f - - default default] Added segment 447505d5-dfd4-4427-b3aa-7bb61e56c3aa of type vxlan for network 0e046ffb-f42d-4a19-8b40-3055ccd9b96b [pid: 7|app: 0|req: 707/1360] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:27:20 2026] POST /v2.0/networks => generated 613 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1361] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:27:20 2026] GET /v2.0/ports?device_id=8c461235-39f2-4b78-91b4-ecd4d929fa13 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1362] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:27:20 2026] GET /v2.0/security-groups?id=5f8623f5-2ccd-4bb3-be55-1f381bd5e136&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: 710/1363] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:27:20 2026] GET /v2.0/ports?device_id=c9720580-ee9b-46d7-a0bd-d1ba96a3a79d => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1364] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:27:20 2026] POST /v2.0/subnets => generated 629 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1365] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:27:20 2026] GET /v2.0/security-groups?id=c7d4872a-6906-46d5-b726-63c247ac647d&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:27:20.494 8 INFO neutron.db.segments_db [None req-2b0ed8ea-0182-49e7-9363-b162fcecb9fe 15e8322614bb4deba08116804c94086e b8f47feac2634f8eb59e0aa9aac8262f - - default default] Added segment f2bb2c97-16d4-4948-8fc5-4bd9de4129b7 of type vxlan for network c7fd1892-4b1a-4926-a53f-381cf9ffc82a [pid: 7|app: 0|req: 712/1366] 199.204.45.44 () {34 vars in 993 bytes} [Tue May 19 06:27:20 2026] GET /v2.0/ports?device_id=c9720580-ee9b-46d7-a0bd-d1ba96a3a79d => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1367] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:27:20 2026] POST /v2.0/networks => generated 612 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:27:20.588 7 INFO neutron_taas.services.taas.taas_plugin [req-3806c3b3-3c74-453f-8aaf-8bf3d00c90e3 req-e0e90879-7d60-4b56-93fe-9d119c614a80 92ef1d075ad442f7b2abc632c4db1205 b2f97c009ee84c09bd9aeb2cb1850171 - - default default] TaaS: Handle Delete Port: 5575d0fd-c27c-492c-9ed5-7e0ba889a32b 2026-05-19 06:27:20.590 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3806c3b3-3c74-453f-8aaf-8bf3d00c90e3 req-e0e90879-7d60-4b56-93fe-9d119c614a80 92ef1d075ad442f7b2abc632c4db1205 b2f97c009ee84c09bd9aeb2cb1850171 - - default default] Tap Mirror: Handle Delete Port: 5575d0fd-c27c-492c-9ed5-7e0ba889a32b [pid: 7|app: 0|req: 713/1368] 199.204.45.44 () {36 vars in 996 bytes} [Tue May 19 06:27:20 2026] DELETE /v2.0/ports/5575d0fd-c27c-492c-9ed5-7e0ba889a32b => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:27:20.771 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8c316293-6b3b-4606-b4a8-a2cc23b71c6e'] response: {'server_uuid': 'c9720580-ee9b-46d7-a0bd-d1ba96a3a79d', 'name': 'network-vif-deleted', 'tag': '5575d0fd-c27c-492c-9ed5-7e0ba889a32b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 656/1369] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:27:20 2026] POST /v2.0/subnets => generated 629 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:27:20.877 7 INFO neutron.db.segments_db [None req-c42d7def-4870-4511-b3e1-190395d73048 15e8322614bb4deba08116804c94086e b8f47feac2634f8eb59e0aa9aac8262f - - default default] Added segment 650d9108-f81c-450f-913c-6b1d3b510cf8 of type vxlan for network 5865c319-f282-46d4-a17c-3a01f9b1fa7b [pid: 7|app: 0|req: 714/1370] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:27:20 2026] POST /v2.0/networks => generated 612 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1371] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:27:20 2026] POST /v2.0/subnets => generated 629 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1372] 10.0.0.31 () {34 vars in 750 bytes} [Tue May 19 06:27:21 2026] PUT /v2.0/subnets/173b38e1-1da5-4233-90eb-5db4a62650bd/tags => generated 17 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1373] 10.0.0.31 () {34 vars in 750 bytes} [Tue May 19 06:27:21 2026] PUT /v2.0/subnets/9133c725-cbc7-486a-90b4-0ab771fbb007/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1374] 10.0.0.31 () {34 vars in 750 bytes} [Tue May 19 06:27:21 2026] PUT /v2.0/subnets/05c3e2f1-9fe4-4cdf-a385-239e5ebcfff0/tags => generated 34 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1375] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:27:21 2026] GET /v2.0/ports?device_id=8c461235-39f2-4b78-91b4-ecd4d929fa13 => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1376] 10.0.0.31 () {34 vars in 750 bytes} [Tue May 19 06:27:21 2026] PUT /v2.0/subnets/c5cefb3b-0ab2-4ee2-aec6-5ece491f159d/tags => generated 19 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1377] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:27:21 2026] GET /v2.0/security-groups?id=5f8623f5-2ccd-4bb3-be55-1f381bd5e136&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1378] 10.0.0.31 () {32 vars in 663 bytes} [Tue May 19 06:27:21 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1379] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:27:21 2026] GET /v2.0/ports?device_id=c9720580-ee9b-46d7-a0bd-d1ba96a3a79d => 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: 719/1380] 10.0.0.31 () {32 vars in 677 bytes} [Tue May 19 06:27:21 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1381] 10.0.0.31 () {32 vars in 673 bytes} [Tue May 19 06:27:21 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1382] 10.0.0.31 () {32 vars in 685 bytes} [Tue May 19 06:27:21 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1383] 10.0.0.31 () {32 vars in 671 bytes} [Tue May 19 06:27:21 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1384] 10.0.0.31 () {32 vars in 685 bytes} [Tue May 19 06:27:21 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1385] 10.0.0.31 () {32 vars in 681 bytes} [Tue May 19 06:27:21 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1386] 10.0.0.31 () {32 vars in 693 bytes} [Tue May 19 06:27:21 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1387] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:27:22 2026] DELETE /v2.0/subnets/173b38e1-1da5-4233-90eb-5db4a62650bd => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1388] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:27:22 2026] DELETE /v2.0/subnets/9133c725-cbc7-486a-90b4-0ab771fbb007 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1389] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:27:22 2026] DELETE /v2.0/subnets/05c3e2f1-9fe4-4cdf-a385-239e5ebcfff0 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1390] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:27:22 2026] DELETE /v2.0/subnets/c5cefb3b-0ab2-4ee2-aec6-5ece491f159d => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1391] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:27:22 2026] GET /v2.0/ports?device_id=8c461235-39f2-4b78-91b4-ecd4d929fa13 => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1392] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:27:22 2026] GET /v2.0/security-groups?tenant_id=df50917cb59f46e0a84359e27d924a25&name=default => generated 2925 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1393] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:27:22 2026] DELETE /v2.0/subnets/034a5e48-e188-43cc-98b5-fec3e24dd085 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1394] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:27:22 2026] GET /v2.0/ports?device_id=c9720580-ee9b-46d7-a0bd-d1ba96a3a79d => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1395] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:27:22 2026] GET /v2.0/security-groups?id=5f8623f5-2ccd-4bb3-be55-1f381bd5e136&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: 669/1396] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:27:22 2026] DELETE /v2.0/security-groups/f93f4ef9-b1ae-44c7-b5a9-d1f48c302411 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:27:23.006 7 INFO neutron_taas.services.taas.taas_plugin [None req-db53620c-5cb7-4c62-8915-0d62490932ba 15e8322614bb4deba08116804c94086e b8f47feac2634f8eb59e0aa9aac8262f - - default default] TaaS: Handle Delete Port: 57219095-92c4-48b1-ba44-93dadb53e6a1 2026-05-19 06:27:23.009 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db53620c-5cb7-4c62-8915-0d62490932ba 15e8322614bb4deba08116804c94086e b8f47feac2634f8eb59e0aa9aac8262f - - default default] Tap Mirror: Handle Delete Port: 57219095-92c4-48b1-ba44-93dadb53e6a1 2026-05-19 06:27:23.185 7 INFO neutron.services.segments.plugin [-] Segment 53013e04-e937-471a-81ab-a5f5230bf3bd resource provider aggregate not found 2026-05-19 06:27:23.191 7 INFO neutron.services.segments.plugin [-] Segment 53013e04-e937-471a-81ab-a5f5230bf3bd resource provider aggregate not found [pid: 8|app: 0|req: 670/1397] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:27:23 2026] GET /v2.0/security-groups?tenant_id=ea04cfcefabb4f06a80770e23442ab56&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:27:23.205 7 INFO neutron.services.segments.plugin [-] Segment 53013e04-e937-471a-81ab-a5f5230bf3bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53013e04-e937-471a-81ab-a5f5230bf3bd found for delete ", "request_id": "req-1bab4404-5def-4b9a-b575-256833fa9471"}]} 2026-05-19 06:27:23.209 7 INFO neutron.services.segments.plugin [-] Segment 53013e04-e937-471a-81ab-a5f5230bf3bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53013e04-e937-471a-81ab-a5f5230bf3bd found for delete ", "request_id": "req-2e019e4b-ffed-4247-a377-509af3dc6de4"}]} [pid: 7|app: 0|req: 728/1398] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:27:22 2026] DELETE /v2.0/networks/3c571c5d-48eb-49b3-af98-96bae9ab7406 => generated 0 bytes in 365 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1399] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:27:23 2026] DELETE /v2.0/security-groups/a999c74c-2021-466d-8cf3-8490c8edbd76 => 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: 729/1400] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:27:23 2026] DELETE /v2.0/networks/4367e320-e697-4597-94ef-ff9143cb6326 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:27:23.487 8 INFO neutron.services.segments.plugin [-] Segment 447505d5-dfd4-4427-b3aa-7bb61e56c3aa resource provider aggregate not found 2026-05-19 06:27:23.495 8 INFO neutron.services.segments.plugin [-] Segment 447505d5-dfd4-4427-b3aa-7bb61e56c3aa resource provider aggregate not found 2026-05-19 06:27:23.516 8 INFO neutron.services.segments.plugin [-] Segment 447505d5-dfd4-4427-b3aa-7bb61e56c3aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 447505d5-dfd4-4427-b3aa-7bb61e56c3aa found for delete ", "request_id": "req-1324efb7-bbeb-4b96-a3c6-c43d35fcccd6"}]} 2026-05-19 06:27:23.517 8 INFO neutron.services.segments.plugin [-] Segment 447505d5-dfd4-4427-b3aa-7bb61e56c3aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 447505d5-dfd4-4427-b3aa-7bb61e56c3aa found for delete ", "request_id": "req-d595c3f8-5a75-415f-83d0-4345f1111e81"}]} [pid: 8|app: 0|req: 672/1401] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:27:23 2026] DELETE /v2.0/networks/0e046ffb-f42d-4a19-8b40-3055ccd9b96b => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1402] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:27:23 2026] DELETE /v2.0/networks/c7fd1892-4b1a-4926-a53f-381cf9ffc82a => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1403] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:27:23 2026] DELETE /v2.0/networks/5865c319-f282-46d4-a17c-3a01f9b1fa7b => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1404] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:27:23 2026] GET /v2.0/ports?device_id=8c461235-39f2-4b78-91b4-ecd4d929fa13 => generated 973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1405] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:27:24 2026] GET /v2.0/security-groups?id=5f8623f5-2ccd-4bb3-be55-1f381bd5e136&fields=id&fields=name => generated 113 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1406] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:27:24 2026] GET /v2.0/security-groups?tenant_id=099c7449e68d4aa2972724a47ef68d48&name=default => generated 2925 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1407] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:27:24 2026] DELETE /v2.0/security-groups/67fe2ab1-4501-4363-bcd6-10ce6c299f63 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:27:25.235 7 INFO neutron.services.segments.plugin [-] Segment ce8de8f5-115e-48e5-995a-84377f699aa5 resource provider aggregate not found 2026-05-19 06:27:25.242 7 INFO neutron.services.segments.plugin [-] Segment ce8de8f5-115e-48e5-995a-84377f699aa5 resource provider aggregate not found [pid: 8|app: 0|req: 676/1408] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:27:25 2026] GET /v2.0/ports?device_id=8c461235-39f2-4b78-91b4-ecd4d929fa13 => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:27:25.261 7 INFO neutron.services.segments.plugin [-] Segment ce8de8f5-115e-48e5-995a-84377f699aa5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce8de8f5-115e-48e5-995a-84377f699aa5 found for delete ", "request_id": "req-f947f636-aa7b-4e72-a8ac-0f4701011756"}]} 2026-05-19 06:27:25.263 7 INFO neutron.services.segments.plugin [-] Segment ce8de8f5-115e-48e5-995a-84377f699aa5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce8de8f5-115e-48e5-995a-84377f699aa5 found for delete ", "request_id": "req-2b9b8589-5436-4ff9-9dbf-52c431f46411"}]} 2026-05-19 06:27:25.288 7 INFO neutron.services.segments.plugin [-] Segment f2bb2c97-16d4-4948-8fc5-4bd9de4129b7 resource provider aggregate not found 2026-05-19 06:27:25.292 7 INFO neutron.services.segments.plugin [-] Segment f2bb2c97-16d4-4948-8fc5-4bd9de4129b7 resource provider aggregate not found [pid: 8|app: 0|req: 677/1409] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:27:25 2026] GET /v2.0/security-groups?tenant_id=b8f47feac2634f8eb59e0aa9aac8262f&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:27:25.316 7 INFO neutron.services.segments.plugin [-] Segment f2bb2c97-16d4-4948-8fc5-4bd9de4129b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2bb2c97-16d4-4948-8fc5-4bd9de4129b7 found for delete ", "request_id": "req-d0427f82-5efb-411b-a943-59e4029723bb"}]} 2026-05-19 06:27:25.319 7 INFO neutron.services.segments.plugin [-] Segment f2bb2c97-16d4-4948-8fc5-4bd9de4129b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2bb2c97-16d4-4948-8fc5-4bd9de4129b7 found for delete ", "request_id": "req-432bcd24-740c-42c6-99bd-0d80dcaa88aa"}]} [pid: 8|app: 0|req: 678/1410] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:27:25 2026] GET /v2.0/security-groups?id=5f8623f5-2ccd-4bb3-be55-1f381bd5e136&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1411] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:27:25 2026] DELETE /v2.0/security-groups/905a6827-1160-409c-8b2b-65053482b807 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:27:25.537 8 INFO neutron.services.segments.plugin [-] Segment 650d9108-f81c-450f-913c-6b1d3b510cf8 resource provider aggregate not found 2026-05-19 06:27:25.542 8 INFO neutron.services.segments.plugin [-] Segment 650d9108-f81c-450f-913c-6b1d3b510cf8 resource provider aggregate not found 2026-05-19 06:27:25.552 7 INFO neutron_taas.services.taas.taas_plugin [None req-4c30fa3f-3451-4987-87ee-784564019d8f 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] TaaS: Handle Delete Port: f972539f-3d68-4e21-b88d-815ac08ca84a 2026-05-19 06:27:25.554 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c30fa3f-3451-4987-87ee-784564019d8f 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Tap Mirror: Handle Delete Port: f972539f-3d68-4e21-b88d-815ac08ca84a 2026-05-19 06:27:25.555 8 INFO neutron.services.segments.plugin [-] Segment 650d9108-f81c-450f-913c-6b1d3b510cf8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 650d9108-f81c-450f-913c-6b1d3b510cf8 found for delete ", "request_id": "req-f16f3866-5e45-4576-b8f2-39b43f59e30d"}]} 2026-05-19 06:27:25.556 8 INFO neutron.services.segments.plugin [-] Segment 650d9108-f81c-450f-913c-6b1d3b510cf8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 650d9108-f81c-450f-913c-6b1d3b510cf8 found for delete ", "request_id": "req-f46279a8-eb95-4c5d-be3b-ba8b998d56a9"}]} [pid: 8|app: 0|req: 680/1412] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:27:25 2026] GET /v2.0/security-groups?tenant_id=556503d32d714d24a8af5f9f761091e7&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1413] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:27:25 2026] DELETE /v2.0/security-groups/2565d4b9-8a79-47da-9607-f55ef1b621ea => 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: 733/1414] 10.0.0.31 () {34 vars in 788 bytes} [Tue May 19 06:27:25 2026] PUT /v2.0/routers/0ee63dfd-445f-4f7d-8ecd-8360f6dc9167/remove_router_interface => generated 309 bytes in 942 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:27:26.311 8 INFO neutron_taas.services.taas.taas_plugin [None req-f2332dab-f246-404c-9d86-d3584b0e001b 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] TaaS: Handle Delete Port: af927b36-d533-4c1a-b824-c84bbbd9089c 2026-05-19 06:27:26.314 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2332dab-f246-404c-9d86-d3584b0e001b 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Tap Mirror: Handle Delete Port: af927b36-d533-4c1a-b824-c84bbbd9089c [pid: 7|app: 0|req: 734/1415] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:27:26 2026] GET /v2.0/ports?device_id=8c461235-39f2-4b78-91b4-ecd4d929fa13 => generated 975 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1416] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:27:26 2026] GET /v2.0/security-groups?id=5f8623f5-2ccd-4bb3-be55-1f381bd5e136&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:27:26.606 8 INFO neutron_taas.services.taas.taas_plugin [None req-f2332dab-f246-404c-9d86-d3584b0e001b 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] TaaS: Handle Delete Port: f905e5a4-56d5-4f5f-956d-f1ea242aa87d 2026-05-19 06:27:26.609 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2332dab-f246-404c-9d86-d3584b0e001b 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Tap Mirror: Handle Delete Port: f905e5a4-56d5-4f5f-956d-f1ea242aa87d 2026-05-19 06:27:26.990 8 INFO neutron.db.l3_hamode_db [None req-f2332dab-f246-404c-9d86-d3584b0e001b 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] HA network 03d60fa5-97f0-4a2b-b174-254863b2ed6a was deleted as no HA routers are present in tenant b2f97c009ee84c09bd9aeb2cb1850171. [pid: 8|app: 0|req: 682/1417] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:27:26 2026] DELETE /v2.0/routers/0ee63dfd-445f-4f7d-8ecd-8360f6dc9167 => generated 0 bytes in 916 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1418] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:27:27 2026] DELETE /v2.0/subnets/c4da42dc-6786-4b02-8d4c-5249eb997376 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:27:27.329 8 INFO neutron_taas.services.taas.taas_plugin [None req-7c0f7b81-260a-415c-a8bb-a52136080361 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] TaaS: Handle Delete Port: dc4e8eb4-2c9a-4378-8860-713c19386e66 2026-05-19 06:27:27.332 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c0f7b81-260a-415c-a8bb-a52136080361 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Tap Mirror: Handle Delete Port: dc4e8eb4-2c9a-4378-8860-713c19386e66 [pid: 8|app: 0|req: 683/1419] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:27:27 2026] DELETE /v2.0/networks/4e871443-0cda-49ca-8e56-d33e115354d7 => generated 0 bytes in 317 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:27:27.573 8 INFO neutron.services.segments.plugin [-] Segment f9e0db26-e56c-4bd0-bc5d-51b3024e4450 resource provider aggregate not found 2026-05-19 06:27:27.577 8 INFO neutron.services.segments.plugin [-] Segment f9e0db26-e56c-4bd0-bc5d-51b3024e4450 resource provider aggregate not found 2026-05-19 06:27:27.592 8 INFO neutron.services.segments.plugin [-] Segment f9e0db26-e56c-4bd0-bc5d-51b3024e4450 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9e0db26-e56c-4bd0-bc5d-51b3024e4450 found for delete ", "request_id": "req-b402ac9d-02e1-47a1-b450-66721e476ed8"}]} 2026-05-19 06:27:27.596 8 INFO neutron.services.segments.plugin [-] Segment f9e0db26-e56c-4bd0-bc5d-51b3024e4450 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9e0db26-e56c-4bd0-bc5d-51b3024e4450 found for delete ", "request_id": "req-5c4e6db0-b09e-4c5f-ad26-fdc7a3e048a6"}]} 2026-05-19 06:27:27.611 8 INFO neutron.services.segments.plugin [-] Segment 0c82a2d3-72cd-42f5-aaf0-c78f8372c476 resource provider aggregate not found 2026-05-19 06:27:27.614 8 INFO neutron.services.segments.plugin [-] Segment 0c82a2d3-72cd-42f5-aaf0-c78f8372c476 resource provider aggregate not found 2026-05-19 06:27:27.629 8 INFO neutron.services.segments.plugin [-] Segment 0c82a2d3-72cd-42f5-aaf0-c78f8372c476 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c82a2d3-72cd-42f5-aaf0-c78f8372c476 found for delete ", "request_id": "req-443b1205-3b1a-436c-a5c9-e1c059f45f32"}]} 2026-05-19 06:27:27.630 8 INFO neutron.services.segments.plugin [-] Segment 0c82a2d3-72cd-42f5-aaf0-c78f8372c476 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c82a2d3-72cd-42f5-aaf0-c78f8372c476 found for delete ", "request_id": "req-3b40d37b-29fe-4c6d-a308-0887693bcfe5"}]} [pid: 7|app: 0|req: 737/1420] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:27:27 2026] GET /v2.0/ports?device_id=8c461235-39f2-4b78-91b4-ecd4d929fa13 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1421] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:27:27 2026] GET /v2.0/security-groups?tenant_id=b2f97c009ee84c09bd9aeb2cb1850171&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: 738/1422] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:27:27 2026] GET /v2.0/security-groups?id=5f8623f5-2ccd-4bb3-be55-1f381bd5e136&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1423] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:27:27 2026] DELETE /v2.0/security-groups/c7d4872a-6906-46d5-b726-63c247ac647d => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1426] 10.0.0.31 () {34 vars in 675 bytes} [Tue May 19 06:27:30 2026] POST /v2.0/subnetpools => generated 516 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1427] 10.0.0.31 () {34 vars in 675 bytes} [Tue May 19 06:27:30 2026] POST /v2.0/subnetpools => generated 516 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1428] 10.0.0.31 () {34 vars in 675 bytes} [Tue May 19 06:27:30 2026] POST /v2.0/subnetpools => generated 516 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1429] 10.0.0.31 () {34 vars in 675 bytes} [Tue May 19 06:27:30 2026] POST /v2.0/subnetpools => generated 516 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1430] 10.0.0.31 () {34 vars in 675 bytes} [Tue May 19 06:27:30 2026] POST /v2.0/subnetpools => generated 516 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1431] 10.0.0.31 () {34 vars in 758 bytes} [Tue May 19 06:27:30 2026] PUT /v2.0/subnetpools/5c844b8e-02ca-4ab9-b5d8-26f9322659bc/tags => generated 17 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1432] 10.0.0.31 () {34 vars in 758 bytes} [Tue May 19 06:27:30 2026] PUT /v2.0/subnetpools/46b5654f-d516-4513-a2e6-4b454e1168e9/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1433] 10.0.0.31 () {34 vars in 758 bytes} [Tue May 19 06:27:30 2026] PUT /v2.0/subnetpools/04d0185c-ba04-4afa-b757-684cd0258f71/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1434] 10.0.0.31 () {34 vars in 758 bytes} [Tue May 19 06:27:30 2026] PUT /v2.0/subnetpools/9e8017f1-3052-4cb3-a290-d5622ccb10ad/tags => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1435] 10.0.0.31 () {32 vars in 671 bytes} [Tue May 19 06:27:30 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: 745/1436] 10.0.0.31 () {32 vars in 685 bytes} [Tue May 19 06:27:30 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1437] 10.0.0.31 () {32 vars in 681 bytes} [Tue May 19 06:27:30 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1438] 10.0.0.31 () {32 vars in 693 bytes} [Tue May 19 06:27:30 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1439] 10.0.0.31 () {32 vars in 679 bytes} [Tue May 19 06:27:31 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1440] 10.0.0.31 () {32 vars in 693 bytes} [Tue May 19 06:27:31 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1441] 10.0.0.31 () {32 vars in 689 bytes} [Tue May 19 06:27:31 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1442] 10.0.0.31 () {32 vars in 701 bytes} [Tue May 19 06:27:31 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1443] 10.0.0.31 () {32 vars in 731 bytes} [Tue May 19 06:27:31 2026] DELETE /v2.0/subnetpools/5c844b8e-02ca-4ab9-b5d8-26f9322659bc => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1444] 10.0.0.31 () {32 vars in 731 bytes} [Tue May 19 06:27:31 2026] DELETE /v2.0/subnetpools/46b5654f-d516-4513-a2e6-4b454e1168e9 => 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: 696/1445] 10.0.0.31 () {32 vars in 731 bytes} [Tue May 19 06:27:31 2026] DELETE /v2.0/subnetpools/04d0185c-ba04-4afa-b757-684cd0258f71 => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1446] 10.0.0.31 () {32 vars in 731 bytes} [Tue May 19 06:27:31 2026] DELETE /v2.0/subnetpools/9e8017f1-3052-4cb3-a290-d5622ccb10ad => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1447] 10.0.0.31 () {32 vars in 731 bytes} [Tue May 19 06:27:31 2026] DELETE /v2.0/subnetpools/553f74cb-6879-455c-90df-365609d7424c => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1448] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:27:32 2026] GET /v2.0/security-groups?tenant_id=9f88b55f64114bc0a5f6bc404f8445ac&name=default => generated 2925 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1449] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:27:32 2026] DELETE /v2.0/security-groups/c3afbd49-2db6-4088-9176-9728bf6d9083 => 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: 752/1450] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:27:32 2026] GET /v2.0/security-groups?tenant_id=bde33d25c84c445287bfcf81382e0e68&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1451] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:27:32 2026] DELETE /v2.0/security-groups/ed85c8a2-bdba-4984-9749-bb403e7afb83 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1452] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:27:33 2026] GET /v2.0/security-groups?tenant_id=bacb7db1e931477084d1431f3b4e6cc7&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: 700/1453] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:27:33 2026] DELETE /v2.0/security-groups/0ef271ce-9e41-4d0b-9bc4-91c4f4f99d02 => 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: 754/1454] 10.0.0.225 () {34 vars in 990 bytes} [Tue May 19 06:27:35 2026] GET /v2.0/ports?device_id=8c461235-39f2-4b78-91b4-ecd4d929fa13 => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1455] 10.0.0.225 () {34 vars in 1040 bytes} [Tue May 19 06:27:35 2026] GET /v2.0/security-groups?id=5f8623f5-2ccd-4bb3-be55-1f381bd5e136&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:27:36.645 7 INFO neutron.db.segments_db [None req-09af2047-cf43-4bc1-a77a-2a1daf90cd15 1fc4d0c693e54eb59530e60087f739a1 d16203df36da41be8998c7bbefaeadaf - - default default] Added segment 3f5124d4-41e1-4804-943d-4ced2dbbb1bf of type vxlan for network 4d749cdf-925c-4511-9d64-0668152ac21a [pid: 7|app: 0|req: 755/1456] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:27:36 2026] POST /v2.0/networks => generated 613 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1457] 10.0.0.31 () {34 vars in 752 bytes} [Tue May 19 06:27:36 2026] PUT /v2.0/networks/4d749cdf-925c-4511-9d64-0668152ac21a/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1458] 10.0.0.31 () {32 vars in 732 bytes} [Tue May 19 06:27:36 2026] GET /v2.0/networks/4d749cdf-925c-4511-9d64-0668152ac21a/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1459] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:27:37 2026] GET /v2.0/security-groups?tenant_id=6e915ee4144548f6af3e3a3f505b7ac5&name=default => generated 2925 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1460] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:27:37 2026] DELETE /v2.0/security-groups/44d41ecb-a9d6-4bbd-a4b1-343e880dff9f => 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: 703/1461] 10.0.0.31 () {34 vars in 763 bytes} [Tue May 19 06:27:36 2026] PUT /v2.0/networks/4d749cdf-925c-4511-9d64-0668152ac21a/tags/green => generated 4 bytes in 491 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1462] 10.0.0.31 () {32 vars in 732 bytes} [Tue May 19 06:27:37 2026] GET /v2.0/networks/4d749cdf-925c-4511-9d64-0668152ac21a/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1463] 10.0.0.31 () {34 vars in 759 bytes} [Tue May 19 06:27:37 2026] PUT /v2.0/networks/4d749cdf-925c-4511-9d64-0668152ac21a/tags/red => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1464] 10.0.0.31 () {32 vars in 732 bytes} [Tue May 19 06:27:37 2026] GET /v2.0/networks/4d749cdf-925c-4511-9d64-0668152ac21a/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1465] 10.0.0.31 () {34 vars in 781 bytes} [Tue May 19 06:27:37 2026] PUT /v2.0/networks/4d749cdf-925c-4511-9d64-0668152ac21a/tags/black.or.white => generated 4 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1466] 10.0.0.31 () {32 vars in 732 bytes} [Tue May 19 06:27:37 2026] GET /v2.0/networks/4d749cdf-925c-4511-9d64-0668152ac21a/tags => generated 52 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1467] 10.0.0.31 () {34 vars in 752 bytes} [Tue May 19 06:27:37 2026] PUT /v2.0/networks/4d749cdf-925c-4511-9d64-0668152ac21a/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1468] 10.0.0.31 () {32 vars in 732 bytes} [Tue May 19 06:27:37 2026] GET /v2.0/networks/4d749cdf-925c-4511-9d64-0668152ac21a/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1469] 10.0.0.31 () {32 vars in 740 bytes} [Tue May 19 06:27:37 2026] GET /v2.0/networks/4d749cdf-925c-4511-9d64-0668152ac21a/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:27:37.870 7 INFO neutron.api.v2.resource [None req-4be40b08-5272-45eb-b256-0e683f6a337f 1fc4d0c693e54eb59530e60087f739a1 d16203df36da41be8998c7bbefaeadaf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 764/1470] 10.0.0.31 () {32 vars in 744 bytes} [Tue May 19 06:27:37 2026] GET /v2.0/networks/4d749cdf-925c-4511-9d64-0668152ac21a/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1471] 10.0.0.31 () {32 vars in 743 bytes} [Tue May 19 06:27:37 2026] DELETE /v2.0/networks/4d749cdf-925c-4511-9d64-0668152ac21a/tags/red => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1472] 10.0.0.31 () {32 vars in 732 bytes} [Tue May 19 06:27:37 2026] GET /v2.0/networks/4d749cdf-925c-4511-9d64-0668152ac21a/tags => generated 30 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:27:38.037 7 INFO neutron.api.v2.resource [None req-05ddca1a-ae51-4930-9a4a-b23e7b043949 1fc4d0c693e54eb59530e60087f739a1 d16203df36da41be8998c7bbefaeadaf - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 767/1473] 10.0.0.31 () {32 vars in 747 bytes} [Tue May 19 06:27:37 2026] DELETE /v2.0/networks/4d749cdf-925c-4511-9d64-0668152ac21a/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1474] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:27:37 2026] GET /v2.0/security-groups?tenant_id=2e70103bd179470f869afce424c699c0&name=default => generated 2925 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1475] 10.0.0.31 () {32 vars in 735 bytes} [Tue May 19 06:27:38 2026] DELETE /v2.0/networks/4d749cdf-925c-4511-9d64-0668152ac21a/tags => 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: 769/1476] 10.0.0.31 () {32 vars in 732 bytes} [Tue May 19 06:27:38 2026] GET /v2.0/networks/4d749cdf-925c-4511-9d64-0668152ac21a/tags => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1477] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:27:38 2026] DELETE /v2.0/security-groups/c9a6e693-18bb-4318-8e09-9cdcaee99970 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:27:38.274 7 INFO neutron.services.segments.plugin [-] Segment 3f5124d4-41e1-4804-943d-4ced2dbbb1bf resource provider aggregate not found 2026-05-19 06:27:38.279 7 INFO neutron.services.segments.plugin [-] Segment 3f5124d4-41e1-4804-943d-4ced2dbbb1bf resource provider aggregate not found 2026-05-19 06:27:38.296 7 INFO neutron.services.segments.plugin [-] Segment 3f5124d4-41e1-4804-943d-4ced2dbbb1bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f5124d4-41e1-4804-943d-4ced2dbbb1bf found for delete ", "request_id": "req-84b3897e-0e6e-4fa6-8035-6683a3fb13d1"}]} 2026-05-19 06:27:38.298 7 INFO neutron.services.segments.plugin [-] Segment 3f5124d4-41e1-4804-943d-4ced2dbbb1bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f5124d4-41e1-4804-943d-4ced2dbbb1bf found for delete ", "request_id": "req-62b6dad0-eac3-4235-8576-e5ae899c4ee4"}]} [pid: 7|app: 0|req: 770/1478] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:27:38 2026] DELETE /v2.0/networks/4d749cdf-925c-4511-9d64-0668152ac21a => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1479] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:27:38 2026] GET /v2.0/security-groups?tenant_id=d16203df36da41be8998c7bbefaeadaf&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: 771/1480] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:27:39 2026] DELETE /v2.0/security-groups/2645ede6-1153-438c-86e5-bd397d65d5e9 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1481] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:27:39 2026] GET /v2.0/security-groups?tenant_id=a3d5f00bcef94461a02a8a2c744b0e62&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: 772/1482] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:27:39 2026] DELETE /v2.0/security-groups/8f5dd6cc-4f97-4dbe-b9d7-0ba130044fc4 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:27:40.547 8 INFO neutron.db.segments_db [None req-1f644093-3925-48e9-a097-d72d234ae882 83c262ab0a394fc7ba321e090aaf06da fab298f2bf6f4eb396acd097f7ed01d5 - - default default] Added segment 9e7faf2b-6749-41eb-b6ed-07b7f5c15928 of type vxlan for network 7f9e590d-c786-4611-9a06-21c7729eaee0 [pid: 8|app: 0|req: 711/1483] 10.0.0.31 () {34 vars in 670 bytes} [Tue May 19 06:27:40 2026] POST /v2.0/networks => generated 613 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:27:40.685 7 INFO neutron.db.segments_db [None req-e7746c59-9a65-4a4e-a783-0297d88cf787 83c262ab0a394fc7ba321e090aaf06da fab298f2bf6f4eb396acd097f7ed01d5 - - default default] Added segment 5a83bb5f-dfd3-46de-8520-be84327d84b9 of type vxlan for network a29fa136-1260-412f-aec6-89c7531e30b8 2026-05-19 06:27:40.950 7 INFO neutron.db.l3_hamode_db [None req-e7746c59-9a65-4a4e-a783-0297d88cf787 83c262ab0a394fc7ba321e090aaf06da fab298f2bf6f4eb396acd097f7ed01d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 712/1484] 10.0.0.46 () {32 vars in 800 bytes} [Tue May 19 06:27:41 2026] GET /v2.0/extensions => generated 21537 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1485] 10.0.0.46 () {30 vars in 723 bytes} [Tue May 19 06:27:41 2026] GET /v2.0/quotas/d1190be9d9234da1871b41a4a3d8a059/details => generated 847 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:27:41.730 7 INFO neutron.db.l3_hamode_db [None req-e7746c59-9a65-4a4e-a783-0297d88cf787 83c262ab0a394fc7ba321e090aaf06da fab298f2bf6f4eb396acd097f7ed01d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 773/1486] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:27:40 2026] POST /v2.0/routers => generated 694 bytes in 1978 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1487] 10.0.0.31 () {32 vars in 775 bytes} [Tue May 19 06:27:42 2026] GET /v2.0/subnets?project_id=fab298f2bf6f4eb396acd097f7ed01d5&cidr=10.100.0.0%2F28 => generated 14 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1488] 10.0.0.31 () {34 vars in 677 bytes} [Tue May 19 06:27:42 2026] POST /v2.0/qos/policies => generated 359 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1489] 10.0.0.31 () {32 vars in 693 bytes} [Tue May 19 06:27:42 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1490] 10.0.0.31 () {32 vars in 783 bytes} [Tue May 19 06:27:42 2026] GET /v2.0/subnets?network_id=3084c245-459d-40e8-b1c4-a5826a39afe3&cidr=10.100.0.0%2F28 => generated 14 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1491] 10.0.0.31 () {34 vars in 752 bytes} [Tue May 19 06:27:42 2026] PUT /v2.0/policies/a2d098b7-3d61-486e-8163-f5084460a3c2/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1492] 10.0.0.31 () {32 vars in 732 bytes} [Tue May 19 06:27:42 2026] GET /v2.0/policies/a2d098b7-3d61-486e-8163-f5084460a3c2/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1493] 10.0.0.31 () {34 vars in 763 bytes} [Tue May 19 06:27:43 2026] PUT /v2.0/policies/a2d098b7-3d61-486e-8163-f5084460a3c2/tags/green => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1494] 10.0.0.31 () {32 vars in 732 bytes} [Tue May 19 06:27:43 2026] GET /v2.0/policies/a2d098b7-3d61-486e-8163-f5084460a3c2/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1495] 10.0.0.31 () {34 vars in 759 bytes} [Tue May 19 06:27:43 2026] PUT /v2.0/policies/a2d098b7-3d61-486e-8163-f5084460a3c2/tags/red => generated 4 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1496] 10.0.0.31 () {32 vars in 732 bytes} [Tue May 19 06:27:43 2026] GET /v2.0/policies/a2d098b7-3d61-486e-8163-f5084460a3c2/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1497] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:27:42 2026] POST /v2.0/subnets => generated 657 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1498] 10.0.0.31 () {34 vars in 781 bytes} [Tue May 19 06:27:43 2026] PUT /v2.0/policies/a2d098b7-3d61-486e-8163-f5084460a3c2/tags/black.or.white => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1499] 10.0.0.31 () {32 vars in 732 bytes} [Tue May 19 06:27:43 2026] GET /v2.0/policies/a2d098b7-3d61-486e-8163-f5084460a3c2/tags => generated 52 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1500] 10.0.0.31 () {34 vars in 752 bytes} [Tue May 19 06:27:43 2026] PUT /v2.0/policies/a2d098b7-3d61-486e-8163-f5084460a3c2/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1503] 10.0.0.31 () {32 vars in 732 bytes} [Tue May 19 06:27:43 2026] GET /v2.0/policies/a2d098b7-3d61-486e-8163-f5084460a3c2/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1504] 10.0.0.31 () {32 vars in 740 bytes} [Tue May 19 06:27:43 2026] GET /v2.0/policies/a2d098b7-3d61-486e-8163-f5084460a3c2/tags/red => generated 0 bytes in 27 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:27:43.451 7 INFO neutron.api.v2.resource [None req-65416e28-82f2-4161-8fec-a4207611e332 77eac4d2fb5b4307a3dc712a9b216e26 42025d3975e048dba4d06dbcfa35e513 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 788/1505] 10.0.0.31 () {32 vars in 744 bytes} [Tue May 19 06:27:43 2026] GET /v2.0/policies/a2d098b7-3d61-486e-8163-f5084460a3c2/tags/green => generated 99 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1506] 10.0.0.31 () {32 vars in 743 bytes} [Tue May 19 06:27:43 2026] DELETE /v2.0/policies/a2d098b7-3d61-486e-8163-f5084460a3c2/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1507] 10.0.0.31 () {32 vars in 732 bytes} [Tue May 19 06:27:43 2026] GET /v2.0/policies/a2d098b7-3d61-486e-8163-f5084460a3c2/tags => generated 30 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:27:43.564 7 INFO neutron.api.v2.resource [None req-c2be6651-afa4-4ef3-8811-5d9df26414d9 77eac4d2fb5b4307a3dc712a9b216e26 42025d3975e048dba4d06dbcfa35e513 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 791/1508] 10.0.0.31 () {32 vars in 747 bytes} [Tue May 19 06:27:43 2026] DELETE /v2.0/policies/a2d098b7-3d61-486e-8163-f5084460a3c2/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1509] 10.0.0.31 () {32 vars in 735 bytes} [Tue May 19 06:27:43 2026] DELETE /v2.0/policies/a2d098b7-3d61-486e-8163-f5084460a3c2/tags => 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: 793/1510] 10.0.0.31 () {32 vars in 732 bytes} [Tue May 19 06:27:43 2026] GET /v2.0/policies/a2d098b7-3d61-486e-8163-f5084460a3c2/tags => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1511] 10.0.0.31 () {32 vars in 733 bytes} [Tue May 19 06:27:43 2026] DELETE /v2.0/qos/policies/a2d098b7-3d61-486e-8163-f5084460a3c2 => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1512] 10.0.0.31 () {34 vars in 782 bytes} [Tue May 19 06:27:43 2026] PUT /v2.0/routers/dc637ea1-2299-407e-a31b-02780d1e52f1/add_router_interface => generated 309 bytes in 1466 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1513] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:27:44 2026] GET /v2.0/security-groups?tenant_id=4a484de568714174ac630fe55803844a&name=default => generated 2925 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1514] 10.0.0.31 () {32 vars in 648 bytes} [Tue May 19 06:27:44 2026] GET /v2.0/networks => generated 5060 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1515] 10.0.0.31 () {32 vars in 646 bytes} [Tue May 19 06:27:44 2026] GET /v2.0/subnets => generated 3898 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1516] 10.0.0.46 () {32 vars in 800 bytes} [Tue May 19 06:27:44 2026] GET /v2.0/extensions => generated 21537 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1517] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:27:44 2026] DELETE /v2.0/security-groups/23fa6a8a-2385-4f3f-a19e-c0acab92af87 => 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: 722/1518] 10.0.0.31 () {32 vars in 646 bytes} [Tue May 19 06:27:44 2026] GET /v2.0/routers => generated 1464 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1519] 10.0.0.46 () {30 vars in 723 bytes} [Tue May 19 06:27:44 2026] GET /v2.0/quotas/d1190be9d9234da1871b41a4a3d8a059/details => generated 847 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1520] 10.0.0.31 () {34 vars in 684 bytes} [Tue May 19 06:27:44 2026] POST /v2.0/security-groups => generated 1675 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1521] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:27:45 2026] GET /v2.0/security-groups?tenant_id=42025d3975e048dba4d06dbcfa35e513&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1522] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:27:45 2026] DELETE /v2.0/security-groups/8ddae715-c402-4198-8dec-a177b18f9edd => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1523] 10.0.0.31 () {34 vars in 694 bytes} [Tue May 19 06:27:45 2026] POST /v2.0/security-group-rules => generated 597 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1524] 10.0.0.31 () {34 vars in 694 bytes} [Tue May 19 06:27:45 2026] POST /v2.0/security-group-rules => generated 596 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1525] 10.0.0.31 () {34 vars in 694 bytes} [Tue May 19 06:27:45 2026] POST /v2.0/security-group-rules => generated 602 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1526] 10.0.0.31 () {34 vars in 694 bytes} [Tue May 19 06:27:45 2026] POST /v2.0/security-group-rules => generated 601 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1527] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:27:45 2026] GET /v2.0/ports?device_id=8c461235-39f2-4b78-91b4-ecd4d929fa13 => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:27:45.652 7 INFO neutron.db.securitygroups_db [None req-1f0a745e-914c-4069-a3fb-73c315c57380 83c262ab0a394fc7ba321e090aaf06da fab298f2bf6f4eb396acd097f7ed01d5 - - default default] Project fab298f2bf6f4eb396acd097f7ed01d5 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: 727/1528] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:27:45 2026] GET /v2.0/security-groups?id=5f8623f5-2ccd-4bb3-be55-1f381bd5e136&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: 802/1529] 10.0.0.31 () {34 vars in 694 bytes} [Tue May 19 06:27:45 2026] POST /v2.0/security-group-rules => generated 607 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:27:45.759 8 INFO neutron.db.securitygroups_db [None req-c5bad3fa-0a7e-433a-9ab9-138badc71530 83c262ab0a394fc7ba321e090aaf06da fab298f2bf6f4eb396acd097f7ed01d5 - - default default] Project fab298f2bf6f4eb396acd097f7ed01d5 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: 728/1530] 10.0.0.31 () {34 vars in 694 bytes} [Tue May 19 06:27:45 2026] POST /v2.0/security-group-rules => generated 606 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1531] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:27:45 2026] GET /v2.0/ports?device_id=8c461235-39f2-4b78-91b4-ecd4d929fa13 => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1532] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:27:46 2026] GET /v2.0/security-groups?id=5f8623f5-2ccd-4bb3-be55-1f381bd5e136&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: 804/1533] 10.0.0.31 () {32 vars in 648 bytes} [Tue May 19 06:27:46 2026] GET /v2.0/networks => generated 1297 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1534] 10.0.0.232 () {34 vars in 1100 bytes} [Tue May 19 06:27:46 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1142574754&fields=id&tenant_id=fab298f2bf6f4eb396acd097f7ed01d5 => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1535] 10.0.0.232 () {34 vars in 982 bytes} [Tue May 19 06:27:46 2026] GET /v2.0/networks?id=7f9e590d-c786-4611-9a06-21c7729eaee0 => generated 660 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1536] 10.0.0.232 () {34 vars in 965 bytes} [Tue May 19 06:27:46 2026] GET /v2.0/quotas/fab298f2bf6f4eb396acd097f7ed01d5 => 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: 806/1537] 10.0.0.232 () {34 vars in 1002 bytes} [Tue May 19 06:27:46 2026] GET /v2.0/ports?tenant_id=fab298f2bf6f4eb396acd097f7ed01d5&fields=id => generated 103 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1538] 10.0.0.232 () {34 vars in 1008 bytes} [Tue May 19 06:27:46 2026] GET /v2.0/networks/7f9e590d-c786-4611-9a06-21c7729eaee0?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: 807/1539] 10.0.0.232 () {34 vars in 1108 bytes} [Tue May 19 06:27:46 2026] GET /v2.0/networks/7f9e590d-c786-4611-9a06-21c7729eaee0?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: 733/1540] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:27:47 2026] GET /v2.0/ports?device_id=03af4a42-fea3-4425-87fb-c0fd38a39167 => 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: 808/1541] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:27:47 2026] GET /v2.0/ports?device_id=8c461235-39f2-4b78-91b4-ecd4d929fa13 => 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: 734/1542] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:27:47 2026] GET /v2.0/security-groups?id=5f8623f5-2ccd-4bb3-be55-1f381bd5e136&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: 809/1543] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:27:48 2026] GET /v2.0/ports?device_id=03af4a42-fea3-4425-87fb-c0fd38a39167 => 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: 810/1544] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:27:48 2026] GET /v2.0/ports?device_id=8c461235-39f2-4b78-91b4-ecd4d929fa13 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1545] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:27:48 2026] GET /v2.0/security-groups?id=5f8623f5-2ccd-4bb3-be55-1f381bd5e136&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1546] 199.204.45.44 () {34 vars in 993 bytes} [Tue May 19 06:27:48 2026] GET /v2.0/ports?device_id=8c461235-39f2-4b78-91b4-ecd4d929fa13 => 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: 735/1547] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:27:48 2026] GET /v2.0/security-groups?tenant_id=d1190be9d9234da1871b41a4a3d8a059&name=default => generated 2925 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:27:48.556 7 INFO neutron_taas.services.taas.taas_plugin [req-36cc852c-d02b-4fd4-88d5-05c6997b8ee6 req-a363430d-bba7-4a81-8513-3c4a6318127a 8e830246902e4d0b9b53fa4135d3a62d ff5e174ce155486398602c27b2cdd6fb - - default default] TaaS: Handle Delete Port: eff86a22-832b-4871-a661-0752dda0d25d 2026-05-19 06:27:48.561 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-36cc852c-d02b-4fd4-88d5-05c6997b8ee6 req-a363430d-bba7-4a81-8513-3c4a6318127a 8e830246902e4d0b9b53fa4135d3a62d ff5e174ce155486398602c27b2cdd6fb - - default default] Tap Mirror: Handle Delete Port: eff86a22-832b-4871-a661-0752dda0d25d [pid: 8|app: 0|req: 736/1548] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:27:48 2026] DELETE /v2.0/security-groups/d818bc47-cafd-4afe-8308-6984587e5ce7 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:27:48.707 7 INFO neutron.db.l3_db [req-36cc852c-d02b-4fd4-88d5-05c6997b8ee6 req-a363430d-bba7-4a81-8513-3c4a6318127a 8e830246902e4d0b9b53fa4135d3a62d ff5e174ce155486398602c27b2cdd6fb - - default default] Floating IP 56170bb2-9e60-40b3-867e-b38498f1896a disassociated. External IP: 10.96.250.220, port: eff86a22-832b-4871-a661-0752dda0d25d. 2026-05-19 06:27:48.795 8 INFO neutron.db.segments_db [None req-aadb8dbf-0c9d-4123-8459-59197583c601 020af6b9ff2746b3abc6f71a8d88f092 db2394073a2142b1a188f4ecb8ce4b00 - - default default] Added segment 6521066a-0ccf-4531-9cf4-f1cd784b75bc of type vxlan for network a8d57ffb-6d43-4e16-9890-9d5d128cba8f [pid: 8|app: 0|req: 737/1549] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:27:48 2026] POST /v2.0/networks => generated 613 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1550] 199.204.45.44 () {36 vars in 996 bytes} [Tue May 19 06:27:48 2026] DELETE /v2.0/ports/eff86a22-832b-4871-a661-0752dda0d25d => generated 0 bytes in 705 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:27:49.187 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bced1289-acc8-4514-95c7-1a234d22be43'] response: {'server_uuid': '8c461235-39f2-4b78-91b4-ecd4d929fa13', 'name': 'network-vif-deleted', 'tag': 'eff86a22-832b-4871-a661-0752dda0d25d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 738/1551] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:27:48 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: 8|app: 0|req: 739/1552] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:27:49 2026] GET /v2.0/ports?device_id=03af4a42-fea3-4425-87fb-c0fd38a39167 => 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: 814/1553] 10.0.0.31 () {34 vars in 750 bytes} [Tue May 19 06:27:49 2026] PUT /v2.0/subnets/45448d6c-8a89-4114-87fe-4dfc81c440c2/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1554] 10.0.0.31 () {32 vars in 730 bytes} [Tue May 19 06:27:49 2026] GET /v2.0/subnets/45448d6c-8a89-4114-87fe-4dfc81c440c2/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: 815/1555] 10.0.0.31 () {34 vars in 761 bytes} [Tue May 19 06:27:49 2026] PUT /v2.0/subnets/45448d6c-8a89-4114-87fe-4dfc81c440c2/tags/green => generated 4 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1556] 10.0.0.31 () {32 vars in 730 bytes} [Tue May 19 06:27:49 2026] GET /v2.0/subnets/45448d6c-8a89-4114-87fe-4dfc81c440c2/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1557] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:27:49 2026] GET /v2.0/ports?device_id=8c461235-39f2-4b78-91b4-ecd4d929fa13 => 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: 816/1558] 10.0.0.31 () {34 vars in 757 bytes} [Tue May 19 06:27:49 2026] PUT /v2.0/subnets/45448d6c-8a89-4114-87fe-4dfc81c440c2/tags/red => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1559] 10.0.0.31 () {32 vars in 730 bytes} [Tue May 19 06:27:49 2026] GET /v2.0/subnets/45448d6c-8a89-4114-87fe-4dfc81c440c2/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1560] 10.0.0.31 () {34 vars in 779 bytes} [Tue May 19 06:27:49 2026] PUT /v2.0/subnets/45448d6c-8a89-4114-87fe-4dfc81c440c2/tags/black.or.white => generated 4 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1561] 10.0.0.31 () {32 vars in 730 bytes} [Tue May 19 06:27:49 2026] GET /v2.0/subnets/45448d6c-8a89-4114-87fe-4dfc81c440c2/tags => generated 52 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1562] 10.0.0.31 () {34 vars in 750 bytes} [Tue May 19 06:27:49 2026] PUT /v2.0/subnets/45448d6c-8a89-4114-87fe-4dfc81c440c2/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1563] 10.0.0.31 () {32 vars in 730 bytes} [Tue May 19 06:27:49 2026] GET /v2.0/subnets/45448d6c-8a89-4114-87fe-4dfc81c440c2/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1564] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 19 06:27:49 2026] GET /v2.0/subnets/45448d6c-8a89-4114-87fe-4dfc81c440c2/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:27:49.847 8 INFO neutron.api.v2.resource [None req-1fee4351-60bd-48dd-98d5-49228b312a3d 020af6b9ff2746b3abc6f71a8d88f092 db2394073a2142b1a188f4ecb8ce4b00 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 746/1565] 10.0.0.31 () {32 vars in 742 bytes} [Tue May 19 06:27:49 2026] GET /v2.0/subnets/45448d6c-8a89-4114-87fe-4dfc81c440c2/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1566] 10.0.0.31 () {32 vars in 741 bytes} [Tue May 19 06:27:49 2026] DELETE /v2.0/subnets/45448d6c-8a89-4114-87fe-4dfc81c440c2/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1567] 10.0.0.31 () {32 vars in 730 bytes} [Tue May 19 06:27:49 2026] GET /v2.0/subnets/45448d6c-8a89-4114-87fe-4dfc81c440c2/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:27:49.992 7 INFO neutron.api.v2.resource [None req-238922f4-b09e-4165-8b65-3c2de2db70c6 020af6b9ff2746b3abc6f71a8d88f092 db2394073a2142b1a188f4ecb8ce4b00 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 821/1568] 10.0.0.31 () {32 vars in 745 bytes} [Tue May 19 06:27:49 2026] DELETE /v2.0/subnets/45448d6c-8a89-4114-87fe-4dfc81c440c2/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1569] 10.0.0.31 () {32 vars in 733 bytes} [Tue May 19 06:27:49 2026] DELETE /v2.0/subnets/45448d6c-8a89-4114-87fe-4dfc81c440c2/tags => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1570] 10.0.0.31 () {32 vars in 730 bytes} [Tue May 19 06:27:50 2026] GET /v2.0/subnets/45448d6c-8a89-4114-87fe-4dfc81c440c2/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1571] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:27:50 2026] DELETE /v2.0/subnets/45448d6c-8a89-4114-87fe-4dfc81c440c2 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1572] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:27:50 2026] GET /v2.0/ports?device_id=03af4a42-fea3-4425-87fb-c0fd38a39167 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:27:50.357 7 INFO neutron.services.segments.plugin [-] Segment 6521066a-0ccf-4531-9cf4-f1cd784b75bc resource provider aggregate not found 2026-05-19 06:27:50.360 7 INFO neutron.services.segments.plugin [-] Segment 6521066a-0ccf-4531-9cf4-f1cd784b75bc resource provider aggregate not found [pid: 7|app: 0|req: 823/1573] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:27:50 2026] DELETE /v2.0/networks/a8d57ffb-6d43-4e16-9890-9d5d128cba8f => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:27:50.379 7 INFO neutron.services.segments.plugin [-] Segment 6521066a-0ccf-4531-9cf4-f1cd784b75bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6521066a-0ccf-4531-9cf4-f1cd784b75bc found for delete ", "request_id": "req-045bcdd9-2df9-4dda-9b34-90f1e6ddfce8"}]} 2026-05-19 06:27:50.380 7 INFO neutron.services.segments.plugin [-] Segment 6521066a-0ccf-4531-9cf4-f1cd784b75bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6521066a-0ccf-4531-9cf4-f1cd784b75bc found for delete ", "request_id": "req-2846681e-469a-4a01-b70a-cd772abad202"}]} [pid: 7|app: 0|req: 824/1574] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:27:50 2026] GET /v2.0/ports?device_id=8c461235-39f2-4b78-91b4-ecd4d929fa13 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:27:50.744 8 INFO neutron.db.segments_db [None req-1b6e21f8-738c-46fd-b4e9-b4573a08c0ed 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Added segment d3bd9db2-a84b-4d4d-aa91-98ef5fc4992d of type vxlan for network ca1e4320-357b-455c-a485-9841b03cb72d [pid: 8|app: 0|req: 751/1575] 10.0.0.31 () {34 vars in 670 bytes} [Tue May 19 06:27:50 2026] POST /v2.0/networks => generated 722 bytes in 477 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1576] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:27:50 2026] POST /v2.0/subnets => generated 688 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:27:51.097 7 INFO neutron.db.segments_db [None req-36b3c72a-6c57-4af3-a6ca-a519a5781924 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Added segment e9e149de-4479-411f-9595-5c26af4058a9 of type vxlan for network d92fa714-ca20-41e8-9262-1a37c974fe83 [pid: 8|app: 0|req: 752/1577] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:27:50 2026] GET /v2.0/security-groups?tenant_id=797993ace8a8405db45d5ced5e1259ae&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:27:51.321 7 INFO neutron.db.l3_hamode_db [None req-36b3c72a-6c57-4af3-a6ca-a519a5781924 634dcfe276fd47aa8b19b5648bcb0d10 cf7714a7073843f4b72f199ac34ae230 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 753/1578] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:27:51 2026] DELETE /v2.0/security-groups/3dc811e4-699a-48be-aed4-e71d9a15ce14 => 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: 754/1579] 199.204.45.44 () {34 vars in 985 bytes} [Tue May 19 06:27:51 2026] GET /v2.0/networks?id=7f9e590d-c786-4611-9a06-21c7729eaee0 => generated 660 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1580] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:27:51 2026] GET /v2.0/ports?device_id=03af4a42-fea3-4425-87fb-c0fd38a39167 => 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: 756/1581] 199.204.45.44 () {34 vars in 1049 bytes} [Tue May 19 06:27:51 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fab298f2bf6f4eb396acd097f7ed01d5 => generated 181 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1582] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:27:51 2026] GET /v2.0/security-groups?tenant_id=db2394073a2142b1a188f4ecb8ce4b00&name=default => generated 2925 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1583] 199.204.45.44 () {38 vars in 954 bytes} [Tue May 19 06:27:51 2026] POST /v2.0/ports => generated 958 bytes in 354 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: 759/1584] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:27:51 2026] DELETE /v2.0/security-groups/aed5dc45-1c8c-407f-ba40-0b4e17413e3c => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1585] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:27:51 2026] GET /v2.0/ports?device_id=8c461235-39f2-4b78-91b4-ecd4d929fa13 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:27:52.101 7 INFO neutron.db.l3_hamode_db [None req-36b3c72a-6c57-4af3-a6ca-a519a5781924 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 761/1586] 199.204.45.44 () {38 vars in 1027 bytes} [Tue May 19 06:27:51 2026] PUT /v2.0/ports/08a1154a-9891-4318-a850-01b317e2a91f => generated 1239 bytes in 507 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-19 06:27:52.511 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3923c37d-2d71-4294-acc7-e1cad822c1c0'] response: {'name': 'network-changed', 'server_uuid': '03af4a42-fea3-4425-87fb-c0fd38a39167', 'tag': '08a1154a-9891-4318-a850-01b317e2a91f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 762/1587] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:27:52 2026] GET /v2.0/ports?device_id=03af4a42-fea3-4425-87fb-c0fd38a39167 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1588] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:27:52 2026] GET /v2.0/security-groups?id=749004be-686f-4eeb-863e-31c8b38890e4&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: 764/1589] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:27:53 2026] GET /v2.0/ports?tenant_id=fab298f2bf6f4eb396acd097f7ed01d5&device_id=03af4a42-fea3-4425-87fb-c0fd38a39167 => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1590] 199.204.45.44 () {34 vars in 1017 bytes} [Tue May 19 06:27:53 2026] GET /v2.0/networks?tenant_id=fab298f2bf6f4eb396acd097f7ed01d5&shared=False => generated 756 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1591] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:27:51 2026] POST /v2.0/routers => generated 728 bytes in 2076 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1592] 199.204.45.44 () {34 vars in 929 bytes} [Tue May 19 06:27:53 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1593] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:27:53 2026] DELETE /v2.0/security-groups/5f8623f5-2ccd-4bb3-be55-1f381bd5e136 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:27:53.237 8 INFO neutron.api.v2.resource [None req-bb9138ac-0465-4040-a116-4ea426e2c32a 8e830246902e4d0b9b53fa4135d3a62d ff5e174ce155486398602c27b2cdd6fb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 767/1594] 10.0.0.31 () {32 vars in 736 bytes} [Tue May 19 06:27:53 2026] GET /v2.0/security-groups/5f8623f5-2ccd-4bb3-be55-1f381bd5e136 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-19 06:27:53.377 8 INFO neutron_taas.services.taas.taas_plugin [None req-047469e5-3c8c-432e-8401-9e6de76d9914 8e830246902e4d0b9b53fa4135d3a62d ff5e174ce155486398602c27b2cdd6fb - - default default] TaaS: Handle Delete Port: 19b4d20d-d3a5-4883-ae03-440d9bd904e4 2026-05-19 06:27:53.380 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-047469e5-3c8c-432e-8401-9e6de76d9914 8e830246902e4d0b9b53fa4135d3a62d ff5e174ce155486398602c27b2cdd6fb - - default default] Tap Mirror: Handle Delete Port: 19b4d20d-d3a5-4883-ae03-440d9bd904e4 [pid: 8|app: 0|req: 768/1595] 10.0.0.31 () {32 vars in 731 bytes} [Tue May 19 06:27:53 2026] DELETE /v2.0/floatingips/56170bb2-9e60-40b3-867e-b38498f1896a => generated 0 bytes in 288 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:27:53.932 8 INFO neutron_taas.services.taas.taas_plugin [None req-81a7d3f7-6e48-4d3b-a4f0-bad33bd19ed4 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] TaaS: Handle Delete Port: 9f94279c-caf6-4df8-823a-d5eb71e507a8 2026-05-19 06:27:53.935 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81a7d3f7-6e48-4d3b-a4f0-bad33bd19ed4 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Tap Mirror: Handle Delete Port: 9f94279c-caf6-4df8-823a-d5eb71e507a8 [pid: 7|app: 0|req: 828/1596] 10.0.0.31 () {34 vars in 782 bytes} [Tue May 19 06:27:53 2026] PUT /v2.0/routers/15076cc3-6f22-4edb-b0c5-913b33ecaa1a/add_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: 829/1597] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:27:54 2026] GET /v2.0/ports?device_id=03af4a42-fea3-4425-87fb-c0fd38a39167 => 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: 830/1598] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:27:54 2026] GET /v2.0/ports?tenant_id=fab298f2bf6f4eb396acd097f7ed01d5&device_id=03af4a42-fea3-4425-87fb-c0fd38a39167 => generated 1242 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1599] 10.0.0.31 () {34 vars in 788 bytes} [Tue May 19 06:27:53 2026] PUT /v2.0/routers/ac340d90-39ce-4e32-968f-368d57cc4cfa/remove_router_interface => generated 309 bytes in 947 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1600] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:27:54 2026] GET /v2.0/security-groups?id=749004be-686f-4eeb-863e-31c8b38890e4&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: 770/1601] 199.204.45.44 () {34 vars in 1059 bytes} [Tue May 19 06:27:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=08a1154a-9891-4318-a850-01b317e2a91f => 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: 771/1602] 199.204.45.44 () {34 vars in 983 bytes} [Tue May 19 06:27:54 2026] GET /v2.0/subnets?id=3b9aff84-6823-41ae-ac94-e56a98cbf410 => generated 678 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1603] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:27:54 2026] GET /v2.0/ports?network_id=7f9e590d-c786-4611-9a06-21c7729eaee0&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: 773/1604] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:27:54 2026] GET /v2.0/networks/7f9e590d-c786-4611-9a06-21c7729eaee0?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:27:54.689 7 INFO neutron_taas.services.taas.taas_plugin [None req-f24c7557-2c84-434c-9445-a06585b67ed3 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] TaaS: Handle Delete Port: 79a4f53c-75f6-40ef-90d7-4046d7369bb9 2026-05-19 06:27:54.692 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f24c7557-2c84-434c-9445-a06585b67ed3 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Tap Mirror: Handle Delete Port: 79a4f53c-75f6-40ef-90d7-4046d7369bb9 [pid: 8|app: 0|req: 774/1605] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:27:54 2026] GET /v2.0/networks/7f9e590d-c786-4611-9a06-21c7729eaee0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:27:54.976 7 INFO neutron_taas.services.taas.taas_plugin [None req-f24c7557-2c84-434c-9445-a06585b67ed3 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] TaaS: Handle Delete Port: ca58e8b8-8268-46c7-870c-f2e217eeae86 2026-05-19 06:27:54.978 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f24c7557-2c84-434c-9445-a06585b67ed3 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Tap Mirror: Handle Delete Port: ca58e8b8-8268-46c7-870c-f2e217eeae86 2026-05-19 06:27:55.338 7 INFO neutron.services.segments.plugin [-] Segment fe32ec46-668a-44ce-8197-a5f2ef406dfc resource provider aggregate not found 2026-05-19 06:27:55.342 7 INFO neutron.services.segments.plugin [-] Segment fe32ec46-668a-44ce-8197-a5f2ef406dfc resource provider aggregate not found 2026-05-19 06:27:55.353 7 INFO neutron.services.segments.plugin [-] Segment fe32ec46-668a-44ce-8197-a5f2ef406dfc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe32ec46-668a-44ce-8197-a5f2ef406dfc found for delete ", "request_id": "req-a78123bc-f033-4ec2-afbe-e71aa3a1c63a"}]} 2026-05-19 06:27:55.358 7 INFO neutron.services.segments.plugin [-] Segment fe32ec46-668a-44ce-8197-a5f2ef406dfc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe32ec46-668a-44ce-8197-a5f2ef406dfc found for delete ", "request_id": "req-d82e74f0-8a9b-4dff-b7da-ed909ea17611"}]} 2026-05-19 06:27:55.361 7 INFO neutron.db.l3_hamode_db [None req-f24c7557-2c84-434c-9445-a06585b67ed3 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] HA network 3c43a7f9-b5f4-4117-a06d-18f24f692b24 was deleted as no HA routers are present in tenant ff5e174ce155486398602c27b2cdd6fb. [pid: 7|app: 0|req: 832/1606] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:27:54 2026] DELETE /v2.0/routers/ac340d90-39ce-4e32-968f-368d57cc4cfa => generated 0 bytes in 872 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1607] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:27:55 2026] DELETE /v2.0/subnets/dac8b8a3-def6-4599-9e17-61a06624223f => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:27:55.549 7 INFO neutron.db.segments_db [None req-b402fc86-7af8-4851-947a-f479af5e0289 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Added segment 1c54cb60-fd10-4e89-a39a-74936c66f245 of type vxlan for network 382f2a34-2db0-49bf-b2e9-1b96f73dd6dd [pid: 7|app: 0|req: 833/1608] 10.0.0.31 () {34 vars in 670 bytes} [Tue May 19 06:27:55 2026] POST /v2.0/networks => generated 722 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:27:55.655 8 INFO neutron_taas.services.taas.taas_plugin [None req-daa7a02d-9e6d-427c-af2f-9b4b7a8f7109 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] TaaS: Handle Delete Port: ff5e76d6-5992-41f9-9717-5dd8c616b3d6 2026-05-19 06:27:55.658 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-daa7a02d-9e6d-427c-af2f-9b4b7a8f7109 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Tap Mirror: Handle Delete Port: ff5e76d6-5992-41f9-9717-5dd8c616b3d6 [pid: 7|app: 0|req: 834/1609] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:27:55 2026] GET /v2.0/ports?device_id=03af4a42-fea3-4425-87fb-c0fd38a39167 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:27:55.847 8 INFO neutron.services.segments.plugin [-] Segment 5482d727-c947-4f0b-a0b5-b12ae57af63a resource provider aggregate not found 2026-05-19 06:27:55.857 8 INFO neutron.services.segments.plugin [-] Segment 5482d727-c947-4f0b-a0b5-b12ae57af63a resource provider aggregate not found 2026-05-19 06:27:55.866 8 INFO neutron.services.segments.plugin [-] Segment 5482d727-c947-4f0b-a0b5-b12ae57af63a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5482d727-c947-4f0b-a0b5-b12ae57af63a found for delete ", "request_id": "req-41932ef3-323e-4a9b-9ec1-a6978924c9f6"}]} 2026-05-19 06:27:55.880 8 INFO neutron.services.segments.plugin [-] Segment 5482d727-c947-4f0b-a0b5-b12ae57af63a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5482d727-c947-4f0b-a0b5-b12ae57af63a found for delete ", "request_id": "req-362fdb96-723b-4473-8f19-e91e7ea2ae4e"}]} [pid: 8|app: 0|req: 776/1610] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:27:55 2026] DELETE /v2.0/networks/f19bba1c-c736-4043-9720-d82d80555f7b => generated 0 bytes in 344 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1611] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:27:55 2026] POST /v2.0/subnets => generated 688 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1612] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:27:55 2026] GET /v2.0/security-groups?id=749004be-686f-4eeb-863e-31c8b38890e4&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:27:55.942 7 INFO neutron.db.segments_db [None req-a70737ec-30ca-44c9-b517-82084551bfe4 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Added segment 5ad899fb-1a53-4241-99b4-b36b079608b7 of type vxlan for network d26ddb49-98c2-469a-8c5f-1ead210a7b44 [pid: 8|app: 0|req: 778/1613] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:27:56 2026] GET /v2.0/security-groups?tenant_id=ff5e174ce155486398602c27b2cdd6fb&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:27:56.201 7 INFO neutron.db.l3_hamode_db [None req-a70737ec-30ca-44c9-b517-82084551bfe4 634dcfe276fd47aa8b19b5648bcb0d10 f83b0635354e48928a174a1562db198a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 779/1614] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:27:56 2026] DELETE /v2.0/security-groups/b70bbc22-86c9-429b-a750-414d163c5af6 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1615] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:27:57 2026] GET /v2.0/ports?device_id=03af4a42-fea3-4425-87fb-c0fd38a39167 => generated 973 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1616] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:27:57 2026] GET /v2.0/security-groups?id=749004be-686f-4eeb-863e-31c8b38890e4&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-19 06:27:57.349 7 INFO neutron.db.l3_hamode_db [None req-a70737ec-30ca-44c9-b517-82084551bfe4 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 836/1617] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:27:55 2026] POST /v2.0/routers => generated 728 bytes in 2466 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1618] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:27:58 2026] GET /v2.0/ports?device_id=03af4a42-fea3-4425-87fb-c0fd38a39167 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:27:58.585 8 INFO neutron.db.segments_db [None req-0713ec3b-3b9a-405d-a998-90447635fc66 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Added segment 08879387-55a0-4676-99ad-e22f101157d0 of type vxlan for network 1f3453dd-c2d7-492b-a683-7b9321d6ce19 [pid: 8|app: 0|req: 782/1621] 10.0.0.31 () {34 vars in 670 bytes} [Tue May 19 06:27:58 2026] POST /v2.0/networks => generated 727 bytes in 520 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1622] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:27:58 2026] GET /v2.0/security-groups?id=749004be-686f-4eeb-863e-31c8b38890e4&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1623] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:27:58 2026] POST /v2.0/subnets => generated 693 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:27:59.025 8 INFO neutron.db.segments_db [None req-3d0d38e7-ac48-49b0-8ccc-c8be77199d2d 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Added segment 9a581b26-2a75-4bc7-8ab3-8aa73538f9ba of type vxlan for network a5210ed5-e1fe-4fee-8c86-e5e4c56c197a 2026-05-19 06:27:59.314 8 INFO neutron.db.l3_hamode_db [None req-3d0d38e7-ac48-49b0-8ccc-c8be77199d2d 634dcfe276fd47aa8b19b5648bcb0d10 67580cca74544b01b9bb718b6b9cb2d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 840/1624] 10.0.0.31 () {34 vars in 782 bytes} [Tue May 19 06:27:58 2026] PUT /v2.0/routers/048aea49-26dd-4000-a39f-5a2c1820e598/add_router_interface => generated 309 bytes in 1370 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1625] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:27:59 2026] GET /v2.0/ports?device_id=03af4a42-fea3-4425-87fb-c0fd38a39167 => 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: 842/1626] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:27:59 2026] GET /v2.0/security-groups?id=749004be-686f-4eeb-863e-31c8b38890e4&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: 843/1627] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:00 2026] GET /v2.0/ports?device_id=03af4a42-fea3-4425-87fb-c0fd38a39167 => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1628] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:28:00 2026] GET /v2.0/security-groups?id=749004be-686f-4eeb-863e-31c8b38890e4&fields=id&fields=name => generated 114 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:28:00.224 8 INFO neutron.db.l3_hamode_db [None req-3d0d38e7-ac48-49b0-8ccc-c8be77199d2d 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 845/1629] 10.0.0.31 () {32 vars in 735 bytes} [Tue May 19 06:28:00 2026] GET /v2.0/ports?device_id=03af4a42-fea3-4425-87fb-c0fd38a39167 => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:28:01.056 7 INFO neutron.db.l3_db [None req-098f1f80-f59b-4305-aa61-2164b95fa9b1 83c262ab0a394fc7ba321e090aaf06da fab298f2bf6f4eb396acd097f7ed01d5 - - default default] Floating IP 0fcff119-557e-45b0-be25-9977ddf68645 associated. External IP: 10.96.250.212, port: 08a1154a-9891-4318-a850-01b317e2a91f. [pid: 8|app: 0|req: 785/1630] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:27:58 2026] POST /v2.0/routers => generated 733 bytes in 2244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1631] 10.0.0.31 () {34 vars in 676 bytes} [Tue May 19 06:28:00 2026] POST /v2.0/floatingips => generated 856 bytes in 1043 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:28:01.358 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b14308c8-063d-434e-a18f-bfb8b5c0a25b'] response: {'name': 'network-changed', 'server_uuid': '03af4a42-fea3-4425-87fb-c0fd38a39167', 'tag': '08a1154a-9891-4318-a850-01b317e2a91f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 786/1632] 10.0.0.31 () {34 vars in 684 bytes} [Tue May 19 06:28:01 2026] POST /v2.0/security-groups => generated 1675 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1633] 10.0.0.31 () {32 vars in 728 bytes} [Tue May 19 06:28:01 2026] GET /v2.0/floatingips/0fcff119-557e-45b0-be25-9977ddf68645 => 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: 788/1634] 10.0.0.31 () {34 vars in 694 bytes} [Tue May 19 06:28:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1635] 10.0.0.31 () {34 vars in 694 bytes} [Tue May 19 06:28:01 2026] POST /v2.0/security-group-rules => generated 596 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:28:02.047 8 INFO neutron.db.segments_db [None req-4e6d3d03-63ff-4d6f-bc89-bd570efe0499 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] Added segment f3b3edc2-f720-4c9c-b400-10d429a76bf4 of type vxlan for network 17fb4cf0-ce44-4b5a-8b55-a682baef0391 [pid: 8|app: 0|req: 790/1636] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:28:01 2026] POST /v2.0/networks => generated 620 bytes in 452 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1637] 10.0.0.31 () {34 vars in 694 bytes} [Tue May 19 06:28:02 2026] POST /v2.0/security-group-rules => generated 602 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1638] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:28:02 2026] GET /v2.0/ports?tenant_id=fab298f2bf6f4eb396acd097f7ed01d5&device_id=03af4a42-fea3-4425-87fb-c0fd38a39167 => 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: 847/1639] 10.0.0.31 () {34 vars in 782 bytes} [Tue May 19 06:28:01 2026] PUT /v2.0/routers/e17928fa-9365-4229-966d-d13b4bfa56ca/add_router_interface => generated 309 bytes in 1277 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1640] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:28:02 2026] POST /v2.0/subnets => generated 658 bytes in 491 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1641] 10.0.0.31 () {34 vars in 694 bytes} [Tue May 19 06:28:02 2026] POST /v2.0/security-group-rules => generated 601 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1642] 199.204.45.44 () {34 vars in 985 bytes} [Tue May 19 06:28:02 2026] GET /v2.0/networks?id=7f9e590d-c786-4611-9a06-21c7729eaee0 => 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: 849/1643] 10.0.0.31 () {32 vars in 728 bytes} [Tue May 19 06:28:02 2026] GET /v2.0/floatingips/0fcff119-557e-45b0-be25-9977ddf68645 => 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: 795/1644] 10.0.0.31 () {32 vars in 721 bytes} [Tue May 19 06:28:02 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:28:02.913 7 INFO neutron.db.securitygroups_db [None req-4beb92b1-bc42-4a57-ae44-9b22bb18161e 65b389b69cce441484752c4ec6ee9186 cf7714a7073843f4b72f199ac34ae230 - - default default] Project cf7714a7073843f4b72f199ac34ae230 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: 796/1645] 199.204.45.44 () {34 vars in 1059 bytes} [Tue May 19 06:28:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=08a1154a-9891-4318-a850-01b317e2a91f => generated 859 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1646] 10.0.0.31 () {34 vars in 694 bytes} [Tue May 19 06:28:02 2026] POST /v2.0/security-group-rules => generated 607 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1647] 199.204.45.44 () {34 vars in 983 bytes} [Tue May 19 06:28:02 2026] GET /v2.0/subnets?id=3b9aff84-6823-41ae-ac94-e56a98cbf410 => generated 678 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:28:03.055 7 INFO neutron.db.securitygroups_db [None req-620f6b9f-062e-404f-bdb4-bfdcdff7f3e2 65b389b69cce441484752c4ec6ee9186 cf7714a7073843f4b72f199ac34ae230 - - default default] Project cf7714a7073843f4b72f199ac34ae230 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: 797/1648] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:28:02 2026] POST /v2.0/subnets => generated 732 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1649] 10.0.0.31 () {34 vars in 694 bytes} [Tue May 19 06:28:03 2026] POST /v2.0/security-group-rules => generated 606 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1650] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:28:03 2026] GET /v2.0/ports?network_id=7f9e590d-c786-4611-9a06-21c7729eaee0&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: 799/1651] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:28:03 2026] GET /v2.0/networks/7f9e590d-c786-4611-9a06-21c7729eaee0?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:28:03.252 7 INFO neutron.db.segments_db [None req-c91b102f-b198-4f30-a1f8-a0a73525e704 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] Added segment 554a510c-e921-429b-a639-926e7a9fb4c6 of type vxlan for network e7d7f3b3-28db-45ab-bf82-17117956e1e5 [pid: 8|app: 0|req: 800/1652] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:28:03 2026] GET /v2.0/networks/7f9e590d-c786-4611-9a06-21c7729eaee0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1653] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:28:03 2026] POST /v2.0/networks => generated 618 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1654] 10.0.0.232 () {34 vars in 982 bytes} [Tue May 19 06:28:03 2026] GET /v2.0/networks?id=1f3453dd-c2d7-492b-a683-7b9321d6ce19 => generated 678 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1655] 10.0.0.232 () {34 vars in 965 bytes} [Tue May 19 06:28:03 2026] GET /v2.0/quotas/67580cca74544b01b9bb718b6b9cb2d5 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1656] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:28:03 2026] POST /v2.0/subnets => generated 656 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1657] 10.0.0.232 () {34 vars in 1002 bytes} [Tue May 19 06:28:03 2026] GET /v2.0/ports?tenant_id=67580cca74544b01b9bb718b6b9cb2d5&fields=id => generated 57 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1658] 10.0.0.31 () {34 vars in 684 bytes} [Tue May 19 06:28:03 2026] POST /v2.0/security-groups => generated 1661 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1659] 10.0.0.232 () {34 vars in 1008 bytes} [Tue May 19 06:28:03 2026] GET /v2.0/networks/1f3453dd-c2d7-492b-a683-7b9321d6ce19?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: 856/1660] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:28:03 2026] POST /v2.0/subnets => generated 726 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1661] 10.0.0.31 () {32 vars in 728 bytes} [Tue May 19 06:28:03 2026] GET /v2.0/floatingips/0fcff119-557e-45b0-be25-9977ddf68645 => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1662] 10.0.0.232 () {34 vars in 1108 bytes} [Tue May 19 06:28:03 2026] GET /v2.0/networks/1f3453dd-c2d7-492b-a683-7b9321d6ce19?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1663] 10.0.0.31 () {34 vars in 694 bytes} [Tue May 19 06:28:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:28:04.057 7 INFO neutron.db.segments_db [None req-4d12b087-c468-4493-9166-37c0bc8bcf6a 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] Added segment 3f74c276-958b-4de6-9604-d351e25d24f5 of type vxlan for network 73c51fb8-ec62-453c-a175-530aa0903808 [pid: 8|app: 0|req: 806/1664] 10.0.0.31 () {34 vars in 694 bytes} [Tue May 19 06:28:04 2026] POST /v2.0/security-group-rules => generated 602 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1665] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:04 2026] GET /v2.0/ports?device_id=074bb447-d7ee-4f8f-a745-1df8b04c481f => 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: 859/1666] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:28:03 2026] POST /v2.0/networks => generated 619 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1667] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:28:04 2026] POST /v2.0/subnets => generated 655 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1668] 10.0.0.31 () {34 vars in 675 bytes} [Tue May 19 06:28:04 2026] POST /v2.0/floatingips => generated 552 bytes in 486 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1669] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:28:04 2026] POST /v2.0/subnets => generated 729 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:28:04.696 8 INFO neutron.db.segments_db [None req-eb789935-5f2d-43df-8ac0-bd8295f24675 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] Added segment 43c41b88-a2ff-4123-9b2c-dc9cd0903133 of type vxlan for network eb3677d7-fb57-4c53-96d8-4ed75a1a36db [pid: 7|app: 0|req: 862/1670] 10.0.0.232 () {34 vars in 1100 bytes} [Tue May 19 06:28:04 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1116635189&fields=id&tenant_id=cf7714a7073843f4b72f199ac34ae230 => generated 69 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1671] 10.0.0.232 () {34 vars in 1100 bytes} [Tue May 19 06:28:04 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1355939985&fields=id&tenant_id=cf7714a7073843f4b72f199ac34ae230 => generated 69 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1672] 10.0.0.232 () {34 vars in 982 bytes} [Tue May 19 06:28:04 2026] GET /v2.0/networks?id=ca1e4320-357b-455c-a485-9841b03cb72d => generated 673 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1673] 10.0.0.232 () {34 vars in 965 bytes} [Tue May 19 06:28:04 2026] GET /v2.0/quotas/cf7714a7073843f4b72f199ac34ae230 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1674] 10.0.0.232 () {34 vars in 1002 bytes} [Tue May 19 06:28:04 2026] GET /v2.0/ports?tenant_id=cf7714a7073843f4b72f199ac34ae230&fields=id => generated 103 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:28:04.911 8 INFO neutron.db.l3_hamode_db [None req-eb789935-5f2d-43df-8ac0-bd8295f24675 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 867/1675] 10.0.0.232 () {34 vars in 1008 bytes} [Tue May 19 06:28:04 2026] GET /v2.0/networks/ca1e4320-357b-455c-a485-9841b03cb72d?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: 868/1676] 10.0.0.232 () {34 vars in 1108 bytes} [Tue May 19 06:28:04 2026] GET /v2.0/networks/ca1e4320-357b-455c-a485-9841b03cb72d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1677] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:05 2026] GET /v2.0/ports?device_id=b569761f-edc7-4a56-a32e-d036e08f25a3 => 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: 870/1678] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:05 2026] GET /v2.0/ports?device_id=074bb447-d7ee-4f8f-a745-1df8b04c481f => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:28:05.717 8 INFO neutron.db.l3_hamode_db [None req-eb789935-5f2d-43df-8ac0-bd8295f24675 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 871/1679] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:06 2026] GET /v2.0/ports?device_id=b569761f-edc7-4a56-a32e-d036e08f25a3 => 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: 872/1680] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:06 2026] GET /v2.0/ports?device_id=074bb447-d7ee-4f8f-a745-1df8b04c481f => 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: 809/1681] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:28:04 2026] POST /v2.0/routers => generated 684 bytes in 2069 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1682] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:07 2026] GET /v2.0/ports?device_id=b569761f-edc7-4a56-a32e-d036e08f25a3 => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1683] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:07 2026] GET /v2.0/ports?device_id=074bb447-d7ee-4f8f-a745-1df8b04c481f => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1684] 10.0.0.31 () {34 vars in 782 bytes} [Tue May 19 06:28:06 2026] PUT /v2.0/routers/399a8761-a880-4cde-9b92-9861a443f6cf/add_router_interface => generated 309 bytes in 1656 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1685] 199.204.45.44 () {34 vars in 985 bytes} [Tue May 19 06:28:08 2026] GET /v2.0/networks?id=1f3453dd-c2d7-492b-a683-7b9321d6ce19 => generated 678 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1686] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:08 2026] GET /v2.0/ports?device_id=b569761f-edc7-4a56-a32e-d036e08f25a3 => 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: 876/1687] 199.204.45.44 () {38 vars in 954 bytes} [Tue May 19 06:28:08 2026] POST /v2.0/ports => generated 954 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 877/1688] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:08 2026] GET /v2.0/ports?device_id=074bb447-d7ee-4f8f-a745-1df8b04c481f => generated 957 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1689] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:28:08 2026] GET /v2.0/security-groups?id=3a0ca4fb-c8f8-4aef-aa1b-18e5076ed553&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1690] 199.204.45.44 () {38 vars in 1027 bytes} [Tue May 19 06:28:09 2026] PUT /v2.0/ports/d0d0fb62-4274-42fc-bd6b-673e851a43d4 => generated 1235 bytes in 470 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-19 06:28:09.579 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f2bea75c-85d1-40ef-8b62-f4e4d51f251d'] response: {'name': 'network-changed', 'server_uuid': '074bb447-d7ee-4f8f-a745-1df8b04c481f', 'tag': 'd0d0fb62-4274-42fc-bd6b-673e851a43d4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 880/1691] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:09 2026] GET /v2.0/ports?device_id=b569761f-edc7-4a56-a32e-d036e08f25a3 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1692] 10.0.0.31 () {34 vars in 782 bytes} [Tue May 19 06:28:08 2026] PUT /v2.0/routers/399a8761-a880-4cde-9b92-9861a443f6cf/add_router_interface => generated 309 bytes in 1293 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1693] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:10 2026] GET /v2.0/ports?device_id=074bb447-d7ee-4f8f-a745-1df8b04c481f => generated 969 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1694] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:28:10 2026] GET /v2.0/ports?tenant_id=67580cca74544b01b9bb718b6b9cb2d5&device_id=074bb447-d7ee-4f8f-a745-1df8b04c481f => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1695] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:28:10 2026] GET /v2.0/security-groups?id=3a0ca4fb-c8f8-4aef-aa1b-18e5076ed553&fields=id&fields=name => generated 88 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1696] 199.204.45.44 () {34 vars in 1017 bytes} [Tue May 19 06:28:10 2026] GET /v2.0/networks?tenant_id=67580cca74544b01b9bb718b6b9cb2d5&shared=False => generated 774 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1697] 199.204.45.44 () {34 vars in 929 bytes} [Tue May 19 06:28:10 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1698] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:10 2026] GET /v2.0/ports?device_id=b569761f-edc7-4a56-a32e-d036e08f25a3 => 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: 819/1699] 199.204.45.44 () {34 vars in 985 bytes} [Tue May 19 06:28:10 2026] GET /v2.0/networks?id=ca1e4320-357b-455c-a485-9841b03cb72d => generated 673 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1700] 10.0.0.225 () {34 vars in 990 bytes} [Tue May 19 06:28:10 2026] GET /v2.0/ports?device_id=03af4a42-fea3-4425-87fb-c0fd38a39167 => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1701] 199.204.45.44 () {34 vars in 1049 bytes} [Tue May 19 06:28:10 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=cf7714a7073843f4b72f199ac34ae230 => generated 274 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1702] 10.0.0.225 () {34 vars in 1040 bytes} [Tue May 19 06:28:10 2026] GET /v2.0/security-groups?id=749004be-686f-4eeb-863e-31c8b38890e4&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1703] 10.0.0.31 () {34 vars in 782 bytes} [Tue May 19 06:28:09 2026] PUT /v2.0/routers/399a8761-a880-4cde-9b92-9861a443f6cf/add_router_interface => generated 309 bytes in 1231 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1704] 10.0.0.31 () {34 vars in 683 bytes} [Tue May 19 06:28:10 2026] POST /v2.0/security-groups => generated 1628 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1705] 10.0.0.31 () {34 vars in 694 bytes} [Tue May 19 06:28:11 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: 823/1706] 199.204.45.44 () {38 vars in 954 bytes} [Tue May 19 06:28:10 2026] POST /v2.0/ports => generated 997 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 884/1707] 10.0.0.31 () {34 vars in 694 bytes} [Tue May 19 06:28:11 2026] POST /v2.0/security-group-rules => generated 597 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1708] 10.0.0.31 () {34 vars in 694 bytes} [Tue May 19 06:28:11 2026] POST /v2.0/security-group-rules => generated 599 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1709] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:11 2026] GET /v2.0/ports?device_id=074bb447-d7ee-4f8f-a745-1df8b04c481f => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1710] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:28:11 2026] GET /v2.0/ports?tenant_id=67580cca74544b01b9bb718b6b9cb2d5&device_id=074bb447-d7ee-4f8f-a745-1df8b04c481f => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1711] 10.0.0.31 () {34 vars in 694 bytes} [Tue May 19 06:28:11 2026] POST /v2.0/security-group-rules => generated 601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1712] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:28:11 2026] GET /v2.0/security-groups?id=3a0ca4fb-c8f8-4aef-aa1b-18e5076ed553&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1713] 199.204.45.44 () {34 vars in 1057 bytes} [Tue May 19 06:28:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=d0d0fb62-4274-42fc-bd6b-673e851a43d4 => 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: 824/1714] 199.204.45.44 () {38 vars in 1027 bytes} [Tue May 19 06:28:11 2026] PUT /v2.0/ports/3d8bed51-5611-4762-a262-b94e626f3dff => generated 1278 bytes in 442 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-19 06:28:11.750 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-acd55877-ec4c-48f4-a0bf-5cd1ac6882ba'] response: {'name': 'network-changed', 'server_uuid': 'b569761f-edc7-4a56-a32e-d036e08f25a3', 'tag': '3d8bed51-5611-4762-a262-b94e626f3dff', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 825/1715] 199.204.45.44 () {34 vars in 983 bytes} [Tue May 19 06:28:11 2026] GET /v2.0/subnets?id=cb0c1edb-26d1-4176-9486-1b6a14169521 => generated 696 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1716] 10.0.0.31 () {34 vars in 694 bytes} [Tue May 19 06:28:11 2026] POST /v2.0/security-group-rules => generated 601 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1717] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:28:11 2026] GET /v2.0/ports?network_id=1f3453dd-c2d7-492b-a683-7b9321d6ce19&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1718] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:11 2026] GET /v2.0/ports?device_id=b569761f-edc7-4a56-a32e-d036e08f25a3 => generated 1012 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1719] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:28:11 2026] GET /v2.0/networks/1f3453dd-c2d7-492b-a683-7b9321d6ce19?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: 828/1720] 10.0.0.232 () {34 vars in 1120 bytes} [Tue May 19 06:28:11 2026] GET /v2.0/security-groups?id=9b908829-f766-4582-bcaa-cee3cf0c980f&id=999a1307-702b-41f3-afc2-4b7051d28af8&fields=id&fields=name => generated 207 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1721] 10.0.0.31 () {34 vars in 694 bytes} [Tue May 19 06:28:11 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1722] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:28:11 2026] GET /v2.0/networks/1f3453dd-c2d7-492b-a683-7b9321d6ce19?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: 894/1723] 10.0.0.31 () {34 vars in 694 bytes} [Tue May 19 06:28:11 2026] POST /v2.0/security-group-rules => generated 597 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1724] 10.0.0.31 () {34 vars in 694 bytes} [Tue May 19 06:28:12 2026] POST /v2.0/security-group-rules => generated 597 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1725] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:28:12 2026] GET /v2.0/ports?tenant_id=cf7714a7073843f4b72f199ac34ae230&device_id=b569761f-edc7-4a56-a32e-d036e08f25a3 => generated 1281 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1726] 199.204.45.44 () {34 vars in 1017 bytes} [Tue May 19 06:28:12 2026] GET /v2.0/networks?tenant_id=cf7714a7073843f4b72f199ac34ae230&shared=False => generated 769 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1727] 199.204.45.44 () {34 vars in 929 bytes} [Tue May 19 06:28:12 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1728] 10.0.0.31 () {34 vars in 694 bytes} [Tue May 19 06:28:12 2026] POST /v2.0/security-group-rules => generated 599 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1729] 10.0.0.31 () {34 vars in 694 bytes} [Tue May 19 06:28:12 2026] POST /v2.0/security-group-rules => generated 601 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1730] 10.0.0.31 () {34 vars in 694 bytes} [Tue May 19 06:28:12 2026] POST /v2.0/security-group-rules => generated 597 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1731] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:12 2026] GET /v2.0/ports?device_id=074bb447-d7ee-4f8f-a745-1df8b04c481f => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1732] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:28:12 2026] GET /v2.0/security-groups?id=3a0ca4fb-c8f8-4aef-aa1b-18e5076ed553&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: 8|app: 0|req: 836/1733] 10.0.0.232 () {34 vars in 1096 bytes} [Tue May 19 06:28:12 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1701560796&fields=id&tenant_id=1f8f6c4295ed4c8b81afdc69af72cb73 => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1734] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:12 2026] GET /v2.0/ports?device_id=b569761f-edc7-4a56-a32e-d036e08f25a3 => generated 1012 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1735] 10.0.0.232 () {34 vars in 982 bytes} [Tue May 19 06:28:13 2026] GET /v2.0/networks?id=e7d7f3b3-28db-45ab-bf82-17117956e1e5 => generated 704 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1736] 10.0.0.232 () {34 vars in 965 bytes} [Tue May 19 06:28:13 2026] GET /v2.0/quotas/1f8f6c4295ed4c8b81afdc69af72cb73 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1737] 10.0.0.232 () {34 vars in 1120 bytes} [Tue May 19 06:28:13 2026] GET /v2.0/security-groups?id=9b908829-f766-4582-bcaa-cee3cf0c980f&id=999a1307-702b-41f3-afc2-4b7051d28af8&fields=id&fields=name => generated 207 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1740] 10.0.0.232 () {34 vars in 1002 bytes} [Tue May 19 06:28:13 2026] GET /v2.0/ports?tenant_id=1f8f6c4295ed4c8b81afdc69af72cb73&fields=id => generated 195 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1741] 10.0.0.232 () {34 vars in 1008 bytes} [Tue May 19 06:28:13 2026] GET /v2.0/networks/e7d7f3b3-28db-45ab-bf82-17117956e1e5?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: 840/1742] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:28:13 2026] GET /v2.0/ports?tenant_id=cf7714a7073843f4b72f199ac34ae230&device_id=b569761f-edc7-4a56-a32e-d036e08f25a3 => generated 1281 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1743] 199.204.45.44 () {34 vars in 1059 bytes} [Tue May 19 06:28:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=3d8bed51-5611-4762-a262-b94e626f3dff => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1744] 10.0.0.232 () {34 vars in 1108 bytes} [Tue May 19 06:28:13 2026] GET /v2.0/networks/e7d7f3b3-28db-45ab-bf82-17117956e1e5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1745] 199.204.45.44 () {34 vars in 983 bytes} [Tue May 19 06:28:13 2026] GET /v2.0/subnets?id=6db6ec89-3dc3-469c-b72e-7523db5febf9 => generated 691 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1746] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:28:13 2026] GET /v2.0/ports?network_id=ca1e4320-357b-455c-a485-9841b03cb72d&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1747] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:28:13 2026] GET /v2.0/networks/ca1e4320-357b-455c-a485-9841b03cb72d?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1748] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:13 2026] GET /v2.0/ports?device_id=03ab70a8-1d67-4622-a80c-b4409dfd4506 => 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: 844/1749] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:28:13 2026] GET /v2.0/networks/ca1e4320-357b-455c-a485-9841b03cb72d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1750] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:13 2026] GET /v2.0/ports?device_id=074bb447-d7ee-4f8f-a745-1df8b04c481f => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1751] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:28:13 2026] GET /v2.0/security-groups?id=3a0ca4fb-c8f8-4aef-aa1b-18e5076ed553&fields=id&fields=name => generated 88 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1752] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:14 2026] GET /v2.0/ports?device_id=b569761f-edc7-4a56-a32e-d036e08f25a3 => generated 1012 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1753] 10.0.0.232 () {34 vars in 1120 bytes} [Tue May 19 06:28:14 2026] GET /v2.0/security-groups?id=9b908829-f766-4582-bcaa-cee3cf0c980f&id=999a1307-702b-41f3-afc2-4b7051d28af8&fields=id&fields=name => generated 207 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1754] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:15 2026] GET /v2.0/ports?device_id=074bb447-d7ee-4f8f-a745-1df8b04c481f => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1755] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:28:15 2026] GET /v2.0/security-groups?id=3a0ca4fb-c8f8-4aef-aa1b-18e5076ed553&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1756] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:15 2026] GET /v2.0/ports?device_id=b569761f-edc7-4a56-a32e-d036e08f25a3 => generated 1012 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1757] 10.0.0.232 () {34 vars in 1120 bytes} [Tue May 19 06:28:15 2026] GET /v2.0/security-groups?id=9b908829-f766-4582-bcaa-cee3cf0c980f&id=999a1307-702b-41f3-afc2-4b7051d28af8&fields=id&fields=name => generated 207 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1758] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:16 2026] GET /v2.0/ports?device_id=074bb447-d7ee-4f8f-a745-1df8b04c481f => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1759] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:28:16 2026] GET /v2.0/security-groups?id=3a0ca4fb-c8f8-4aef-aa1b-18e5076ed553&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1760] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:16 2026] GET /v2.0/ports?device_id=b569761f-edc7-4a56-a32e-d036e08f25a3 => generated 1012 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1761] 10.0.0.232 () {34 vars in 1120 bytes} [Tue May 19 06:28:16 2026] GET /v2.0/security-groups?id=9b908829-f766-4582-bcaa-cee3cf0c980f&id=999a1307-702b-41f3-afc2-4b7051d28af8&fields=id&fields=name => generated 207 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1762] 199.204.45.44 () {34 vars in 993 bytes} [Tue May 19 06:28:16 2026] GET /v2.0/ports?device_id=b569761f-edc7-4a56-a32e-d036e08f25a3 => generated 1281 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1763] 199.204.45.44 () {34 vars in 1123 bytes} [Tue May 19 06:28:16 2026] GET /v2.0/security-groups?id=9b908829-f766-4582-bcaa-cee3cf0c980f&id=999a1307-702b-41f3-afc2-4b7051d28af8&fields=id&fields=name => generated 207 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1764] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:17 2026] GET /v2.0/ports?device_id=074bb447-d7ee-4f8f-a745-1df8b04c481f => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1765] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:28:17 2026] GET /v2.0/security-groups?id=3a0ca4fb-c8f8-4aef-aa1b-18e5076ed553&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1766] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:17 2026] GET /v2.0/ports?device_id=b569761f-edc7-4a56-a32e-d036e08f25a3 => generated 1012 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1767] 10.0.0.232 () {34 vars in 1120 bytes} [Tue May 19 06:28:17 2026] GET /v2.0/security-groups?id=9b908829-f766-4582-bcaa-cee3cf0c980f&id=999a1307-702b-41f3-afc2-4b7051d28af8&fields=id&fields=name => generated 207 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1768] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:17 2026] GET /v2.0/ports?device_id=074bb447-d7ee-4f8f-a745-1df8b04c481f => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1769] 199.204.45.44 () {34 vars in 985 bytes} [Tue May 19 06:28:17 2026] GET /v2.0/networks?id=e7d7f3b3-28db-45ab-bf82-17117956e1e5 => generated 704 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1770] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:28:17 2026] GET /v2.0/security-groups?id=3a0ca4fb-c8f8-4aef-aa1b-18e5076ed553&fields=id&fields=name => generated 88 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1771] 199.204.45.44 () {34 vars in 1049 bytes} [Tue May 19 06:28:18 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1f8f6c4295ed4c8b81afdc69af72cb73 => generated 179 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1772] 199.204.45.44 () {38 vars in 954 bytes} [Tue May 19 06:28:18 2026] POST /v2.0/ports => generated 1179 bytes in 652 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: 856/1773] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:18 2026] GET /v2.0/ports?device_id=03ab70a8-1d67-4622-a80c-b4409dfd4506 => generated 1182 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1774] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:28:18 2026] GET /v2.0/security-groups?id=b60deee0-6660-4f94-a62b-4403608d1953&fields=id&fields=name => generated 112 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1775] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:18 2026] GET /v2.0/ports?device_id=b569761f-edc7-4a56-a32e-d036e08f25a3 => generated 1014 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1776] 10.0.0.232 () {34 vars in 1120 bytes} [Tue May 19 06:28:18 2026] GET /v2.0/security-groups?id=9b908829-f766-4582-bcaa-cee3cf0c980f&id=999a1307-702b-41f3-afc2-4b7051d28af8&fields=id&fields=name => generated 207 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1777] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:19 2026] GET /v2.0/ports?device_id=074bb447-d7ee-4f8f-a745-1df8b04c481f => generated 971 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1778] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:28:19 2026] GET /v2.0/security-groups?id=3a0ca4fb-c8f8-4aef-aa1b-18e5076ed553&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: 918/1779] 199.204.45.44 () {38 vars in 1027 bytes} [Tue May 19 06:28:18 2026] PUT /v2.0/ports/96392eb8-bb42-4029-b7fd-e6f9ebb09f76 => generated 1460 bytes in 572 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:28:19.347 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ac13ac36-75f2-499d-be53-490d9f639c91'] response: {'name': 'network-changed', 'server_uuid': '03ab70a8-1d67-4622-a80c-b4409dfd4506', 'tag': '96392eb8-bb42-4029-b7fd-e6f9ebb09f76', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 862/1780] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:28:19 2026] GET /v2.0/ports?tenant_id=1f8f6c4295ed4c8b81afdc69af72cb73&device_id=03ab70a8-1d67-4622-a80c-b4409dfd4506 => generated 1463 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: 7|app: 0|req: 919/1781] 199.204.45.44 () {34 vars in 1017 bytes} [Tue May 19 06:28:19 2026] GET /v2.0/networks?tenant_id=1f8f6c4295ed4c8b81afdc69af72cb73&shared=False => generated 2375 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1782] 199.204.45.44 () {34 vars in 929 bytes} [Tue May 19 06:28:19 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: 920/1783] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:20 2026] GET /v2.0/ports?device_id=b569761f-edc7-4a56-a32e-d036e08f25a3 => generated 1014 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1784] 10.0.0.232 () {34 vars in 1120 bytes} [Tue May 19 06:28:20 2026] GET /v2.0/security-groups?id=9b908829-f766-4582-bcaa-cee3cf0c980f&id=999a1307-702b-41f3-afc2-4b7051d28af8&fields=id&fields=name => generated 207 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1785] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:20 2026] GET /v2.0/ports?device_id=b569761f-edc7-4a56-a32e-d036e08f25a3 => generated 1014 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1786] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:20 2026] GET /v2.0/ports?device_id=074bb447-d7ee-4f8f-a745-1df8b04c481f => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1787] 199.204.45.44 () {34 vars in 993 bytes} [Tue May 19 06:28:20 2026] GET /v2.0/ports?device_id=074bb447-d7ee-4f8f-a745-1df8b04c481f => generated 971 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1788] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:28:20 2026] GET /v2.0/security-groups?id=3a0ca4fb-c8f8-4aef-aa1b-18e5076ed553&fields=id&fields=name => generated 88 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:28:20.563 8 INFO neutron_taas.services.taas.taas_plugin [req-cb10edd4-a35e-4acf-9c99-996526c56c60 req-8b5a5079-ab2a-471f-af27-79ddcecbd72c e2efd29e8eae412a8abd7d914cfc5d25 67580cca74544b01b9bb718b6b9cb2d5 - - default default] TaaS: Handle Delete Port: d0d0fb62-4274-42fc-bd6b-673e851a43d4 2026-05-19 06:28:20.568 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-cb10edd4-a35e-4acf-9c99-996526c56c60 req-8b5a5079-ab2a-471f-af27-79ddcecbd72c e2efd29e8eae412a8abd7d914cfc5d25 67580cca74544b01b9bb718b6b9cb2d5 - - default default] Tap Mirror: Handle Delete Port: d0d0fb62-4274-42fc-bd6b-673e851a43d4 2026-05-19 06:28:20.617 7 INFO neutron.db.l3_db [None req-c21f5834-3e86-4118-a853-ca4e6d96cbca 65b389b69cce441484752c4ec6ee9186 cf7714a7073843f4b72f199ac34ae230 - - default default] Floating IP 91176c49-dce5-49d6-bc8b-5c8552932768 associated. External IP: 10.96.250.209, port: 3d8bed51-5611-4762-a262-b94e626f3dff. [pid: 8|app: 0|req: 868/1789] 199.204.45.44 () {36 vars in 996 bytes} [Tue May 19 06:28:20 2026] DELETE /v2.0/ports/d0d0fb62-4274-42fc-bd6b-673e851a43d4 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:28:20.771 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-77d4b328-6f7c-47e8-82b5-61312bf4ffe9'] response: {'server_uuid': '074bb447-d7ee-4f8f-a745-1df8b04c481f', 'name': 'network-vif-deleted', 'tag': 'd0d0fb62-4274-42fc-bd6b-673e851a43d4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 922/1790] 10.0.0.31 () {34 vars in 748 bytes} [Tue May 19 06:28:20 2026] PUT /v2.0/floatingips/91176c49-dce5-49d6-bc8b-5c8552932768 => generated 856 bytes in 652 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1791] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:28:21 2026] GET /v2.0/ports?tenant_id=1f8f6c4295ed4c8b81afdc69af72cb73&device_id=03ab70a8-1d67-4622-a80c-b4409dfd4506 => generated 1463 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1792] 199.204.45.44 () {34 vars in 1057 bytes} [Tue May 19 06:28:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.240&port_id=96392eb8-bb42-4029-b7fd-e6f9ebb09f76 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1793] 199.204.45.44 () {34 vars in 1101 bytes} [Tue May 19 06:28:21 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A28&port_id=96392eb8-bb42-4029-b7fd-e6f9ebb09f76 => 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: 871/1794] 199.204.45.44 () {34 vars in 1063 bytes} [Tue May 19 06:28:21 2026] GET /v2.0/subnets?id=0255c4b0-b4b7-4e0d-871f-2867dde87978&id=7f00ad0c-48ac-41d2-95c6-17a58daef0c0 => generated 1411 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1795] 10.0.0.31 () {32 vars in 825 bytes} [Tue May 19 06:28:21 2026] GET /v2.0/ports?project_id=fab298f2bf6f4eb396acd097f7ed01d5&network_id=7f9e590d-c786-4611-9a06-21c7729eaee0 => generated 3695 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1796] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:28:21 2026] GET /v2.0/ports?network_id=e7d7f3b3-28db-45ab-bf82-17117956e1e5&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1797] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:28:21 2026] GET /v2.0/ports?network_id=e7d7f3b3-28db-45ab-bf82-17117956e1e5&device_owner=network%3Adhcp => generated 1457 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1798] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:28:21 2026] GET /v2.0/networks/e7d7f3b3-28db-45ab-bf82-17117956e1e5?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:28:21.391 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-96857b99-a35a-456b-92d8-486172d6f6a8'] response: {'name': 'network-changed', 'server_uuid': 'b569761f-edc7-4a56-a32e-d036e08f25a3', 'tag': '3d8bed51-5611-4762-a262-b94e626f3dff', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 926/1799] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:28:21 2026] GET /v2.0/networks/e7d7f3b3-28db-45ab-bf82-17117956e1e5?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: 8|app: 0|req: 874/1800] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:21 2026] GET /v2.0/ports?device_id=074bb447-d7ee-4f8f-a745-1df8b04c481f => 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: 927/1801] 10.0.0.31 () {32 vars in 741 bytes} [Tue May 19 06:28:21 2026] GET /v2.0/subnets?network_id=3084c245-459d-40e8-b1c4-a5826a39afe3 => generated 667 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:28:21.864 8 INFO neutron.db.l3_db [None req-0fee1009-46e1-4d6d-ae56-f7af25da93d0 83c262ab0a394fc7ba321e090aaf06da fab298f2bf6f4eb396acd097f7ed01d5 - - default default] Floating IP 0fcff119-557e-45b0-be25-9977ddf68645 disassociated. External IP: 10.96.250.212, port: 08a1154a-9891-4318-a850-01b317e2a91f. [pid: 7|app: 0|req: 928/1802] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:28:21 2026] GET /v2.0/ports?tenant_id=cf7714a7073843f4b72f199ac34ae230&device_id=b569761f-edc7-4a56-a32e-d036e08f25a3 => generated 1283 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1803] 199.204.45.44 () {34 vars in 985 bytes} [Tue May 19 06:28:21 2026] GET /v2.0/networks?id=ca1e4320-357b-455c-a485-9841b03cb72d => generated 769 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1804] 199.204.45.44 () {34 vars in 1059 bytes} [Tue May 19 06:28:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=3d8bed51-5611-4762-a262-b94e626f3dff => generated 859 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1805] 199.204.45.44 () {34 vars in 983 bytes} [Tue May 19 06:28:22 2026] GET /v2.0/subnets?id=6db6ec89-3dc3-469c-b72e-7523db5febf9 => generated 691 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1806] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:28:22 2026] GET /v2.0/ports?network_id=ca1e4320-357b-455c-a485-9841b03cb72d&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1807] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:28:22 2026] GET /v2.0/networks/ca1e4320-357b-455c-a485-9841b03cb72d?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: 875/1808] 10.0.0.31 () {34 vars in 748 bytes} [Tue May 19 06:28:21 2026] PUT /v2.0/floatingips/0fcff119-557e-45b0-be25-9977ddf68645 => generated 554 bytes in 435 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1809] 10.0.0.31 () {32 vars in 728 bytes} [Tue May 19 06:28:22 2026] GET /v2.0/floatingips/0fcff119-557e-45b0-be25-9977ddf68645 => generated 554 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1810] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:28:22 2026] GET /v2.0/networks/ca1e4320-357b-455c-a485-9841b03cb72d?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: 877/1811] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:22 2026] GET /v2.0/ports?device_id=074bb447-d7ee-4f8f-a745-1df8b04c481f => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:28:22.805 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ab24367b-1072-472a-9c55-ac9381c079d1'] response: {'name': 'network-changed', 'server_uuid': '03af4a42-fea3-4425-87fb-c0fd38a39167', 'tag': '08a1154a-9891-4318-a850-01b317e2a91f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 935/1812] 10.0.0.31 () {32 vars in 728 bytes} [Tue May 19 06:28:23 2026] GET /v2.0/floatingips/0fcff119-557e-45b0-be25-9977ddf68645 => generated 554 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1813] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:28:23 2026] GET /v2.0/ports?tenant_id=fab298f2bf6f4eb396acd097f7ed01d5&device_id=03af4a42-fea3-4425-87fb-c0fd38a39167 => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1814] 199.204.45.44 () {34 vars in 985 bytes} [Tue May 19 06:28:23 2026] GET /v2.0/networks?id=7f9e590d-c786-4611-9a06-21c7729eaee0 => 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: 879/1815] 199.204.45.44 () {34 vars in 1059 bytes} [Tue May 19 06:28:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=08a1154a-9891-4318-a850-01b317e2a91f => 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: 937/1816] 199.204.45.44 () {34 vars in 983 bytes} [Tue May 19 06:28:23 2026] GET /v2.0/subnets?id=3b9aff84-6823-41ae-ac94-e56a98cbf410 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1817] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:28:23 2026] GET /v2.0/ports?network_id=7f9e590d-c786-4611-9a06-21c7729eaee0&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: 938/1818] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:28:23 2026] GET /v2.0/networks/7f9e590d-c786-4611-9a06-21c7729eaee0?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1819] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:28:23 2026] GET /v2.0/networks/7f9e590d-c786-4611-9a06-21c7729eaee0?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: 939/1820] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:23 2026] GET /v2.0/ports?device_id=074bb447-d7ee-4f8f-a745-1df8b04c481f => 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: 882/1821] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:23 2026] GET /v2.0/ports?device_id=03ab70a8-1d67-4622-a80c-b4409dfd4506 => generated 1194 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1822] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:28:23 2026] GET /v2.0/security-groups?id=b60deee0-6660-4f94-a62b-4403608d1953&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1823] 10.0.0.31 () {32 vars in 728 bytes} [Tue May 19 06:28:24 2026] GET /v2.0/floatingips/0fcff119-557e-45b0-be25-9977ddf68645 => generated 552 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:28:25.233 7 INFO neutron_taas.services.taas.taas_plugin [None req-5a6064a8-db97-43b6-8e76-3c18b0734e06 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] TaaS: Handle Delete Port: 9c2d74eb-dd4c-4ab3-a8c9-bc3ec0e015b7 2026-05-19 06:28:25.237 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a6064a8-db97-43b6-8e76-3c18b0734e06 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Tap Mirror: Handle Delete Port: 9c2d74eb-dd4c-4ab3-a8c9-bc3ec0e015b7 [pid: 8|app: 0|req: 884/1824] 10.0.0.31 () {34 vars in 684 bytes} [Tue May 19 06:28:25 2026] POST /v2.0/security-groups => generated 1673 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1825] 10.0.0.31 () {34 vars in 694 bytes} [Tue May 19 06:28:25 2026] POST /v2.0/security-group-rules => generated 597 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1826] 10.0.0.31 () {34 vars in 694 bytes} [Tue May 19 06:28:25 2026] POST /v2.0/security-group-rules => generated 596 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1827] 10.0.0.31 () {34 vars in 788 bytes} [Tue May 19 06:28:24 2026] PUT /v2.0/routers/e17928fa-9365-4229-966d-d13b4bfa56ca/remove_router_interface => generated 309 bytes in 1001 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1828] 10.0.0.31 () {34 vars in 694 bytes} [Tue May 19 06:28:25 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) 2026-05-19 06:28:26.023 7 INFO neutron_taas.services.taas.taas_plugin [None req-fa4d09bb-7b54-49ff-b17c-78a77b1c3687 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] TaaS: Handle Delete Port: 4265c1ac-b99f-4729-8086-19bace2614f0 2026-05-19 06:28:26.025 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa4d09bb-7b54-49ff-b17c-78a77b1c3687 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Tap Mirror: Handle Delete Port: 4265c1ac-b99f-4729-8086-19bace2614f0 [pid: 8|app: 0|req: 888/1829] 10.0.0.31 () {34 vars in 694 bytes} [Tue May 19 06:28:25 2026] POST /v2.0/security-group-rules => generated 601 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:28:26.145 8 INFO neutron.db.securitygroups_db [None req-321bdb35-9750-46a7-b51e-4aef6ebeff06 83c262ab0a394fc7ba321e090aaf06da fab298f2bf6f4eb396acd097f7ed01d5 - - default default] Project fab298f2bf6f4eb396acd097f7ed01d5 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: 889/1830] 10.0.0.31 () {34 vars in 694 bytes} [Tue May 19 06:28:26 2026] POST /v2.0/security-group-rules => generated 607 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:28:26.277 8 INFO neutron.db.securitygroups_db [None req-b522aef0-329f-4c26-9c2c-0cbe0724864c 83c262ab0a394fc7ba321e090aaf06da fab298f2bf6f4eb396acd097f7ed01d5 - - default default] Project fab298f2bf6f4eb396acd097f7ed01d5 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-05-19 06:28:26.312 7 INFO neutron_taas.services.taas.taas_plugin [None req-fa4d09bb-7b54-49ff-b17c-78a77b1c3687 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] TaaS: Handle Delete Port: 258636c6-ffc5-4699-8c0e-e5b8d0c69b69 2026-05-19 06:28:26.315 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa4d09bb-7b54-49ff-b17c-78a77b1c3687 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Tap Mirror: Handle Delete Port: 258636c6-ffc5-4699-8c0e-e5b8d0c69b69 [pid: 8|app: 0|req: 890/1831] 10.0.0.31 () {34 vars in 694 bytes} [Tue May 19 06:28:26 2026] POST /v2.0/security-group-rules => generated 606 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:28:26.657 7 INFO neutron.services.segments.plugin [-] Segment 9a581b26-2a75-4bc7-8ab3-8aa73538f9ba resource provider aggregate not found 2026-05-19 06:28:26.661 7 INFO neutron.services.segments.plugin [-] Segment 9a581b26-2a75-4bc7-8ab3-8aa73538f9ba resource provider aggregate not found 2026-05-19 06:28:26.686 7 INFO neutron.db.l3_hamode_db [None req-fa4d09bb-7b54-49ff-b17c-78a77b1c3687 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] HA network a5210ed5-e1fe-4fee-8c86-e5e4c56c197a was deleted as no HA routers are present in tenant 67580cca74544b01b9bb718b6b9cb2d5. 2026-05-19 06:28:26.687 7 INFO neutron.services.segments.plugin [-] Segment 9a581b26-2a75-4bc7-8ab3-8aa73538f9ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a581b26-2a75-4bc7-8ab3-8aa73538f9ba found for delete ", "request_id": "req-d84b3ef0-72c0-4a9f-bbee-5d81e1771213"}]} 2026-05-19 06:28:26.689 7 INFO neutron.services.segments.plugin [-] Segment 9a581b26-2a75-4bc7-8ab3-8aa73538f9ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a581b26-2a75-4bc7-8ab3-8aa73538f9ba found for delete ", "request_id": "req-bd97e7fb-d907-40e2-beb9-6cc00680acf2"}]} [pid: 7|app: 0|req: 942/1832] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:28:25 2026] DELETE /v2.0/routers/e17928fa-9365-4229-966d-d13b4bfa56ca => generated 0 bytes in 858 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1833] 10.0.0.31 () {32 vars in 648 bytes} [Tue May 19 06:28:26 2026] GET /v2.0/networks => generated 1297 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1834] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:28:26 2026] DELETE /v2.0/subnets/cb0c1edb-26d1-4176-9486-1b6a14169521 => 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: 892/1835] 10.0.0.232 () {34 vars in 1098 bytes} [Tue May 19 06:28:26 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-316591328&fields=id&tenant_id=fab298f2bf6f4eb396acd097f7ed01d5 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:28:27.064 7 INFO neutron_taas.services.taas.taas_plugin [None req-d1a94ea9-3f0b-4e1f-98f2-b1e12b954c09 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] TaaS: Handle Delete Port: 8b08dc71-0335-4439-bfde-0b8b7ceeeb24 2026-05-19 06:28:27.068 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d1a94ea9-3f0b-4e1f-98f2-b1e12b954c09 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Tap Mirror: Handle Delete Port: 8b08dc71-0335-4439-bfde-0b8b7ceeeb24 [pid: 8|app: 0|req: 893/1836] 10.0.0.232 () {34 vars in 982 bytes} [Tue May 19 06:28:27 2026] GET /v2.0/networks?id=7f9e590d-c786-4611-9a06-21c7729eaee0 => generated 660 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1837] 10.0.0.232 () {34 vars in 965 bytes} [Tue May 19 06:28:27 2026] GET /v2.0/quotas/fab298f2bf6f4eb396acd097f7ed01d5 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1838] 10.0.0.232 () {34 vars in 1002 bytes} [Tue May 19 06:28:27 2026] GET /v2.0/ports?tenant_id=fab298f2bf6f4eb396acd097f7ed01d5&fields=id => generated 149 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1839] 10.0.0.232 () {34 vars in 1008 bytes} [Tue May 19 06:28:27 2026] GET /v2.0/networks/7f9e590d-c786-4611-9a06-21c7729eaee0?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1840] 10.0.0.232 () {34 vars in 1108 bytes} [Tue May 19 06:28:27 2026] GET /v2.0/networks/7f9e590d-c786-4611-9a06-21c7729eaee0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1841] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:28:26 2026] DELETE /v2.0/networks/1f3453dd-c2d7-492b-a683-7b9321d6ce19 => generated 0 bytes in 409 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1842] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:27 2026] GET /v2.0/ports?device_id=5f05cebd-0424-4406-8f6e-5e4821566c73 => 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: 945/1843] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:28:27 2026] GET /v2.0/security-groups?tenant_id=67580cca74544b01b9bb718b6b9cb2d5&name=default => generated 2925 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1844] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:28:27 2026] DELETE /v2.0/security-groups/3a0ca4fb-c8f8-4aef-aa1b-18e5076ed553 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1847] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:28 2026] GET /v2.0/ports?device_id=5f05cebd-0424-4406-8f6e-5e4821566c73 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:28:28.707 7 INFO neutron.services.segments.plugin [-] Segment 08879387-55a0-4676-99ad-e22f101157d0 resource provider aggregate not found 2026-05-19 06:28:28.716 7 INFO neutron.services.segments.plugin [-] Segment 08879387-55a0-4676-99ad-e22f101157d0 resource provider aggregate not found 2026-05-19 06:28:28.734 7 INFO neutron.services.segments.plugin [-] Segment 08879387-55a0-4676-99ad-e22f101157d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08879387-55a0-4676-99ad-e22f101157d0 found for delete ", "request_id": "req-35344485-f683-48d0-85f1-d54324f091f2"}]} 2026-05-19 06:28:28.736 7 INFO neutron.services.segments.plugin [-] Segment 08879387-55a0-4676-99ad-e22f101157d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08879387-55a0-4676-99ad-e22f101157d0 found for delete ", "request_id": "req-d0686981-43f1-4d8a-b4bf-3c6a19aeef46"}]} [pid: 8|app: 0|req: 901/1848] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:29 2026] GET /v2.0/ports?device_id=03ab70a8-1d67-4622-a80c-b4409dfd4506 => generated 1196 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1849] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:28:29 2026] GET /v2.0/security-groups?id=b60deee0-6660-4f94-a62b-4403608d1953&fields=id&fields=name => generated 112 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1850] 10.0.0.31 () {32 vars in 817 bytes} [Tue May 19 06:28:29 2026] GET /v2.0/ports?network_id=e7d7f3b3-28db-45ab-bf82-17117956e1e5&mac_address=fa%3A16%3A3e%3A75%3A26%3A2f => generated 1196 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1851] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:29 2026] GET /v2.0/ports?device_id=5f05cebd-0424-4406-8f6e-5e4821566c73 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:28:30.169 7 INFO neutron.db.l3_db [None req-5f8d34d1-b34d-4da2-b062-6b3745bfcda0 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] Floating IP aca37786-a916-4880-b17e-ed3c2fd8c549 associated. External IP: 10.96.250.216, port: 96392eb8-bb42-4029-b7fd-e6f9ebb09f76. [pid: 7|app: 0|req: 949/1852] 10.0.0.31 () {34 vars in 676 bytes} [Tue May 19 06:28:29 2026] POST /v2.0/floatingips => generated 855 bytes in 1160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:28:30.579 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bb5b7354-a77d-489e-8a3d-2129e11fdbca'] response: {'name': 'network-changed', 'server_uuid': '03ab70a8-1d67-4622-a80c-b4409dfd4506', 'tag': '96392eb8-bb42-4029-b7fd-e6f9ebb09f76', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 904/1853] 10.0.0.232 () {34 vars in 1096 bytes} [Tue May 19 06:28:30 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1701560796&fields=id&tenant_id=1f8f6c4295ed4c8b81afdc69af72cb73 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1854] 10.0.0.232 () {34 vars in 982 bytes} [Tue May 19 06:28:30 2026] GET /v2.0/networks?id=73c51fb8-ec62-453c-a175-530aa0903808 => generated 705 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1855] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:30 2026] GET /v2.0/ports?device_id=5f05cebd-0424-4406-8f6e-5e4821566c73 => 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: 951/1856] 10.0.0.232 () {34 vars in 965 bytes} [Tue May 19 06:28:30 2026] GET /v2.0/quotas/1f8f6c4295ed4c8b81afdc69af72cb73 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1857] 10.0.0.232 () {34 vars in 1002 bytes} [Tue May 19 06:28:30 2026] GET /v2.0/ports?tenant_id=1f8f6c4295ed4c8b81afdc69af72cb73&fields=id => generated 287 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1858] 10.0.0.232 () {34 vars in 1008 bytes} [Tue May 19 06:28:30 2026] GET /v2.0/networks/73c51fb8-ec62-453c-a175-530aa0903808?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: 907/1859] 10.0.0.232 () {34 vars in 1108 bytes} [Tue May 19 06:28:30 2026] GET /v2.0/networks/73c51fb8-ec62-453c-a175-530aa0903808?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: 908/1860] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:31 2026] GET /v2.0/ports?device_id=3c7d6d9c-57dd-43b0-9d67-8576a5445f5a => 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: 953/1861] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:28:31 2026] GET /v2.0/ports?tenant_id=1f8f6c4295ed4c8b81afdc69af72cb73&device_id=03ab70a8-1d67-4622-a80c-b4409dfd4506 => generated 1465 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1862] 199.204.45.44 () {34 vars in 985 bytes} [Tue May 19 06:28:31 2026] GET /v2.0/networks?id=e7d7f3b3-28db-45ab-bf82-17117956e1e5 => generated 800 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1863] 199.204.45.44 () {34 vars in 1057 bytes} [Tue May 19 06:28:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.240&port_id=96392eb8-bb42-4029-b7fd-e6f9ebb09f76 => generated 858 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1864] 199.204.45.44 () {34 vars in 1101 bytes} [Tue May 19 06:28:31 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A28&port_id=96392eb8-bb42-4029-b7fd-e6f9ebb09f76 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1865] 199.204.45.44 () {34 vars in 1063 bytes} [Tue May 19 06:28:31 2026] GET /v2.0/subnets?id=0255c4b0-b4b7-4e0d-871f-2867dde87978&id=7f00ad0c-48ac-41d2-95c6-17a58daef0c0 => generated 1411 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1866] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:28:31 2026] GET /v2.0/ports?network_id=e7d7f3b3-28db-45ab-bf82-17117956e1e5&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1867] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:28:31 2026] GET /v2.0/ports?network_id=e7d7f3b3-28db-45ab-bf82-17117956e1e5&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1868] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:28:31 2026] GET /v2.0/networks/e7d7f3b3-28db-45ab-bf82-17117956e1e5?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1869] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:28:31 2026] GET /v2.0/networks/e7d7f3b3-28db-45ab-bf82-17117956e1e5?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: 913/1870] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:31 2026] GET /v2.0/ports?device_id=5f05cebd-0424-4406-8f6e-5e4821566c73 => 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: 958/1871] 199.204.45.44 () {34 vars in 985 bytes} [Tue May 19 06:28:31 2026] GET /v2.0/networks?id=7f9e590d-c786-4611-9a06-21c7729eaee0 => generated 660 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1872] 199.204.45.44 () {34 vars in 1049 bytes} [Tue May 19 06:28:31 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fab298f2bf6f4eb396acd097f7ed01d5 => generated 273 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1873] 199.204.45.44 () {38 vars in 954 bytes} [Tue May 19 06:28:31 2026] POST /v2.0/ports => generated 954 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1874] 199.204.45.44 () {38 vars in 1027 bytes} [Tue May 19 06:28:32 2026] PUT /v2.0/ports/3054d598-f708-49ad-a0c3-72dcc8c58717 => generated 1235 bytes in 446 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:28:32.724 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-919ab8b7-2d5b-41e7-b75c-29c37d76e2a1'] response: {'name': 'network-changed', 'server_uuid': '5f05cebd-0424-4406-8f6e-5e4821566c73', 'tag': '3054d598-f708-49ad-a0c3-72dcc8c58717', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 960/1875] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:32 2026] GET /v2.0/ports?device_id=5f05cebd-0424-4406-8f6e-5e4821566c73 => generated 969 bytes in 33 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: 916/1876] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:28:32 2026] GET /v2.0/security-groups?id=8e41115a-31e8-4710-bbaf-ad99f18ce157&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: 961/1877] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:28:33 2026] GET /v2.0/ports?tenant_id=fab298f2bf6f4eb396acd097f7ed01d5&device_id=5f05cebd-0424-4406-8f6e-5e4821566c73 => generated 1238 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1878] 199.204.45.44 () {34 vars in 1017 bytes} [Tue May 19 06:28:33 2026] GET /v2.0/networks?tenant_id=fab298f2bf6f4eb396acd097f7ed01d5&shared=False => generated 756 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1879] 199.204.45.44 () {34 vars in 929 bytes} [Tue May 19 06:28:33 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1880] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:28:33 2026] GET /v2.0/security-groups?tenant_id=74846c19c4ca439f869f08a958665df0&name=default => generated 2925 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1881] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:28:33 2026] DELETE /v2.0/security-groups/99927b1f-aaa1-4bb8-b52b-2e0b890a70c1 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1882] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:34 2026] GET /v2.0/ports?device_id=5f05cebd-0424-4406-8f6e-5e4821566c73 => generated 969 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1883] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:28:34 2026] GET /v2.0/security-groups?id=8e41115a-31e8-4710-bbaf-ad99f18ce157&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1884] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:28:34 2026] GET /v2.0/security-groups?tenant_id=58999adb9213428e8479c65bb028d7c3&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1885] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:28:34 2026] DELETE /v2.0/security-groups/4d3047d3-391b-4c64-8712-0323d42697c2 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1886] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:28:34 2026] GET /v2.0/ports?tenant_id=fab298f2bf6f4eb396acd097f7ed01d5&device_id=5f05cebd-0424-4406-8f6e-5e4821566c73 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1887] 199.204.45.44 () {34 vars in 1057 bytes} [Tue May 19 06:28:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=3054d598-f708-49ad-a0c3-72dcc8c58717 => 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: 922/1888] 199.204.45.44 () {34 vars in 983 bytes} [Tue May 19 06:28:34 2026] GET /v2.0/subnets?id=3b9aff84-6823-41ae-ac94-e56a98cbf410 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1889] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:28:34 2026] GET /v2.0/ports?network_id=7f9e590d-c786-4611-9a06-21c7729eaee0&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: 923/1890] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:28:34 2026] GET /v2.0/networks/7f9e590d-c786-4611-9a06-21c7729eaee0?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: 968/1891] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:28:34 2026] GET /v2.0/networks/7f9e590d-c786-4611-9a06-21c7729eaee0?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: 924/1892] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:35 2026] GET /v2.0/ports?device_id=5f05cebd-0424-4406-8f6e-5e4821566c73 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1893] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:28:35 2026] GET /v2.0/security-groups?id=8e41115a-31e8-4710-bbaf-ad99f18ce157&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1894] 199.204.45.44 () {34 vars in 985 bytes} [Tue May 19 06:28:35 2026] GET /v2.0/networks?id=73c51fb8-ec62-453c-a175-530aa0903808 => generated 705 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1895] 199.204.45.44 () {34 vars in 1049 bytes} [Tue May 19 06:28:35 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1f8f6c4295ed4c8b81afdc69af72cb73 => generated 179 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1896] 199.204.45.44 () {38 vars in 954 bytes} [Tue May 19 06:28:35 2026] POST /v2.0/ports => generated 1187 bytes in 536 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: 927/1897] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:36 2026] GET /v2.0/ports?device_id=3c7d6d9c-57dd-43b0-9d67-8576a5445f5a => generated 1190 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1898] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:28:36 2026] GET /v2.0/security-groups?id=b60deee0-6660-4f94-a62b-4403608d1953&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1899] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:36 2026] GET /v2.0/ports?device_id=5f05cebd-0424-4406-8f6e-5e4821566c73 => 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: 930/1900] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:28:36 2026] GET /v2.0/security-groups?id=8e41115a-31e8-4710-bbaf-ad99f18ce157&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: 971/1901] 199.204.45.44 () {38 vars in 1027 bytes} [Tue May 19 06:28:36 2026] PUT /v2.0/ports/1390b912-1541-4914-8dfc-9e89e9f2a2ba => generated 1468 bytes in 438 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:28:36.553 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c1b95355-065c-4672-b0d4-0f51af7e03e8'] response: {'name': 'network-changed', 'server_uuid': '3c7d6d9c-57dd-43b0-9d67-8576a5445f5a', 'tag': '1390b912-1541-4914-8dfc-9e89e9f2a2ba', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 931/1902] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:28:36 2026] GET /v2.0/security-groups?tenant_id=e8506b32ad0c4356bd51e17f7474acb4&name=default => generated 2925 bytes in 293 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: 932/1903] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:28:37 2026] GET /v2.0/ports?tenant_id=1f8f6c4295ed4c8b81afdc69af72cb73&device_id=3c7d6d9c-57dd-43b0-9d67-8576a5445f5a => generated 1471 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1904] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:28:37 2026] DELETE /v2.0/security-groups/d84f86be-99a3-4a36-ae66-fceb3b63a8bb => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1905] 199.204.45.44 () {34 vars in 1017 bytes} [Tue May 19 06:28:37 2026] GET /v2.0/networks?tenant_id=1f8f6c4295ed4c8b81afdc69af72cb73&shared=False => generated 2375 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1906] 199.204.45.44 () {34 vars in 929 bytes} [Tue May 19 06:28:37 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1907] 10.0.0.225 () {34 vars in 990 bytes} [Tue May 19 06:28:37 2026] GET /v2.0/ports?device_id=03ab70a8-1d67-4622-a80c-b4409dfd4506 => generated 1465 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1908] 10.0.0.225 () {34 vars in 1040 bytes} [Tue May 19 06:28:37 2026] GET /v2.0/security-groups?id=b60deee0-6660-4f94-a62b-4403608d1953&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1909] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:37 2026] GET /v2.0/ports?device_id=5f05cebd-0424-4406-8f6e-5e4821566c73 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1910] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:28:37 2026] GET /v2.0/security-groups?id=8e41115a-31e8-4710-bbaf-ad99f18ce157&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: 936/1911] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:28:38 2026] GET /v2.0/ports?tenant_id=1f8f6c4295ed4c8b81afdc69af72cb73&device_id=3c7d6d9c-57dd-43b0-9d67-8576a5445f5a => generated 1471 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1912] 199.204.45.44 () {34 vars in 1057 bytes} [Tue May 19 06:28:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.104&port_id=1390b912-1541-4914-8dfc-9e89e9f2a2ba => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1913] 199.204.45.44 () {34 vars in 1105 bytes} [Tue May 19 06:28:38 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A208&port_id=1390b912-1541-4914-8dfc-9e89e9f2a2ba => 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: 977/1914] 199.204.45.44 () {34 vars in 1063 bytes} [Tue May 19 06:28:38 2026] GET /v2.0/subnets?id=3ad79bf6-970c-43f4-aebb-d3d6378d6627&id=cae213ed-9b3b-4599-b53f-98f79dc00a30 => generated 1413 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1915] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:28:38 2026] GET /v2.0/ports?network_id=73c51fb8-ec62-453c-a175-530aa0903808&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1916] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:28:38 2026] GET /v2.0/ports?network_id=73c51fb8-ec62-453c-a175-530aa0903808&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: 939/1917] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:28:38 2026] GET /v2.0/networks/73c51fb8-ec62-453c-a175-530aa0903808?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: 979/1918] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:28:38 2026] GET /v2.0/networks/73c51fb8-ec62-453c-a175-530aa0903808?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: 940/1919] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:38 2026] GET /v2.0/ports?device_id=5f05cebd-0424-4406-8f6e-5e4821566c73 => 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: 980/1920] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:28:38 2026] GET /v2.0/security-groups?id=8e41115a-31e8-4710-bbaf-ad99f18ce157&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: 941/1921] 10.0.0.31 () {32 vars in 652 bytes} [Tue May 19 06:28:38 2026] GET /v2.0/extensions => generated 21537 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1922] 10.0.0.31 () {32 vars in 680 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1923] 10.0.0.31 () {32 vars in 680 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1924] 10.0.0.31 () {32 vars in 728 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1925] 10.0.0.31 () {32 vars in 664 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/agent => generated 153 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1926] 10.0.0.31 () {32 vars in 698 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1927] 10.0.0.31 () {32 vars in 696 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1928] 10.0.0.31 () {32 vars in 700 bytes} [Tue May 19 06:28:39 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: 8|app: 0|req: 945/1929] 10.0.0.31 () {32 vars in 688 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1930] 10.0.0.31 () {32 vars in 702 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1931] 10.0.0.31 () {32 vars in 692 bytes} [Tue May 19 06:28:39 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: 7|app: 0|req: 986/1932] 10.0.0.31 () {32 vars in 694 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1933] 10.0.0.31 () {32 vars in 684 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1934] 10.0.0.31 () {32 vars in 686 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1935] 10.0.0.31 () {32 vars in 660 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1936] 10.0.0.31 () {32 vars in 698 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1937] 10.0.0.31 () {32 vars in 678 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1938] 10.0.0.31 () {32 vars in 682 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1939] 10.0.0.31 () {32 vars in 674 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1940] 10.0.0.31 () {32 vars in 688 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1941] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1942] 10.0.0.31 () {32 vars in 686 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1943] 10.0.0.31 () {32 vars in 668 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1944] 10.0.0.31 () {32 vars in 686 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1945] 10.0.0.31 () {32 vars in 680 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1946] 10.0.0.31 () {32 vars in 698 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1947] 10.0.0.31 () {32 vars in 678 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1948] 10.0.0.31 () {32 vars in 666 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1949] 10.0.0.31 () {32 vars in 676 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1950] 10.0.0.31 () {32 vars in 664 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1951] 10.0.0.31 () {32 vars in 674 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1952] 10.0.0.31 () {32 vars in 712 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1953] 10.0.0.31 () {32 vars in 690 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1954] 10.0.0.31 () {32 vars in 682 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1955] 10.0.0.31 () {32 vars in 668 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/1956] 10.0.0.31 () {32 vars in 686 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1957] 10.0.0.31 () {32 vars in 704 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1958] 10.0.0.31 () {32 vars in 674 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1959] 10.0.0.31 () {32 vars in 700 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1960] 10.0.0.31 () {32 vars in 674 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1961] 10.0.0.31 () {32 vars in 692 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1962] 10.0.0.31 () {32 vars in 688 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1963] 10.0.0.31 () {32 vars in 708 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1964] 10.0.0.31 () {32 vars in 704 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1965] 10.0.0.31 () {32 vars in 718 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1966] 10.0.0.31 () {32 vars in 696 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1967] 10.0.0.31 () {32 vars in 710 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1968] 10.0.0.31 () {32 vars in 668 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/binding => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1969] 10.0.0.31 () {32 vars in 686 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1970] 10.0.0.31 () {32 vars in 680 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1971] 10.0.0.31 () {32 vars in 674 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1972] 10.0.0.31 () {32 vars in 670 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/provider => generated 191 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1973] 10.0.0.31 () {32 vars in 660 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1974] 10.0.0.31 () {32 vars in 698 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1975] 10.0.0.31 () {32 vars in 698 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/1976] 10.0.0.31 () {32 vars in 676 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1977] 10.0.0.31 () {32 vars in 668 bytes} [Tue May 19 06:28:39 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: 1009/1978] 10.0.0.31 () {32 vars in 682 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1979] 10.0.0.31 () {32 vars in 700 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/1980] 10.0.0.31 () {32 vars in 684 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1981] 10.0.0.31 () {32 vars in 706 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/1982] 10.0.0.31 () {32 vars in 668 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1983] 10.0.0.31 () {32 vars in 696 bytes} [Tue May 19 06:28:39 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: 1012/1984] 10.0.0.31 () {32 vars in 694 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1985] 10.0.0.31 () {32 vars in 684 bytes} [Tue May 19 06:28:39 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: 1013/1986] 10.0.0.31 () {32 vars in 688 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1987] 10.0.0.31 () {32 vars in 704 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/1988] 10.0.0.31 () {32 vars in 666 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1989] 10.0.0.31 () {32 vars in 680 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1990] 10.0.0.31 () {32 vars in 680 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1991] 10.0.0.31 () {32 vars in 690 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/1992] 10.0.0.31 () {32 vars in 690 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1993] 10.0.0.31 () {32 vars in 694 bytes} [Tue May 19 06:28:39 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: 1017/1994] 10.0.0.31 () {32 vars in 684 bytes} [Tue May 19 06:28:39 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: 978/1995] 10.0.0.31 () {32 vars in 688 bytes} [Tue May 19 06:28:39 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: 1018/1996] 10.0.0.31 () {32 vars in 700 bytes} [Tue May 19 06:28:39 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: 979/1997] 10.0.0.31 () {32 vars in 702 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/1998] 10.0.0.31 () {32 vars in 712 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1999] 10.0.0.31 () {32 vars in 716 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2000] 10.0.0.31 () {32 vars in 714 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2001] 10.0.0.31 () {32 vars in 726 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/2002] 10.0.0.31 () {32 vars in 740 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/2003] 10.0.0.31 () {32 vars in 718 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/2004] 10.0.0.31 () {32 vars in 682 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/2005] 10.0.0.31 () {32 vars in 668 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/segment => generated 145 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/2006] 10.0.0.31 () {32 vars in 718 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2007] 10.0.0.31 () {32 vars in 678 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/2008] 10.0.0.31 () {32 vars in 668 bytes} [Tue May 19 06:28:39 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: 7|app: 0|req: 1020/2009] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/ports?device_id=5f05cebd-0424-4406-8f6e-5e4821566c73 => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2010] 10.0.0.31 () {32 vars in 696 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/standard-attr-segment => 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: 991/2011] 10.0.0.31 () {32 vars in 704 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2012] 10.0.0.31 () {32 vars in 700 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2013] 10.0.0.31 () {32 vars in 700 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2014] 10.0.0.31 () {32 vars in 682 bytes} [Tue May 19 06:28:39 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: 1021/2015] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:28:39 2026] GET /v2.0/security-groups?id=8e41115a-31e8-4710-bbaf-ad99f18ce157&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2016] 10.0.0.31 () {32 vars in 704 bytes} [Tue May 19 06:28:40 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2017] 10.0.0.31 () {32 vars in 694 bytes} [Tue May 19 06:28:40 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/2018] 10.0.0.31 () {32 vars in 688 bytes} [Tue May 19 06:28:40 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2019] 10.0.0.31 () {32 vars in 696 bytes} [Tue May 19 06:28:40 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2020] 10.0.0.31 () {32 vars in 678 bytes} [Tue May 19 06:28:40 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: 7|app: 0|req: 1024/2021] 10.0.0.31 () {32 vars in 688 bytes} [Tue May 19 06:28:40 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2022] 10.0.0.31 () {32 vars in 700 bytes} [Tue May 19 06:28:40 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2023] 10.0.0.31 () {32 vars in 664 bytes} [Tue May 19 06:28:40 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2024] 10.0.0.31 () {32 vars in 680 bytes} [Tue May 19 06:28:40 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2025] 10.0.0.31 () {32 vars in 676 bytes} [Tue May 19 06:28:40 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2026] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:40 2026] GET /v2.0/ports?device_id=5f05cebd-0424-4406-8f6e-5e4821566c73 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2027] 10.0.0.31 () {32 vars in 692 bytes} [Tue May 19 06:28:40 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2028] 10.0.0.31 () {32 vars in 676 bytes} [Tue May 19 06:28:40 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2029] 10.0.0.31 () {32 vars in 666 bytes} [Tue May 19 06:28:40 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2030] 10.0.0.31 () {32 vars in 662 bytes} [Tue May 19 06:28:40 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2031] 10.0.0.31 () {32 vars in 674 bytes} [Tue May 19 06:28:40 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: 1026/2032] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:28:40 2026] GET /v2.0/security-groups?id=8e41115a-31e8-4710-bbaf-ad99f18ce157&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2033] 10.0.0.31 () {32 vars in 686 bytes} [Tue May 19 06:28:40 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2034] 10.0.0.31 () {32 vars in 735 bytes} [Tue May 19 06:28:40 2026] GET /v2.0/ports?device_id=5f05cebd-0424-4406-8f6e-5e4821566c73 => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:28:40.513 8 INFO neutron.db.l3_db [None req-11a228e7-6d28-4876-8854-db1f517f3476 83c262ab0a394fc7ba321e090aaf06da fab298f2bf6f4eb396acd097f7ed01d5 - - default default] Floating IP 0fcff119-557e-45b0-be25-9977ddf68645 associated. External IP: 10.96.250.212, port: 3054d598-f708-49ad-a0c3-72dcc8c58717. [pid: 8|app: 0|req: 1008/2035] 10.0.0.31 () {34 vars in 748 bytes} [Tue May 19 06:28:40 2026] PUT /v2.0/floatingips/0fcff119-557e-45b0-be25-9977ddf68645 => generated 855 bytes in 643 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:28:40.889 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-51ae3aa7-f976-431d-a9d0-b5bf38317e9f'] response: {'name': 'network-changed', 'server_uuid': '5f05cebd-0424-4406-8f6e-5e4821566c73', 'tag': '3054d598-f708-49ad-a0c3-72dcc8c58717', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1028/2036] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:28:40 2026] GET /v2.0/security-groups?tenant_id=b91606859bb044f1a11ec8c748f26bb6&name=default => generated 2925 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2037] 10.0.0.31 () {32 vars in 728 bytes} [Tue May 19 06:28:40 2026] GET /v2.0/floatingips/0fcff119-557e-45b0-be25-9977ddf68645 => generated 855 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2038] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:28:40 2026] DELETE /v2.0/security-groups/2d82b0ef-5e58-484f-a7b6-f358db641b4d => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2039] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:41 2026] GET /v2.0/ports?device_id=3c7d6d9c-57dd-43b0-9d67-8576a5445f5a => generated 1204 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2040] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:28:41 2026] GET /v2.0/ports?tenant_id=fab298f2bf6f4eb396acd097f7ed01d5&device_id=5f05cebd-0424-4406-8f6e-5e4821566c73 => 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: 1011/2041] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:28:41 2026] GET /v2.0/security-groups?id=b60deee0-6660-4f94-a62b-4403608d1953&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: 7|app: 0|req: 1031/2042] 199.204.45.44 () {34 vars in 985 bytes} [Tue May 19 06:28:41 2026] GET /v2.0/networks?id=7f9e590d-c786-4611-9a06-21c7729eaee0 => generated 756 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2043] 199.204.45.44 () {34 vars in 1057 bytes} [Tue May 19 06:28:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=3054d598-f708-49ad-a0c3-72dcc8c58717 => generated 858 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2044] 199.204.45.44 () {34 vars in 983 bytes} [Tue May 19 06:28:41 2026] GET /v2.0/subnets?id=3b9aff84-6823-41ae-ac94-e56a98cbf410 => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2045] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:28:41 2026] GET /v2.0/ports?network_id=7f9e590d-c786-4611-9a06-21c7729eaee0&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2046] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:28:41 2026] GET /v2.0/networks/7f9e590d-c786-4611-9a06-21c7729eaee0?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: 1014/2047] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:28:41 2026] GET /v2.0/networks/7f9e590d-c786-4611-9a06-21c7729eaee0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2048] 10.0.0.31 () {32 vars in 728 bytes} [Tue May 19 06:28:41 2026] GET /v2.0/floatingips/0fcff119-557e-45b0-be25-9977ddf68645 => 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: 1015/2049] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:42 2026] GET /v2.0/ports?device_id=b569761f-edc7-4a56-a32e-d036e08f25a3 => generated 1014 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2050] 10.0.0.232 () {34 vars in 1120 bytes} [Tue May 19 06:28:42 2026] GET /v2.0/security-groups?id=9b908829-f766-4582-bcaa-cee3cf0c980f&id=999a1307-702b-41f3-afc2-4b7051d28af8&fields=id&fields=name => generated 207 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2051] 10.0.0.31 () {32 vars in 735 bytes} [Tue May 19 06:28:42 2026] GET /v2.0/ports?device_id=b569761f-edc7-4a56-a32e-d036e08f25a3 => generated 1283 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2052] 10.0.0.31 () {32 vars in 857 bytes} [Tue May 19 06:28:42 2026] GET /v2.0/floatingips?floating_network_id=3084c245-459d-40e8-b1c4-a5826a39afe3&port_id=3d8bed51-5611-4762-a262-b94e626f3dff => generated 861 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2053] 10.0.0.31 () {32 vars in 728 bytes} [Tue May 19 06:28:42 2026] GET /v2.0/floatingips/0fcff119-557e-45b0-be25-9977ddf68645 => generated 857 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:28:43.050 7 INFO neutron.db.segments_db [None req-14482b51-a1de-44c1-8fe3-68a62aa854cc ff46e4e7ee18476989ed3d86a0d04b8c 92e2b6498913428f875096d2225e68e5 - - default default] Added segment 6789fd80-d475-4b2e-b3fa-f31d2bc49225 of type vxlan for network 9cda366f-337a-4bec-8d6d-72698556acd5 2026-05-19 06:28:43.137 7 INFO neutron.db.segments_db [None req-14482b51-a1de-44c1-8fe3-68a62aa854cc ff46e4e7ee18476989ed3d86a0d04b8c 92e2b6498913428f875096d2225e68e5 - - default default] Added segment 4157fc98-7ac2-4dac-8bd1-6c8703d7ac41 of type vxlan for network 81b0ba0d-9d49-42d5-9160-1540be56c55b [pid: 7|app: 0|req: 1036/2054] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:28:42 2026] POST /v2.0/networks => generated 1206 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2057] 10.0.0.31 () {32 vars in 648 bytes} [Tue May 19 06:28:43 2026] GET /v2.0/networks => generated 1843 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:28:43.455 7 INFO neutron.services.segments.plugin [-] Segment 6789fd80-d475-4b2e-b3fa-f31d2bc49225 resource provider aggregate not found 2026-05-19 06:28:43.460 7 INFO neutron.services.segments.plugin [-] Segment 6789fd80-d475-4b2e-b3fa-f31d2bc49225 resource provider aggregate not found 2026-05-19 06:28:43.472 7 INFO neutron.services.segments.plugin [-] Segment 6789fd80-d475-4b2e-b3fa-f31d2bc49225 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6789fd80-d475-4b2e-b3fa-f31d2bc49225 found for delete ", "request_id": "req-c5d89701-415a-43f0-b01c-4bfcb7175317"}]} 2026-05-19 06:28:43.488 7 INFO neutron.services.segments.plugin [-] Segment 6789fd80-d475-4b2e-b3fa-f31d2bc49225 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6789fd80-d475-4b2e-b3fa-f31d2bc49225 found for delete ", "request_id": "req-0846fb1d-b85d-467b-92f0-408051c31f22"}]} [pid: 7|app: 0|req: 1039/2058] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:28:43 2026] DELETE /v2.0/networks/9cda366f-337a-4bec-8d6d-72698556acd5 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:28:43.603 8 INFO neutron.services.segments.plugin [-] Segment 4157fc98-7ac2-4dac-8bd1-6c8703d7ac41 resource provider aggregate not found 2026-05-19 06:28:43.608 8 INFO neutron.services.segments.plugin [-] Segment 4157fc98-7ac2-4dac-8bd1-6c8703d7ac41 resource provider aggregate not found 2026-05-19 06:28:43.622 8 INFO neutron.services.segments.plugin [-] Segment 4157fc98-7ac2-4dac-8bd1-6c8703d7ac41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4157fc98-7ac2-4dac-8bd1-6c8703d7ac41 found for delete ", "request_id": "req-e1af6790-c9e1-4a44-bddb-3973faef9f1a"}]} 2026-05-19 06:28:43.625 8 INFO neutron.services.segments.plugin [-] Segment 4157fc98-7ac2-4dac-8bd1-6c8703d7ac41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4157fc98-7ac2-4dac-8bd1-6c8703d7ac41 found for delete ", "request_id": "req-d088a891-994a-4e24-9386-5a1c92990280"}]} [pid: 8|app: 0|req: 1020/2059] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:28:43 2026] DELETE /v2.0/networks/81b0ba0d-9d49-42d5-9160-1540be56c55b => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2060] 10.0.0.225 () {34 vars in 990 bytes} [Tue May 19 06:28:43 2026] GET /v2.0/ports?device_id=b569761f-edc7-4a56-a32e-d036e08f25a3 => generated 1283 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2061] 10.0.0.31 () {32 vars in 648 bytes} [Tue May 19 06:28:43 2026] GET /v2.0/networks => generated 651 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2062] 10.0.0.225 () {34 vars in 1120 bytes} [Tue May 19 06:28:43 2026] GET /v2.0/security-groups?id=9b908829-f766-4582-bcaa-cee3cf0c980f&id=999a1307-702b-41f3-afc2-4b7051d28af8&fields=id&fields=name => generated 207 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:28:43.789 7 INFO neutron.db.segments_db [None req-3eda81eb-b76b-4838-8121-2fc8c7fbd2cf ff46e4e7ee18476989ed3d86a0d04b8c 92e2b6498913428f875096d2225e68e5 - - default default] Added segment 3e63c377-2ed5-4598-9949-6f4369722952 of type vxlan for network 8d9b3528-4fe8-4d61-a777-f08ba28b0e58 [pid: 7|app: 0|req: 1041/2063] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:28:43 2026] POST /v2.0/networks => generated 631 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:28:43.946 8 INFO neutron.db.segments_db [None req-1453dae9-51ed-444e-a7e9-3e54f0529d8e ff46e4e7ee18476989ed3d86a0d04b8c 92e2b6498913428f875096d2225e68e5 - - default default] Added segment 89eb0d8f-d3a5-4a6a-a81d-22dae342e20d of type vxlan for network 1feceaba-53c8-49a1-a26e-29caf744770c [pid: 8|app: 0|req: 1023/2064] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:28:43 2026] POST /v2.0/networks => generated 631 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2065] 10.0.0.31 () {34 vars in 664 bytes} [Tue May 19 06:28:44 2026] POST /v2.0/ports => generated 1505 bytes in 604 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2066] 10.0.0.31 () {32 vars in 642 bytes} [Tue May 19 06:28:44 2026] GET /v2.0/ports => generated 1505 bytes in 91 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-19 06:28:44.870 7 INFO neutron_taas.services.taas.taas_plugin [None req-c0a9c2c8-c42d-40fa-aaa8-779cc9f7d1af ff46e4e7ee18476989ed3d86a0d04b8c 92e2b6498913428f875096d2225e68e5 - - default default] TaaS: Handle Delete Port: 33d56ac6-3659-4046-9c89-bcb360fa5d89 2026-05-19 06:28:44.873 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c0a9c2c8-c42d-40fa-aaa8-779cc9f7d1af ff46e4e7ee18476989ed3d86a0d04b8c 92e2b6498913428f875096d2225e68e5 - - default default] Tap Mirror: Handle Delete Port: 33d56ac6-3659-4046-9c89-bcb360fa5d89 [pid: 7|app: 0|req: 1043/2067] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 19 06:28:44 2026] DELETE /v2.0/ports/33d56ac6-3659-4046-9c89-bcb360fa5d89 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:28:45.073 8 INFO neutron_taas.services.taas.taas_plugin [None req-b9d11f34-acea-454d-924c-2c0aa05c4cdb ff46e4e7ee18476989ed3d86a0d04b8c 92e2b6498913428f875096d2225e68e5 - - default default] TaaS: Handle Delete Port: b4a0180a-e817-473b-9470-a7dd93446b04 2026-05-19 06:28:45.076 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9d11f34-acea-454d-924c-2c0aa05c4cdb ff46e4e7ee18476989ed3d86a0d04b8c 92e2b6498913428f875096d2225e68e5 - - default default] Tap Mirror: Handle Delete Port: b4a0180a-e817-473b-9470-a7dd93446b04 [pid: 8|app: 0|req: 1025/2068] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 19 06:28:44 2026] DELETE /v2.0/ports/b4a0180a-e817-473b-9470-a7dd93446b04 => 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: 1044/2069] 10.0.0.31 () {32 vars in 642 bytes} [Tue May 19 06:28:45 2026] GET /v2.0/ports => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:28:45.268 8 INFO neutron.db.segments_db [None req-e9900561-2ebb-458e-8b47-335bef34357f ff46e4e7ee18476989ed3d86a0d04b8c 92e2b6498913428f875096d2225e68e5 - - default default] Added segment 03eb8bb0-1203-4821-8f2f-43b04c124388 of type vxlan for network 68b65592-dc5d-4d57-b43e-b9cdd73eb261 [pid: 8|app: 0|req: 1026/2070] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:28:45 2026] POST /v2.0/networks => generated 631 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:28:45.425 7 INFO neutron.db.segments_db [None req-82b4ad69-cde4-44c7-a3cf-fd5c9fc20387 ff46e4e7ee18476989ed3d86a0d04b8c 92e2b6498913428f875096d2225e68e5 - - default default] Added segment 5606d36b-3cad-434b-8884-9c5caa8b8232 of type vxlan for network 3007c511-bb69-4574-9523-224cd189a286 [pid: 7|app: 0|req: 1045/2071] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:28:45 2026] POST /v2.0/networks => generated 631 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2072] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:28:45 2026] POST /v2.0/subnets => generated 1274 bytes in 544 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2073] 10.0.0.31 () {32 vars in 646 bytes} [Tue May 19 06:28:46 2026] GET /v2.0/subnets => generated 1910 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2074] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:28:46 2026] DELETE /v2.0/subnets/d9b89341-4d93-41e1-aaa3-f58e3df24b67 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2075] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:28:46 2026] DELETE /v2.0/subnets/053bed3e-2afc-4632-b550-fc60bc02e61c => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2076] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:46 2026] GET /v2.0/ports?device_id=b569761f-edc7-4a56-a32e-d036e08f25a3 => generated 1014 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2077] 10.0.0.31 () {32 vars in 646 bytes} [Tue May 19 06:28:46 2026] GET /v2.0/subnets => generated 649 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2078] 10.0.0.232 () {34 vars in 1120 bytes} [Tue May 19 06:28:46 2026] GET /v2.0/security-groups?id=9b908829-f766-4582-bcaa-cee3cf0c980f&id=999a1307-702b-41f3-afc2-4b7051d28af8&fields=id&fields=name => generated 207 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2079] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:46 2026] GET /v2.0/ports?device_id=3c7d6d9c-57dd-43b0-9d67-8576a5445f5a => generated 1204 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:28:46.605 7 INFO neutron.services.segments.plugin [-] Segment 5606d36b-3cad-434b-8884-9c5caa8b8232 resource provider aggregate not found 2026-05-19 06:28:46.614 7 INFO neutron.services.segments.plugin [-] Segment 5606d36b-3cad-434b-8884-9c5caa8b8232 resource provider aggregate not found 2026-05-19 06:28:46.630 7 INFO neutron.services.segments.plugin [-] Segment 5606d36b-3cad-434b-8884-9c5caa8b8232 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5606d36b-3cad-434b-8884-9c5caa8b8232 found for delete ", "request_id": "req-e21cd5d0-c79c-40c6-ad63-56af88afa617"}]} 2026-05-19 06:28:46.633 7 INFO neutron.services.segments.plugin [-] Segment 5606d36b-3cad-434b-8884-9c5caa8b8232 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5606d36b-3cad-434b-8884-9c5caa8b8232 found for delete ", "request_id": "req-c107d2d0-9391-400f-8b50-63b9fbc12ffa"}]} [pid: 8|app: 0|req: 1032/2080] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:28:46 2026] GET /v2.0/security-groups?id=b60deee0-6660-4f94-a62b-4403608d1953&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2081] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:28:46 2026] DELETE /v2.0/networks/3007c511-bb69-4574-9523-224cd189a286 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:28:46.773 8 INFO neutron.services.segments.plugin [-] Segment 03eb8bb0-1203-4821-8f2f-43b04c124388 resource provider aggregate not found 2026-05-19 06:28:46.778 8 INFO neutron.services.segments.plugin [-] Segment 03eb8bb0-1203-4821-8f2f-43b04c124388 resource provider aggregate not found [pid: 7|app: 0|req: 1050/2082] 10.0.0.31 () {32 vars in 817 bytes} [Tue May 19 06:28:46 2026] GET /v2.0/ports?network_id=73c51fb8-ec62-453c-a175-530aa0903808&mac_address=fa%3A16%3A3e%3Afd%3A9e%3A5c => generated 1204 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:28:46.800 8 INFO neutron.services.segments.plugin [-] Segment 03eb8bb0-1203-4821-8f2f-43b04c124388 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03eb8bb0-1203-4821-8f2f-43b04c124388 found for delete ", "request_id": "req-296acedf-2d71-4c2f-aad9-15e5aa740d4e"}]} 2026-05-19 06:28:46.801 8 INFO neutron.services.segments.plugin [-] Segment 03eb8bb0-1203-4821-8f2f-43b04c124388 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03eb8bb0-1203-4821-8f2f-43b04c124388 found for delete ", "request_id": "req-3e941278-e094-453c-b1fe-666ef0a488c1"}]} [pid: 8|app: 0|req: 1033/2083] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:28:46 2026] DELETE /v2.0/networks/68b65592-dc5d-4d57-b43e-b9cdd73eb261 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2084] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:28:46 2026] DELETE /v2.0/networks/1feceaba-53c8-49a1-a26e-29caf744770c => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2085] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:28:46 2026] DELETE /v2.0/networks/8d9b3528-4fe8-4d61-a777-f08ba28b0e58 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:28:47.592 7 INFO neutron.db.l3_db [None req-47098329-0472-4008-8a2c-7ccdfc810b5e 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] Floating IP d9aea70e-772c-47b3-a7d9-57ec11c62b5a associated. External IP: 10.96.250.213, port: 1390b912-1541-4914-8dfc-9e89e9f2a2ba. [pid: 8|app: 0|req: 1036/2086] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:47 2026] GET /v2.0/ports?device_id=b569761f-edc7-4a56-a32e-d036e08f25a3 => generated 1014 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2087] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:28:47 2026] GET /v2.0/security-groups?tenant_id=92e2b6498913428f875096d2225e68e5&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2088] 10.0.0.232 () {34 vars in 1120 bytes} [Tue May 19 06:28:47 2026] GET /v2.0/security-groups?id=9b908829-f766-4582-bcaa-cee3cf0c980f&id=999a1307-702b-41f3-afc2-4b7051d28af8&fields=id&fields=name => generated 207 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2089] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:28:47 2026] DELETE /v2.0/security-groups/20d46366-c09e-4869-ba8e-8eba7a1dcd3b => 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: 1051/2090] 10.0.0.31 () {34 vars in 676 bytes} [Tue May 19 06:28:46 2026] POST /v2.0/floatingips => generated 855 bytes in 1509 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:28:48.502 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2b24e632-c594-4bcc-a1bc-b7ab61565480'] response: {'name': 'network-changed', 'server_uuid': '3c7d6d9c-57dd-43b0-9d67-8576a5445f5a', 'tag': '1390b912-1541-4914-8dfc-9e89e9f2a2ba', 'status': 'completed', 'code': 200} 2026-05-19 06:28:48.819 8 INFO neutron.services.segments.plugin [-] Segment 89eb0d8f-d3a5-4a6a-a81d-22dae342e20d resource provider aggregate not found 2026-05-19 06:28:48.823 8 INFO neutron.services.segments.plugin [-] Segment 89eb0d8f-d3a5-4a6a-a81d-22dae342e20d resource provider aggregate not found 2026-05-19 06:28:48.837 8 INFO neutron.services.segments.plugin [-] Segment 89eb0d8f-d3a5-4a6a-a81d-22dae342e20d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89eb0d8f-d3a5-4a6a-a81d-22dae342e20d found for delete ", "request_id": "req-ffc9a6e3-d8f6-4268-92ae-5147ae711235"}]} 2026-05-19 06:28:48.842 8 INFO neutron.services.segments.plugin [-] Segment 89eb0d8f-d3a5-4a6a-a81d-22dae342e20d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89eb0d8f-d3a5-4a6a-a81d-22dae342e20d found for delete ", "request_id": "req-5adea8ae-d5a7-4c13-a0a0-b5bce2f1d53a"}]} 2026-05-19 06:28:48.864 8 INFO neutron.services.segments.plugin [-] Segment 3e63c377-2ed5-4598-9949-6f4369722952 resource provider aggregate not found 2026-05-19 06:28:48.866 8 INFO neutron.services.segments.plugin [-] Segment 3e63c377-2ed5-4598-9949-6f4369722952 resource provider aggregate not found 2026-05-19 06:28:48.883 8 INFO neutron.services.segments.plugin [-] Segment 3e63c377-2ed5-4598-9949-6f4369722952 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e63c377-2ed5-4598-9949-6f4369722952 found for delete ", "request_id": "req-5b341d33-73d0-4850-8dae-48294d3a9753"}]} 2026-05-19 06:28:48.887 8 INFO neutron.services.segments.plugin [-] Segment 3e63c377-2ed5-4598-9949-6f4369722952 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e63c377-2ed5-4598-9949-6f4369722952 found for delete ", "request_id": "req-bfbd8751-d3df-4d5c-acdb-2eac6b2f6ff6"}]} [pid: 8|app: 0|req: 1040/2091] 199.204.45.44 () {34 vars in 993 bytes} [Tue May 19 06:28:48 2026] GET /v2.0/ports?device_id=b569761f-edc7-4a56-a32e-d036e08f25a3 => generated 1014 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2092] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:48 2026] GET /v2.0/ports?device_id=b569761f-edc7-4a56-a32e-d036e08f25a3 => generated 1014 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2093] 10.0.0.232 () {34 vars in 1120 bytes} [Tue May 19 06:28:48 2026] GET /v2.0/security-groups?id=9b908829-f766-4582-bcaa-cee3cf0c980f&id=999a1307-702b-41f3-afc2-4b7051d28af8&fields=id&fields=name => generated 207 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:28:49.006 8 INFO neutron_taas.services.taas.taas_plugin [req-5062dcb0-7536-4618-962b-88ccf7734c46 req-8b9e9776-ff9f-46b7-8b0b-051213176c23 65b389b69cce441484752c4ec6ee9186 cf7714a7073843f4b72f199ac34ae230 - - default default] TaaS: Handle Delete Port: 3d8bed51-5611-4762-a262-b94e626f3dff 2026-05-19 06:28:49.009 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5062dcb0-7536-4618-962b-88ccf7734c46 req-8b9e9776-ff9f-46b7-8b0b-051213176c23 65b389b69cce441484752c4ec6ee9186 cf7714a7073843f4b72f199ac34ae230 - - default default] Tap Mirror: Handle Delete Port: 3d8bed51-5611-4762-a262-b94e626f3dff [pid: 7|app: 0|req: 1054/2094] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:28:49 2026] GET /v2.0/ports?tenant_id=1f8f6c4295ed4c8b81afdc69af72cb73&device_id=3c7d6d9c-57dd-43b0-9d67-8576a5445f5a => generated 1473 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2095] 199.204.45.44 () {34 vars in 985 bytes} [Tue May 19 06:28:49 2026] GET /v2.0/networks?id=73c51fb8-ec62-453c-a175-530aa0903808 => generated 801 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2096] 199.204.45.44 () {34 vars in 1057 bytes} [Tue May 19 06:28:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.104&port_id=1390b912-1541-4914-8dfc-9e89e9f2a2ba => generated 858 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2097] 199.204.45.44 () {34 vars in 1105 bytes} [Tue May 19 06:28:49 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A208&port_id=1390b912-1541-4914-8dfc-9e89e9f2a2ba => 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: 1058/2098] 199.204.45.44 () {34 vars in 1063 bytes} [Tue May 19 06:28:49 2026] GET /v2.0/subnets?id=3ad79bf6-970c-43f4-aebb-d3d6378d6627&id=cae213ed-9b3b-4599-b53f-98f79dc00a30 => generated 1413 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2099] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:28:49 2026] GET /v2.0/ports?network_id=73c51fb8-ec62-453c-a175-530aa0903808&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: 1060/2100] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:28:49 2026] GET /v2.0/ports?network_id=73c51fb8-ec62-453c-a175-530aa0903808&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: 1061/2101] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:28:49 2026] GET /v2.0/networks/73c51fb8-ec62-453c-a175-530aa0903808?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2102] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:28:49 2026] GET /v2.0/networks/73c51fb8-ec62-453c-a175-530aa0903808?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:28:49.576 8 INFO neutron.db.l3_db [req-5062dcb0-7536-4618-962b-88ccf7734c46 req-8b9e9776-ff9f-46b7-8b0b-051213176c23 65b389b69cce441484752c4ec6ee9186 cf7714a7073843f4b72f199ac34ae230 - - default default] Floating IP 91176c49-dce5-49d6-bc8b-5c8552932768 disassociated. External IP: 10.96.250.209, port: 3d8bed51-5611-4762-a262-b94e626f3dff. 2026-05-19 06:28:49.892 7 INFO neutron.db.segments_db [None req-1f003a56-11cd-4377-ba6e-4844584fdfd1 fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] Added segment f81ca356-cab7-4bd1-8164-ed8140ae9374 of type vxlan for network fe27f2a2-2a83-487c-b3c2-06620e6f3f8b [pid: 8|app: 0|req: 1041/2103] 199.204.45.44 () {36 vars in 996 bytes} [Tue May 19 06:28:48 2026] DELETE /v2.0/ports/3d8bed51-5611-4762-a262-b94e626f3dff => generated 0 bytes in 1041 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2104] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:28:49 2026] POST /v2.0/networks => generated 615 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:28:49.975 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1342bc90-b798-44a7-af28-681331514a1a'] response: {'server_uuid': 'b569761f-edc7-4a56-a32e-d036e08f25a3', 'name': 'network-vif-deleted', 'tag': '3d8bed51-5611-4762-a262-b94e626f3dff', 'status': 'completed', 'code': 200} 2026-05-19 06:28:50.022 8 INFO neutron.db.segments_db [None req-b1ae7003-d11d-4d47-98dc-db5a267b399b fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] Added segment 15a63d43-b84d-4d82-bac4-c9119e657a3b of type vxlan for network 42c11410-2c6b-4bd6-a9a0-196911f85604 [pid: 7|app: 0|req: 1064/2105] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:50 2026] GET /v2.0/ports?device_id=b569761f-edc7-4a56-a32e-d036e08f25a3 => 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: 1042/2106] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:28:49 2026] POST /v2.0/networks => generated 615 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2107] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:28:50 2026] POST /v2.0/subnets => generated 646 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2108] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:28:50 2026] POST /v2.0/subnets => generated 655 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:28:50.673 7 INFO neutron.db.segments_db [None req-8f553e6c-a5bd-4fb7-9722-ae0e69f6eb0b fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] Added segment 84882af5-3e9c-49ba-a1f6-3d622817ce8b of type vxlan for network 0d83526e-0292-4ab8-87f1-faf6fae8cfff 2026-05-19 06:28:50.940 7 INFO neutron.db.l3_hamode_db [None req-8f553e6c-a5bd-4fb7-9722-ae0e69f6eb0b fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-19 06:28:51.051 7 INFO neutron.db.l3_hamode_db [None req-8f553e6c-a5bd-4fb7-9722-ae0e69f6eb0b fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1044/2109] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:51 2026] GET /v2.0/ports?device_id=b569761f-edc7-4a56-a32e-d036e08f25a3 => 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: 1045/2110] 10.0.0.225 () {34 vars in 990 bytes} [Tue May 19 06:28:51 2026] GET /v2.0/ports?device_id=5f05cebd-0424-4406-8f6e-5e4821566c73 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2111] 10.0.0.225 () {34 vars in 1040 bytes} [Tue May 19 06:28:51 2026] GET /v2.0/security-groups?id=8e41115a-31e8-4710-bbaf-ad99f18ce157&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: 1066/2112] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:28:50 2026] POST /v2.0/routers => generated 511 bytes in 936 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2113] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:28:52 2026] GET /v2.0/ports?device_id=b569761f-edc7-4a56-a32e-d036e08f25a3 => 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: 1047/2114] 10.0.0.31 () {34 vars in 782 bytes} [Tue May 19 06:28:51 2026] PUT /v2.0/routers/78335e11-65cf-4fee-8c95-1e3364db30ba/add_router_interface => generated 309 bytes in 1056 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2115] 10.0.0.31 () {32 vars in 716 bytes} [Tue May 19 06:28:52 2026] GET /v2.0/ports/4fabcf5f-e4de-4022-96b8-153c3acb5cf4 => generated 959 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2116] 10.0.0.225 () {34 vars in 990 bytes} [Tue May 19 06:28:52 2026] GET /v2.0/ports?device_id=3c7d6d9c-57dd-43b0-9d67-8576a5445f5a => generated 1473 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2117] 10.0.0.225 () {34 vars in 1040 bytes} [Tue May 19 06:28:52 2026] GET /v2.0/security-groups?id=b60deee0-6660-4f94-a62b-4403608d1953&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2118] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:28:53 2026] DELETE /v2.0/security-groups/9b908829-f766-4582-bcaa-cee3cf0c980f => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:28:53.551 7 INFO neutron.api.v2.resource [None req-ac3a840b-70e7-4925-a8e4-191496d8228f 65b389b69cce441484752c4ec6ee9186 cf7714a7073843f4b72f199ac34ae230 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1072/2119] 10.0.0.31 () {32 vars in 736 bytes} [Tue May 19 06:28:53 2026] GET /v2.0/security-groups/9b908829-f766-4582-bcaa-cee3cf0c980f => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-19 06:28:53.662 7 INFO neutron_taas.services.taas.taas_plugin [None req-771b4057-1310-467b-9d1b-59ea096a0198 65b389b69cce441484752c4ec6ee9186 cf7714a7073843f4b72f199ac34ae230 - - default default] TaaS: Handle Delete Port: 6bc30ad1-d0eb-472f-a56a-36c5e9d65f6e 2026-05-19 06:28:53.666 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-771b4057-1310-467b-9d1b-59ea096a0198 65b389b69cce441484752c4ec6ee9186 cf7714a7073843f4b72f199ac34ae230 - - default default] Tap Mirror: Handle Delete Port: 6bc30ad1-d0eb-472f-a56a-36c5e9d65f6e [pid: 8|app: 0|req: 1048/2120] 10.0.0.31 () {34 vars in 782 bytes} [Tue May 19 06:28:52 2026] PUT /v2.0/routers/78335e11-65cf-4fee-8c95-1e3364db30ba/add_router_interface => generated 309 bytes in 1168 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2121] 10.0.0.31 () {32 vars in 731 bytes} [Tue May 19 06:28:53 2026] DELETE /v2.0/floatingips/91176c49-dce5-49d6-bc8b-5c8552932768 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2122] 10.0.0.31 () {32 vars in 716 bytes} [Tue May 19 06:28:53 2026] GET /v2.0/ports/02cc7838-25a6-40cb-b5f6-96861b86dddb => generated 967 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2123] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:28:53 2026] DELETE /v2.0/security-groups/999a1307-702b-41f3-afc2-4b7051d28af8 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:28:54.156 8 INFO neutron_taas.services.taas.taas_plugin [None req-525aeb72-5445-4a91-abaa-ba6f014dc4f8 fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] TaaS: Handle Delete Port: 02cc7838-25a6-40cb-b5f6-96861b86dddb 2026-05-19 06:28:54.158 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-525aeb72-5445-4a91-abaa-ba6f014dc4f8 fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] Tap Mirror: Handle Delete Port: 02cc7838-25a6-40cb-b5f6-96861b86dddb 2026-05-19 06:28:54.379 7 INFO neutron_taas.services.taas.taas_plugin [None req-7d459848-8a45-4def-9672-ad45a94151e7 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] TaaS: Handle Delete Port: ea9a5a93-8e64-4446-8065-a250e65dd280 2026-05-19 06:28:54.382 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d459848-8a45-4def-9672-ad45a94151e7 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Tap Mirror: Handle Delete Port: ea9a5a93-8e64-4446-8065-a250e65dd280 [pid: 8|app: 0|req: 1050/2124] 10.0.0.31 () {34 vars in 788 bytes} [Tue May 19 06:28:53 2026] PUT /v2.0/routers/78335e11-65cf-4fee-8c95-1e3364db30ba/remove_router_interface => generated 309 bytes in 692 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2125] 10.0.0.31 () {34 vars in 788 bytes} [Tue May 19 06:28:54 2026] PUT /v2.0/routers/15076cc3-6f22-4edb-b0c5-913b33ecaa1a/remove_router_interface => generated 309 bytes in 796 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:28:54.900 8 INFO neutron_taas.services.taas.taas_plugin [None req-a4262162-8069-48c6-b9a6-75658d2f50e8 fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] TaaS: Handle Delete Port: 4fabcf5f-e4de-4022-96b8-153c3acb5cf4 2026-05-19 06:28:54.903 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4262162-8069-48c6-b9a6-75658d2f50e8 fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] Tap Mirror: Handle Delete Port: 4fabcf5f-e4de-4022-96b8-153c3acb5cf4 2026-05-19 06:28:55.021 7 INFO neutron_taas.services.taas.taas_plugin [None req-6217f3d0-3611-463e-b567-d022a64bb746 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] TaaS: Handle Delete Port: 014b1bf3-9650-4728-9043-ff42d5dd3177 2026-05-19 06:28:55.023 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6217f3d0-3611-463e-b567-d022a64bb746 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Tap Mirror: Handle Delete Port: 014b1bf3-9650-4728-9043-ff42d5dd3177 2026-05-19 06:28:55.287 7 INFO neutron_taas.services.taas.taas_plugin [None req-6217f3d0-3611-463e-b567-d022a64bb746 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] TaaS: Handle Delete Port: 137b0a07-e2bf-480c-98fc-5a56579f7b0d 2026-05-19 06:28:55.290 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6217f3d0-3611-463e-b567-d022a64bb746 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Tap Mirror: Handle Delete Port: 137b0a07-e2bf-480c-98fc-5a56579f7b0d [pid: 8|app: 0|req: 1051/2126] 10.0.0.31 () {34 vars in 788 bytes} [Tue May 19 06:28:54 2026] PUT /v2.0/routers/78335e11-65cf-4fee-8c95-1e3364db30ba/remove_router_interface => generated 309 bytes in 772 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2127] 10.0.0.31 () {32 vars in 735 bytes} [Tue May 19 06:28:55 2026] GET /v2.0/ports?device_id=78335e11-65cf-4fee-8c95-1e3364db30ba => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:28:55.528 8 INFO neutron_taas.services.taas.taas_plugin [None req-44a1e2f9-6f0e-4366-a108-30d23d31db00 fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] TaaS: Handle Delete Port: 875b9347-2ae5-4db1-85c3-b4ff10ae05cd 2026-05-19 06:28:55.533 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44a1e2f9-6f0e-4366-a108-30d23d31db00 fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] Tap Mirror: Handle Delete Port: 875b9347-2ae5-4db1-85c3-b4ff10ae05cd 2026-05-19 06:28:55.646 7 INFO neutron.services.segments.plugin [-] Segment e9e149de-4479-411f-9595-5c26af4058a9 resource provider aggregate not found 2026-05-19 06:28:55.655 7 INFO neutron.services.segments.plugin [-] Segment e9e149de-4479-411f-9595-5c26af4058a9 resource provider aggregate not found 2026-05-19 06:28:55.674 7 INFO neutron.services.segments.plugin [-] Segment e9e149de-4479-411f-9595-5c26af4058a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9e149de-4479-411f-9595-5c26af4058a9 found for delete ", "request_id": "req-a3109f93-9f60-4a87-9490-0acbe878c8cd"}]} 2026-05-19 06:28:55.677 7 INFO neutron.services.segments.plugin [-] Segment e9e149de-4479-411f-9595-5c26af4058a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9e149de-4479-411f-9595-5c26af4058a9 found for delete ", "request_id": "req-85e52fb6-18f3-41f7-8b96-62adbbd8dfcd"}]} 2026-05-19 06:28:55.687 7 INFO neutron.db.l3_hamode_db [None req-6217f3d0-3611-463e-b567-d022a64bb746 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] HA network d92fa714-ca20-41e8-9262-1a37c974fe83 was deleted as no HA routers are present in tenant cf7714a7073843f4b72f199ac34ae230. [pid: 7|app: 0|req: 1076/2128] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:28:54 2026] DELETE /v2.0/routers/15076cc3-6f22-4edb-b0c5-913b33ecaa1a => generated 0 bytes in 858 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2129] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:28:55 2026] DELETE /v2.0/subnets/6db6ec89-3dc3-469c-b72e-7523db5febf9 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:28:55.948 8 INFO neutron.services.segments.plugin [-] Segment 84882af5-3e9c-49ba-a1f6-3d622817ce8b resource provider aggregate not found 2026-05-19 06:28:55.955 8 INFO neutron.services.segments.plugin [-] Segment 84882af5-3e9c-49ba-a1f6-3d622817ce8b resource provider aggregate not found 2026-05-19 06:28:55.987 8 INFO neutron.services.segments.plugin [-] Segment 84882af5-3e9c-49ba-a1f6-3d622817ce8b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84882af5-3e9c-49ba-a1f6-3d622817ce8b found for delete ", "request_id": "req-49070c47-6423-4bc4-946f-8f8e8244ea0d"}]} 2026-05-19 06:28:55.989 7 INFO neutron_taas.services.taas.taas_plugin [None req-106c63ef-68c2-4d0f-95c2-e1c25540ef82 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] TaaS: Handle Delete Port: 362431ed-7298-42f4-a72e-bf64be8224d6 2026-05-19 06:28:55.992 8 INFO neutron.services.segments.plugin [-] Segment 84882af5-3e9c-49ba-a1f6-3d622817ce8b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84882af5-3e9c-49ba-a1f6-3d622817ce8b found for delete ", "request_id": "req-856f6162-2595-44c8-9ae6-4ba70488a2e9"}]} 2026-05-19 06:28:55.995 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-106c63ef-68c2-4d0f-95c2-e1c25540ef82 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Tap Mirror: Handle Delete Port: 362431ed-7298-42f4-a72e-bf64be8224d6 2026-05-19 06:28:56.018 8 INFO neutron.db.l3_hamode_db [None req-44a1e2f9-6f0e-4366-a108-30d23d31db00 fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] HA network 0d83526e-0292-4ab8-87f1-faf6fae8cfff was deleted as no HA routers are present in tenant 7868e19e5c9a4405841a7bfd0509f940. [pid: 8|app: 0|req: 1053/2130] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:28:55 2026] DELETE /v2.0/routers/78335e11-65cf-4fee-8c95-1e3364db30ba => generated 0 bytes in 659 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2131] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:28:56 2026] DELETE /v2.0/subnets/39f1142b-ac38-460f-86e2-967792835e0f => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2132] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:28:55 2026] DELETE /v2.0/networks/ca1e4320-357b-455c-a485-9841b03cb72d => generated 0 bytes in 363 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2133] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:28:56 2026] DELETE /v2.0/subnets/09773473-f89b-447f-ae5d-600b211b335c => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:28:56.406 8 INFO neutron_taas.services.taas.taas_plugin [None req-719e32b4-bbe2-415b-aa75-2c40ed033681 fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] TaaS: Handle Delete Port: 70d7caef-8dbb-4b9c-bad5-cfa963b20753 2026-05-19 06:28:56.409 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-719e32b4-bbe2-415b-aa75-2c40ed033681 fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] Tap Mirror: Handle Delete Port: 70d7caef-8dbb-4b9c-bad5-cfa963b20753 [pid: 8|app: 0|req: 1056/2134] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:28:56 2026] DELETE /v2.0/networks/42c11410-2c6b-4bd6-a9a0-196911f85604 => generated 0 bytes in 253 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:28:56.609 7 INFO neutron_taas.services.taas.taas_plugin [None req-586c5267-019a-44e1-ac3c-b13cf5733a5b 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] TaaS: Handle Delete Port: 2a3721ed-fc11-41d7-aaa5-0b50f94b0ad6 2026-05-19 06:28:56.612 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-586c5267-019a-44e1-ac3c-b13cf5733a5b 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Tap Mirror: Handle Delete Port: 2a3721ed-fc11-41d7-aaa5-0b50f94b0ad6 [pid: 8|app: 0|req: 1057/2135] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:28:56 2026] DELETE /v2.0/networks/fe27f2a2-2a83-487c-b3c2-06620e6f3f8b => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:28:56.783 8 INFO neutron.db.segments_db [None req-48d7f304-b46f-4e92-8d91-b8fb4ee7a3af fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] Added segment d1b5a1d0-0632-48ab-8230-b352ee4c6b0c of type vxlan for network e5e8fdda-fc27-4c90-92b4-3de50976c1fb [pid: 8|app: 0|req: 1058/2136] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:28:56 2026] POST /v2.0/networks => generated 615 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2137] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:28:56 2026] POST /v2.0/subnets => generated 646 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:28:57.206 8 INFO neutron.db.segments_db [None req-147ca826-4e92-4562-8684-881034f2ebac fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] Added segment 1f008dfc-e818-4170-903f-1432028699fd of type vxlan for network fb5e1ce5-6139-4d39-8fe3-eb3ef3eaa833 [pid: 7|app: 0|req: 1079/2138] 10.0.0.31 () {34 vars in 788 bytes} [Tue May 19 06:28:56 2026] PUT /v2.0/routers/048aea49-26dd-4000-a39f-5a2c1820e598/remove_router_interface => generated 309 bytes in 1008 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:28:57.460 7 INFO neutron_taas.services.taas.taas_plugin [None req-35a30d4b-0ace-403d-b868-5ac9ddd21a1f 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] TaaS: Handle Delete Port: fc1cf348-e69d-4008-82bf-7fa3dcfab051 2026-05-19 06:28:57.462 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35a30d4b-0ace-403d-b868-5ac9ddd21a1f 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Tap Mirror: Handle Delete Port: fc1cf348-e69d-4008-82bf-7fa3dcfab051 2026-05-19 06:28:57.465 8 INFO neutron.db.l3_hamode_db [None req-147ca826-4e92-4562-8684-881034f2ebac fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-19 06:28:57.574 8 INFO neutron.db.l3_hamode_db [None req-147ca826-4e92-4562-8684-881034f2ebac fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-19 06:28:57.701 7 INFO neutron.services.segments.plugin [-] Segment d3bd9db2-a84b-4d4d-aa91-98ef5fc4992d resource provider aggregate not found 2026-05-19 06:28:57.706 7 INFO neutron.services.segments.plugin [-] Segment d3bd9db2-a84b-4d4d-aa91-98ef5fc4992d resource provider aggregate not found 2026-05-19 06:28:57.722 7 INFO neutron.services.segments.plugin [-] Segment d3bd9db2-a84b-4d4d-aa91-98ef5fc4992d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3bd9db2-a84b-4d4d-aa91-98ef5fc4992d found for delete ", "request_id": "req-849c21d0-06f2-41a6-8f33-f9ea17df6bda"}]} 2026-05-19 06:28:57.725 7 INFO neutron.services.segments.plugin [-] Segment d3bd9db2-a84b-4d4d-aa91-98ef5fc4992d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3bd9db2-a84b-4d4d-aa91-98ef5fc4992d found for delete ", "request_id": "req-14eae45e-c280-474e-ae85-07e8a949c7fb"}]} 2026-05-19 06:28:57.749 7 INFO neutron_taas.services.taas.taas_plugin [None req-35a30d4b-0ace-403d-b868-5ac9ddd21a1f 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] TaaS: Handle Delete Port: 5689086d-7a53-440a-a7c3-b18a8ea325a5 2026-05-19 06:28:57.753 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35a30d4b-0ace-403d-b868-5ac9ddd21a1f 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Tap Mirror: Handle Delete Port: 5689086d-7a53-440a-a7c3-b18a8ea325a5 2026-05-19 06:28:58.018 8 INFO neutron.services.segments.plugin [-] Segment 15a63d43-b84d-4d82-bac4-c9119e657a3b resource provider aggregate not found 2026-05-19 06:28:58.022 8 INFO neutron.services.segments.plugin [-] Segment 15a63d43-b84d-4d82-bac4-c9119e657a3b resource provider aggregate not found 2026-05-19 06:28:58.039 8 INFO neutron.services.segments.plugin [-] Segment 15a63d43-b84d-4d82-bac4-c9119e657a3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15a63d43-b84d-4d82-bac4-c9119e657a3b found for delete ", "request_id": "req-a910ee31-a85f-4948-9175-b18fdc7a2f3c"}]} 2026-05-19 06:28:58.042 8 INFO neutron.services.segments.plugin [-] Segment 15a63d43-b84d-4d82-bac4-c9119e657a3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15a63d43-b84d-4d82-bac4-c9119e657a3b found for delete ", "request_id": "req-381e81c5-9c53-46ab-978b-34e9e28e828e"}]} 2026-05-19 06:28:58.064 8 INFO neutron.services.segments.plugin [-] Segment f81ca356-cab7-4bd1-8164-ed8140ae9374 resource provider aggregate not found 2026-05-19 06:28:58.069 8 INFO neutron.services.segments.plugin [-] Segment f81ca356-cab7-4bd1-8164-ed8140ae9374 resource provider aggregate not found 2026-05-19 06:28:58.093 8 INFO neutron.services.segments.plugin [-] Segment f81ca356-cab7-4bd1-8164-ed8140ae9374 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f81ca356-cab7-4bd1-8164-ed8140ae9374 found for delete ", "request_id": "req-8d308bf7-f8c6-463e-8b6a-ee45f5f0db50"}]} 2026-05-19 06:28:58.093 8 INFO neutron.services.segments.plugin [-] Segment f81ca356-cab7-4bd1-8164-ed8140ae9374 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f81ca356-cab7-4bd1-8164-ed8140ae9374 found for delete ", "request_id": "req-117857e1-3f59-4cad-b7cd-b6ac7fd301be"}]} 2026-05-19 06:28:58.125 7 INFO neutron.db.l3_hamode_db [None req-35a30d4b-0ace-403d-b868-5ac9ddd21a1f 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] HA network d26ddb49-98c2-469a-8c5f-1ead210a7b44 was deleted as no HA routers are present in tenant f83b0635354e48928a174a1562db198a. [pid: 7|app: 0|req: 1080/2139] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:28:57 2026] DELETE /v2.0/routers/048aea49-26dd-4000-a39f-5a2c1820e598 => generated 0 bytes in 894 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2140] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:28:57 2026] POST /v2.0/routers => generated 511 bytes in 1024 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2141] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:28:58 2026] DELETE /v2.0/subnets/b70edf32-7f22-40c9-87dd-469b01cc360d => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:28:58.369 7 INFO neutron_taas.services.taas.taas_plugin [None req-50e70f97-284d-488b-9be7-6915f9ea3248 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] TaaS: Handle Delete Port: e2b500ba-facd-42d4-b2e7-ee32fcf4b697 2026-05-19 06:28:58.372 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-50e70f97-284d-488b-9be7-6915f9ea3248 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Tap Mirror: Handle Delete Port: e2b500ba-facd-42d4-b2e7-ee32fcf4b697 [pid: 8|app: 0|req: 1061/2142] 10.0.0.31 () {34 vars in 664 bytes} [Tue May 19 06:28:58 2026] POST /v2.0/ports => generated 963 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1082/2145] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:28:58 2026] DELETE /v2.0/networks/382f2a34-2db0-49bf-b2e9-1b96f73dd6dd => 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: 1083/2146] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:28:58 2026] GET /v2.0/security-groups?tenant_id=f83b0635354e48928a174a1562db198a&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: 1084/2147] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:28:58 2026] DELETE /v2.0/security-groups/3265de2f-7ca9-4316-a101-6afd37a57f9b => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2148] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:28:59 2026] GET /v2.0/security-groups?tenant_id=cf7714a7073843f4b72f199ac34ae230&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2149] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:28:59 2026] DELETE /v2.0/security-groups/bb71925a-e8e2-4a0d-8539-68c3b581e7b5 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2150] 10.0.0.31 () {34 vars in 782 bytes} [Tue May 19 06:28:58 2026] PUT /v2.0/routers/a24dec6b-c2ca-4162-a83f-3705ffd6def4/add_router_interface => generated 309 bytes in 1090 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2151] 10.0.0.31 () {32 vars in 716 bytes} [Tue May 19 06:28:59 2026] GET /v2.0/ports/06dacf2e-b101-4501-8372-87053344d24d => generated 1037 bytes in 110 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-19 06:28:59.743 7 INFO neutron.services.segments.plugin [-] Segment 5ad899fb-1a53-4241-99b4-b36b079608b7 resource provider aggregate not found 2026-05-19 06:28:59.749 7 INFO neutron.services.segments.plugin [-] Segment 5ad899fb-1a53-4241-99b4-b36b079608b7 resource provider aggregate not found 2026-05-19 06:28:59.765 7 INFO neutron.services.segments.plugin [-] Segment 5ad899fb-1a53-4241-99b4-b36b079608b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ad899fb-1a53-4241-99b4-b36b079608b7 found for delete ", "request_id": "req-0ade58b1-0267-4ed5-88e7-07d6c957f552"}]} 2026-05-19 06:28:59.770 7 INFO neutron.services.segments.plugin [-] Segment 5ad899fb-1a53-4241-99b4-b36b079608b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ad899fb-1a53-4241-99b4-b36b079608b7 found for delete ", "request_id": "req-1ad363a2-d009-4555-96f9-de376b95132e"}]} 2026-05-19 06:28:59.779 7 INFO neutron.services.segments.plugin [-] Segment 1c54cb60-fd10-4e89-a39a-74936c66f245 resource provider aggregate not found 2026-05-19 06:28:59.787 7 INFO neutron.services.segments.plugin [-] Segment 1c54cb60-fd10-4e89-a39a-74936c66f245 resource provider aggregate not found 2026-05-19 06:28:59.794 7 INFO neutron.services.segments.plugin [-] Segment 1c54cb60-fd10-4e89-a39a-74936c66f245 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c54cb60-fd10-4e89-a39a-74936c66f245 found for delete ", "request_id": "req-5ff39322-8283-4d1c-abb8-67ebd321d734"}]} 2026-05-19 06:28:59.802 7 INFO neutron.services.segments.plugin [-] Segment 1c54cb60-fd10-4e89-a39a-74936c66f245 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c54cb60-fd10-4e89-a39a-74936c66f245 found for delete ", "request_id": "req-99703abb-07e0-4843-b21d-f631095c4ad7"}]} 2026-05-19 06:28:59.975 8 INFO neutron_taas.services.taas.taas_plugin [None req-9453bfb8-ece2-4d75-874a-9eb0df3c1666 fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] TaaS: Handle Delete Port: 06dacf2e-b101-4501-8372-87053344d24d 2026-05-19 06:28:59.980 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9453bfb8-ece2-4d75-874a-9eb0df3c1666 fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] Tap Mirror: Handle Delete Port: 06dacf2e-b101-4501-8372-87053344d24d [pid: 8|app: 0|req: 1065/2152] 10.0.0.31 () {34 vars in 788 bytes} [Tue May 19 06:28:59 2026] PUT /v2.0/routers/a24dec6b-c2ca-4162-a83f-3705ffd6def4/remove_router_interface => generated 309 bytes in 716 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:29:00.508 7 INFO neutron.api.v2.resource [None req-d6c1f32d-b09a-4901-a833-f7820c7e3091 fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1088/2153] 10.0.0.31 () {34 vars in 788 bytes} [Tue May 19 06:29:00 2026] PUT /v2.0/routers/a24dec6b-c2ca-4162-a83f-3705ffd6def4/remove_router_interface => generated 197 bytes in 132 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: 1066/2154] 10.0.0.31 () {32 vars in 735 bytes} [Tue May 19 06:29:00 2026] GET /v2.0/ports?device_id=a24dec6b-c2ca-4162-a83f-3705ffd6def4 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:29:00.722 7 INFO neutron_taas.services.taas.taas_plugin [None req-32beef78-c1df-4130-aa11-f078ad086d32 fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] TaaS: Handle Delete Port: c564a472-f2ca-4406-bedd-1898bae3c77b 2026-05-19 06:29:00.725 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32beef78-c1df-4130-aa11-f078ad086d32 fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] Tap Mirror: Handle Delete Port: c564a472-f2ca-4406-bedd-1898bae3c77b 2026-05-19 06:29:01.052 7 INFO neutron.db.l3_hamode_db [None req-32beef78-c1df-4130-aa11-f078ad086d32 fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] HA network fb5e1ce5-6139-4d39-8fe3-eb3ef3eaa833 was deleted as no HA routers are present in tenant 7868e19e5c9a4405841a7bfd0509f940. [pid: 7|app: 0|req: 1089/2155] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:29:00 2026] DELETE /v2.0/routers/a24dec6b-c2ca-4162-a83f-3705ffd6def4 => generated 0 bytes in 513 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2156] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:29:01 2026] GET /v2.0/ports?device_id=5f05cebd-0424-4406-8f6e-5e4821566c73 => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2157] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:29:01 2026] DELETE /v2.0/subnets/a01f5ae3-fb79-48e2-afe5-e341f2ad6bf4 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2158] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:29:01 2026] GET /v2.0/security-groups?id=8e41115a-31e8-4710-bbaf-ad99f18ce157&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:29:01.301 8 INFO neutron.services.segments.plugin [-] Segment d1b5a1d0-0632-48ab-8230-b352ee4c6b0c resource provider aggregate not found 2026-05-19 06:29:01.307 8 INFO neutron.services.segments.plugin [-] Segment d1b5a1d0-0632-48ab-8230-b352ee4c6b0c resource provider aggregate not found [pid: 8|app: 0|req: 1068/2159] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:29:01 2026] DELETE /v2.0/networks/e5e8fdda-fc27-4c90-92b4-3de50976c1fb => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:29:01.327 8 INFO neutron.services.segments.plugin [-] Segment d1b5a1d0-0632-48ab-8230-b352ee4c6b0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1b5a1d0-0632-48ab-8230-b352ee4c6b0c found for delete ", "request_id": "req-0340cbfa-a5c1-4dd4-8037-83a4b29167eb"}]} 2026-05-19 06:29:01.327 8 INFO neutron.services.segments.plugin [-] Segment d1b5a1d0-0632-48ab-8230-b352ee4c6b0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1b5a1d0-0632-48ab-8230-b352ee4c6b0c found for delete ", "request_id": "req-0fe995a5-3c73-43e0-8aac-aefba1ff5958"}]} 2026-05-19 06:29:01.404 7 INFO neutron.db.segments_db [None req-1175b016-7f82-4503-8a83-4304fa83a19d fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] Added segment 551d4e32-6b70-40a4-8005-5ff0408e5854 of type vxlan for network d3be8973-6c39-450b-9bf2-5953fec54182 [pid: 7|app: 0|req: 1092/2160] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:29:01 2026] POST /v2.0/networks => generated 615 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2161] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:29:01 2026] POST /v2.0/subnets => generated 646 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:29:01.749 7 INFO neutron.db.segments_db [None req-2be0f614-0580-4253-bd65-aa5f53dd3414 fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] Added segment c1d9e32f-df34-45e0-80b4-5d07f1371baf of type vxlan for network 724fb5c0-e685-403d-a63c-33a33079dabe 2026-05-19 06:29:01.822 7 INFO neutron.services.segments.plugin [-] Segment 1f008dfc-e818-4170-903f-1432028699fd resource provider aggregate not found 2026-05-19 06:29:01.826 7 INFO neutron.services.segments.plugin [-] Segment 1f008dfc-e818-4170-903f-1432028699fd resource provider aggregate not found 2026-05-19 06:29:01.846 7 INFO neutron.services.segments.plugin [-] Segment 1f008dfc-e818-4170-903f-1432028699fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f008dfc-e818-4170-903f-1432028699fd found for delete ", "request_id": "req-4b5dd9b3-677a-437b-b9dc-3ffff5e54bd8"}]} 2026-05-19 06:29:01.851 7 INFO neutron.services.segments.plugin [-] Segment 1f008dfc-e818-4170-903f-1432028699fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f008dfc-e818-4170-903f-1432028699fd found for delete ", "request_id": "req-25fbf94d-a978-4bcc-9d97-50012cf48829"}]} 2026-05-19 06:29:02.011 7 INFO neutron.db.l3_hamode_db [None req-2be0f614-0580-4253-bd65-aa5f53dd3414 fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-19 06:29:02.129 7 INFO neutron.db.l3_hamode_db [None req-2be0f614-0580-4253-bd65-aa5f53dd3414 fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1070/2162] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:29:02 2026] GET /v2.0/ports?device_id=5f05cebd-0424-4406-8f6e-5e4821566c73 => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2163] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:29:02 2026] GET /v2.0/security-groups?id=8e41115a-31e8-4710-bbaf-ad99f18ce157&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: 1093/2164] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:29:01 2026] POST /v2.0/routers => generated 511 bytes in 1047 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:29:03.784 7 INFO neutron.db.segments_db [None req-ac2a9d67-9681-45c4-8f7e-6c2fe05957b6 ddcbd7efce6044bc85136a796b8af6a1 179ee23f46d04a9aaa6d6b02aca08ca1 - - default default] Added segment 16e1d251-5a74-4290-965c-45fa9b2e0761 of type vxlan for network fa7c39ac-58dc-4599-bffc-eac6433d1b65 [pid: 8|app: 0|req: 1072/2165] 10.0.0.31 () {34 vars in 782 bytes} [Tue May 19 06:29:02 2026] PUT /v2.0/routers/ce0eed64-097b-4a21-b07e-5e5e83dc4a66/add_router_interface => generated 309 bytes in 1024 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2166] 199.204.45.44 () {34 vars in 993 bytes} [Tue May 19 06:29:03 2026] GET /v2.0/ports?device_id=5f05cebd-0424-4406-8f6e-5e4821566c73 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2167] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:29:03 2026] GET /v2.0/ports?device_id=5f05cebd-0424-4406-8f6e-5e4821566c73 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2168] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:29:03 2026] POST /v2.0/networks => generated 708 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2169] 10.0.0.31 () {32 vars in 716 bytes} [Tue May 19 06:29:03 2026] GET /v2.0/ports/7c4aca8e-f1a7-4a3c-b26f-1207843524e0 => generated 959 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2170] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:29:03 2026] GET /v2.0/security-groups?id=8e41115a-31e8-4710-bbaf-ad99f18ce157&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:29:03.981 7 INFO neutron_taas.services.taas.taas_plugin [req-a92dce55-80ee-47e1-a212-12e82c1d585f req-6c8cb41c-e389-4c91-878c-3ad09ea93933 83c262ab0a394fc7ba321e090aaf06da fab298f2bf6f4eb396acd097f7ed01d5 - - default default] TaaS: Handle Delete Port: 3054d598-f708-49ad-a0c3-72dcc8c58717 2026-05-19 06:29:03.984 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a92dce55-80ee-47e1-a212-12e82c1d585f req-6c8cb41c-e389-4c91-878c-3ad09ea93933 83c262ab0a394fc7ba321e090aaf06da fab298f2bf6f4eb396acd097f7ed01d5 - - default default] Tap Mirror: Handle Delete Port: 3054d598-f708-49ad-a0c3-72dcc8c58717 [pid: 8|app: 0|req: 1077/2171] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:29:03 2026] POST /v2.0/subnets => generated 644 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:29:04.110 7 INFO neutron.db.l3_db [req-a92dce55-80ee-47e1-a212-12e82c1d585f req-6c8cb41c-e389-4c91-878c-3ad09ea93933 83c262ab0a394fc7ba321e090aaf06da fab298f2bf6f4eb396acd097f7ed01d5 - - default default] Floating IP 0fcff119-557e-45b0-be25-9977ddf68645 disassociated. External IP: 10.96.250.212, port: 3054d598-f708-49ad-a0c3-72dcc8c58717. 2026-05-19 06:29:04.429 8 INFO neutron_taas.services.taas.taas_plugin [None req-f844805a-15c0-4df6-a585-19d3999f6959 fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] TaaS: Handle Delete Port: 7c4aca8e-f1a7-4a3c-b26f-1207843524e0 2026-05-19 06:29:04.432 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f844805a-15c0-4df6-a585-19d3999f6959 fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] Tap Mirror: Handle Delete Port: 7c4aca8e-f1a7-4a3c-b26f-1207843524e0 [pid: 7|app: 0|req: 1095/2172] 199.204.45.44 () {36 vars in 996 bytes} [Tue May 19 06:29:03 2026] DELETE /v2.0/ports/3054d598-f708-49ad-a0c3-72dcc8c58717 => generated 0 bytes in 572 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:29:04.455 7 WARNING neutron.api.v2.base [None req-894bc13e-518d-4d49-b2d6-b1054ab371a5 ddcbd7efce6044bc85136a796b8af6a1 179ee23f46d04a9aaa6d6b02aca08ca1 - - 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-19 06:29:04.457 7 INFO neutron.api.v2.resource [None req-894bc13e-518d-4d49-b2d6-b1054ab371a5 ddcbd7efce6044bc85136a796b8af6a1 179ee23f46d04a9aaa6d6b02aca08ca1 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1096/2173] 10.0.0.31 () {34 vars in 680 bytes} [Tue May 19 06:29:04 2026] POST /v2.0/rbac-policies => generated 143 bytes in 11 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-05-19 06:29:04.479 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fce42543-ee54-4130-8540-9f5d7425c35f'] response: {'server_uuid': '5f05cebd-0424-4406-8f6e-5e4821566c73', 'name': 'network-vif-deleted', 'tag': '3054d598-f708-49ad-a0c3-72dcc8c58717', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1097/2174] 10.0.0.31 () {32 vars in 720 bytes} [Tue May 19 06:29:04 2026] GET /v2.0/subnets/d7d02a99-e882-4d48-80bf-24bbc2283820 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:29:04.700 7 INFO neutron.services.segments.plugin [-] Segment 16e1d251-5a74-4290-965c-45fa9b2e0761 resource provider aggregate not found 2026-05-19 06:29:04.708 7 INFO neutron.services.segments.plugin [-] Segment 16e1d251-5a74-4290-965c-45fa9b2e0761 resource provider aggregate not found 2026-05-19 06:29:04.720 7 INFO neutron.services.segments.plugin [-] Segment 16e1d251-5a74-4290-965c-45fa9b2e0761 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16e1d251-5a74-4290-965c-45fa9b2e0761 found for delete ", "request_id": "req-2618b64d-ac40-4bab-a483-3d6ee172950c"}]} [pid: 7|app: 0|req: 1098/2175] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:29:04 2026] DELETE /v2.0/networks/fa7c39ac-58dc-4599-bffc-eac6433d1b65 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:29:04.741 7 INFO neutron.services.segments.plugin [-] Segment 16e1d251-5a74-4290-965c-45fa9b2e0761 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16e1d251-5a74-4290-965c-45fa9b2e0761 found for delete ", "request_id": "req-48929bc4-1e65-47ac-991e-41cb7af1f96f"}]} 2026-05-19 06:29:04.797 7 INFO neutron.db.segments_db [None req-ef84e723-b4a8-43eb-ad35-a9ce42e4b05e ddcbd7efce6044bc85136a796b8af6a1 179ee23f46d04a9aaa6d6b02aca08ca1 - - default default] Added segment 4511fc18-809b-47e4-8539-5e14c8757572 of type vxlan for network cac5a56f-1733-4184-944d-0922de4dfece [pid: 7|app: 0|req: 1099/2176] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:29:04 2026] POST /v2.0/networks => generated 708 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2177] 10.0.0.31 () {34 vars in 788 bytes} [Tue May 19 06:29:04 2026] PUT /v2.0/routers/ce0eed64-097b-4a21-b07e-5e5e83dc4a66/remove_router_interface => generated 309 bytes in 808 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2178] 10.0.0.31 () {32 vars in 735 bytes} [Tue May 19 06:29:04 2026] GET /v2.0/ports?device_id=ce0eed64-097b-4a21-b07e-5e5e83dc4a66 => 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: 1100/2179] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:29:04 2026] POST /v2.0/subnets => generated 647 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:29:05.119 8 INFO neutron_taas.services.taas.taas_plugin [None req-b9a6bd21-feb0-47bd-975b-7a443c4e6bd2 fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] TaaS: Handle Delete Port: 4d69f7d6-2c40-4f99-bed5-07a7861193ef 2026-05-19 06:29:05.122 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9a6bd21-feb0-47bd-975b-7a443c4e6bd2 fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] Tap Mirror: Handle Delete Port: 4d69f7d6-2c40-4f99-bed5-07a7861193ef [pid: 7|app: 0|req: 1101/2180] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:29:05 2026] GET /v2.0/ports?device_id=5f05cebd-0424-4406-8f6e-5e4821566c73 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:29:05.137 7 WARNING neutron.api.v2.base [None req-b49a23da-0892-4c3e-898b-e458d8008eda ddcbd7efce6044bc85136a796b8af6a1 179ee23f46d04a9aaa6d6b02aca08ca1 - - 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-19 06:29:05.137 7 INFO neutron.api.v2.resource [None req-b49a23da-0892-4c3e-898b-e458d8008eda ddcbd7efce6044bc85136a796b8af6a1 179ee23f46d04a9aaa6d6b02aca08ca1 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1102/2181] 10.0.0.31 () {34 vars in 680 bytes} [Tue May 19 06:29:05 2026] POST /v2.0/rbac-policies => generated 547 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2182] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:29:05 2026] DELETE /v2.0/networks/cac5a56f-1733-4184-944d-0922de4dfece => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:29:05.429 7 INFO neutron.db.segments_db [None req-29d5d2ad-e7e9-417e-bbb3-e8b6601b8c56 ddcbd7efce6044bc85136a796b8af6a1 179ee23f46d04a9aaa6d6b02aca08ca1 - - default default] Added segment 217316a5-593c-4c31-8197-c9236c7745a7 of type vxlan for network a1f7aef5-a69a-4587-9658-1b0375aa121f 2026-05-19 06:29:05.459 8 INFO neutron.services.segments.plugin [-] Segment c1d9e32f-df34-45e0-80b4-5d07f1371baf resource provider aggregate not found 2026-05-19 06:29:05.474 8 INFO neutron.services.segments.plugin [-] Segment c1d9e32f-df34-45e0-80b4-5d07f1371baf resource provider aggregate not found 2026-05-19 06:29:05.479 8 INFO neutron.services.segments.plugin [-] Segment c1d9e32f-df34-45e0-80b4-5d07f1371baf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1d9e32f-df34-45e0-80b4-5d07f1371baf found for delete ", "request_id": "req-521fd8f9-75c8-4994-a6a3-7fcead622d64"}]} 2026-05-19 06:29:05.495 8 INFO neutron.db.l3_hamode_db [None req-b9a6bd21-feb0-47bd-975b-7a443c4e6bd2 fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] HA network 724fb5c0-e685-403d-a63c-33a33079dabe was deleted as no HA routers are present in tenant 7868e19e5c9a4405841a7bfd0509f940. 2026-05-19 06:29:05.498 8 INFO neutron.services.segments.plugin [-] Segment c1d9e32f-df34-45e0-80b4-5d07f1371baf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1d9e32f-df34-45e0-80b4-5d07f1371baf found for delete ", "request_id": "req-2f67c2b0-c812-4527-aa85-5164b2e6a2dc"}]} [pid: 8|app: 0|req: 1080/2183] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:29:04 2026] DELETE /v2.0/routers/ce0eed64-097b-4a21-b07e-5e5e83dc4a66 => generated 0 bytes in 566 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2184] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:29:05 2026] POST /v2.0/networks => generated 706 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2185] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:29:05 2026] DELETE /v2.0/subnets/98c3ce28-e096-477c-b229-cbbb02dcf9d0 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2186] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:29:05 2026] POST /v2.0/subnets => generated 647 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2187] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:29:05 2026] DELETE /v2.0/networks/d3be8973-6c39-450b-9bf2-5953fec54182 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2188] 10.0.0.250 () {30 vars in 690 bytes} [Tue May 19 06:29:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:29:05.854 8 INFO neutron.db.segments_db [None req-e8e0befc-fc19-427d-ba1c-60e98419eff8 fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] Added segment 1808229c-8cdc-492d-88f9-f1d8abe19f38 of type vxlan for network c84fc62e-ba85-48e1-bbc1-5c146ff77870 [pid: 7|app: 0|req: 1106/2189] 10.0.0.31 () {34 vars in 680 bytes} [Tue May 19 06:29:05 2026] POST /v2.0/rbac-policies => generated 324 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2190] 10.0.0.250 () {30 vars in 692 bytes} [Tue May 19 06:29:05 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2191] 10.0.0.250 () {30 vars in 668 bytes} [Tue May 19 06:29:05 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2192] 10.0.0.250 () {30 vars in 704 bytes} [Tue May 19 06:29:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:29:06.225 8 INFO neutron.db.l3_hamode_db [None req-e8e0befc-fc19-427d-ba1c-60e98419eff8 fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1110/2193] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:29:06 2026] GET /v2.0/ports?device_id=5f05cebd-0424-4406-8f6e-5e4821566c73 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2194] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 19 06:29:06 2026] GET /v2.0/networks/a1f7aef5-a69a-4587-9658-1b0375aa121f => generated 654 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2195] 10.0.0.250 () {28 vars in 439 bytes} [Tue May 19 06:29:06 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2196] 10.0.0.250 () {30 vars in 728 bytes} [Tue May 19 06:29:06 2026] GET /v2.0/subnets/d7d02a99-e882-4d48-80bf-24bbc2283820 => generated 658 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2197] 10.0.0.250 () {30 vars in 690 bytes} [Tue May 19 06:29:06 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: 1115/2198] 10.0.0.250 () {30 vars in 692 bytes} [Tue May 19 06:29:06 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: 1116/2199] 10.0.0.250 () {30 vars in 668 bytes} [Tue May 19 06:29:06 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: 1117/2200] 10.0.0.250 () {30 vars in 704 bytes} [Tue May 19 06:29:06 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: 1118/2201] 10.0.0.250 () {30 vars in 728 bytes} [Tue May 19 06:29:06 2026] GET /v2.0/subnets/d7d02a99-e882-4d48-80bf-24bbc2283820 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:29:06.739 7 INFO neutron.services.segments.plugin [-] Segment 4511fc18-809b-47e4-8539-5e14c8757572 resource provider aggregate not found 2026-05-19 06:29:06.761 7 INFO neutron.services.segments.plugin [-] Segment 4511fc18-809b-47e4-8539-5e14c8757572 resource provider aggregate not found 2026-05-19 06:29:06.765 7 INFO neutron.services.segments.plugin [-] Segment 4511fc18-809b-47e4-8539-5e14c8757572 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4511fc18-809b-47e4-8539-5e14c8757572 found for delete ", "request_id": "req-36960490-05bb-4017-8334-5b06b5b76e24"}]} 2026-05-19 06:29:06.778 7 INFO neutron.services.segments.plugin [-] Segment 4511fc18-809b-47e4-8539-5e14c8757572 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4511fc18-809b-47e4-8539-5e14c8757572 found for delete ", "request_id": "req-2928e70b-7fb4-466d-ab83-e9de7ea4ae30"}]} 2026-05-19 06:29:06.799 7 INFO neutron.pecan_wsgi.hooks.translation [None req-efe50c96-f611-427b-92e3-c603e63b7f6e d1a90660db98408bb817ace63aa277ab fc36ce6147064d54a8390a02d007305b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1119/2202] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 19 06:29:06 2026] GET /v2.0/networks/a1f7aef5-a69a-4587-9658-1b0375aa121f => generated 138 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2203] 10.0.0.250 () {30 vars in 690 bytes} [Tue May 19 06:29:06 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) 2026-05-19 06:29:06.972 8 INFO neutron.db.l3_hamode_db [None req-e8e0befc-fc19-427d-ba1c-60e98419eff8 fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1121/2204] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:29:06 2026] DELETE /v2.0/networks/a1f7aef5-a69a-4587-9658-1b0375aa121f => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2205] 10.0.0.250 () {30 vars in 692 bytes} [Tue May 19 06:29:07 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) 2026-05-19 06:29:07.030 7 INFO neutron.pecan_wsgi.hooks.translation [None req-df2d13eb-2dfb-4651-adaf-b60b7f68adc4 ddcbd7efce6044bc85136a796b8af6a1 179ee23f46d04a9aaa6d6b02aca08ca1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1123/2206] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:29:07 2026] DELETE /v2.0/subnets/0222609a-67fa-4f2f-ab42-c82c57c211bb => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2207] 10.0.0.250 () {30 vars in 668 bytes} [Tue May 19 06:29:07 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:29:07.047 7 INFO neutron.pecan_wsgi.hooks.translation [None req-913d35a0-d143-4a70-82bb-b328607727db ddcbd7efce6044bc85136a796b8af6a1 179ee23f46d04a9aaa6d6b02aca08ca1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1125/2208] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:29:07 2026] DELETE /v2.0/subnets/c584d3fd-3bf0-4a6c-baad-11c34bf3853d => 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: 1126/2209] 10.0.0.250 () {30 vars in 704 bytes} [Tue May 19 06:29:07 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:29:07.067 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f5058ad1-f19c-4bde-8028-5b9efdeda9be ddcbd7efce6044bc85136a796b8af6a1 179ee23f46d04a9aaa6d6b02aca08ca1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1127/2210] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:29:07 2026] DELETE /v2.0/subnets/e938b041-2f5c-451f-8cb2-3ab031ee01dc => 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: 1128/2211] 10.0.0.250 () {30 vars in 730 bytes} [Tue May 19 06:29:07 2026] GET /v2.0/networks/17fb4cf0-ce44-4b5a-8b55-a682baef0391 => generated 799 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2212] 10.0.0.250 () {30 vars in 682 bytes} [Tue May 19 06:29:07 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2213] 10.0.0.250 () {34 vars in 704 bytes} [Tue May 19 06:29:07 2026] POST /v2.0/ports => generated 1132 bytes in 325 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: 1131/2214] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:29:07 2026] GET /v2.0/ports?device_id=5f05cebd-0424-4406-8f6e-5e4821566c73 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:29:07.507 8 INFO neutron.services.segments.plugin [-] Segment 551d4e32-6b70-40a4-8005-5ff0408e5854 resource provider aggregate not found 2026-05-19 06:29:07.529 8 INFO neutron.services.segments.plugin [-] Segment 551d4e32-6b70-40a4-8005-5ff0408e5854 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 551d4e32-6b70-40a4-8005-5ff0408e5854 found for delete ", "request_id": "req-bd152969-744d-4764-abb6-b8db4dbdc951"}]} 2026-05-19 06:29:07.530 8 INFO neutron.services.segments.plugin [-] Segment 551d4e32-6b70-40a4-8005-5ff0408e5854 resource provider aggregate not found 2026-05-19 06:29:07.551 8 INFO neutron.services.segments.plugin [-] Segment 551d4e32-6b70-40a4-8005-5ff0408e5854 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 551d4e32-6b70-40a4-8005-5ff0408e5854 found for delete ", "request_id": "req-2fbe0e55-942f-4865-a9ba-4d2cdb396343"}]} [pid: 8|app: 0|req: 1084/2215] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 19 06:29:05 2026] POST /v2.0/routers => generated 690 bytes in 2067 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2216] 10.0.0.31 () {32 vars in 720 bytes} [Tue May 19 06:29:07 2026] GET /v2.0/routers/2eca303f-a660-4350-9abd-86adeaba7f62 => generated 696 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2217] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:29:07 2026] GET /v2.0/security-groups?tenant_id=61cb94dff92a4ae0ab924590edd9d22b&name=default => generated 2925 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2218] 10.0.0.31 () {32 vars in 646 bytes} [Tue May 19 06:29:07 2026] GET /v2.0/routers => generated 699 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2219] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:29:08 2026] DELETE /v2.0/security-groups/cf1412b5-1a13-4f91-ae3c-431688335315 => 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: 1134/2220] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:29:08 2026] GET /v2.0/security-groups?tenant_id=179ee23f46d04a9aaa6d6b02aca08ca1&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2221] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:29:08 2026] DELETE /v2.0/security-groups/08b6405d-7200-4f76-a4f4-d7679e0c1eda => 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: 1087/2222] 10.0.0.31 () {34 vars in 740 bytes} [Tue May 19 06:29:08 2026] PUT /v2.0/routers/2eca303f-a660-4350-9abd-86adeaba7f62 => generated 703 bytes in 400 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2223] 10.0.0.31 () {32 vars in 720 bytes} [Tue May 19 06:29:08 2026] GET /v2.0/routers/2eca303f-a660-4350-9abd-86adeaba7f62 => generated 703 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2224] 10.0.0.31 () {32 vars in 735 bytes} [Tue May 19 06:29:08 2026] GET /v2.0/ports?device_id=2eca303f-a660-4350-9abd-86adeaba7f62 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2225] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:29:08 2026] GET /v2.0/security-groups?tenant_id=fc36ce6147064d54a8390a02d007305b&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2226] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:29:08 2026] DELETE /v2.0/security-groups/8e41115a-31e8-4710-bbaf-ad99f18ce157 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:29:08.787 7 INFO neutron.services.segments.plugin [-] Segment 217316a5-593c-4c31-8197-c9236c7745a7 resource provider aggregate not found 2026-05-19 06:29:08.803 7 INFO neutron.services.segments.plugin [-] Segment 217316a5-593c-4c31-8197-c9236c7745a7 resource provider aggregate not found 2026-05-19 06:29:08.812 7 INFO neutron.services.segments.plugin [-] Segment 217316a5-593c-4c31-8197-c9236c7745a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 217316a5-593c-4c31-8197-c9236c7745a7 found for delete ", "request_id": "req-51b683a2-ab73-449a-aa35-fe41af19fb07"}]} 2026-05-19 06:29:08.819 7 INFO neutron.services.segments.plugin [-] Segment 217316a5-593c-4c31-8197-c9236c7745a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 217316a5-593c-4c31-8197-c9236c7745a7 found for delete ", "request_id": "req-98619ee4-d57b-4cf1-9ecf-3b2325673c38"}]} [pid: 7|app: 0|req: 1139/2227] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:29:08 2026] DELETE /v2.0/security-groups/8fc1bf6c-29b8-4323-b1c0-f86e02b46c0e => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:29:08.898 8 INFO neutron_taas.services.taas.taas_plugin [None req-bd0e7aaf-6e96-4bc0-bab2-1d88e767c2ab fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] TaaS: Handle Delete Port: 08459350-f2f2-4c87-adf6-d7ac809a114f 2026-05-19 06:29:08.901 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd0e7aaf-6e96-4bc0-bab2-1d88e767c2ab fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] Tap Mirror: Handle Delete Port: 08459350-f2f2-4c87-adf6-d7ac809a114f 2026-05-19 06:29:08.954 7 INFO neutron_taas.services.taas.taas_plugin [None req-8ae90fdd-9c45-46c8-8b78-43f05613c0b8 83c262ab0a394fc7ba321e090aaf06da fab298f2bf6f4eb396acd097f7ed01d5 - - default default] TaaS: Handle Delete Port: a0b7783e-e34a-4020-a29d-2ad2cda5eba9 2026-05-19 06:29:08.959 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ae90fdd-9c45-46c8-8b78-43f05613c0b8 83c262ab0a394fc7ba321e090aaf06da fab298f2bf6f4eb396acd097f7ed01d5 - - default default] Tap Mirror: Handle Delete Port: a0b7783e-e34a-4020-a29d-2ad2cda5eba9 [pid: 7|app: 0|req: 1140/2228] 10.0.0.31 () {32 vars in 731 bytes} [Tue May 19 06:29:08 2026] DELETE /v2.0/floatingips/0fcff119-557e-45b0-be25-9977ddf68645 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:29:09.201 8 INFO neutron_taas.services.taas.taas_plugin [None req-bd0e7aaf-6e96-4bc0-bab2-1d88e767c2ab fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] TaaS: Handle Delete Port: a57f8f63-a02a-44f4-93a4-f602d50c57c1 2026-05-19 06:29:09.204 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd0e7aaf-6e96-4bc0-bab2-1d88e767c2ab fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] Tap Mirror: Handle Delete Port: a57f8f63-a02a-44f4-93a4-f602d50c57c1 [pid: 7|app: 0|req: 1141/2229] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:29:09 2026] GET /v2.0/ports?device_id=03af4a42-fea3-4425-87fb-c0fd38a39167 => 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: 1142/2230] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:29:09 2026] GET /v2.0/security-groups?id=749004be-686f-4eeb-863e-31c8b38890e4&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:29:09.582 8 INFO neutron.services.segments.plugin [-] Segment 1808229c-8cdc-492d-88f9-f1d8abe19f38 resource provider aggregate not found 2026-05-19 06:29:09.590 8 INFO neutron.services.segments.plugin [-] Segment 1808229c-8cdc-492d-88f9-f1d8abe19f38 resource provider aggregate not found 2026-05-19 06:29:09.608 8 INFO neutron.services.segments.plugin [-] Segment 1808229c-8cdc-492d-88f9-f1d8abe19f38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1808229c-8cdc-492d-88f9-f1d8abe19f38 found for delete ", "request_id": "req-0db7f344-0651-4bd3-93cd-97ba2689d31f"}]} 2026-05-19 06:29:09.612 8 INFO neutron.services.segments.plugin [-] Segment 1808229c-8cdc-492d-88f9-f1d8abe19f38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1808229c-8cdc-492d-88f9-f1d8abe19f38 found for delete ", "request_id": "req-123010ac-0be9-481e-bfd0-392ea106ee63"}]} 2026-05-19 06:29:09.612 8 INFO neutron.db.l3_hamode_db [None req-bd0e7aaf-6e96-4bc0-bab2-1d88e767c2ab fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] HA network c84fc62e-ba85-48e1-bbc1-5c146ff77870 was deleted as no HA routers are present in tenant 7868e19e5c9a4405841a7bfd0509f940. [pid: 8|app: 0|req: 1089/2231] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:29:08 2026] DELETE /v2.0/routers/2eca303f-a660-4350-9abd-86adeaba7f62 => generated 0 bytes in 940 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2232] 10.0.0.31 () {32 vars in 735 bytes} [Tue May 19 06:29:09 2026] GET /v2.0/ports?device_id=2eca303f-a660-4350-9abd-86adeaba7f62 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:29:09.677 8 INFO neutron.api.v2.resource [None req-37edbae4-5e61-4d4c-a4c4-e2ffb9f5dca9 fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1090/2233] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:29:09 2026] DELETE /v2.0/routers/2eca303f-a660-4350-9abd-86adeaba7f62 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2234] 10.0.0.31 () {32 vars in 735 bytes} [Tue May 19 06:29:09 2026] GET /v2.0/ports?device_id=ce0eed64-097b-4a21-b07e-5e5e83dc4a66 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:29:09.739 8 INFO neutron.api.v2.resource [None req-3ec380a7-15e1-492a-a57d-14a31901cdad fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1091/2235] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:29:09 2026] DELETE /v2.0/routers/ce0eed64-097b-4a21-b07e-5e5e83dc4a66 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-19 06:29:09.762 7 INFO neutron.pecan_wsgi.hooks.translation [None req-087f9e84-24cc-4ac2-99d0-2684ef062163 fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1145/2236] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:29:09 2026] DELETE /v2.0/subnets/98c3ce28-e096-477c-b229-cbbb02dcf9d0 => 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: 1092/2237] 10.0.0.31 () {32 vars in 735 bytes} [Tue May 19 06:29:09 2026] GET /v2.0/ports?device_id=a24dec6b-c2ca-4162-a83f-3705ffd6def4 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:29:09.824 7 INFO neutron.api.v2.resource [None req-734345ac-d0c9-4078-837d-15b01b9d0289 fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1146/2238] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:29:09 2026] DELETE /v2.0/routers/a24dec6b-c2ca-4162-a83f-3705ffd6def4 => generated 135 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-19 06:29:09.848 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7b49cb0c-562a-4872-81e7-0adf57b52e03 fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1093/2239] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:29:09 2026] DELETE /v2.0/subnets/a01f5ae3-fb79-48e2-afe5-e341f2ad6bf4 => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2240] 10.0.0.31 () {32 vars in 735 bytes} [Tue May 19 06:29:09 2026] GET /v2.0/ports?device_id=78335e11-65cf-4fee-8c95-1e3364db30ba => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:29:09.914 8 INFO neutron.api.v2.resource [None req-7f158933-20f9-487c-81ff-890811a2e102 fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1094/2241] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:29:09 2026] DELETE /v2.0/routers/78335e11-65cf-4fee-8c95-1e3364db30ba => generated 135 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-19 06:29:09.933 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fa7637a4-7178-433c-aeb4-895207f01b0e fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1148/2242] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:29:09 2026] DELETE /v2.0/subnets/39f1142b-ac38-460f-86e2-967792835e0f => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-19 06:29:09.955 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c2c17ad0-1fc0-4483-9208-0bf5cfcb3f1d fc06bab434544e0e88863a145af94878 7868e19e5c9a4405841a7bfd0509f940 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1095/2243] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:29:09 2026] DELETE /v2.0/subnets/09773473-f89b-447f-ae5d-600b211b335c => 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: 1149/2244] 199.204.45.44 () {30 vars in 702 bytes} [Tue May 19 06:29:10 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2245] 199.204.45.44 () {30 vars in 704 bytes} [Tue May 19 06:29:10 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: 1097/2246] 199.204.45.44 () {30 vars in 680 bytes} [Tue May 19 06:29:10 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2247] 199.204.45.44 () {30 vars in 716 bytes} [Tue May 19 06:29:10 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: 1099/2248] 199.204.45.44 () {30 vars in 736 bytes} [Tue May 19 06:29:10 2026] GET /v2.0/ports/1fdc03bd-095a-4590-80a3-e6ee3e689927 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2249] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:29:10 2026] GET /v2.0/security-groups?tenant_id=7868e19e5c9a4405841a7bfd0509f940&name=default => generated 2925 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2250] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:29:10 2026] DELETE /v2.0/security-groups/cbc58160-df5a-47af-b04b-578393b01309 => 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: 1151/2251] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:29:10 2026] GET /v2.0/ports?device_id=03af4a42-fea3-4425-87fb-c0fd38a39167 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2252] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:29:10 2026] GET /v2.0/security-groups?id=749004be-686f-4eeb-863e-31c8b38890e4&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2253] 199.204.45.44 () {30 vars in 702 bytes} [Tue May 19 06:29:10 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: 1102/2254] 199.204.45.44 () {30 vars in 704 bytes} [Tue May 19 06:29:10 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: 1153/2255] 199.204.45.44 () {30 vars in 680 bytes} [Tue May 19 06:29:10 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: 1103/2256] 199.204.45.44 () {30 vars in 716 bytes} [Tue May 19 06:29:10 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-19 06:29:10.752 7 INFO neutron.api.v2.resource [None req-6b6fe823-d790-47f5-abdf-69970faad61b 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1154/2257] 199.204.45.44 () {30 vars in 762 bytes} [Tue May 19 06:29:10 2026] GET /v2.0/security-groups/lb-c946e108-e519-45b1-8f2a-62bff47a1266 => generated 149 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2258] 199.204.45.44 () {30 vars in 784 bytes} [Tue May 19 06:29:10 2026] GET /v2.0/security-groups?name=lb-c946e108-e519-45b1-8f2a-62bff47a1266 => generated 23 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2259] 199.204.45.44 () {34 vars in 735 bytes} [Tue May 19 06:29:10 2026] POST /v2.0/security-groups => generated 1636 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2260] 199.204.45.44 () {30 vars in 814 bytes} [Tue May 19 06:29:10 2026] GET /v2.0/security-group-rules?security_group_id=88369a3b-976e-417f-ad9b-acdc61e8a4c8 => generated 1182 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2261] 199.204.45.44 () {34 vars in 788 bytes} [Tue May 19 06:29:10 2026] PUT /v2.0/ports/1fdc03bd-095a-4590-80a3-e6ee3e689927 => generated 1132 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2262] 199.204.45.44 () {30 vars in 702 bytes} [Tue May 19 06:29:11 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1157/2263] 199.204.45.44 () {30 vars in 704 bytes} [Tue May 19 06:29:11 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: 1107/2264] 199.204.45.44 () {30 vars in 680 bytes} [Tue May 19 06:29:11 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: 1158/2265] 199.204.45.44 () {30 vars in 716 bytes} [Tue May 19 06:29:11 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: 1108/2266] 199.204.45.44 () {30 vars in 740 bytes} [Tue May 19 06:29:11 2026] GET /v2.0/subnets/d7d02a99-e882-4d48-80bf-24bbc2283820 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2267] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:29:11 2026] GET /v2.0/ports?device_id=03af4a42-fea3-4425-87fb-c0fd38a39167 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2268] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:29:11 2026] GET /v2.0/security-groups?id=749004be-686f-4eeb-863e-31c8b38890e4&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: 1160/2269] 199.204.45.44 () {34 vars in 993 bytes} [Tue May 19 06:29:11 2026] GET /v2.0/ports?device_id=03af4a42-fea3-4425-87fb-c0fd38a39167 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:29:11.962 8 INFO neutron_taas.services.taas.taas_plugin [req-abc9fd74-51a9-48dd-8d5a-c72c749b761b req-646df0b6-a2bb-4e9b-b384-0c7dcfb77287 83c262ab0a394fc7ba321e090aaf06da fab298f2bf6f4eb396acd097f7ed01d5 - - default default] TaaS: Handle Delete Port: 08a1154a-9891-4318-a850-01b317e2a91f 2026-05-19 06:29:11.966 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-abc9fd74-51a9-48dd-8d5a-c72c749b761b req-646df0b6-a2bb-4e9b-b384-0c7dcfb77287 83c262ab0a394fc7ba321e090aaf06da fab298f2bf6f4eb396acd097f7ed01d5 - - default default] Tap Mirror: Handle Delete Port: 08a1154a-9891-4318-a850-01b317e2a91f [pid: 8|app: 0|req: 1110/2270] 199.204.45.44 () {36 vars in 996 bytes} [Tue May 19 06:29:11 2026] DELETE /v2.0/ports/08a1154a-9891-4318-a850-01b317e2a91f => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:29:12.183 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cdf388f0-e676-4463-87fa-2a1a7417a671'] response: {'server_uuid': '03af4a42-fea3-4425-87fb-c0fd38a39167', 'name': 'network-vif-deleted', 'tag': '08a1154a-9891-4318-a850-01b317e2a91f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1161/2271] 10.0.0.31 () {34 vars in 683 bytes} [Tue May 19 06:29:12 2026] POST /v2.0/security-groups => generated 1624 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2272] 10.0.0.31 () {32 vars in 662 bytes} [Tue May 19 06:29:12 2026] GET /v2.0/security-groups => generated 4529 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2273] 10.0.0.31 () {34 vars in 757 bytes} [Tue May 19 06:29:12 2026] PUT /v2.0/security-groups/5ef628bc-b271-4db0-9f11-40463aaf3298 => generated 1663 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2274] 10.0.0.31 () {32 vars in 736 bytes} [Tue May 19 06:29:12 2026] GET /v2.0/security-groups/5ef628bc-b271-4db0-9f11-40463aaf3298 => generated 1663 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2275] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:29:12 2026] GET /v2.0/ports?device_id=03af4a42-fea3-4425-87fb-c0fd38a39167 => 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: 1113/2276] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:29:12 2026] DELETE /v2.0/security-groups/5ef628bc-b271-4db0-9f11-40463aaf3298 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2277] 10.0.0.31 () {32 vars in 662 bytes} [Tue May 19 06:29:12 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) 2026-05-19 06:29:13.010 8 INFO neutron.api.v2.resource [None req-d401b563-9e4a-4374-856e-7da63d4bf866 af4c3db475814d17ab07f440b3b73b07 7cf50580ae664297bd839c345971f560 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1114/2278] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:29:12 2026] DELETE /v2.0/security-groups/5ef628bc-b271-4db0-9f11-40463aaf3298 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2279] 10.0.0.31 () {34 vars in 683 bytes} [Tue May 19 06:29:13 2026] POST /v2.0/security-groups => generated 1624 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2280] 10.0.0.31 () {34 vars in 694 bytes} [Tue May 19 06:29:13 2026] POST /v2.0/security-group-rules => generated 601 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2283] 10.0.0.31 () {32 vars in 746 bytes} [Tue May 19 06:29:13 2026] GET /v2.0/security-group-rules/bcd49c91-c7a7-41ac-85ef-94276f970116 => generated 601 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2284] 10.0.0.31 () {32 vars in 672 bytes} [Tue May 19 06:29:13 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2285] 10.0.0.31 () {32 vars in 749 bytes} [Tue May 19 06:29:13 2026] DELETE /v2.0/security-group-rules/bcd49c91-c7a7-41ac-85ef-94276f970116 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2286] 10.0.0.31 () {32 vars in 672 bytes} [Tue May 19 06:29:13 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2287] 10.0.0.31 () {34 vars in 677 bytes} [Tue May 19 06:29:13 2026] POST /v2.0/qos/policies => generated 359 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2288] 10.0.0.31 () {34 vars in 694 bytes} [Tue May 19 06:29:13 2026] POST /v2.0/security-group-rules => generated 601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2289] 10.0.0.31 () {34 vars in 677 bytes} [Tue May 19 06:29:13 2026] POST /v2.0/qos/policies => generated 359 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2290] 10.0.0.31 () {32 vars in 746 bytes} [Tue May 19 06:29:13 2026] GET /v2.0/security-group-rules/b2695ebd-0b37-4170-bef1-96f29eb2cec3 => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2291] 10.0.0.31 () {34 vars in 677 bytes} [Tue May 19 06:29:13 2026] POST /v2.0/qos/policies => generated 359 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2292] 10.0.0.31 () {34 vars in 677 bytes} [Tue May 19 06:29:13 2026] POST /v2.0/qos/policies => generated 359 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2293] 10.0.0.31 () {32 vars in 672 bytes} [Tue May 19 06:29:13 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2294] 10.0.0.31 () {34 vars in 677 bytes} [Tue May 19 06:29:13 2026] POST /v2.0/qos/policies => generated 359 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2295] 10.0.0.31 () {32 vars in 749 bytes} [Tue May 19 06:29:13 2026] DELETE /v2.0/security-group-rules/b2695ebd-0b37-4170-bef1-96f29eb2cec3 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2296] 10.0.0.31 () {34 vars in 752 bytes} [Tue May 19 06:29:13 2026] PUT /v2.0/policies/2a47e2a1-74bd-4cf5-8f2b-b5e4e39bc249/tags => generated 17 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2297] 10.0.0.31 () {32 vars in 672 bytes} [Tue May 19 06:29:13 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2298] 10.0.0.31 () {34 vars in 752 bytes} [Tue May 19 06:29:13 2026] PUT /v2.0/policies/154505fe-882f-4312-b12e-92f76897e456/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2299] 10.0.0.31 () {34 vars in 752 bytes} [Tue May 19 06:29:13 2026] PUT /v2.0/policies/388741da-2926-4339-b2af-1d64c5adf5f9/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: 1127/2300] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:29:13 2026] GET /v2.0/ports?device_id=03af4a42-fea3-4425-87fb-c0fd38a39167 => 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: 1174/2301] 10.0.0.31 () {34 vars in 694 bytes} [Tue May 19 06:29:13 2026] POST /v2.0/security-group-rules => generated 602 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2302] 10.0.0.31 () {34 vars in 752 bytes} [Tue May 19 06:29:14 2026] PUT /v2.0/policies/46ac3359-bb9f-4309-abfb-fcb825151158/tags => generated 19 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2303] 10.0.0.31 () {32 vars in 746 bytes} [Tue May 19 06:29:14 2026] GET /v2.0/security-group-rules/965e556a-b0f6-4512-9913-4fff87107556 => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2304] 10.0.0.31 () {32 vars in 672 bytes} [Tue May 19 06:29:14 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2305] 10.0.0.31 () {32 vars in 749 bytes} [Tue May 19 06:29:14 2026] DELETE /v2.0/security-group-rules/965e556a-b0f6-4512-9913-4fff87107556 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2306] 10.0.0.31 () {32 vars in 672 bytes} [Tue May 19 06:29:14 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2307] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:29:14 2026] DELETE /v2.0/security-groups/476c0df0-4dfa-4c85-a267-ccb05eaea413 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2308] 10.0.0.31 () {32 vars in 662 bytes} [Tue May 19 06:29:14 2026] GET /v2.0/security-groups => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2309] 10.0.0.31 () {32 vars in 662 bytes} [Tue May 19 06:29:14 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2310] 10.0.0.31 () {32 vars in 673 bytes} [Tue May 19 06:29:14 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2311] 10.0.0.31 () {32 vars in 687 bytes} [Tue May 19 06:29:14 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2312] 10.0.0.31 () {32 vars in 683 bytes} [Tue May 19 06:29:14 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2313] 10.0.0.31 () {32 vars in 695 bytes} [Tue May 19 06:29:14 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2314] 10.0.0.31 () {32 vars in 681 bytes} [Tue May 19 06:29:14 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2315] 10.0.0.31 () {32 vars in 695 bytes} [Tue May 19 06:29:14 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2316] 10.0.0.31 () {32 vars in 691 bytes} [Tue May 19 06:29:14 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2317] 10.0.0.31 () {32 vars in 703 bytes} [Tue May 19 06:29:15 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2318] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:29:14 2026] GET /v2.0/security-groups?tenant_id=7cf50580ae664297bd839c345971f560&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2319] 10.0.0.31 () {32 vars in 733 bytes} [Tue May 19 06:29:15 2026] DELETE /v2.0/qos/policies/2a47e2a1-74bd-4cf5-8f2b-b5e4e39bc249 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2320] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:29:15 2026] GET /v2.0/ports?device_id=03af4a42-fea3-4425-87fb-c0fd38a39167 => 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: 1183/2321] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:29:15 2026] DELETE /v2.0/security-groups/02436734-b512-43a0-8e65-255146a6a73c => 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: 1139/2322] 10.0.0.31 () {32 vars in 733 bytes} [Tue May 19 06:29:15 2026] DELETE /v2.0/qos/policies/154505fe-882f-4312-b12e-92f76897e456 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2323] 10.0.0.31 () {32 vars in 733 bytes} [Tue May 19 06:29:15 2026] DELETE /v2.0/qos/policies/388741da-2926-4339-b2af-1d64c5adf5f9 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2324] 10.0.0.31 () {32 vars in 733 bytes} [Tue May 19 06:29:15 2026] DELETE /v2.0/qos/policies/46ac3359-bb9f-4309-abfb-fcb825151158 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2325] 10.0.0.31 () {32 vars in 733 bytes} [Tue May 19 06:29:15 2026] DELETE /v2.0/qos/policies/0ddb9baf-9d18-4ea7-ba40-0224b24941a0 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2326] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:29:16 2026] DELETE /v2.0/security-groups/749004be-686f-4eeb-863e-31c8b38890e4 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2327] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:29:16 2026] GET /v2.0/security-groups?tenant_id=fab2a32f46ad40c0928309ba06ad916f&name=default => generated 2925 bytes in 345 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2328] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:29:16 2026] DELETE /v2.0/security-groups/72bb5012-6e96-4592-bbbe-9a9b5f044e82 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:29:16.846 7 INFO neutron_taas.services.taas.taas_plugin [None req-48aae2c4-321a-4c2d-8400-94d8b5479f8a 83c262ab0a394fc7ba321e090aaf06da fab298f2bf6f4eb396acd097f7ed01d5 - - default default] TaaS: Handle Delete Port: 93287097-d237-4227-bf99-35797c8bb019 2026-05-19 06:29:16.849 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-48aae2c4-321a-4c2d-8400-94d8b5479f8a 83c262ab0a394fc7ba321e090aaf06da fab298f2bf6f4eb396acd097f7ed01d5 - - default default] Tap Mirror: Handle Delete Port: 93287097-d237-4227-bf99-35797c8bb019 [pid: 8|app: 0|req: 1143/2329] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:29:16 2026] GET /v2.0/security-groups?tenant_id=cf32ce8f20fa41bd9a5177a89e139022&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2330] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:29:17 2026] DELETE /v2.0/security-groups/808575ec-ead0-4763-bbb1-a864e919430b => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2331] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:29:17 2026] GET /v2.0/security-groups?tenant_id=4bc1de91b9244fdebb0bbaa08e3d4a05&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2332] 10.0.0.31 () {34 vars in 788 bytes} [Tue May 19 06:29:16 2026] PUT /v2.0/routers/dc637ea1-2299-407e-a31b-02780d1e52f1/remove_router_interface => generated 309 bytes in 1012 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2333] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:29:17 2026] DELETE /v2.0/security-groups/b9c8116c-1772-4f16-b5fd-0dcc70689d42 => 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: 1188/2334] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:29:17 2026] DELETE /v2.0/subnets/3b9aff84-6823-41ae-ac94-e56a98cbf410 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:29:17.923 8 INFO neutron_taas.services.taas.taas_plugin [None req-082dc447-bc08-4b57-92b0-a0e901a49f2b 83c262ab0a394fc7ba321e090aaf06da fab298f2bf6f4eb396acd097f7ed01d5 - - default default] TaaS: Handle Delete Port: 83939249-c360-4d8b-a4fb-cbb31fddd4cc 2026-05-19 06:29:17.927 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-082dc447-bc08-4b57-92b0-a0e901a49f2b 83c262ab0a394fc7ba321e090aaf06da fab298f2bf6f4eb396acd097f7ed01d5 - - default default] Tap Mirror: Handle Delete Port: 83939249-c360-4d8b-a4fb-cbb31fddd4cc 2026-05-19 06:29:18.233 8 INFO neutron_taas.services.taas.taas_plugin [None req-082dc447-bc08-4b57-92b0-a0e901a49f2b 83c262ab0a394fc7ba321e090aaf06da fab298f2bf6f4eb396acd097f7ed01d5 - - default default] TaaS: Handle Delete Port: fb6d47e7-3244-40c6-b228-0a93b6858939 2026-05-19 06:29:18.236 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-082dc447-bc08-4b57-92b0-a0e901a49f2b 83c262ab0a394fc7ba321e090aaf06da fab298f2bf6f4eb396acd097f7ed01d5 - - default default] Tap Mirror: Handle Delete Port: fb6d47e7-3244-40c6-b228-0a93b6858939 2026-05-19 06:29:18.613 8 INFO neutron.services.segments.plugin [-] Segment 5a83bb5f-dfd3-46de-8520-be84327d84b9 resource provider aggregate not found 2026-05-19 06:29:18.624 8 INFO neutron.services.segments.plugin [-] Segment 5a83bb5f-dfd3-46de-8520-be84327d84b9 resource provider aggregate not found 2026-05-19 06:29:18.632 8 INFO neutron.services.segments.plugin [-] Segment 5a83bb5f-dfd3-46de-8520-be84327d84b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a83bb5f-dfd3-46de-8520-be84327d84b9 found for delete ", "request_id": "req-0748850d-7976-4350-b569-65d96450d00e"}]} 2026-05-19 06:29:18.641 8 INFO neutron.services.segments.plugin [-] Segment 5a83bb5f-dfd3-46de-8520-be84327d84b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a83bb5f-dfd3-46de-8520-be84327d84b9 found for delete ", "request_id": "req-9770bebc-558d-4f64-b32d-cf44b7e8f665"}]} 2026-05-19 06:29:18.660 8 INFO neutron.db.l3_hamode_db [None req-082dc447-bc08-4b57-92b0-a0e901a49f2b 83c262ab0a394fc7ba321e090aaf06da fab298f2bf6f4eb396acd097f7ed01d5 - - default default] HA network a29fa136-1260-412f-aec6-89c7531e30b8 was deleted as no HA routers are present in tenant fab298f2bf6f4eb396acd097f7ed01d5. [pid: 8|app: 0|req: 1147/2335] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:29:17 2026] DELETE /v2.0/routers/dc637ea1-2299-407e-a31b-02780d1e52f1 => generated 0 bytes in 987 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:29:18.758 7 INFO neutron_taas.services.taas.taas_plugin [None req-e29ac67f-4b13-4c66-a438-6a3eb3b1015d 83c262ab0a394fc7ba321e090aaf06da fab298f2bf6f4eb396acd097f7ed01d5 - - default default] TaaS: Handle Delete Port: fc7d8c40-65ad-4f62-badc-f7350e943cf8 2026-05-19 06:29:18.762 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e29ac67f-4b13-4c66-a438-6a3eb3b1015d 83c262ab0a394fc7ba321e090aaf06da fab298f2bf6f4eb396acd097f7ed01d5 - - default default] Tap Mirror: Handle Delete Port: fc7d8c40-65ad-4f62-badc-f7350e943cf8 2026-05-19 06:29:18.933 7 INFO neutron.services.segments.plugin [-] Segment 9e7faf2b-6749-41eb-b6ed-07b7f5c15928 resource provider aggregate not found 2026-05-19 06:29:18.936 7 INFO neutron.services.segments.plugin [-] Segment 9e7faf2b-6749-41eb-b6ed-07b7f5c15928 resource provider aggregate not found 2026-05-19 06:29:18.959 7 INFO neutron.services.segments.plugin [-] Segment 9e7faf2b-6749-41eb-b6ed-07b7f5c15928 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e7faf2b-6749-41eb-b6ed-07b7f5c15928 found for delete ", "request_id": "req-912cb588-ed42-4a64-bb3f-a8601722e6fe"}]} 2026-05-19 06:29:18.962 7 INFO neutron.services.segments.plugin [-] Segment 9e7faf2b-6749-41eb-b6ed-07b7f5c15928 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e7faf2b-6749-41eb-b6ed-07b7f5c15928 found for delete ", "request_id": "req-ce74ad6c-c156-4921-9405-507125f311a3"}]} [pid: 7|app: 0|req: 1189/2336] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:29:18 2026] DELETE /v2.0/networks/7f9e590d-c786-4611-9a06-21c7729eaee0 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2337] 10.0.0.232 () {34 vars in 1016 bytes} [Tue May 19 06:29:18 2026] GET /v2.0/security-groups?id=48e59e55-f40e-46c9-91c8-134011e7932f&fields=id => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2338] 10.0.0.232 () {34 vars in 982 bytes} [Tue May 19 06:29:19 2026] GET /v2.0/networks?id=99ccab81-a8ef-470d-9444-7fcd3a4e16a2 => generated 735 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2339] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:29:18 2026] GET /v2.0/security-groups?tenant_id=1efcdbd255084e1d972f8db6470012bb&name=default => generated 2925 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2340] 10.0.0.232 () {34 vars in 965 bytes} [Tue May 19 06:29:19 2026] GET /v2.0/quotas/b00825cf8fc243c3970f4c952a3dedd4 => generated 291 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2341] 10.0.0.232 () {34 vars in 1002 bytes} [Tue May 19 06:29:19 2026] GET /v2.0/ports?tenant_id=b00825cf8fc243c3970f4c952a3dedd4&fields=id => generated 149 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2342] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:29:19 2026] DELETE /v2.0/security-groups/1cdf3890-3c53-4709-8c86-6e14aac79598 => 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: 1194/2343] 10.0.0.232 () {34 vars in 1008 bytes} [Tue May 19 06:29:19 2026] GET /v2.0/networks/99ccab81-a8ef-470d-9444-7fcd3a4e16a2?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: 1150/2344] 10.0.0.232 () {34 vars in 1108 bytes} [Tue May 19 06:29:19 2026] GET /v2.0/networks/99ccab81-a8ef-470d-9444-7fcd3a4e16a2?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: 1195/2345] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:29:19 2026] GET /v2.0/security-groups?tenant_id=fab298f2bf6f4eb396acd097f7ed01d5&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2346] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:29:19 2026] DELETE /v2.0/security-groups/615ffd9e-5466-4e3f-a543-895259474003 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2347] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:29:20 2026] GET /v2.0/ports?device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => 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: 1152/2348] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:29:20 2026] GET /v2.0/ports?device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => 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: 1197/2349] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:29:20 2026] GET /v2.0/security-groups?tenant_id=a28a85b5dd7147c7b6be3daae9a764a4&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2350] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:29:20 2026] DELETE /v2.0/security-groups/9345aaad-5f8a-4528-9a69-05cb788d4237 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:29:21.362 7 INFO neutron.db.segments_db [None req-f6d595e2-4a35-4d70-9384-a3739af873a5 c46d1c30159a464e986f5904ecad5578 62bdcb7f1c12460cb536c951521adcb1 - - default default] Added segment 343821cb-8a01-4eb7-8aa8-e16e07d8de34 of type vxlan for network 5949e014-039c-4644-b503-7db2c7032ea2 2026-05-19 06:29:21.647 7 INFO neutron.db.l3_hamode_db [None req-f6d595e2-4a35-4d70-9384-a3739af873a5 c46d1c30159a464e986f5904ecad5578 62bdcb7f1c12460cb536c951521adcb1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-19 06:29:21.786 7 INFO neutron.db.l3_hamode_db [None req-f6d595e2-4a35-4d70-9384-a3739af873a5 c46d1c30159a464e986f5904ecad5578 62bdcb7f1c12460cb536c951521adcb1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1198/2351] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 19 06:29:21 2026] POST /v2.0/routers => generated 474 bytes in 1328 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2352] 10.0.0.31 () {34 vars in 750 bytes} [Tue May 19 06:29:22 2026] PUT /v2.0/routers/ad788157-1c64-4849-b5ae-e41fcee3b218/tags => generated 25 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2353] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:29:22 2026] GET /v2.0/security-groups?tenant_id=a13eeb88ad224ddcb658b27b345ace6c&name=default => generated 2925 bytes in 386 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2354] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:29:22 2026] GET /v2.0/ports?device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => 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: 1201/2355] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:29:22 2026] DELETE /v2.0/security-groups/80f5c773-8034-42b8-927c-a9846da9387c => 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: 1202/2356] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:29:23 2026] GET /v2.0/ports?device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2357] 10.0.0.31 () {32 vars in 730 bytes} [Tue May 19 06:29:22 2026] GET /v2.0/routers/ad788157-1c64-4849-b5ae-e41fcee3b218/tags => generated 25 bytes in 539 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2358] 10.0.0.31 () {34 vars in 761 bytes} [Tue May 19 06:29:23 2026] PUT /v2.0/routers/ad788157-1c64-4849-b5ae-e41fcee3b218/tags/green => generated 4 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2359] 10.0.0.31 () {32 vars in 730 bytes} [Tue May 19 06:29:23 2026] GET /v2.0/routers/ad788157-1c64-4849-b5ae-e41fcee3b218/tags => generated 34 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2360] 10.0.0.31 () {34 vars in 757 bytes} [Tue May 19 06:29:23 2026] PUT /v2.0/routers/ad788157-1c64-4849-b5ae-e41fcee3b218/tags/red => generated 4 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2361] 10.0.0.31 () {32 vars in 730 bytes} [Tue May 19 06:29:23 2026] GET /v2.0/routers/ad788157-1c64-4849-b5ae-e41fcee3b218/tags => generated 34 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2362] 10.0.0.31 () {34 vars in 779 bytes} [Tue May 19 06:29:23 2026] PUT /v2.0/routers/ad788157-1c64-4849-b5ae-e41fcee3b218/tags/black.or.white => generated 4 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2363] 10.0.0.31 () {32 vars in 730 bytes} [Tue May 19 06:29:23 2026] GET /v2.0/routers/ad788157-1c64-4849-b5ae-e41fcee3b218/tags => generated 52 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2364] 199.204.45.44 () {34 vars in 985 bytes} [Tue May 19 06:29:23 2026] GET /v2.0/networks?id=99ccab81-a8ef-470d-9444-7fcd3a4e16a2 => generated 735 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2365] 199.204.45.44 () {34 vars in 1049 bytes} [Tue May 19 06:29:23 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b00825cf8fc243c3970f4c952a3dedd4 => generated 343 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2366] 10.0.0.31 () {34 vars in 750 bytes} [Tue May 19 06:29:23 2026] PUT /v2.0/routers/ad788157-1c64-4849-b5ae-e41fcee3b218/tags => generated 37 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2367] 10.0.0.31 () {32 vars in 730 bytes} [Tue May 19 06:29:24 2026] GET /v2.0/routers/ad788157-1c64-4849-b5ae-e41fcee3b218/tags => generated 37 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2368] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 19 06:29:24 2026] GET /v2.0/routers/ad788157-1c64-4849-b5ae-e41fcee3b218/tags/red => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:29:24.312 7 INFO neutron.api.v2.resource [None req-a995c334-af70-4f17-a5d6-1c77ad394b74 c46d1c30159a464e986f5904ecad5578 62bdcb7f1c12460cb536c951521adcb1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1209/2369] 10.0.0.31 () {32 vars in 742 bytes} [Tue May 19 06:29:24 2026] GET /v2.0/routers/ad788157-1c64-4849-b5ae-e41fcee3b218/tags/green => generated 99 bytes in 98 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2370] 199.204.45.44 () {38 vars in 954 bytes} [Tue May 19 06:29:24 2026] POST /v2.0/ports => generated 1082 bytes in 292 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: 1210/2371] 10.0.0.31 () {32 vars in 741 bytes} [Tue May 19 06:29:24 2026] DELETE /v2.0/routers/ad788157-1c64-4849-b5ae-e41fcee3b218/tags/red => 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: 1211/2372] 10.0.0.31 () {32 vars in 730 bytes} [Tue May 19 06:29:24 2026] GET /v2.0/routers/ad788157-1c64-4849-b5ae-e41fcee3b218/tags => generated 30 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2373] 199.204.45.44 () {38 vars in 1027 bytes} [Tue May 19 06:29:24 2026] PUT /v2.0/ports/a1fdf84f-a079-4c66-86c0-72f7632cebab => generated 1243 bytes in 391 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-19 06:29:24.756 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d56c8700-ea40-4279-86c2-1af7d4d4ff46'] response: {'name': 'network-changed', 'server_uuid': '82962bfc-c00a-431f-9d80-280fd1bfc7b7', 'tag': 'a1fdf84f-a079-4c66-86c0-72f7632cebab', 'status': 'completed', 'code': 200} 2026-05-19 06:29:24.827 8 INFO neutron.api.v2.resource [None req-e13237b2-5cd2-4104-93e7-9a0162fb9fa1 c46d1c30159a464e986f5904ecad5578 62bdcb7f1c12460cb536c951521adcb1 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1163/2374] 10.0.0.31 () {32 vars in 745 bytes} [Tue May 19 06:29:24 2026] DELETE /v2.0/routers/ad788157-1c64-4849-b5ae-e41fcee3b218/tags/green => generated 99 bytes in 115 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-19 06:29:24.853 7 INFO neutron.db.segments_db [None req-a7c54464-3c36-429c-8863-6b31470ce38e cf2f76931c374d01a3bb0c4d8993a28e 4ee6cf9384ac45fb92fc67be01ad676f - - default default] Added segment 3b19f928-a37d-4bdf-ae42-e62491c0672d of type vxlan for network dd5d945b-35fa-4483-aa00-4f7013b18de7 [pid: 7|app: 0|req: 1212/2375] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:29:24 2026] POST /v2.0/networks => generated 613 bytes in 438 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2376] 10.0.0.31 () {32 vars in 733 bytes} [Tue May 19 06:29:24 2026] DELETE /v2.0/routers/ad788157-1c64-4849-b5ae-e41fcee3b218/tags => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:29:25.001 7 INFO neutron.db.segments_db [None req-ad4a513c-59c3-4baf-bbaa-5b832ce4dd98 cf2f76931c374d01a3bb0c4d8993a28e 4ee6cf9384ac45fb92fc67be01ad676f - - default default] Added segment 6fdb6230-4623-4a7d-a85f-80378b451099 of type vxlan for network 86ea1b97-44db-4f2c-864f-b50b0ceac164 [pid: 8|app: 0|req: 1165/2377] 10.0.0.31 () {32 vars in 730 bytes} [Tue May 19 06:29:24 2026] GET /v2.0/routers/ad788157-1c64-4849-b5ae-e41fcee3b218/tags => generated 12 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2378] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:29:24 2026] POST /v2.0/networks => generated 613 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2379] 10.0.0.31 () {32 vars in 720 bytes} [Tue May 19 06:29:25 2026] GET /v2.0/routers/ad788157-1c64-4849-b5ae-e41fcee3b218 => generated 480 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:29:25.133 7 INFO neutron.db.segments_db [None req-83b7d8bf-8f58-43a1-bddb-112893065323 cf2f76931c374d01a3bb0c4d8993a28e 4ee6cf9384ac45fb92fc67be01ad676f - - default default] Added segment 0462f306-e97b-46cd-8a40-ffb315f569ec of type vxlan for network 4b47f9ab-2c3c-4b5e-bc5f-800db8b4079a [pid: 7|app: 0|req: 1214/2380] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:29:25 2026] POST /v2.0/networks => generated 611 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2381] 10.0.0.31 () {34 vars in 741 bytes} [Tue May 19 06:29:25 2026] PUT /v2.0/routers/ad788157-1c64-4849-b5ae-e41fcee3b218 => generated 480 bytes in 571 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2382] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:29:25 2026] GET /v2.0/ports?tenant_id=b00825cf8fc243c3970f4c952a3dedd4&device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => generated 1246 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2383] 10.0.0.31 () {32 vars in 735 bytes} [Tue May 19 06:29:25 2026] GET /v2.0/ports?device_id=ad788157-1c64-4849-b5ae-e41fcee3b218 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:29:25.750 7 INFO neutron.db.segments_db [None req-a9601584-f08a-45be-9906-abe066be2a27 cf2f76931c374d01a3bb0c4d8993a28e 4ee6cf9384ac45fb92fc67be01ad676f - - default default] Added segment b68e0f5f-d69e-48b2-b1b9-249347566009 of type vxlan for network 2a21dece-5ba8-4b82-b4de-875997e6ba35 [pid: 8|app: 0|req: 1170/2384] 199.204.45.44 () {34 vars in 1017 bytes} [Tue May 19 06:29:25 2026] GET /v2.0/networks?tenant_id=b00825cf8fc243c3970f4c952a3dedd4&shared=False => generated 735 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2385] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:29:25 2026] POST /v2.0/networks => generated 612 bytes in 614 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2386] 199.204.45.44 () {34 vars in 929 bytes} [Tue May 19 06:29:25 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:29:25.929 7 INFO neutron.db.segments_db [None req-7203f807-a572-49c7-a735-bbc43cf02ec8 cf2f76931c374d01a3bb0c4d8993a28e 4ee6cf9384ac45fb92fc67be01ad676f - - default default] Added segment e2d212d4-12ea-4382-89c2-1640e32df3f2 of type vxlan for network f98e9fc7-7bed-4f98-a8d2-427a3fefa30d 2026-05-19 06:29:25.961 8 INFO neutron_taas.services.taas.taas_plugin [None req-8a112f4e-0c5d-42c4-b6bc-e7831806a87c c46d1c30159a464e986f5904ecad5578 62bdcb7f1c12460cb536c951521adcb1 - - default default] TaaS: Handle Delete Port: 4759e8ad-5069-4d8a-9840-776258344674 2026-05-19 06:29:25.963 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a112f4e-0c5d-42c4-b6bc-e7831806a87c c46d1c30159a464e986f5904ecad5578 62bdcb7f1c12460cb536c951521adcb1 - - default default] Tap Mirror: Handle Delete Port: 4759e8ad-5069-4d8a-9840-776258344674 [pid: 7|app: 0|req: 1217/2387] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:29:25 2026] POST /v2.0/networks => generated 613 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2388] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:29:26 2026] GET /v2.0/ports?device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2389] 10.0.0.31 () {34 vars in 752 bytes} [Tue May 19 06:29:26 2026] PUT /v2.0/networks/dd5d945b-35fa-4483-aa00-4f7013b18de7/tags => generated 17 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2390] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:29:26 2026] GET /v2.0/security-groups?id=48e59e55-f40e-46c9-91c8-134011e7932f&fields=id&fields=name => generated 96 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2391] 10.0.0.31 () {34 vars in 752 bytes} [Tue May 19 06:29:26 2026] PUT /v2.0/networks/86ea1b97-44db-4f2c-864f-b50b0ceac164/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2392] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:29:26 2026] GET /v2.0/ports?device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:29:26.322 8 INFO neutron.services.segments.plugin [-] Segment 343821cb-8a01-4eb7-8aa8-e16e07d8de34 resource provider aggregate not found 2026-05-19 06:29:26.326 8 INFO neutron.services.segments.plugin [-] Segment 343821cb-8a01-4eb7-8aa8-e16e07d8de34 resource provider aggregate not found 2026-05-19 06:29:26.342 8 INFO neutron.services.segments.plugin [-] Segment 343821cb-8a01-4eb7-8aa8-e16e07d8de34 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 343821cb-8a01-4eb7-8aa8-e16e07d8de34 found for delete ", "request_id": "req-30d33477-965c-48fc-9bfc-017c35aac294"}]} 2026-05-19 06:29:26.346 8 INFO neutron.services.segments.plugin [-] Segment 343821cb-8a01-4eb7-8aa8-e16e07d8de34 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 343821cb-8a01-4eb7-8aa8-e16e07d8de34 found for delete ", "request_id": "req-47679627-f142-4313-a5e0-8429abbc5386"}]} 2026-05-19 06:29:26.359 8 INFO neutron.db.l3_hamode_db [None req-8a112f4e-0c5d-42c4-b6bc-e7831806a87c c46d1c30159a464e986f5904ecad5578 62bdcb7f1c12460cb536c951521adcb1 - - default default] HA network 5949e014-039c-4644-b503-7db2c7032ea2 was deleted as no HA routers are present in tenant 62bdcb7f1c12460cb536c951521adcb1. [pid: 7|app: 0|req: 1223/2393] 10.0.0.31 () {34 vars in 752 bytes} [Tue May 19 06:29:26 2026] PUT /v2.0/networks/4b47f9ab-2c3c-4b5e-bc5f-800db8b4079a/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2394] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:29:25 2026] DELETE /v2.0/routers/ad788157-1c64-4849-b5ae-e41fcee3b218 => generated 0 bytes in 576 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2395] 10.0.0.31 () {34 vars in 752 bytes} [Tue May 19 06:29:26 2026] PUT /v2.0/networks/2a21dece-5ba8-4b82-b4de-875997e6ba35/tags => generated 19 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2396] 10.0.0.31 () {32 vars in 665 bytes} [Tue May 19 06:29:26 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2397] 10.0.0.31 () {32 vars in 679 bytes} [Tue May 19 06:29:26 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2398] 10.0.0.31 () {32 vars in 675 bytes} [Tue May 19 06:29:26 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2399] 10.0.0.31 () {32 vars in 687 bytes} [Tue May 19 06:29:26 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2400] 10.0.0.31 () {32 vars in 673 bytes} [Tue May 19 06:29:26 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2401] 10.0.0.31 () {32 vars in 687 bytes} [Tue May 19 06:29:26 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2402] 10.0.0.31 () {32 vars in 683 bytes} [Tue May 19 06:29:26 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2403] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:29:26 2026] GET /v2.0/ports?tenant_id=b00825cf8fc243c3970f4c952a3dedd4&device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => generated 1246 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2404] 199.204.45.44 () {34 vars in 1061 bytes} [Tue May 19 06:29:26 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.221&port_id=a1fdf84f-a079-4c66-86c0-72f7632cebab => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2405] 10.0.0.31 () {32 vars in 695 bytes} [Tue May 19 06:29:26 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2406] 199.204.45.44 () {34 vars in 983 bytes} [Tue May 19 06:29:26 2026] GET /v2.0/subnets?id=11c05660-de19-4db2-aad9-9843864f0e5e => generated 654 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2407] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:29:27 2026] GET /v2.0/ports?network_id=99ccab81-a8ef-470d-9444-7fcd3a4e16a2&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: 1177/2408] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:29:26 2026] DELETE /v2.0/networks/dd5d945b-35fa-4483-aa00-4f7013b18de7 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2409] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:29:27 2026] GET /v2.0/networks/99ccab81-a8ef-470d-9444-7fcd3a4e16a2?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: 1179/2410] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:29:27 2026] DELETE /v2.0/networks/86ea1b97-44db-4f2c-864f-b50b0ceac164 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2411] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:29:27 2026] GET /v2.0/security-groups?tenant_id=c8dd78b7cde94c24a6847cdec456da9d&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: 1180/2412] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:29:27 2026] GET /v2.0/networks/99ccab81-a8ef-470d-9444-7fcd3a4e16a2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2413] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:29:27 2026] DELETE /v2.0/networks/4b47f9ab-2c3c-4b5e-bc5f-800db8b4079a => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2414] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:29:27 2026] DELETE /v2.0/security-groups/e87d8288-993b-4b96-994e-c79cc84f7955 => 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: 1183/2415] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:29:27 2026] DELETE /v2.0/networks/2a21dece-5ba8-4b82-b4de-875997e6ba35 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2416] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:29:27 2026] GET /v2.0/security-groups?tenant_id=62bdcb7f1c12460cb536c951521adcb1&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2417] 10.0.0.31 () {34 vars in 675 bytes} [Tue May 19 06:29:27 2026] POST /v2.0/floatingips => generated 552 bytes in 591 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2418] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:29:27 2026] DELETE /v2.0/networks/f98e9fc7-7bed-4f98-a8d2-427a3fefa30d => 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: 1234/2419] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:29:27 2026] DELETE /v2.0/security-groups/c145ad96-a79d-4a3c-9386-3877f388f609 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:29:28.371 8 INFO neutron.services.segments.plugin [-] Segment 3b19f928-a37d-4bdf-ae42-e62491c0672d resource provider aggregate not found 2026-05-19 06:29:28.375 8 INFO neutron.services.segments.plugin [-] Segment 3b19f928-a37d-4bdf-ae42-e62491c0672d resource provider aggregate not found 2026-05-19 06:29:28.392 8 INFO neutron.services.segments.plugin [-] Segment 3b19f928-a37d-4bdf-ae42-e62491c0672d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b19f928-a37d-4bdf-ae42-e62491c0672d found for delete ", "request_id": "req-cc750317-18fc-40d8-88e1-b7fbceb029cb"}]} 2026-05-19 06:29:28.397 8 INFO neutron.services.segments.plugin [-] Segment 3b19f928-a37d-4bdf-ae42-e62491c0672d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b19f928-a37d-4bdf-ae42-e62491c0672d found for delete ", "request_id": "req-ddc202b7-22fd-43d5-a7e5-5b1f5ef92bfb"}]} 2026-05-19 06:29:28.419 8 INFO neutron.services.segments.plugin [-] Segment 6fdb6230-4623-4a7d-a85f-80378b451099 resource provider aggregate not found 2026-05-19 06:29:28.422 8 INFO neutron.services.segments.plugin [-] Segment 6fdb6230-4623-4a7d-a85f-80378b451099 resource provider aggregate not found 2026-05-19 06:29:28.441 8 INFO neutron.services.segments.plugin [-] Segment 6fdb6230-4623-4a7d-a85f-80378b451099 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6fdb6230-4623-4a7d-a85f-80378b451099 found for delete ", "request_id": "req-67606ab6-e170-4546-8bc6-5e623e6ba3f6"}]} 2026-05-19 06:29:28.449 8 INFO neutron.services.segments.plugin [-] Segment 6fdb6230-4623-4a7d-a85f-80378b451099 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6fdb6230-4623-4a7d-a85f-80378b451099 found for delete ", "request_id": "req-f4398fb6-9493-4903-9816-3b82c6ecd75a"}]} 2026-05-19 06:29:28.455 8 INFO neutron.services.segments.plugin [-] Segment 0462f306-e97b-46cd-8a40-ffb315f569ec resource provider aggregate not found 2026-05-19 06:29:28.474 8 INFO neutron.services.segments.plugin [-] Segment 0462f306-e97b-46cd-8a40-ffb315f569ec resource provider aggregate not found 2026-05-19 06:29:28.480 8 INFO neutron.services.segments.plugin [-] Segment 0462f306-e97b-46cd-8a40-ffb315f569ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0462f306-e97b-46cd-8a40-ffb315f569ec found for delete ", "request_id": "req-4d2fcfb4-4c67-415d-a9ff-2371865229ed"}]} 2026-05-19 06:29:28.496 8 INFO neutron.services.segments.plugin [-] Segment 0462f306-e97b-46cd-8a40-ffb315f569ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0462f306-e97b-46cd-8a40-ffb315f569ec found for delete ", "request_id": "req-3cf9234d-bf09-402e-9785-3860469f5de3"}]} 2026-05-19 06:29:28.499 8 INFO neutron.services.segments.plugin [-] Segment b68e0f5f-d69e-48b2-b1b9-249347566009 resource provider aggregate not found 2026-05-19 06:29:28.509 8 INFO neutron.services.segments.plugin [-] Segment b68e0f5f-d69e-48b2-b1b9-249347566009 resource provider aggregate not found 2026-05-19 06:29:28.515 8 INFO neutron.services.segments.plugin [-] Segment b68e0f5f-d69e-48b2-b1b9-249347566009 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b68e0f5f-d69e-48b2-b1b9-249347566009 found for delete ", "request_id": "req-906008de-e728-4384-9f3e-cd4be16172d4"}]} 2026-05-19 06:29:28.525 8 INFO neutron.services.segments.plugin [-] Segment b68e0f5f-d69e-48b2-b1b9-249347566009 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b68e0f5f-d69e-48b2-b1b9-249347566009 found for delete ", "request_id": "req-1e9dcff6-576b-435b-8255-67278ad20e6e"}]} 2026-05-19 06:29:28.528 8 INFO neutron.services.segments.plugin [-] Segment e2d212d4-12ea-4382-89c2-1640e32df3f2 resource provider aggregate not found 2026-05-19 06:29:28.540 8 INFO neutron.services.segments.plugin [-] Segment e2d212d4-12ea-4382-89c2-1640e32df3f2 resource provider aggregate not found 2026-05-19 06:29:28.545 8 INFO neutron.services.segments.plugin [-] Segment e2d212d4-12ea-4382-89c2-1640e32df3f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2d212d4-12ea-4382-89c2-1640e32df3f2 found for delete ", "request_id": "req-1222e30d-922f-4969-a679-9ec723f4fc45"}]} 2026-05-19 06:29:28.554 8 INFO neutron.services.segments.plugin [-] Segment e2d212d4-12ea-4382-89c2-1640e32df3f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2d212d4-12ea-4382-89c2-1640e32df3f2 found for delete ", "request_id": "req-a75b33a9-9729-4b36-a46a-da77c321f6fc"}]} [pid: 8|app: 0|req: 1186/2422] 10.0.0.31 () {34 vars in 675 bytes} [Tue May 19 06:29:27 2026] POST /v2.0/floatingips => generated 552 bytes in 612 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2423] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:29:28 2026] GET /v2.0/security-groups?tenant_id=83afd354ee6b406d9b142192373d0289&name=default => generated 2929 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2424] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:29:29 2026] GET /v2.0/ports?device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => generated 1246 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2425] 10.0.0.31 () {34 vars in 675 bytes} [Tue May 19 06:29:28 2026] POST /v2.0/floatingips => generated 552 bytes in 558 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2426] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:29:29 2026] GET /v2.0/security-groups?id=48e59e55-f40e-46c9-91c8-134011e7932f&fields=id&fields=name => generated 96 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2427] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:29:29 2026] DELETE /v2.0/security-groups/86d6a73b-9ef5-480e-b447-c97091889fc9 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2428] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:29:29 2026] GET /v2.0/ports?device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => generated 1246 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2429] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:29:29 2026] GET /v2.0/security-groups?tenant_id=eb4dbc48f2a24dec992e36120c6c9eef&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2430] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:29:29 2026] DELETE /v2.0/security-groups/c7581d9e-0243-419e-be00-edde3e84ce43 => 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: 1239/2431] 10.0.0.31 () {34 vars in 675 bytes} [Tue May 19 06:29:29 2026] POST /v2.0/floatingips => generated 552 bytes in 504 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2432] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:29:29 2026] GET /v2.0/security-groups?tenant_id=4ee6cf9384ac45fb92fc67be01ad676f&name=default => generated 2926 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2433] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:29:29 2026] DELETE /v2.0/security-groups/d18694ba-483c-45c1-b7b3-8157c7342ca4 => 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: 1240/2434] 10.0.0.31 () {34 vars in 675 bytes} [Tue May 19 06:29:29 2026] POST /v2.0/floatingips => generated 552 bytes in 510 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2435] 10.0.0.31 () {34 vars in 758 bytes} [Tue May 19 06:29:30 2026] PUT /v2.0/floatingips/7d5ff8e0-0a97-4611-bebd-fb515d8ad4ca/tags => generated 17 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2436] 10.0.0.31 () {34 vars in 758 bytes} [Tue May 19 06:29:30 2026] PUT /v2.0/floatingips/6233b9cf-0a80-4db6-93cf-8c037b6b30bb/tags => generated 25 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2437] 10.0.0.31 () {34 vars in 758 bytes} [Tue May 19 06:29:30 2026] PUT /v2.0/floatingips/fd91e437-5699-4d2a-a1bb-eaab6cc621a9/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2438] 10.0.0.31 () {34 vars in 758 bytes} [Tue May 19 06:29:30 2026] PUT /v2.0/floatingips/adc41378-d1b8-459d-a51d-68f7cf4b871a/tags => generated 19 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2439] 10.0.0.31 () {32 vars in 671 bytes} [Tue May 19 06:29:30 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2440] 10.0.0.31 () {32 vars in 685 bytes} [Tue May 19 06:29:30 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2441] 10.0.0.31 () {32 vars in 681 bytes} [Tue May 19 06:29:30 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2442] 10.0.0.31 () {32 vars in 693 bytes} [Tue May 19 06:29:30 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2443] 10.0.0.31 () {32 vars in 679 bytes} [Tue May 19 06:29:30 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2444] 10.0.0.31 () {32 vars in 693 bytes} [Tue May 19 06:29:30 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2445] 10.0.0.31 () {32 vars in 689 bytes} [Tue May 19 06:29:30 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2446] 199.204.45.44 () {34 vars in 993 bytes} [Tue May 19 06:29:30 2026] GET /v2.0/ports?device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2447] 10.0.0.31 () {32 vars in 701 bytes} [Tue May 19 06:29:30 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2448] 199.204.45.44 () {34 vars in 1043 bytes} [Tue May 19 06:29:31 2026] GET /v2.0/security-groups?id=48e59e55-f40e-46c9-91c8-134011e7932f&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:29:31.146 8 INFO neutron_taas.services.taas.taas_plugin [None req-6b59c8c0-40c0-4b92-a844-d79fd4554b55 c9d17e0510594936b18772818817c875 8370b28498ac4980bf7f3733592d0bf4 - - default default] TaaS: Handle Delete Port: 75f37966-82ca-4ed0-9a9e-737cf51aad76 2026-05-19 06:29:31.151 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b59c8c0-40c0-4b92-a844-d79fd4554b55 c9d17e0510594936b18772818817c875 8370b28498ac4980bf7f3733592d0bf4 - - default default] Tap Mirror: Handle Delete Port: 75f37966-82ca-4ed0-9a9e-737cf51aad76 [pid: 8|app: 0|req: 1202/2449] 10.0.0.31 () {32 vars in 731 bytes} [Tue May 19 06:29:31 2026] DELETE /v2.0/floatingips/7d5ff8e0-0a97-4611-bebd-fb515d8ad4ca => generated 0 bytes in 317 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:29:31.465 7 INFO neutron_taas.services.taas.taas_plugin [None req-d95d73c2-2b84-4272-a837-f21ec5b9dd12 c9d17e0510594936b18772818817c875 8370b28498ac4980bf7f3733592d0bf4 - - default default] TaaS: Handle Delete Port: 46b84d73-44a1-46f5-b319-68918bdb5642 2026-05-19 06:29:31.469 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d95d73c2-2b84-4272-a837-f21ec5b9dd12 c9d17e0510594936b18772818817c875 8370b28498ac4980bf7f3733592d0bf4 - - default default] Tap Mirror: Handle Delete Port: 46b84d73-44a1-46f5-b319-68918bdb5642 [pid: 7|app: 0|req: 1248/2450] 10.0.0.31 () {32 vars in 731 bytes} [Tue May 19 06:29:31 2026] DELETE /v2.0/floatingips/6233b9cf-0a80-4db6-93cf-8c037b6b30bb => generated 0 bytes in 313 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:29:31.777 8 INFO neutron_taas.services.taas.taas_plugin [None req-e1cb9ed1-bf59-43f5-b923-d866c3c28400 c9d17e0510594936b18772818817c875 8370b28498ac4980bf7f3733592d0bf4 - - default default] TaaS: Handle Delete Port: e55e8ed0-7b93-436d-bd8c-f5b8d75014b5 2026-05-19 06:29:31.781 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1cb9ed1-bf59-43f5-b923-d866c3c28400 c9d17e0510594936b18772818817c875 8370b28498ac4980bf7f3733592d0bf4 - - default default] Tap Mirror: Handle Delete Port: e55e8ed0-7b93-436d-bd8c-f5b8d75014b5 [pid: 8|app: 0|req: 1203/2451] 10.0.0.31 () {32 vars in 731 bytes} [Tue May 19 06:29:31 2026] DELETE /v2.0/floatingips/fd91e437-5699-4d2a-a1bb-eaab6cc621a9 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:29:32.111 7 INFO neutron_taas.services.taas.taas_plugin [None req-7fa619fb-d43c-4751-bf30-2a6e340c6af4 c9d17e0510594936b18772818817c875 8370b28498ac4980bf7f3733592d0bf4 - - default default] TaaS: Handle Delete Port: fd37b6ca-b718-4064-9b3e-6100c640b6d6 2026-05-19 06:29:32.113 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7fa619fb-d43c-4751-bf30-2a6e340c6af4 c9d17e0510594936b18772818817c875 8370b28498ac4980bf7f3733592d0bf4 - - default default] Tap Mirror: Handle Delete Port: fd37b6ca-b718-4064-9b3e-6100c640b6d6 [pid: 7|app: 0|req: 1249/2452] 10.0.0.31 () {32 vars in 731 bytes} [Tue May 19 06:29:31 2026] DELETE /v2.0/floatingips/adc41378-d1b8-459d-a51d-68f7cf4b871a => generated 0 bytes in 253 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2453] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:29:32 2026] GET /v2.0/ports?device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => generated 1248 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2454] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:29:32 2026] GET /v2.0/security-groups?id=48e59e55-f40e-46c9-91c8-134011e7932f&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:29:32.350 7 INFO neutron_taas.services.taas.taas_plugin [None req-a8aef934-99ee-4bdc-9e2d-de7e992869ce c9d17e0510594936b18772818817c875 8370b28498ac4980bf7f3733592d0bf4 - - default default] TaaS: Handle Delete Port: 79597ed2-2781-4f98-b651-bab0fd59f348 2026-05-19 06:29:32.353 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8aef934-99ee-4bdc-9e2d-de7e992869ce c9d17e0510594936b18772818817c875 8370b28498ac4980bf7f3733592d0bf4 - - default default] Tap Mirror: Handle Delete Port: 79597ed2-2781-4f98-b651-bab0fd59f348 [pid: 8|app: 0|req: 1206/2455] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:29:32 2026] GET /v2.0/ports?device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => 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: 1250/2456] 10.0.0.31 () {32 vars in 731 bytes} [Tue May 19 06:29:32 2026] DELETE /v2.0/floatingips/3eb77769-8024-4860-813a-ed6b7cf49b75 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2457] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:29:33 2026] GET /v2.0/security-groups?tenant_id=10fcfae4748940a6aeb67ee4baf25085&name=default => generated 2929 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2458] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:29:33 2026] DELETE /v2.0/security-groups/36dd5060-0bf3-4a96-98fe-ae321b74ba37 => 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: 1208/2459] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:29:33 2026] GET /v2.0/security-groups?tenant_id=369a047869de44ec8d91fabc59c56e1c&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2460] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:29:34 2026] DELETE /v2.0/security-groups/165b98aa-185c-4b22-8b4a-92914fd2cae7 => 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: 1253/2461] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:29:34 2026] GET /v2.0/security-groups?tenant_id=8370b28498ac4980bf7f3733592d0bf4&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:29:34.415 8 INFO neutron.db.segments_db [None req-87eadcb7-9793-41d2-a683-9f870df2a1cf 203ed80dbb3c4bb693e78251cdfb1484 3463b0b82ef74e0a8cc701d341ac281d - - default default] Added segment 5c0283c6-f8cf-4189-b86a-20354ddae81f of type vxlan for network aafbc61a-0c1b-485d-afbd-8659bc951ece [pid: 8|app: 0|req: 1209/2462] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:29:34 2026] POST /v2.0/networks => generated 612 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2463] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:29:34 2026] DELETE /v2.0/security-groups/0bc82aad-f1c1-4664-85ee-8d408cfca183 => 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: 1210/2464] 10.0.0.31 () {34 vars in 663 bytes} [Tue May 19 06:29:34 2026] POST /v2.0/ports => generated 743 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:29:34.928 7 INFO neutron.db.segments_db [None req-edc2b3de-7e84-4f20-9544-8167298c0ef8 203ed80dbb3c4bb693e78251cdfb1484 3463b0b82ef74e0a8cc701d341ac281d - - default default] Added segment f35357e8-b23f-4605-a3a1-7110c9c17982 of type vxlan for network bca86125-02e7-448f-8bca-f8f7dc19412e [pid: 7|app: 0|req: 1255/2465] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:29:34 2026] POST /v2.0/networks => generated 612 bytes in 176 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: 1256/2466] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:29:35 2026] GET /v2.0/ports?device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2467] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:29:35 2026] GET /v2.0/security-groups?id=48e59e55-f40e-46c9-91c8-134011e7932f&fields=id&fields=name => generated 96 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2468] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:29:35 2026] GET /v2.0/ports?device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2469] 10.0.0.31 () {34 vars in 663 bytes} [Tue May 19 06:29:35 2026] POST /v2.0/ports => generated 743 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:29:35.478 7 INFO neutron.db.segments_db [None req-5f9781ee-b8c2-43fa-ac34-7a8bab8c8b94 203ed80dbb3c4bb693e78251cdfb1484 3463b0b82ef74e0a8cc701d341ac281d - - default default] Added segment 718f82ed-cc50-4117-a911-cd22594d2cbf of type vxlan for network aa5a486d-ca1f-45d2-b968-9a04b7cc03a2 [pid: 7|app: 0|req: 1259/2470] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:29:35 2026] POST /v2.0/networks => generated 610 bytes in 151 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: 1212/2471] 10.0.0.31 () {34 vars in 663 bytes} [Tue May 19 06:29:35 2026] POST /v2.0/ports => generated 743 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:29:35.950 7 INFO neutron.db.segments_db [None req-d972592f-9ec5-4919-99a1-a7d929256620 203ed80dbb3c4bb693e78251cdfb1484 3463b0b82ef74e0a8cc701d341ac281d - - default default] Added segment 79747c8d-0777-4ec8-9a26-cd5104b2e7d0 of type vxlan for network 0840b6cb-753b-4cf2-aabb-f2f587e73dda [pid: 7|app: 0|req: 1260/2472] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:29:35 2026] POST /v2.0/networks => generated 613 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1213/2473] 10.0.0.31 () {34 vars in 663 bytes} [Tue May 19 06:29:36 2026] POST /v2.0/ports => generated 743 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:29:36.476 7 INFO neutron.db.segments_db [None req-079932f2-6989-4f83-9153-71f67a15eec9 203ed80dbb3c4bb693e78251cdfb1484 3463b0b82ef74e0a8cc701d341ac281d - - default default] Added segment 34d5f08e-f920-4ef8-be43-1aa46f1faab3 of type vxlan for network 5ccffd48-ab96-48b8-a22a-f0c415a6fddf [pid: 7|app: 0|req: 1261/2474] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:29:36 2026] POST /v2.0/networks => generated 612 bytes in 165 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: 1214/2475] 10.0.0.31 () {34 vars in 663 bytes} [Tue May 19 06:29:36 2026] POST /v2.0/ports => generated 743 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2476] 10.0.0.31 () {34 vars in 746 bytes} [Tue May 19 06:29:37 2026] PUT /v2.0/ports/b99cee99-1886-4f20-98f6-92323d382eb9/tags => generated 17 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1215/2477] 10.0.0.31 () {34 vars in 746 bytes} [Tue May 19 06:29:37 2026] PUT /v2.0/ports/29b46a64-3c53-4408-ad04-325744d7f050/tags => generated 25 bytes in 87 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: 1263/2478] 10.0.0.31 () {34 vars in 746 bytes} [Tue May 19 06:29:37 2026] PUT /v2.0/ports/b5434285-4ff3-4495-843f-8f122c192117/tags => generated 34 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1216/2479] 10.0.0.31 () {34 vars in 746 bytes} [Tue May 19 06:29:37 2026] PUT /v2.0/ports/c6427b8d-3e33-4c6e-9119-311b2523ea13/tags => generated 19 bytes in 69 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: 1264/2480] 10.0.0.31 () {32 vars in 659 bytes} [Tue May 19 06:29:37 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 156 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: 1217/2481] 10.0.0.31 () {32 vars in 673 bytes} [Tue May 19 06:29:37 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2482] 10.0.0.31 () {32 vars in 669 bytes} [Tue May 19 06:29:37 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2483] 10.0.0.31 () {32 vars in 681 bytes} [Tue May 19 06:29:37 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2484] 10.0.0.31 () {32 vars in 667 bytes} [Tue May 19 06:29:37 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2485] 10.0.0.31 () {32 vars in 681 bytes} [Tue May 19 06:29:37 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2486] 10.0.0.31 () {32 vars in 677 bytes} [Tue May 19 06:29:37 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2487] 10.0.0.31 () {32 vars in 689 bytes} [Tue May 19 06:29:38 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:29:38.216 7 INFO neutron_taas.services.taas.taas_plugin [None req-e2a11fc4-600e-456c-a3b2-3a8bd03a5d07 203ed80dbb3c4bb693e78251cdfb1484 3463b0b82ef74e0a8cc701d341ac281d - - default default] TaaS: Handle Delete Port: b99cee99-1886-4f20-98f6-92323d382eb9 2026-05-19 06:29:38.218 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2a11fc4-600e-456c-a3b2-3a8bd03a5d07 203ed80dbb3c4bb693e78251cdfb1484 3463b0b82ef74e0a8cc701d341ac281d - - default default] Tap Mirror: Handle Delete Port: b99cee99-1886-4f20-98f6-92323d382eb9 [pid: 7|app: 0|req: 1268/2488] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 19 06:29:38 2026] DELETE /v2.0/ports/b99cee99-1886-4f20-98f6-92323d382eb9 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:29:38.408 8 INFO neutron_taas.services.taas.taas_plugin [None req-d0402f43-cf2c-4aaf-96de-0695b590dfc8 203ed80dbb3c4bb693e78251cdfb1484 3463b0b82ef74e0a8cc701d341ac281d - - default default] TaaS: Handle Delete Port: 29b46a64-3c53-4408-ad04-325744d7f050 2026-05-19 06:29:38.411 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d0402f43-cf2c-4aaf-96de-0695b590dfc8 203ed80dbb3c4bb693e78251cdfb1484 3463b0b82ef74e0a8cc701d341ac281d - - default default] Tap Mirror: Handle Delete Port: 29b46a64-3c53-4408-ad04-325744d7f050 [pid: 8|app: 0|req: 1221/2489] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 19 06:29:38 2026] DELETE /v2.0/ports/29b46a64-3c53-4408-ad04-325744d7f050 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:29:38.613 7 INFO neutron_taas.services.taas.taas_plugin [None req-40327c71-915a-437b-88ad-31069060a454 203ed80dbb3c4bb693e78251cdfb1484 3463b0b82ef74e0a8cc701d341ac281d - - default default] TaaS: Handle Delete Port: b5434285-4ff3-4495-843f-8f122c192117 2026-05-19 06:29:38.616 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40327c71-915a-437b-88ad-31069060a454 203ed80dbb3c4bb693e78251cdfb1484 3463b0b82ef74e0a8cc701d341ac281d - - default default] Tap Mirror: Handle Delete Port: b5434285-4ff3-4495-843f-8f122c192117 [pid: 7|app: 0|req: 1269/2490] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 19 06:29:38 2026] DELETE /v2.0/ports/b5434285-4ff3-4495-843f-8f122c192117 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:29:38.883 8 INFO neutron_taas.services.taas.taas_plugin [None req-add6c845-88ae-47c3-a9f0-9ee5313a58f6 203ed80dbb3c4bb693e78251cdfb1484 3463b0b82ef74e0a8cc701d341ac281d - - default default] TaaS: Handle Delete Port: c6427b8d-3e33-4c6e-9119-311b2523ea13 2026-05-19 06:29:38.889 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-add6c845-88ae-47c3-a9f0-9ee5313a58f6 203ed80dbb3c4bb693e78251cdfb1484 3463b0b82ef74e0a8cc701d341ac281d - - default default] Tap Mirror: Handle Delete Port: c6427b8d-3e33-4c6e-9119-311b2523ea13 [pid: 8|app: 0|req: 1222/2491] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 19 06:29:38 2026] DELETE /v2.0/ports/c6427b8d-3e33-4c6e-9119-311b2523ea13 => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:29:39.146 7 INFO neutron_taas.services.taas.taas_plugin [None req-30a76da0-bb77-4681-acfc-529760fad62c 203ed80dbb3c4bb693e78251cdfb1484 3463b0b82ef74e0a8cc701d341ac281d - - default default] TaaS: Handle Delete Port: 865226d9-1d43-455e-b565-5d470911fefc 2026-05-19 06:29:39.150 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-30a76da0-bb77-4681-acfc-529760fad62c 203ed80dbb3c4bb693e78251cdfb1484 3463b0b82ef74e0a8cc701d341ac281d - - default default] Tap Mirror: Handle Delete Port: 865226d9-1d43-455e-b565-5d470911fefc [pid: 7|app: 0|req: 1270/2492] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 19 06:29:39 2026] DELETE /v2.0/ports/865226d9-1d43-455e-b565-5d470911fefc => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:29:39.398 7 INFO neutron.services.segments.plugin [-] Segment 5c0283c6-f8cf-4189-b86a-20354ddae81f resource provider aggregate not found 2026-05-19 06:29:39.399 7 INFO neutron.services.segments.plugin [-] Segment 5c0283c6-f8cf-4189-b86a-20354ddae81f resource provider aggregate not found 2026-05-19 06:29:39.416 7 INFO neutron.services.segments.plugin [-] Segment 5c0283c6-f8cf-4189-b86a-20354ddae81f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c0283c6-f8cf-4189-b86a-20354ddae81f found for delete ", "request_id": "req-81ca4b3c-c860-4f1f-b568-c825d8c7bae0"}]} 2026-05-19 06:29:39.425 7 INFO neutron.services.segments.plugin [-] Segment 5c0283c6-f8cf-4189-b86a-20354ddae81f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c0283c6-f8cf-4189-b86a-20354ddae81f found for delete ", "request_id": "req-cc20f517-2790-46cd-a766-84037159eaf7"}]} [pid: 7|app: 0|req: 1271/2493] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:29:39 2026] DELETE /v2.0/networks/aafbc61a-0c1b-485d-afbd-8659bc951ece => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2494] 10.0.0.31 () {34 vars in 683 bytes} [Tue May 19 06:29:39 2026] POST /v2.0/security-groups => generated 1603 bytes in 399 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2495] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:29:39 2026] DELETE /v2.0/networks/bca86125-02e7-448f-8bca-f8f7dc19412e => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2496] 10.0.0.31 () {34 vars in 683 bytes} [Tue May 19 06:29:39 2026] POST /v2.0/security-groups => generated 1603 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2497] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:29:39 2026] DELETE /v2.0/networks/aa5a486d-ca1f-45d2-b968-9a04b7cc03a2 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2498] 10.0.0.31 () {34 vars in 683 bytes} [Tue May 19 06:29:39 2026] POST /v2.0/security-groups => generated 1603 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2499] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:29:39 2026] DELETE /v2.0/networks/0840b6cb-753b-4cf2-aabb-f2f587e73dda => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2500] 10.0.0.31 () {34 vars in 683 bytes} [Tue May 19 06:29:39 2026] POST /v2.0/security-groups => generated 1603 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2501] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:29:39 2026] DELETE /v2.0/networks/5ccffd48-ab96-48b8-a22a-f0c415a6fddf => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2502] 10.0.0.31 () {34 vars in 683 bytes} [Tue May 19 06:29:39 2026] POST /v2.0/security-groups => generated 1603 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2503] 10.0.0.31 () {34 vars in 766 bytes} [Tue May 19 06:29:40 2026] PUT /v2.0/security-groups/ea069c34-343d-49d6-8fd6-d0bfde0765e5/tags => generated 17 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2504] 10.0.0.31 () {34 vars in 766 bytes} [Tue May 19 06:29:40 2026] PUT /v2.0/security-groups/8db84886-6ae3-434d-8cc5-39b1aeba3e76/tags => generated 25 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2505] 10.0.0.31 () {34 vars in 766 bytes} [Tue May 19 06:29:40 2026] PUT /v2.0/security-groups/99bf9a70-9962-4c84-aa35-dbb7aee210d0/tags => generated 34 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2506] 10.0.0.31 () {34 vars in 766 bytes} [Tue May 19 06:29:40 2026] PUT /v2.0/security-groups/c038fd64-09ba-4a78-a42d-94aaaab100dc/tags => generated 19 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2507] 10.0.0.31 () {32 vars in 679 bytes} [Tue May 19 06:29:40 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2508] 10.0.0.31 () {32 vars in 693 bytes} [Tue May 19 06:29:40 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2509] 10.0.0.31 () {32 vars in 689 bytes} [Tue May 19 06:29:40 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2510] 10.0.0.31 () {32 vars in 701 bytes} [Tue May 19 06:29:40 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2511] 10.0.0.31 () {32 vars in 687 bytes} [Tue May 19 06:29:40 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2512] 10.0.0.31 () {32 vars in 701 bytes} [Tue May 19 06:29:40 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2513] 10.0.0.31 () {32 vars in 697 bytes} [Tue May 19 06:29:40 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2514] 10.0.0.31 () {32 vars in 709 bytes} [Tue May 19 06:29:40 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2515] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:29:40 2026] DELETE /v2.0/security-groups/ea069c34-343d-49d6-8fd6-d0bfde0765e5 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2516] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:29:40 2026] DELETE /v2.0/security-groups/8db84886-6ae3-434d-8cc5-39b1aeba3e76 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2517] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:29:40 2026] DELETE /v2.0/security-groups/99bf9a70-9962-4c84-aa35-dbb7aee210d0 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2518] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:29:40 2026] DELETE /v2.0/security-groups/c038fd64-09ba-4a78-a42d-94aaaab100dc => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2519] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:29:40 2026] GET /v2.0/security-groups?tenant_id=940ed140739a44edbe02d70f989571a7&name=default => generated 2929 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2520] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:29:41 2026] DELETE /v2.0/security-groups/3fa59131-3e56-4289-8af0-f8b1cd0f2c29 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2521] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:29:41 2026] DELETE /v2.0/security-groups/25ff3283-a739-47aa-a75d-c3e4f393f613 => 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: 1287/2522] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:29:41 2026] GET /v2.0/security-groups?tenant_id=3463b0b82ef74e0a8cc701d341ac281d&name=default => generated 2929 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:29:41.438 7 INFO neutron.services.segments.plugin [-] Segment f35357e8-b23f-4605-a3a1-7110c9c17982 resource provider aggregate not found 2026-05-19 06:29:41.449 7 INFO neutron.services.segments.plugin [-] Segment f35357e8-b23f-4605-a3a1-7110c9c17982 resource provider aggregate not found 2026-05-19 06:29:41.456 7 INFO neutron.services.segments.plugin [-] Segment f35357e8-b23f-4605-a3a1-7110c9c17982 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f35357e8-b23f-4605-a3a1-7110c9c17982 found for delete ", "request_id": "req-554a0196-0840-4388-8118-678ae8d2474d"}]} 2026-05-19 06:29:41.464 7 INFO neutron.services.segments.plugin [-] Segment f35357e8-b23f-4605-a3a1-7110c9c17982 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f35357e8-b23f-4605-a3a1-7110c9c17982 found for delete ", "request_id": "req-c6f44844-c1fc-4967-bfc2-dae9d8cb0fd5"}]} 2026-05-19 06:29:41.476 7 INFO neutron.services.segments.plugin [-] Segment 718f82ed-cc50-4117-a911-cd22594d2cbf resource provider aggregate not found [pid: 8|app: 0|req: 1236/2523] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:29:41 2026] DELETE /v2.0/security-groups/846d7790-27fe-4f84-8e4a-d829895b427d => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:29:41.489 7 INFO neutron.services.segments.plugin [-] Segment 718f82ed-cc50-4117-a911-cd22594d2cbf resource provider aggregate not found 2026-05-19 06:29:41.494 7 INFO neutron.services.segments.plugin [-] Segment 718f82ed-cc50-4117-a911-cd22594d2cbf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 718f82ed-cc50-4117-a911-cd22594d2cbf found for delete ", "request_id": "req-e8c41a4a-c7e1-4e95-a216-dd2c5b2d7357"}]} 2026-05-19 06:29:41.508 7 INFO neutron.services.segments.plugin [-] Segment 718f82ed-cc50-4117-a911-cd22594d2cbf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 718f82ed-cc50-4117-a911-cd22594d2cbf found for delete ", "request_id": "req-a4c7b6b9-b682-4a2e-9d5c-b7a91fe04c80"}]} 2026-05-19 06:29:41.511 7 INFO neutron.services.segments.plugin [-] Segment 79747c8d-0777-4ec8-9a26-cd5104b2e7d0 resource provider aggregate not found 2026-05-19 06:29:41.524 7 INFO neutron.services.segments.plugin [-] Segment 79747c8d-0777-4ec8-9a26-cd5104b2e7d0 resource provider aggregate not found 2026-05-19 06:29:41.529 7 INFO neutron.services.segments.plugin [-] Segment 79747c8d-0777-4ec8-9a26-cd5104b2e7d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79747c8d-0777-4ec8-9a26-cd5104b2e7d0 found for delete ", "request_id": "req-9e93ba06-85e6-493c-8b63-c325f772c9a9"}]} 2026-05-19 06:29:41.542 7 INFO neutron.services.segments.plugin [-] Segment 79747c8d-0777-4ec8-9a26-cd5104b2e7d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79747c8d-0777-4ec8-9a26-cd5104b2e7d0 found for delete ", "request_id": "req-d3920337-4b73-4916-aecf-4d44c20f46e9"}]} 2026-05-19 06:29:41.546 7 INFO neutron.services.segments.plugin [-] Segment 34d5f08e-f920-4ef8-be43-1aa46f1faab3 resource provider aggregate not found 2026-05-19 06:29:41.560 7 INFO neutron.services.segments.plugin [-] Segment 34d5f08e-f920-4ef8-be43-1aa46f1faab3 resource provider aggregate not found 2026-05-19 06:29:41.566 7 INFO neutron.services.segments.plugin [-] Segment 34d5f08e-f920-4ef8-be43-1aa46f1faab3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34d5f08e-f920-4ef8-be43-1aa46f1faab3 found for delete ", "request_id": "req-b8790cbf-c857-445d-89c0-2e25b4121efd"}]} 2026-05-19 06:29:41.576 7 INFO neutron.services.segments.plugin [-] Segment 34d5f08e-f920-4ef8-be43-1aa46f1faab3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34d5f08e-f920-4ef8-be43-1aa46f1faab3 found for delete ", "request_id": "req-605737bf-5eeb-4cd7-baad-d211d66b2b01"}]} [pid: 7|app: 0|req: 1288/2524] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:29:41 2026] GET /v2.0/security-groups?tenant_id=ffb8524d660d452280a7692f11c9a611&name=default => generated 2929 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2525] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:29:41 2026] DELETE /v2.0/security-groups/193e7027-7b4c-4ebf-833d-56b72b139062 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2526] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:29:41 2026] GET /v2.0/security-groups?tenant_id=969ba09e6b9f430c8a9237969d0e52f6&name=default => generated 2929 bytes in 402 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2527] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:29:42 2026] DELETE /v2.0/security-groups/bf1bf25c-1d38-47a8-9bf6-22a9f43b3152 => 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: 1290/2528] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:29:42 2026] GET /v2.0/security-groups?tenant_id=0b879527626544e89126e3a79bc7c47e&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: 1239/2529] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:29:42 2026] DELETE /v2.0/security-groups/67e9bffe-cf5a-494e-932f-d74a6a4cf2ff => 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: 1291/2530] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:29:42 2026] GET /v2.0/security-groups?tenant_id=7cff09e90572494da1bee38dde066737&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2531] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:29:42 2026] DELETE /v2.0/security-groups/912a845a-bffd-46d2-a870-5b8d2d68ea35 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2534] 10.0.0.31 () {34 vars in 675 bytes} [Tue May 19 06:29:45 2026] POST /v2.0/floatingips => generated 552 bytes in 763 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2535] 10.0.0.31 () {34 vars in 758 bytes} [Tue May 19 06:29:46 2026] PUT /v2.0/floatingips/d1958ba6-ed86-4b97-be7c-e6285014a413/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2536] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 19 06:29:46 2026] GET /v2.0/floatingips/d1958ba6-ed86-4b97-be7c-e6285014a413/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2537] 10.0.0.31 () {34 vars in 769 bytes} [Tue May 19 06:29:46 2026] PUT /v2.0/floatingips/d1958ba6-ed86-4b97-be7c-e6285014a413/tags/green => generated 4 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2538] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 19 06:29:46 2026] GET /v2.0/floatingips/d1958ba6-ed86-4b97-be7c-e6285014a413/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2539] 10.0.0.31 () {34 vars in 765 bytes} [Tue May 19 06:29:46 2026] PUT /v2.0/floatingips/d1958ba6-ed86-4b97-be7c-e6285014a413/tags/red => 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: 1245/2540] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 19 06:29:46 2026] GET /v2.0/floatingips/d1958ba6-ed86-4b97-be7c-e6285014a413/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2541] 10.0.0.31 () {34 vars in 787 bytes} [Tue May 19 06:29:46 2026] PUT /v2.0/floatingips/d1958ba6-ed86-4b97-be7c-e6285014a413/tags/black.or.white => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2542] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 19 06:29:46 2026] GET /v2.0/floatingips/d1958ba6-ed86-4b97-be7c-e6285014a413/tags => generated 52 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2543] 10.0.0.31 () {34 vars in 758 bytes} [Tue May 19 06:29:46 2026] PUT /v2.0/floatingips/d1958ba6-ed86-4b97-be7c-e6285014a413/tags => generated 37 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2544] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 19 06:29:46 2026] GET /v2.0/floatingips/d1958ba6-ed86-4b97-be7c-e6285014a413/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: 1298/2545] 10.0.0.31 () {32 vars in 746 bytes} [Tue May 19 06:29:46 2026] GET /v2.0/floatingips/d1958ba6-ed86-4b97-be7c-e6285014a413/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:29:46.844 8 INFO neutron.api.v2.resource [None req-fa7ca922-fae1-4edb-87a8-a0edfb0fb08a 5c0035f4685946e48815b1ec40b8da99 456aaaa0ad5e47ab804b9303adcc1ef0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1248/2546] 10.0.0.31 () {32 vars in 750 bytes} [Tue May 19 06:29:46 2026] GET /v2.0/floatingips/d1958ba6-ed86-4b97-be7c-e6285014a413/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2547] 10.0.0.31 () {32 vars in 749 bytes} [Tue May 19 06:29:46 2026] DELETE /v2.0/floatingips/d1958ba6-ed86-4b97-be7c-e6285014a413/tags/red => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2548] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 19 06:29:46 2026] GET /v2.0/floatingips/d1958ba6-ed86-4b97-be7c-e6285014a413/tags => generated 30 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:29:47.039 7 INFO neutron.api.v2.resource [None req-3ce10a35-6926-4a00-963a-a8d9b548a143 5c0035f4685946e48815b1ec40b8da99 456aaaa0ad5e47ab804b9303adcc1ef0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1300/2549] 10.0.0.31 () {32 vars in 753 bytes} [Tue May 19 06:29:46 2026] DELETE /v2.0/floatingips/d1958ba6-ed86-4b97-be7c-e6285014a413/tags/green => generated 99 bytes in 71 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2550] 10.0.0.31 () {32 vars in 741 bytes} [Tue May 19 06:29:47 2026] DELETE /v2.0/floatingips/d1958ba6-ed86-4b97-be7c-e6285014a413/tags => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2551] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 19 06:29:47 2026] GET /v2.0/floatingips/d1958ba6-ed86-4b97-be7c-e6285014a413/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:29:47.287 8 INFO neutron_taas.services.taas.taas_plugin [None req-36f9b4a7-e619-47da-9f1b-f33cb1e45e16 5c0035f4685946e48815b1ec40b8da99 456aaaa0ad5e47ab804b9303adcc1ef0 - - default default] TaaS: Handle Delete Port: 19935947-d280-4bbf-bc9b-a51b5070f2d3 2026-05-19 06:29:47.290 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36f9b4a7-e619-47da-9f1b-f33cb1e45e16 5c0035f4685946e48815b1ec40b8da99 456aaaa0ad5e47ab804b9303adcc1ef0 - - default default] Tap Mirror: Handle Delete Port: 19935947-d280-4bbf-bc9b-a51b5070f2d3 [pid: 8|app: 0|req: 1251/2552] 10.0.0.31 () {32 vars in 731 bytes} [Tue May 19 06:29:47 2026] DELETE /v2.0/floatingips/d1958ba6-ed86-4b97-be7c-e6285014a413 => generated 0 bytes in 363 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:29:47.741 7 INFO neutron.db.segments_db [None req-8690dfc2-57ef-43fd-bad7-da1f16468eac d322b69786d44723aedab5c741df10ff 1d8f83ce3c92422dbc582c2ee9d17eba - - default default] Added segment 9cc55838-e68d-4fb2-8d6f-afe98825bd66 of type vxlan for network c24771f9-b933-4b05-bc82-b1ae78e0f44b [pid: 7|app: 0|req: 1302/2553] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:29:47 2026] POST /v2.0/networks => generated 613 bytes in 424 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2554] 10.0.0.31 () {34 vars in 663 bytes} [Tue May 19 06:29:47 2026] POST /v2.0/ports => generated 743 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1303/2555] 10.0.0.31 () {34 vars in 665 bytes} [Tue May 19 06:29:48 2026] POST /v2.0/trunks => generated 407 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2556] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:29:48 2026] GET /v2.0/security-groups?tenant_id=456aaaa0ad5e47ab804b9303adcc1ef0&name=default => generated 2929 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:29:48.491 7 INFO neutron.db.segments_db [None req-f16ef8da-0dfd-4ab9-be8c-e9d8fbb48548 d322b69786d44723aedab5c741df10ff 1d8f83ce3c92422dbc582c2ee9d17eba - - default default] Added segment 2731b1bc-7de2-4562-abb8-9e20f6f16347 of type vxlan for network 914d926e-b8a2-480d-b618-da06d1779069 [pid: 7|app: 0|req: 1304/2557] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:29:48 2026] POST /v2.0/networks => generated 612 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2558] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:29:48 2026] DELETE /v2.0/security-groups/e9170e07-2470-4253-ad91-1e3943153d1a => 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: 1255/2559] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:29:48 2026] GET /v2.0/security-groups?tenant_id=bdd4f37e22ac4e6dbb82acdcca04c0ac&name=default => generated 2929 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2560] 10.0.0.31 () {34 vars in 663 bytes} [Tue May 19 06:29:48 2026] POST /v2.0/ports => generated 743 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1256/2561] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:29:48 2026] DELETE /v2.0/security-groups/3ff7c680-9d65-4bbc-b385-2569beeecf1d => 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: 1306/2562] 10.0.0.31 () {34 vars in 665 bytes} [Tue May 19 06:29:48 2026] POST /v2.0/trunks => generated 407 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:29:49.133 8 INFO neutron.db.segments_db [None req-8c6be9d1-062c-4daf-9e82-ddbece56166d d322b69786d44723aedab5c741df10ff 1d8f83ce3c92422dbc582c2ee9d17eba - - default default] Added segment dc2c059f-1055-4d3e-8c12-7ef9404d66fb of type vxlan for network 8a46fb79-36d2-4f10-83e4-bc870fa25391 [pid: 8|app: 0|req: 1257/2563] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:29:49 2026] POST /v2.0/networks => generated 612 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2564] 10.0.0.31 () {34 vars in 663 bytes} [Tue May 19 06:29:49 2026] POST /v2.0/ports => generated 743 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2565] 10.0.0.31 () {34 vars in 665 bytes} [Tue May 19 06:29:49 2026] POST /v2.0/trunks => generated 407 bytes in 205 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-19 06:29:49.841 7 INFO neutron.db.segments_db [None req-60aae0a9-c5da-46dd-9342-832e52861503 d322b69786d44723aedab5c741df10ff 1d8f83ce3c92422dbc582c2ee9d17eba - - default default] Added segment 3617e807-3d9f-4cab-959c-e1fb7730cc2d of type vxlan for network 1afb9de4-c3eb-48df-9d86-50f4cd6a8b84 [pid: 7|app: 0|req: 1308/2566] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:29:49 2026] POST /v2.0/networks => generated 613 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2567] 10.0.0.31 () {34 vars in 663 bytes} [Tue May 19 06:29:49 2026] POST /v2.0/ports => generated 743 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2568] 10.0.0.31 () {34 vars in 665 bytes} [Tue May 19 06:29:50 2026] POST /v2.0/trunks => generated 407 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-19 06:29:50.561 8 INFO neutron.db.segments_db [None req-0b27dee8-b033-4bf8-9ee4-056a5467c8a9 d322b69786d44723aedab5c741df10ff 1d8f83ce3c92422dbc582c2ee9d17eba - - default default] Added segment 9b38fea9-1726-4cc6-bd33-1aff55afd695 of type vxlan for network cf36e5c0-8220-4835-b957-a2a1989c1adf [pid: 8|app: 0|req: 1260/2569] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:29:50 2026] POST /v2.0/networks => generated 613 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2570] 10.0.0.31 () {34 vars in 663 bytes} [Tue May 19 06:29:50 2026] POST /v2.0/ports => generated 743 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2571] 10.0.0.31 () {34 vars in 665 bytes} [Tue May 19 06:29:50 2026] POST /v2.0/trunks => generated 407 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1311/2572] 10.0.0.31 () {34 vars in 748 bytes} [Tue May 19 06:29:51 2026] PUT /v2.0/trunks/6e3ee54f-c29a-424a-abd8-6717aa81a8dd/tags => generated 17 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2573] 10.0.0.31 () {34 vars in 748 bytes} [Tue May 19 06:29:51 2026] PUT /v2.0/trunks/5a6b0d13-0892-490c-b5dd-33bbf32caebb/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2574] 10.0.0.31 () {34 vars in 748 bytes} [Tue May 19 06:29:51 2026] PUT /v2.0/trunks/9edb3eb3-07d7-4304-b0a9-13b18e999764/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2575] 10.0.0.31 () {34 vars in 748 bytes} [Tue May 19 06:29:51 2026] PUT /v2.0/trunks/ad36b4e8-fd42-4535-91e1-163a9e57db1d/tags => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2576] 10.0.0.31 () {32 vars in 661 bytes} [Tue May 19 06:29:51 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: 1264/2577] 10.0.0.31 () {32 vars in 675 bytes} [Tue May 19 06:29:51 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2578] 10.0.0.31 () {32 vars in 671 bytes} [Tue May 19 06:29:51 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2579] 10.0.0.31 () {32 vars in 683 bytes} [Tue May 19 06:29:51 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2580] 10.0.0.31 () {32 vars in 669 bytes} [Tue May 19 06:29:51 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2581] 10.0.0.31 () {32 vars in 683 bytes} [Tue May 19 06:29:51 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2582] 10.0.0.31 () {32 vars in 679 bytes} [Tue May 19 06:29:51 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2583] 10.0.0.31 () {32 vars in 691 bytes} [Tue May 19 06:29:51 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2584] 10.0.0.31 () {32 vars in 718 bytes} [Tue May 19 06:29:51 2026] GET /v2.0/trunks/6e3ee54f-c29a-424a-abd8-6717aa81a8dd => generated 412 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2585] 10.0.0.31 () {32 vars in 716 bytes} [Tue May 19 06:29:51 2026] GET /v2.0/ports/ac4a4f70-6df2-405a-8cdf-b2bd88a80379 => generated 826 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2586] 10.0.0.31 () {32 vars in 721 bytes} [Tue May 19 06:29:51 2026] DELETE /v2.0/trunks/6e3ee54f-c29a-424a-abd8-6717aa81a8dd => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2587] 10.0.0.31 () {32 vars in 718 bytes} [Tue May 19 06:29:51 2026] GET /v2.0/trunks/5a6b0d13-0892-490c-b5dd-33bbf32caebb => generated 420 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2588] 10.0.0.31 () {32 vars in 716 bytes} [Tue May 19 06:29:51 2026] GET /v2.0/ports/09ba6995-e7ec-49d5-ae58-6135f34e1c44 => generated 826 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2589] 10.0.0.31 () {32 vars in 721 bytes} [Tue May 19 06:29:51 2026] DELETE /v2.0/trunks/5a6b0d13-0892-490c-b5dd-33bbf32caebb => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2590] 10.0.0.31 () {32 vars in 718 bytes} [Tue May 19 06:29:51 2026] GET /v2.0/trunks/9edb3eb3-07d7-4304-b0a9-13b18e999764 => generated 429 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2591] 10.0.0.31 () {32 vars in 716 bytes} [Tue May 19 06:29:51 2026] GET /v2.0/ports/55678b04-7e19-4bf4-935a-7fb4dfe9633b => generated 826 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2592] 10.0.0.31 () {32 vars in 721 bytes} [Tue May 19 06:29:52 2026] DELETE /v2.0/trunks/9edb3eb3-07d7-4304-b0a9-13b18e999764 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2593] 10.0.0.31 () {32 vars in 718 bytes} [Tue May 19 06:29:52 2026] GET /v2.0/trunks/ad36b4e8-fd42-4535-91e1-163a9e57db1d => generated 414 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2594] 10.0.0.31 () {32 vars in 716 bytes} [Tue May 19 06:29:52 2026] GET /v2.0/ports/72bf2104-088c-4baa-9aab-9b580843a0d4 => generated 826 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2595] 10.0.0.31 () {32 vars in 721 bytes} [Tue May 19 06:29:52 2026] DELETE /v2.0/trunks/ad36b4e8-fd42-4535-91e1-163a9e57db1d => 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: 1323/2596] 10.0.0.31 () {32 vars in 718 bytes} [Tue May 19 06:29:52 2026] GET /v2.0/trunks/d31c5fcd-5167-4b23-8254-2e5fdcb1e3e0 => generated 407 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2597] 10.0.0.31 () {32 vars in 716 bytes} [Tue May 19 06:29:52 2026] GET /v2.0/ports/5da63711-77c0-4667-a3d6-3446476010fc => generated 826 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2598] 10.0.0.31 () {32 vars in 721 bytes} [Tue May 19 06:29:52 2026] DELETE /v2.0/trunks/d31c5fcd-5167-4b23-8254-2e5fdcb1e3e0 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:29:52.677 8 INFO neutron_taas.services.taas.taas_plugin [None req-25a3f8da-a83f-4532-a7dd-c2598230fa1c d322b69786d44723aedab5c741df10ff 1d8f83ce3c92422dbc582c2ee9d17eba - - default default] TaaS: Handle Delete Port: ac4a4f70-6df2-405a-8cdf-b2bd88a80379 2026-05-19 06:29:52.683 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25a3f8da-a83f-4532-a7dd-c2598230fa1c d322b69786d44723aedab5c741df10ff 1d8f83ce3c92422dbc582c2ee9d17eba - - default default] Tap Mirror: Handle Delete Port: ac4a4f70-6df2-405a-8cdf-b2bd88a80379 2026-05-19 06:29:52.764 7 INFO neutron.db.segments_db [None req-39b10c03-c2a5-453b-a6e3-bf98d2602239 090e344a35bd40c89d5802d467d7525d 285c4f2fed564d2194900a9e4eb1d2a4 - - default default] Added segment d944b139-d564-4ff9-b9d7-0522fe53ea17 of type vxlan for network 447fa736-2153-4a90-968a-35bb251dff10 [pid: 8|app: 0|req: 1276/2599] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 19 06:29:52 2026] DELETE /v2.0/ports/ac4a4f70-6df2-405a-8cdf-b2bd88a80379 => 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: 1324/2600] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:29:52 2026] POST /v2.0/networks => generated 612 bytes in 520 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:29:52.902 8 INFO neutron_taas.services.taas.taas_plugin [None req-dab877f8-723d-4746-9690-6362e46eda0b d322b69786d44723aedab5c741df10ff 1d8f83ce3c92422dbc582c2ee9d17eba - - default default] TaaS: Handle Delete Port: 09ba6995-e7ec-49d5-ae58-6135f34e1c44 2026-05-19 06:29:52.906 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dab877f8-723d-4746-9690-6362e46eda0b d322b69786d44723aedab5c741df10ff 1d8f83ce3c92422dbc582c2ee9d17eba - - default default] Tap Mirror: Handle Delete Port: 09ba6995-e7ec-49d5-ae58-6135f34e1c44 [pid: 8|app: 0|req: 1277/2601] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 19 06:29:52 2026] DELETE /v2.0/ports/09ba6995-e7ec-49d5-ae58-6135f34e1c44 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:29:53.085 8 INFO neutron_taas.services.taas.taas_plugin [None req-10d31d48-6b8d-4c10-b8db-e5bc35c00394 d322b69786d44723aedab5c741df10ff 1d8f83ce3c92422dbc582c2ee9d17eba - - default default] TaaS: Handle Delete Port: 55678b04-7e19-4bf4-935a-7fb4dfe9633b 2026-05-19 06:29:53.089 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10d31d48-6b8d-4c10-b8db-e5bc35c00394 d322b69786d44723aedab5c741df10ff 1d8f83ce3c92422dbc582c2ee9d17eba - - default default] Tap Mirror: Handle Delete Port: 55678b04-7e19-4bf4-935a-7fb4dfe9633b [pid: 8|app: 0|req: 1278/2602] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 19 06:29:52 2026] DELETE /v2.0/ports/55678b04-7e19-4bf4-935a-7fb4dfe9633b => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2603] 10.0.0.31 () {34 vars in 663 bytes} [Tue May 19 06:29:52 2026] POST /v2.0/ports => generated 743 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1326/2604] 10.0.0.31 () {34 vars in 746 bytes} [Tue May 19 06:29:53 2026] PUT /v2.0/ports/123981c9-aa0b-42b8-a077-0463c34a112b/tags => generated 25 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:29:53.313 8 INFO neutron_taas.services.taas.taas_plugin [None req-626381d0-0749-45ad-8b80-355e24620174 d322b69786d44723aedab5c741df10ff 1d8f83ce3c92422dbc582c2ee9d17eba - - default default] TaaS: Handle Delete Port: 72bf2104-088c-4baa-9aab-9b580843a0d4 /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-19 06:29:53.322 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-626381d0-0749-45ad-8b80-355e24620174 d322b69786d44723aedab5c741df10ff 1d8f83ce3c92422dbc582c2ee9d17eba - - default default] Tap Mirror: Handle Delete Port: 72bf2104-088c-4baa-9aab-9b580843a0d4 [pid: 7|app: 0|req: 1327/2605] 10.0.0.31 () {32 vars in 726 bytes} [Tue May 19 06:29:53 2026] GET /v2.0/ports/123981c9-aa0b-42b8-a077-0463c34a112b/tags => generated 25 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1279/2606] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 19 06:29:53 2026] DELETE /v2.0/ports/72bf2104-088c-4baa-9aab-9b580843a0d4 => 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: 1328/2607] 10.0.0.31 () {34 vars in 757 bytes} [Tue May 19 06:29:53 2026] PUT /v2.0/ports/123981c9-aa0b-42b8-a077-0463c34a112b/tags/green => generated 4 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-19 06:29:53.529 8 INFO neutron_taas.services.taas.taas_plugin [None req-19f90cb8-b6bc-4e90-8d74-55b618439496 d322b69786d44723aedab5c741df10ff 1d8f83ce3c92422dbc582c2ee9d17eba - - default default] TaaS: Handle Delete Port: 5da63711-77c0-4667-a3d6-3446476010fc 2026-05-19 06:29:53.533 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19f90cb8-b6bc-4e90-8d74-55b618439496 d322b69786d44723aedab5c741df10ff 1d8f83ce3c92422dbc582c2ee9d17eba - - default default] Tap Mirror: Handle Delete Port: 5da63711-77c0-4667-a3d6-3446476010fc [pid: 7|app: 0|req: 1329/2608] 10.0.0.31 () {32 vars in 726 bytes} [Tue May 19 06:29:53 2026] GET /v2.0/ports/123981c9-aa0b-42b8-a077-0463c34a112b/tags => generated 34 bytes in 47 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: 1330/2609] 10.0.0.31 () {34 vars in 753 bytes} [Tue May 19 06:29:53 2026] PUT /v2.0/ports/123981c9-aa0b-42b8-a077-0463c34a112b/tags/red => generated 4 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2610] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 19 06:29:53 2026] DELETE /v2.0/ports/5da63711-77c0-4667-a3d6-3446476010fc => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1331/2611] 10.0.0.31 () {32 vars in 726 bytes} [Tue May 19 06:29:53 2026] GET /v2.0/ports/123981c9-aa0b-42b8-a077-0463c34a112b/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-19 06:29:53.763 8 INFO neutron.services.segments.plugin [-] Segment 9cc55838-e68d-4fb2-8d6f-afe98825bd66 resource provider aggregate not found 2026-05-19 06:29:53.766 8 INFO neutron.services.segments.plugin [-] Segment 9cc55838-e68d-4fb2-8d6f-afe98825bd66 resource provider aggregate not found [pid: 7|app: 0|req: 1332/2612] 10.0.0.31 () {34 vars in 775 bytes} [Tue May 19 06:29:53 2026] PUT /v2.0/ports/123981c9-aa0b-42b8-a077-0463c34a112b/tags/black.or.white => generated 4 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-19 06:29:53.783 8 INFO neutron.services.segments.plugin [-] Segment 9cc55838-e68d-4fb2-8d6f-afe98825bd66 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9cc55838-e68d-4fb2-8d6f-afe98825bd66 found for delete ", "request_id": "req-b8ef51d2-4258-42f4-ad52-ea5207b9ba55"}]} 2026-05-19 06:29:53.790 8 INFO neutron.services.segments.plugin [-] Segment 9cc55838-e68d-4fb2-8d6f-afe98825bd66 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9cc55838-e68d-4fb2-8d6f-afe98825bd66 found for delete ", "request_id": "req-1db6c3e2-c044-4d97-8e4c-da1cffae35d4"}]} [pid: 8|app: 0|req: 1281/2613] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:29:53 2026] DELETE /v2.0/networks/c24771f9-b933-4b05-bc82-b1ae78e0f44b => 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: 1333/2614] 10.0.0.31 () {32 vars in 726 bytes} [Tue May 19 06:29:53 2026] GET /v2.0/ports/123981c9-aa0b-42b8-a077-0463c34a112b/tags => generated 52 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1334/2615] 10.0.0.31 () {34 vars in 746 bytes} [Tue May 19 06:29:53 2026] PUT /v2.0/ports/123981c9-aa0b-42b8-a077-0463c34a112b/tags => generated 37 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: 1282/2616] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:29:53 2026] DELETE /v2.0/networks/914d926e-b8a2-480d-b618-da06d1779069 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2617] 10.0.0.31 () {32 vars in 726 bytes} [Tue May 19 06:29:53 2026] GET /v2.0/ports/123981c9-aa0b-42b8-a077-0463c34a112b/tags => generated 37 bytes in 47 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: 1336/2618] 10.0.0.31 () {32 vars in 734 bytes} [Tue May 19 06:29:53 2026] GET /v2.0/ports/123981c9-aa0b-42b8-a077-0463c34a112b/tags/red => generated 0 bytes in 57 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: 1283/2619] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:29:53 2026] DELETE /v2.0/networks/8a46fb79-36d2-4f10-83e4-bc870fa25391 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:29:54.101 7 INFO neutron.api.v2.resource [None req-f49cf43a-2193-4882-83cf-d6358d8b639a 090e344a35bd40c89d5802d467d7525d 285c4f2fed564d2194900a9e4eb1d2a4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1337/2620] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 19 06:29:54 2026] GET /v2.0/ports/123981c9-aa0b-42b8-a077-0463c34a112b/tags/green => generated 99 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1338/2621] 10.0.0.31 () {32 vars in 737 bytes} [Tue May 19 06:29:54 2026] DELETE /v2.0/ports/123981c9-aa0b-42b8-a077-0463c34a112b/tags/red => generated 0 bytes in 81 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: 1284/2622] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:29:54 2026] DELETE /v2.0/networks/1afb9de4-c3eb-48df-9d86-50f4cd6a8b84 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2623] 10.0.0.31 () {32 vars in 726 bytes} [Tue May 19 06:29:54 2026] GET /v2.0/ports/123981c9-aa0b-42b8-a077-0463c34a112b/tags => generated 30 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-19 06:29:54.303 7 INFO neutron.api.v2.resource [None req-10f9eacd-4026-45e8-9aeb-0f99fe9492d5 090e344a35bd40c89d5802d467d7525d 285c4f2fed564d2194900a9e4eb1d2a4 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1340/2624] 10.0.0.31 () {32 vars in 741 bytes} [Tue May 19 06:29:54 2026] DELETE /v2.0/ports/123981c9-aa0b-42b8-a077-0463c34a112b/tags/green => generated 99 bytes in 46 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: 1285/2625] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:29:54 2026] DELETE /v2.0/networks/cf36e5c0-8220-4835-b957-a2a1989c1adf => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2626] 10.0.0.31 () {32 vars in 729 bytes} [Tue May 19 06:29:54 2026] DELETE /v2.0/ports/123981c9-aa0b-42b8-a077-0463c34a112b/tags => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2627] 10.0.0.31 () {32 vars in 726 bytes} [Tue May 19 06:29:54 2026] GET /v2.0/ports/123981c9-aa0b-42b8-a077-0463c34a112b/tags => generated 12 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-19 06:29:54.556 7 INFO neutron_taas.services.taas.taas_plugin [None req-03406e07-354b-462b-bc4b-16bbe7b0ec1b 090e344a35bd40c89d5802d467d7525d 285c4f2fed564d2194900a9e4eb1d2a4 - - default default] TaaS: Handle Delete Port: 123981c9-aa0b-42b8-a077-0463c34a112b 2026-05-19 06:29:54.559 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03406e07-354b-462b-bc4b-16bbe7b0ec1b 090e344a35bd40c89d5802d467d7525d 285c4f2fed564d2194900a9e4eb1d2a4 - - default default] Tap Mirror: Handle Delete Port: 123981c9-aa0b-42b8-a077-0463c34a112b [pid: 7|app: 0|req: 1342/2628] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 19 06:29:54 2026] DELETE /v2.0/ports/123981c9-aa0b-42b8-a077-0463c34a112b => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1287/2629] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:29:54 2026] DELETE /v2.0/networks/447fa736-2153-4a90-968a-35bb251dff10 => 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: 1343/2630] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:29:55 2026] GET /v2.0/security-groups?tenant_id=1d8f83ce3c92422dbc582c2ee9d17eba&name=default => generated 2929 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2631] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:29:55 2026] GET /v2.0/security-groups?tenant_id=285c4f2fed564d2194900a9e4eb1d2a4&name=default => generated 2929 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2632] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:29:55 2026] DELETE /v2.0/security-groups/87e96c88-c379-4474-9da0-6fb94dd794e5 => 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: 1345/2633] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:29:55 2026] DELETE /v2.0/security-groups/a1c5cc3f-d6f0-42bb-8dbf-413807714c3c => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:29:55.808 8 INFO neutron.services.segments.plugin [-] Segment 2731b1bc-7de2-4562-abb8-9e20f6f16347 resource provider aggregate not found 2026-05-19 06:29:55.814 8 INFO neutron.services.segments.plugin [-] Segment 2731b1bc-7de2-4562-abb8-9e20f6f16347 resource provider aggregate not found 2026-05-19 06:29:55.830 8 INFO neutron.services.segments.plugin [-] Segment 2731b1bc-7de2-4562-abb8-9e20f6f16347 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2731b1bc-7de2-4562-abb8-9e20f6f16347 found for delete ", "request_id": "req-a290e25b-433b-4bb6-af94-dea9741b9c10"}]} 2026-05-19 06:29:55.841 8 INFO neutron.services.segments.plugin [-] Segment 2731b1bc-7de2-4562-abb8-9e20f6f16347 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2731b1bc-7de2-4562-abb8-9e20f6f16347 found for delete ", "request_id": "req-fb27ccd8-b492-4fe8-9ae0-3d1b931ecc63"}]} 2026-05-19 06:29:55.851 8 INFO neutron.services.segments.plugin [-] Segment dc2c059f-1055-4d3e-8c12-7ef9404d66fb resource provider aggregate not found 2026-05-19 06:29:55.858 8 INFO neutron.services.segments.plugin [-] Segment dc2c059f-1055-4d3e-8c12-7ef9404d66fb resource provider aggregate not found 2026-05-19 06:29:55.866 8 INFO neutron.services.segments.plugin [-] Segment dc2c059f-1055-4d3e-8c12-7ef9404d66fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc2c059f-1055-4d3e-8c12-7ef9404d66fb found for delete ", "request_id": "req-3218f3d8-33a2-4977-942f-c36923da2547"}]} [pid: 8|app: 0|req: 1289/2634] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:29:55 2026] GET /v2.0/security-groups?tenant_id=109f9e79d69842ba98fdef6d1d551212&name=default => generated 2929 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:29:55.887 8 INFO neutron.services.segments.plugin [-] Segment dc2c059f-1055-4d3e-8c12-7ef9404d66fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc2c059f-1055-4d3e-8c12-7ef9404d66fb found for delete ", "request_id": "req-64d08c41-0f82-4461-b334-4709c7227624"}]} 2026-05-19 06:29:55.901 8 INFO neutron.services.segments.plugin [-] Segment 3617e807-3d9f-4cab-959c-e1fb7730cc2d resource provider aggregate not found 2026-05-19 06:29:55.908 8 INFO neutron.services.segments.plugin [-] Segment 3617e807-3d9f-4cab-959c-e1fb7730cc2d resource provider aggregate not found 2026-05-19 06:29:55.924 8 INFO neutron.services.segments.plugin [-] Segment 3617e807-3d9f-4cab-959c-e1fb7730cc2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3617e807-3d9f-4cab-959c-e1fb7730cc2d found for delete ", "request_id": "req-1ce22086-4678-4016-8401-4e39a572f093"}]} 2026-05-19 06:29:55.931 8 INFO neutron.services.segments.plugin [-] Segment 3617e807-3d9f-4cab-959c-e1fb7730cc2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3617e807-3d9f-4cab-959c-e1fb7730cc2d found for delete ", "request_id": "req-2a8a0878-c4b0-4647-84a9-b93e98548e3e"}]} 2026-05-19 06:29:55.951 8 INFO neutron.services.segments.plugin [-] Segment 9b38fea9-1726-4cc6-bd33-1aff55afd695 resource provider aggregate not found 2026-05-19 06:29:55.956 8 INFO neutron.services.segments.plugin [-] Segment 9b38fea9-1726-4cc6-bd33-1aff55afd695 resource provider aggregate not found 2026-05-19 06:29:55.975 8 INFO neutron.services.segments.plugin [-] Segment 9b38fea9-1726-4cc6-bd33-1aff55afd695 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b38fea9-1726-4cc6-bd33-1aff55afd695 found for delete ", "request_id": "req-46ccc86e-ba80-454e-9578-4f51dd22360e"}]} 2026-05-19 06:29:55.976 8 INFO neutron.services.segments.plugin [-] Segment 9b38fea9-1726-4cc6-bd33-1aff55afd695 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b38fea9-1726-4cc6-bd33-1aff55afd695 found for delete ", "request_id": "req-279613f5-0369-4cc8-b937-f9d7035578b5"}]} 2026-05-19 06:29:56.000 8 INFO neutron.services.segments.plugin [-] Segment d944b139-d564-4ff9-b9d7-0522fe53ea17 resource provider aggregate not found 2026-05-19 06:29:56.009 8 INFO neutron.services.segments.plugin [-] Segment d944b139-d564-4ff9-b9d7-0522fe53ea17 resource provider aggregate not found [pid: 7|app: 0|req: 1346/2635] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:29:55 2026] GET /v2.0/security-groups?tenant_id=3ba0b3745a044855a5899a88e865297a&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:29:56.021 8 INFO neutron.services.segments.plugin [-] Segment d944b139-d564-4ff9-b9d7-0522fe53ea17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d944b139-d564-4ff9-b9d7-0522fe53ea17 found for delete ", "request_id": "req-096368fc-af9d-438c-ba74-071ed07ba626"}]} 2026-05-19 06:29:56.026 8 INFO neutron.services.segments.plugin [-] Segment d944b139-d564-4ff9-b9d7-0522fe53ea17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d944b139-d564-4ff9-b9d7-0522fe53ea17 found for delete ", "request_id": "req-ab7f0285-a385-4c47-987e-6e95fab2e3d3"}]} [pid: 8|app: 0|req: 1290/2636] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:29:55 2026] DELETE /v2.0/security-groups/b4761d34-1373-4a9d-8d0e-e43934db93b7 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2637] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:29:56 2026] DELETE /v2.0/security-groups/e3b530aa-c7cc-48b8-b5f5-0f77eea6d374 => 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: 1291/2638] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:29:56 2026] GET /v2.0/security-groups?tenant_id=8f0fab0a5bbe4891ab1aad03a53441ce&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2639] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:29:56 2026] DELETE /v2.0/security-groups/e43b8b43-50ba-4e83-96ee-cee2cd34a0ff => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2642] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:29:59 2026] GET /v2.0/security-groups?tenant_id=17e85b2c148447f384121fc57cd6868e&name=default => generated 2929 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2643] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:29:59 2026] DELETE /v2.0/security-groups/9063ea2e-f042-4ba3-9ec9-cc555deeb53b => 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: 1350/2644] 10.0.0.31 () {34 vars in 683 bytes} [Tue May 19 06:29:59 2026] POST /v2.0/security-groups => generated 1603 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2645] 10.0.0.31 () {34 vars in 766 bytes} [Tue May 19 06:30:00 2026] PUT /v2.0/security-groups/7649866d-8022-4561-9917-33924cc414b3/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2646] 10.0.0.31 () {32 vars in 746 bytes} [Tue May 19 06:30:00 2026] GET /v2.0/security-groups/7649866d-8022-4561-9917-33924cc414b3/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2647] 10.0.0.31 () {34 vars in 777 bytes} [Tue May 19 06:30:00 2026] PUT /v2.0/security-groups/7649866d-8022-4561-9917-33924cc414b3/tags/green => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2648] 10.0.0.31 () {32 vars in 746 bytes} [Tue May 19 06:30:00 2026] GET /v2.0/security-groups/7649866d-8022-4561-9917-33924cc414b3/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2649] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:30:00 2026] GET /v2.0/security-groups?tenant_id=21bdaea3c21648d1a5d457cae98d2311&name=default => generated 2929 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2650] 10.0.0.31 () {34 vars in 773 bytes} [Tue May 19 06:30:00 2026] PUT /v2.0/security-groups/7649866d-8022-4561-9917-33924cc414b3/tags/red => 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: 1355/2651] 10.0.0.31 () {32 vars in 746 bytes} [Tue May 19 06:30:00 2026] GET /v2.0/security-groups/7649866d-8022-4561-9917-33924cc414b3/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2652] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:30:00 2026] DELETE /v2.0/security-groups/ae9ffdf1-db96-40c3-8aad-9b1b7b61568d => 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: 1356/2653] 10.0.0.31 () {34 vars in 795 bytes} [Tue May 19 06:30:00 2026] PUT /v2.0/security-groups/7649866d-8022-4561-9917-33924cc414b3/tags/black.or.white => generated 4 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2654] 10.0.0.31 () {32 vars in 746 bytes} [Tue May 19 06:30:00 2026] GET /v2.0/security-groups/7649866d-8022-4561-9917-33924cc414b3/tags => generated 52 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2655] 10.0.0.31 () {34 vars in 766 bytes} [Tue May 19 06:30:00 2026] PUT /v2.0/security-groups/7649866d-8022-4561-9917-33924cc414b3/tags => generated 37 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2656] 10.0.0.31 () {32 vars in 746 bytes} [Tue May 19 06:30:00 2026] GET /v2.0/security-groups/7649866d-8022-4561-9917-33924cc414b3/tags => generated 37 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2657] 10.0.0.31 () {32 vars in 754 bytes} [Tue May 19 06:30:00 2026] GET /v2.0/security-groups/7649866d-8022-4561-9917-33924cc414b3/tags/red => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:30:00.694 8 INFO neutron.api.v2.resource [None req-9ef22c13-4e2f-4c83-8b39-8c426447995c ba03eabf7f6f4841af2cd1a2b064704e a6f2e4c09d1f4e8ca2ca21dc844eb473 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1300/2658] 10.0.0.31 () {32 vars in 758 bytes} [Tue May 19 06:30:00 2026] GET /v2.0/security-groups/7649866d-8022-4561-9917-33924cc414b3/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2659] 10.0.0.31 () {32 vars in 757 bytes} [Tue May 19 06:30:00 2026] DELETE /v2.0/security-groups/7649866d-8022-4561-9917-33924cc414b3/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: 1301/2660] 10.0.0.31 () {32 vars in 746 bytes} [Tue May 19 06:30:00 2026] GET /v2.0/security-groups/7649866d-8022-4561-9917-33924cc414b3/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:30:00.830 7 INFO neutron.api.v2.resource [None req-d274641c-e099-4186-b0e9-e24091af2602 ba03eabf7f6f4841af2cd1a2b064704e a6f2e4c09d1f4e8ca2ca21dc844eb473 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1360/2661] 10.0.0.31 () {32 vars in 761 bytes} [Tue May 19 06:30:00 2026] DELETE /v2.0/security-groups/7649866d-8022-4561-9917-33924cc414b3/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2662] 10.0.0.31 () {32 vars in 749 bytes} [Tue May 19 06:30:00 2026] DELETE /v2.0/security-groups/7649866d-8022-4561-9917-33924cc414b3/tags => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2663] 10.0.0.31 () {32 vars in 746 bytes} [Tue May 19 06:30:00 2026] GET /v2.0/security-groups/7649866d-8022-4561-9917-33924cc414b3/tags => 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: 1303/2664] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:30:00 2026] DELETE /v2.0/security-groups/7649866d-8022-4561-9917-33924cc414b3 => 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: 1362/2665] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:30:01 2026] GET /v2.0/security-groups?tenant_id=a6f2e4c09d1f4e8ca2ca21dc844eb473&name=default => generated 2929 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2666] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:30:01 2026] DELETE /v2.0/security-groups/c054f9fa-5c76-4364-8f60-5a2b23f37581 => 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: 1363/2667] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:30:02 2026] GET /v2.0/security-groups?tenant_id=35f919ff80924f2fb5f7935e0eef4e28&name=default => generated 2929 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2668] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:30:02 2026] DELETE /v2.0/security-groups/63a56c5f-1de3-406f-8ead-ead6b730d2e5 => 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: 1364/2669] 10.0.0.31 () {34 vars in 675 bytes} [Tue May 19 06:30:05 2026] POST /v2.0/subnetpools => generated 516 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2670] 10.0.0.31 () {34 vars in 758 bytes} [Tue May 19 06:30:06 2026] PUT /v2.0/subnetpools/28f5251a-9f17-486b-823b-a362484da8b2/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2671] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 19 06:30:06 2026] GET /v2.0/subnetpools/28f5251a-9f17-486b-823b-a362484da8b2/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2672] 10.0.0.31 () {34 vars in 769 bytes} [Tue May 19 06:30:06 2026] PUT /v2.0/subnetpools/28f5251a-9f17-486b-823b-a362484da8b2/tags/green => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2673] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 19 06:30:06 2026] GET /v2.0/subnetpools/28f5251a-9f17-486b-823b-a362484da8b2/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2674] 10.0.0.31 () {34 vars in 765 bytes} [Tue May 19 06:30:06 2026] PUT /v2.0/subnetpools/28f5251a-9f17-486b-823b-a362484da8b2/tags/red => generated 4 bytes in 28 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2675] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 19 06:30:06 2026] GET /v2.0/subnetpools/28f5251a-9f17-486b-823b-a362484da8b2/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2676] 10.0.0.31 () {34 vars in 787 bytes} [Tue May 19 06:30:06 2026] PUT /v2.0/subnetpools/28f5251a-9f17-486b-823b-a362484da8b2/tags/black.or.white => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2677] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 19 06:30:06 2026] GET /v2.0/subnetpools/28f5251a-9f17-486b-823b-a362484da8b2/tags => generated 52 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2678] 10.0.0.31 () {34 vars in 758 bytes} [Tue May 19 06:30:06 2026] PUT /v2.0/subnetpools/28f5251a-9f17-486b-823b-a362484da8b2/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2679] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 19 06:30:06 2026] GET /v2.0/subnetpools/28f5251a-9f17-486b-823b-a362484da8b2/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: 1311/2680] 10.0.0.31 () {32 vars in 746 bytes} [Tue May 19 06:30:06 2026] GET /v2.0/subnetpools/28f5251a-9f17-486b-823b-a362484da8b2/tags/red => generated 0 bytes in 25 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:30:06.616 7 INFO neutron.api.v2.resource [None req-081e219d-930a-43d6-8fcc-722e1da9108d 87727d10cdaf4833a4efee2df11e61df 152e98451cc749ff96c09512a80fa80b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1370/2681] 10.0.0.31 () {32 vars in 750 bytes} [Tue May 19 06:30:06 2026] GET /v2.0/subnetpools/28f5251a-9f17-486b-823b-a362484da8b2/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2682] 10.0.0.31 () {32 vars in 749 bytes} [Tue May 19 06:30:06 2026] DELETE /v2.0/subnetpools/28f5251a-9f17-486b-823b-a362484da8b2/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2683] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 19 06:30:06 2026] GET /v2.0/subnetpools/28f5251a-9f17-486b-823b-a362484da8b2/tags => generated 30 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:30:06.724 8 INFO neutron.api.v2.resource [None req-b29e0715-445b-4633-898c-0eb8b4fac4d8 87727d10cdaf4833a4efee2df11e61df 152e98451cc749ff96c09512a80fa80b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1313/2684] 10.0.0.31 () {32 vars in 753 bytes} [Tue May 19 06:30:06 2026] DELETE /v2.0/subnetpools/28f5251a-9f17-486b-823b-a362484da8b2/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2685] 10.0.0.31 () {32 vars in 741 bytes} [Tue May 19 06:30:06 2026] DELETE /v2.0/subnetpools/28f5251a-9f17-486b-823b-a362484da8b2/tags => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2686] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 19 06:30:06 2026] GET /v2.0/subnetpools/28f5251a-9f17-486b-823b-a362484da8b2/tags => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2687] 10.0.0.31 () {32 vars in 731 bytes} [Tue May 19 06:30:06 2026] DELETE /v2.0/subnetpools/28f5251a-9f17-486b-823b-a362484da8b2 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2688] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:30:07 2026] GET /v2.0/security-groups?tenant_id=2f4e74761dc043c7abbf2f930bdee0a1&name=default => generated 2929 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2689] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:30:07 2026] DELETE /v2.0/security-groups/abdd5adb-7a5a-4590-ad51-e1f3bcc166dc => 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: 1316/2690] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:30:08 2026] GET /v2.0/security-groups?tenant_id=152e98451cc749ff96c09512a80fa80b&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2691] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:30:08 2026] DELETE /v2.0/security-groups/8bc89e71-2cf2-4123-ad84-316dc9a9e5d1 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2692] 199.204.45.44 () {30 vars in 702 bytes} [Tue May 19 06:30:10 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: 1376/2693] 199.204.45.44 () {30 vars in 704 bytes} [Tue May 19 06:30:10 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: 1318/2694] 199.204.45.44 () {30 vars in 680 bytes} [Tue May 19 06:30:10 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: 1377/2695] 199.204.45.44 () {30 vars in 716 bytes} [Tue May 19 06:30:10 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: 1319/2696] 199.204.45.44 () {30 vars in 740 bytes} [Tue May 19 06:30:10 2026] GET /v2.0/subnets/d7d02a99-e882-4d48-80bf-24bbc2283820 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2697] 199.204.45.44 () {30 vars in 768 bytes} [Tue May 19 06:30:10 2026] GET /v2.0/ports?device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2698] 199.204.45.44 () {34 vars in 716 bytes} [Tue May 19 06:30:10 2026] POST /v2.0/ports => generated 1059 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2699] 10.0.0.232 () {34 vars in 971 bytes} [Tue May 19 06:30:11 2026] GET /v2.0/ports/45c355eb-33c7-436b-b332-6e51838018a8 => generated 1059 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2700] 10.0.0.232 () {34 vars in 907 bytes} [Tue May 19 06:30:11 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-19 06:30:11.723 7 INFO neutron.db.segments_db [None req-6a96f332-b49b-4950-8429-a47e33355122 82afcc11b5e14c47900ecd6d776934e3 00dc7852a7c644f6a40cacca931d56d4 - - default default] Added segment ec39a1df-dab1-48d5-a4de-2492fbff5271 of type vxlan for network e16c6369-088f-4095-ba39-37f522f5c6fa [pid: 7|app: 0|req: 1380/2701] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:30:11 2026] POST /v2.0/networks => generated 612 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2702] 10.0.0.31 () {34 vars in 663 bytes} [Tue May 19 06:30:11 2026] POST /v2.0/ports => generated 743 bytes in 331 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: 1323/2703] 199.204.45.44 () {34 vars in 1261 bytes} [Tue May 19 06:30:12 2026] GET /v2.0/ports/45c355eb-33c7-436b-b332-6e51838018a8?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2704] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:30:12 2026] GET /v2.0/networks/17fb4cf0-ce44-4b5a-8b55-a682baef0391?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: 1381/2705] 10.0.0.31 () {34 vars in 665 bytes} [Tue May 19 06:30:12 2026] POST /v2.0/trunks => generated 407 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2706] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:30:12 2026] GET /v2.0/networks/17fb4cf0-ce44-4b5a-8b55-a682baef0391?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2707] 10.0.0.31 () {34 vars in 748 bytes} [Tue May 19 06:30:12 2026] PUT /v2.0/trunks/967ad5e0-9a9f-4fe5-9d06-89ccb6abc35f/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2708] 10.0.0.31 () {32 vars in 728 bytes} [Tue May 19 06:30:12 2026] GET /v2.0/trunks/967ad5e0-9a9f-4fe5-9d06-89ccb6abc35f/tags => generated 25 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2709] 10.0.0.31 () {34 vars in 759 bytes} [Tue May 19 06:30:12 2026] PUT /v2.0/trunks/967ad5e0-9a9f-4fe5-9d06-89ccb6abc35f/tags/green => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2710] 10.0.0.31 () {32 vars in 728 bytes} [Tue May 19 06:30:12 2026] GET /v2.0/trunks/967ad5e0-9a9f-4fe5-9d06-89ccb6abc35f/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2711] 10.0.0.31 () {34 vars in 755 bytes} [Tue May 19 06:30:12 2026] PUT /v2.0/trunks/967ad5e0-9a9f-4fe5-9d06-89ccb6abc35f/tags/red => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2712] 10.0.0.31 () {32 vars in 728 bytes} [Tue May 19 06:30:12 2026] GET /v2.0/trunks/967ad5e0-9a9f-4fe5-9d06-89ccb6abc35f/tags => generated 34 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2713] 10.0.0.31 () {34 vars in 777 bytes} [Tue May 19 06:30:12 2026] PUT /v2.0/trunks/967ad5e0-9a9f-4fe5-9d06-89ccb6abc35f/tags/black.or.white => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2714] 10.0.0.31 () {32 vars in 728 bytes} [Tue May 19 06:30:12 2026] GET /v2.0/trunks/967ad5e0-9a9f-4fe5-9d06-89ccb6abc35f/tags => generated 52 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2715] 10.0.0.31 () {34 vars in 748 bytes} [Tue May 19 06:30:12 2026] PUT /v2.0/trunks/967ad5e0-9a9f-4fe5-9d06-89ccb6abc35f/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2716] 10.0.0.31 () {32 vars in 728 bytes} [Tue May 19 06:30:12 2026] GET /v2.0/trunks/967ad5e0-9a9f-4fe5-9d06-89ccb6abc35f/tags => generated 37 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2717] 10.0.0.31 () {32 vars in 736 bytes} [Tue May 19 06:30:12 2026] GET /v2.0/trunks/967ad5e0-9a9f-4fe5-9d06-89ccb6abc35f/tags/red => generated 0 bytes in 21 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:30:12.726 8 INFO neutron.api.v2.resource [None req-f12cadef-0e07-4c6b-9230-f5da644eaa15 82afcc11b5e14c47900ecd6d776934e3 00dc7852a7c644f6a40cacca931d56d4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1331/2718] 10.0.0.31 () {32 vars in 740 bytes} [Tue May 19 06:30:12 2026] GET /v2.0/trunks/967ad5e0-9a9f-4fe5-9d06-89ccb6abc35f/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2719] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:30:12 2026] DELETE /v2.0/trunks/967ad5e0-9a9f-4fe5-9d06-89ccb6abc35f/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2720] 10.0.0.31 () {32 vars in 728 bytes} [Tue May 19 06:30:12 2026] GET /v2.0/trunks/967ad5e0-9a9f-4fe5-9d06-89ccb6abc35f/tags => generated 30 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:30:12.843 7 INFO neutron.api.v2.resource [None req-692de93b-4f7a-4df7-8090-30b82eb9ca3b 82afcc11b5e14c47900ecd6d776934e3 00dc7852a7c644f6a40cacca931d56d4 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1389/2721] 10.0.0.31 () {32 vars in 743 bytes} [Tue May 19 06:30:12 2026] DELETE /v2.0/trunks/967ad5e0-9a9f-4fe5-9d06-89ccb6abc35f/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2722] 199.204.45.44 () {34 vars in 974 bytes} [Tue May 19 06:30:12 2026] GET /v2.0/ports/45c355eb-33c7-436b-b332-6e51838018a8 => generated 1059 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2723] 10.0.0.31 () {32 vars in 731 bytes} [Tue May 19 06:30:12 2026] DELETE /v2.0/trunks/967ad5e0-9a9f-4fe5-9d06-89ccb6abc35f/tags => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2724] 10.0.0.31 () {32 vars in 728 bytes} [Tue May 19 06:30:12 2026] GET /v2.0/trunks/967ad5e0-9a9f-4fe5-9d06-89ccb6abc35f/tags => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2725] 10.0.0.31 () {32 vars in 718 bytes} [Tue May 19 06:30:12 2026] GET /v2.0/trunks/967ad5e0-9a9f-4fe5-9d06-89ccb6abc35f => 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: 1391/2726] 199.204.45.44 () {34 vars in 985 bytes} [Tue May 19 06:30:12 2026] GET /v2.0/networks?id=17fb4cf0-ce44-4b5a-8b55-a682baef0391 => generated 802 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2727] 10.0.0.31 () {32 vars in 716 bytes} [Tue May 19 06:30:12 2026] GET /v2.0/ports/cf683d3e-fb78-47c9-9402-a2d5ad52ba1a => generated 826 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2728] 10.0.0.31 () {32 vars in 721 bytes} [Tue May 19 06:30:12 2026] DELETE /v2.0/trunks/967ad5e0-9a9f-4fe5-9d06-89ccb6abc35f => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:30:13.198 8 INFO neutron_taas.services.taas.taas_plugin [None req-22c735ac-891f-465d-a26d-3eeb26448b29 82afcc11b5e14c47900ecd6d776934e3 00dc7852a7c644f6a40cacca931d56d4 - - default default] TaaS: Handle Delete Port: cf683d3e-fb78-47c9-9402-a2d5ad52ba1a 2026-05-19 06:30:13.201 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-22c735ac-891f-465d-a26d-3eeb26448b29 82afcc11b5e14c47900ecd6d776934e3 00dc7852a7c644f6a40cacca931d56d4 - - default default] Tap Mirror: Handle Delete Port: cf683d3e-fb78-47c9-9402-a2d5ad52ba1a [pid: 8|app: 0|req: 1338/2729] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 19 06:30:13 2026] DELETE /v2.0/ports/cf683d3e-fb78-47c9-9402-a2d5ad52ba1a => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2730] 199.204.45.44 () {38 vars in 1027 bytes} [Tue May 19 06:30:12 2026] PUT /v2.0/ports/45c355eb-33c7-436b-b332-6e51838018a8 => generated 1249 bytes in 454 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:30:13.403 8 INFO neutron.services.segments.plugin [-] Segment ec39a1df-dab1-48d5-a4de-2492fbff5271 resource provider aggregate not found 2026-05-19 06:30:13.407 8 INFO neutron.services.segments.plugin [-] Segment ec39a1df-dab1-48d5-a4de-2492fbff5271 resource provider aggregate not found 2026-05-19 06:30:13.420 8 INFO neutron.services.segments.plugin [-] Segment ec39a1df-dab1-48d5-a4de-2492fbff5271 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec39a1df-dab1-48d5-a4de-2492fbff5271 found for delete ", "request_id": "req-28d82086-9ef3-48d8-943e-6de0dded02e4"}]} 2026-05-19 06:30:13.428 8 INFO neutron.services.segments.plugin [-] Segment ec39a1df-dab1-48d5-a4de-2492fbff5271 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec39a1df-dab1-48d5-a4de-2492fbff5271 found for delete ", "request_id": "req-4f1d9366-5426-4f82-a8c0-844f544d7371"}]} 2026-05-19 06:30:13.443 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a3c11f35-8b75-4be2-9233-33a4fb2ddd5b'] response: {'name': 'network-changed', 'server_uuid': '82962bfc-c00a-431f-9d80-280fd1bfc7b7', 'tag': '45c355eb-33c7-436b-b332-6e51838018a8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1339/2733] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:30:13 2026] DELETE /v2.0/networks/e16c6369-088f-4095-ba39-37f522f5c6fa => 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: 1395/2734] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:30:13 2026] GET /v2.0/ports?tenant_id=b00825cf8fc243c3970f4c952a3dedd4&device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => generated 2489 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2735] 199.204.45.44 () {34 vars in 985 bytes} [Tue May 19 06:30:14 2026] GET /v2.0/networks?id=17fb4cf0-ce44-4b5a-8b55-a682baef0391 => generated 802 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2736] 199.204.45.44 () {34 vars in 1057 bytes} [Tue May 19 06:30:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.103&port_id=45c355eb-33c7-436b-b332-6e51838018a8 => 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: 1341/2737] 199.204.45.44 () {34 vars in 983 bytes} [Tue May 19 06:30:14 2026] GET /v2.0/subnets?id=d7d02a99-e882-4d48-80bf-24bbc2283820 => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2738] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:30:14 2026] GET /v2.0/ports?network_id=17fb4cf0-ce44-4b5a-8b55-a682baef0391&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2739] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:30:14 2026] GET /v2.0/networks/17fb4cf0-ce44-4b5a-8b55-a682baef0391?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: 1399/2740] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:30:14 2026] GET /v2.0/networks/17fb4cf0-ce44-4b5a-8b55-a682baef0391?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2741] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:30:14 2026] GET /v2.0/security-groups?tenant_id=99af3e7bfa56489797e253f5f6bbb9d8&name=default => generated 2929 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2742] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:30:14 2026] DELETE /v2.0/security-groups/0daaa9fe-6cb7-4395-8875-feb28f20d7ba => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2743] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:30:14 2026] GET /v2.0/security-groups?tenant_id=00dc7852a7c644f6a40cacca931d56d4&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2744] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:30:14 2026] DELETE /v2.0/security-groups/723d0802-63a0-40ff-a841-ee17efe4093f => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2745] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:30:15 2026] GET /v2.0/ports?tenant_id=b00825cf8fc243c3970f4c952a3dedd4&device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => generated 2489 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2746] 199.204.45.44 () {34 vars in 1061 bytes} [Tue May 19 06:30:15 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.221&port_id=a1fdf84f-a079-4c66-86c0-72f7632cebab => 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: 1345/2747] 199.204.45.44 () {34 vars in 983 bytes} [Tue May 19 06:30:15 2026] GET /v2.0/subnets?id=11c05660-de19-4db2-aad9-9843864f0e5e => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2748] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:30:15 2026] GET /v2.0/ports?network_id=99ccab81-a8ef-470d-9444-7fcd3a4e16a2&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: 1346/2749] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:30:15 2026] GET /v2.0/networks/99ccab81-a8ef-470d-9444-7fcd3a4e16a2?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2750] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:30:15 2026] GET /v2.0/networks/99ccab81-a8ef-470d-9444-7fcd3a4e16a2?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: 1347/2751] 199.204.45.44 () {34 vars in 1057 bytes} [Tue May 19 06:30:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.103&port_id=45c355eb-33c7-436b-b332-6e51838018a8 => 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: 1405/2752] 199.204.45.44 () {34 vars in 983 bytes} [Tue May 19 06:30:15 2026] GET /v2.0/subnets?id=d7d02a99-e882-4d48-80bf-24bbc2283820 => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2753] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:30:15 2026] GET /v2.0/ports?network_id=17fb4cf0-ce44-4b5a-8b55-a682baef0391&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2754] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:30:15 2026] GET /v2.0/networks/17fb4cf0-ce44-4b5a-8b55-a682baef0391?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: 1349/2755] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:30:15 2026] GET /v2.0/networks/17fb4cf0-ce44-4b5a-8b55-a682baef0391?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) 2026-05-19 06:30:18.208 7 INFO neutron.db.segments_db [None req-279b102a-3532-464b-bc74-64cab5bb9482 842918abb68540c38ba8ea43f3535298 5c0a7f12390f478291f55a672729961d - - default default] Added segment e72f1ef3-891c-4dff-a369-db33dea8a4c4 of type vxlan for network 2bc9e470-bed9-401c-9e4a-b83c866943e2 [pid: 7|app: 0|req: 1407/2756] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:30:17 2026] POST /v2.0/networks => generated 613 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-19 06:30:18.356 8 INFO neutron.db.segments_db [None req-19a43e2e-93b2-42d1-8131-fe677f76c472 842918abb68540c38ba8ea43f3535298 5c0a7f12390f478291f55a672729961d - - default default] Added segment 99035ea4-0937-409b-aa31-df19d7639e69 of type vxlan for network a53a7da3-7888-4c1d-8aa4-cadb367ddd64 [pid: 8|app: 0|req: 1350/2757] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 19 06:30:18 2026] POST /v2.0/networks => generated 613 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2758] 10.0.0.31 () {34 vars in 752 bytes} [Tue May 19 06:30:18 2026] PUT /v2.0/networks/2bc9e470-bed9-401c-9e4a-b83c866943e2/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2759] 10.0.0.31 () {32 vars in 732 bytes} [Tue May 19 06:30:18 2026] GET /v2.0/networks/2bc9e470-bed9-401c-9e4a-b83c866943e2/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: 1409/2760] 10.0.0.31 () {34 vars in 752 bytes} [Tue May 19 06:30:18 2026] PUT /v2.0/networks/a53a7da3-7888-4c1d-8aa4-cadb367ddd64/tags => generated 17 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2761] 10.0.0.31 () {32 vars in 732 bytes} [Tue May 19 06:30:18 2026] GET /v2.0/networks/a53a7da3-7888-4c1d-8aa4-cadb367ddd64/tags => generated 17 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2762] 10.0.0.31 () {34 vars in 752 bytes} [Tue May 19 06:30:18 2026] PUT /v2.0/networks/a53a7da3-7888-4c1d-8aa4-cadb367ddd64/tags => generated 12 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2763] 10.0.0.31 () {32 vars in 732 bytes} [Tue May 19 06:30:18 2026] GET /v2.0/networks/a53a7da3-7888-4c1d-8aa4-cadb367ddd64/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2764] 10.0.0.31 () {32 vars in 732 bytes} [Tue May 19 06:30:18 2026] GET /v2.0/networks/2bc9e470-bed9-401c-9e4a-b83c866943e2/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:30:18.950 8 INFO neutron.services.segments.plugin [-] Segment e72f1ef3-891c-4dff-a369-db33dea8a4c4 resource provider aggregate not found 2026-05-19 06:30:18.958 8 INFO neutron.services.segments.plugin [-] Segment e72f1ef3-891c-4dff-a369-db33dea8a4c4 resource provider aggregate not found 2026-05-19 06:30:18.970 8 INFO neutron.services.segments.plugin [-] Segment e72f1ef3-891c-4dff-a369-db33dea8a4c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e72f1ef3-891c-4dff-a369-db33dea8a4c4 found for delete ", "request_id": "req-7a957a00-8737-491c-87a3-1a5cf2e3dc69"}]} 2026-05-19 06:30:18.981 8 INFO neutron.services.segments.plugin [-] Segment e72f1ef3-891c-4dff-a369-db33dea8a4c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e72f1ef3-891c-4dff-a369-db33dea8a4c4 found for delete ", "request_id": "req-42ac59c4-4de0-4366-a656-e6fc8c0739c8"}]} [pid: 8|app: 0|req: 1354/2765] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:30:18 2026] DELETE /v2.0/networks/2bc9e470-bed9-401c-9e4a-b83c866943e2 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:30:19.120 7 INFO neutron.services.segments.plugin [-] Segment 99035ea4-0937-409b-aa31-df19d7639e69 resource provider aggregate not found 2026-05-19 06:30:19.125 7 INFO neutron.services.segments.plugin [-] Segment 99035ea4-0937-409b-aa31-df19d7639e69 resource provider aggregate not found 2026-05-19 06:30:19.147 7 INFO neutron.services.segments.plugin [-] Segment 99035ea4-0937-409b-aa31-df19d7639e69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99035ea4-0937-409b-aa31-df19d7639e69 found for delete ", "request_id": "req-b1b1e9a3-c349-417f-8736-aa292252d76b"}]} 2026-05-19 06:30:19.151 7 INFO neutron.services.segments.plugin [-] Segment 99035ea4-0937-409b-aa31-df19d7639e69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99035ea4-0937-409b-aa31-df19d7639e69 found for delete ", "request_id": "req-69c996d3-65c0-4126-b23c-d100e2287b09"}]} [pid: 7|app: 0|req: 1412/2766] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:30:18 2026] DELETE /v2.0/networks/a53a7da3-7888-4c1d-8aa4-cadb367ddd64 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2767] 10.0.0.232 () {34 vars in 971 bytes} [Tue May 19 06:30:19 2026] GET /v2.0/ports/45c355eb-33c7-436b-b332-6e51838018a8 => generated 1251 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2768] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:30:19 2026] GET /v2.0/security-groups?tenant_id=5c0a7f12390f478291f55a672729961d&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2769] 199.204.45.44 () {34 vars in 788 bytes} [Tue May 19 06:30:19 2026] PUT /v2.0/ports/45c355eb-33c7-436b-b332-6e51838018a8 => generated 1276 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2770] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:30:19 2026] DELETE /v2.0/security-groups/1c63a020-db59-4091-a4da-39bf48da7d4b => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:30:20.043 7 INFO neutron.api.v2.resource [None req-a1f87639-ce4d-4032-a91c-a148ce327a70 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1414/2771] 199.204.45.44 () {30 vars in 762 bytes} [Tue May 19 06:30:20 2026] GET /v2.0/security-groups/lb-c946e108-e519-45b1-8f2a-62bff47a1266 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-19 06:30:20.060 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-694c35bd-55fa-46fb-a910-053952f16157'] response: {'name': 'network-changed', 'server_uuid': '82962bfc-c00a-431f-9d80-280fd1bfc7b7', 'tag': '45c355eb-33c7-436b-b332-6e51838018a8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1358/2772] 199.204.45.44 () {30 vars in 784 bytes} [Tue May 19 06:30:20 2026] GET /v2.0/security-groups?name=lb-c946e108-e519-45b1-8f2a-62bff47a1266 => generated 1637 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2773] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:30:20 2026] GET /v2.0/security-groups?tenant_id=517a1d0722064b099347496d7ba355db&name=default => generated 2929 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2774] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:30:20 2026] DELETE /v2.0/security-groups/f22bfaec-67f0-4d01-bb71-c37b13d04690 => 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: 1415/2775] 199.204.45.44 () {34 vars in 788 bytes} [Tue May 19 06:30:20 2026] PUT /v2.0/ports/45c355eb-33c7-436b-b332-6e51838018a8 => generated 1314 bytes in 289 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: 1416/2776] 199.204.45.44 () {30 vars in 702 bytes} [Tue May 19 06:30:20 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: 1361/2777] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:30:20 2026] GET /v2.0/ports?tenant_id=b00825cf8fc243c3970f4c952a3dedd4&device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => generated 2590 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2778] 199.204.45.44 () {30 vars in 704 bytes} [Tue May 19 06:30:20 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: 1418/2779] 199.204.45.44 () {30 vars in 680 bytes} [Tue May 19 06:30:20 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2780] 199.204.45.44 () {30 vars in 716 bytes} [Tue May 19 06:30:20 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: 1362/2781] 199.204.45.44 () {34 vars in 985 bytes} [Tue May 19 06:30:20 2026] GET /v2.0/networks?id=17fb4cf0-ce44-4b5a-8b55-a682baef0391 => generated 802 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2782] 199.204.45.44 () {34 vars in 1057 bytes} [Tue May 19 06:30:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.103&port_id=45c355eb-33c7-436b-b332-6e51838018a8 => 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: 1420/2783] 199.204.45.44 () {30 vars in 740 bytes} [Tue May 19 06:30:20 2026] GET /v2.0/subnets/d7d02a99-e882-4d48-80bf-24bbc2283820 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2784] 199.204.45.44 () {34 vars in 983 bytes} [Tue May 19 06:30:20 2026] GET /v2.0/subnets?id=d7d02a99-e882-4d48-80bf-24bbc2283820 => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2785] 199.204.45.44 () {30 vars in 736 bytes} [Tue May 19 06:30:20 2026] GET /v2.0/ports/1fdc03bd-095a-4590-80a3-e6ee3e689927 => 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: 1365/2786] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:30:20 2026] GET /v2.0/ports?network_id=17fb4cf0-ce44-4b5a-8b55-a682baef0391&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: 1422/2787] 199.204.45.44 () {30 vars in 736 bytes} [Tue May 19 06:30:20 2026] GET /v2.0/ports/45c355eb-33c7-436b-b332-6e51838018a8 => generated 1350 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2788] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:30:20 2026] GET /v2.0/networks/17fb4cf0-ce44-4b5a-8b55-a682baef0391?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2789] 199.204.45.44 () {30 vars in 740 bytes} [Tue May 19 06:30:20 2026] GET /v2.0/subnets/d7d02a99-e882-4d48-80bf-24bbc2283820 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2790] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:30:20 2026] GET /v2.0/networks/17fb4cf0-ce44-4b5a-8b55-a682baef0391?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2791] 199.204.45.44 () {30 vars in 742 bytes} [Tue May 19 06:30:20 2026] GET /v2.0/networks/17fb4cf0-ce44-4b5a-8b55-a682baef0391 => generated 799 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2792] 199.204.45.44 () {30 vars in 736 bytes} [Tue May 19 06:30:20 2026] GET /v2.0/ports/1fdc03bd-095a-4590-80a3-e6ee3e689927 => generated 1132 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2793] 199.204.45.44 () {30 vars in 740 bytes} [Tue May 19 06:30:20 2026] GET /v2.0/subnets/d7d02a99-e882-4d48-80bf-24bbc2283820 => generated 676 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:30:22.101 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a3bd531e-d27a-4e30-85e8-a255719cf592'] response: {'name': 'network-changed', 'server_uuid': '82962bfc-c00a-431f-9d80-280fd1bfc7b7', 'tag': '45c355eb-33c7-436b-b332-6e51838018a8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1369/2794] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:30:22 2026] GET /v2.0/ports?tenant_id=b00825cf8fc243c3970f4c952a3dedd4&device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => generated 2590 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2795] 199.204.45.44 () {34 vars in 985 bytes} [Tue May 19 06:30:22 2026] GET /v2.0/networks?id=17fb4cf0-ce44-4b5a-8b55-a682baef0391 => generated 802 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2796] 199.204.45.44 () {34 vars in 1057 bytes} [Tue May 19 06:30:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.103&port_id=45c355eb-33c7-436b-b332-6e51838018a8 => 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: 1427/2797] 199.204.45.44 () {34 vars in 983 bytes} [Tue May 19 06:30:22 2026] GET /v2.0/subnets?id=d7d02a99-e882-4d48-80bf-24bbc2283820 => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2798] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:30:22 2026] GET /v2.0/ports?network_id=17fb4cf0-ce44-4b5a-8b55-a682baef0391&device_owner=network%3Adhcp => generated 1461 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2799] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:30:22 2026] GET /v2.0/networks/17fb4cf0-ce44-4b5a-8b55-a682baef0391?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: 1372/2800] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:30:22 2026] GET /v2.0/networks/17fb4cf0-ce44-4b5a-8b55-a682baef0391?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:30:28.742 7 INFO neutron.db.l3_db [None req-433b794b-37ff-45b2-aedc-89b1cf365dbb 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] Floating IP 9bcd5b5d-261c-4384-ae07-82d9257bf152 associated. External IP: 10.96.250.212, port: 1fdc03bd-095a-4590-80a3-e6ee3e689927. [pid: 7|app: 0|req: 1429/2803] 10.0.0.31 () {34 vars in 676 bytes} [Tue May 19 06:30:27 2026] POST /v2.0/floatingips => generated 899 bytes in 1041 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2804] 199.204.45.44 () {30 vars in 702 bytes} [Tue May 19 06:30:31 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2805] 199.204.45.44 () {30 vars in 704 bytes} [Tue May 19 06:30:31 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2806] 199.204.45.44 () {30 vars in 680 bytes} [Tue May 19 06:30:31 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2807] 199.204.45.44 () {30 vars in 716 bytes} [Tue May 19 06:30:31 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:30:31.633 8 INFO neutron.api.v2.resource [None req-cfbc71cf-49c1-4c1f-943f-1a2748de815a 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1377/2808] 199.204.45.44 () {30 vars in 762 bytes} [Tue May 19 06:30:31 2026] GET /v2.0/security-groups/lb-c946e108-e519-45b1-8f2a-62bff47a1266 => 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: 1432/2809] 199.204.45.44 () {30 vars in 784 bytes} [Tue May 19 06:30:31 2026] GET /v2.0/security-groups?name=lb-c946e108-e519-45b1-8f2a-62bff47a1266 => generated 1637 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2810] 199.204.45.44 () {30 vars in 814 bytes} [Tue May 19 06:30:31 2026] GET /v2.0/security-group-rules?security_group_id=88369a3b-976e-417f-ad9b-acdc61e8a4c8 => generated 1182 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2811] 199.204.45.44 () {34 vars in 746 bytes} [Tue May 19 06:30:31 2026] POST /v2.0/security-group-rules => generated 597 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2812] 199.204.45.44 () {34 vars in 746 bytes} [Tue May 19 06:30:31 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: 1434/2813] 10.0.0.250 () {30 vars in 690 bytes} [Tue May 19 06:30:39 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2814] 10.0.0.250 () {30 vars in 692 bytes} [Tue May 19 06:30:39 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: 1435/2815] 10.0.0.250 () {30 vars in 668 bytes} [Tue May 19 06:30:39 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2816] 10.0.0.250 () {30 vars in 704 bytes} [Tue May 19 06:30:39 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2817] 10.0.0.250 () {28 vars in 439 bytes} [Tue May 19 06:30:40 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: 1382/2818] 10.0.0.250 () {30 vars in 728 bytes} [Tue May 19 06:30:40 2026] GET /v2.0/subnets/7f00ad0c-48ac-41d2-95c6-17a58daef0c0 => generated 656 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2819] 199.204.45.44 () {30 vars in 702 bytes} [Tue May 19 06:30:40 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: 1383/2820] 199.204.45.44 () {30 vars in 704 bytes} [Tue May 19 06:30:40 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: 1438/2821] 199.204.45.44 () {30 vars in 680 bytes} [Tue May 19 06:30:40 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: 1384/2822] 199.204.45.44 () {30 vars in 716 bytes} [Tue May 19 06:30:40 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: 1439/2823] 199.204.45.44 () {30 vars in 740 bytes} [Tue May 19 06:30:40 2026] GET /v2.0/subnets/7f00ad0c-48ac-41d2-95c6-17a58daef0c0 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2824] 199.204.45.44 () {30 vars in 768 bytes} [Tue May 19 06:30:40 2026] GET /v2.0/ports?device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => generated 2590 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2825] 199.204.45.44 () {30 vars in 702 bytes} [Tue May 19 06:30:41 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: 1386/2826] 199.204.45.44 () {30 vars in 704 bytes} [Tue May 19 06:30: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: 1441/2827] 199.204.45.44 () {30 vars in 680 bytes} [Tue May 19 06:30:41 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: 1387/2828] 199.204.45.44 () {30 vars in 716 bytes} [Tue May 19 06:30:41 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: 1442/2829] 199.204.45.44 () {34 vars in 716 bytes} [Tue May 19 06:30:41 2026] POST /v2.0/ports => generated 1324 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2830] 10.0.0.232 () {34 vars in 971 bytes} [Tue May 19 06:30:41 2026] GET /v2.0/ports/0fce3aca-64bf-41d6-8484-45f99fd4caf4 => generated 1324 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1443/2831] 199.204.45.44 () {34 vars in 1261 bytes} [Tue May 19 06:30:42 2026] GET /v2.0/ports/0fce3aca-64bf-41d6-8484-45f99fd4caf4?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2832] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:30:42 2026] GET /v2.0/networks/e7d7f3b3-28db-45ab-bf82-17117956e1e5?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: 1444/2833] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:30:43 2026] GET /v2.0/networks/e7d7f3b3-28db-45ab-bf82-17117956e1e5?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: 1446/2836] 199.204.45.44 () {34 vars in 974 bytes} [Tue May 19 06:30:43 2026] GET /v2.0/ports/0fce3aca-64bf-41d6-8484-45f99fd4caf4 => generated 1324 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2837] 199.204.45.44 () {34 vars in 985 bytes} [Tue May 19 06:30:43 2026] GET /v2.0/networks?id=e7d7f3b3-28db-45ab-bf82-17117956e1e5 => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2838] 199.204.45.44 () {38 vars in 1027 bytes} [Tue May 19 06:30:43 2026] PUT /v2.0/ports/0fce3aca-64bf-41d6-8484-45f99fd4caf4 => generated 1514 bytes in 424 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:30:44.167 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8b9b0f54-f4ab-4c65-ba94-0d01951e3214'] response: {'name': 'network-changed', 'server_uuid': '82962bfc-c00a-431f-9d80-280fd1bfc7b7', 'tag': '0fce3aca-64bf-41d6-8484-45f99fd4caf4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1392/2839] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:30:44 2026] GET /v2.0/ports?tenant_id=b00825cf8fc243c3970f4c952a3dedd4&device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => generated 4096 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1448/2840] 199.204.45.44 () {34 vars in 985 bytes} [Tue May 19 06:30:44 2026] GET /v2.0/networks?id=e7d7f3b3-28db-45ab-bf82-17117956e1e5 => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2841] 199.204.45.44 () {34 vars in 1055 bytes} [Tue May 19 06:30:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.89&port_id=0fce3aca-64bf-41d6-8484-45f99fd4caf4 => 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: 1449/2842] 199.204.45.44 () {34 vars in 1103 bytes} [Tue May 19 06:30:44 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2cf&port_id=0fce3aca-64bf-41d6-8484-45f99fd4caf4 => 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: 1394/2843] 199.204.45.44 () {34 vars in 1063 bytes} [Tue May 19 06:30:44 2026] GET /v2.0/subnets?id=0255c4b0-b4b7-4e0d-871f-2867dde87978&id=7f00ad0c-48ac-41d2-95c6-17a58daef0c0 => generated 1411 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2844] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:30:44 2026] GET /v2.0/ports?network_id=e7d7f3b3-28db-45ab-bf82-17117956e1e5&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2845] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:30:44 2026] GET /v2.0/ports?network_id=e7d7f3b3-28db-45ab-bf82-17117956e1e5&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: 1451/2846] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:30:44 2026] GET /v2.0/networks/e7d7f3b3-28db-45ab-bf82-17117956e1e5?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2847] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:30:45 2026] GET /v2.0/networks/e7d7f3b3-28db-45ab-bf82-17117956e1e5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2848] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:30:46 2026] GET /v2.0/ports?tenant_id=b00825cf8fc243c3970f4c952a3dedd4&device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => generated 4096 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2849] 199.204.45.44 () {34 vars in 1061 bytes} [Tue May 19 06:30:46 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.221&port_id=a1fdf84f-a079-4c66-86c0-72f7632cebab => 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: 1453/2850] 199.204.45.44 () {34 vars in 983 bytes} [Tue May 19 06:30:46 2026] GET /v2.0/subnets?id=11c05660-de19-4db2-aad9-9843864f0e5e => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2851] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:30:46 2026] GET /v2.0/ports?network_id=99ccab81-a8ef-470d-9444-7fcd3a4e16a2&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2852] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:30:46 2026] GET /v2.0/networks/99ccab81-a8ef-470d-9444-7fcd3a4e16a2?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: 1399/2853] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:30:46 2026] GET /v2.0/networks/99ccab81-a8ef-470d-9444-7fcd3a4e16a2?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: 1455/2854] 199.204.45.44 () {34 vars in 1057 bytes} [Tue May 19 06:30:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.103&port_id=45c355eb-33c7-436b-b332-6e51838018a8 => 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: 1400/2855] 199.204.45.44 () {34 vars in 983 bytes} [Tue May 19 06:30:46 2026] GET /v2.0/subnets?id=d7d02a99-e882-4d48-80bf-24bbc2283820 => generated 679 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2856] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:30:46 2026] GET /v2.0/ports?network_id=17fb4cf0-ce44-4b5a-8b55-a682baef0391&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2857] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:30:46 2026] GET /v2.0/networks/17fb4cf0-ce44-4b5a-8b55-a682baef0391?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: 1457/2858] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:30:46 2026] GET /v2.0/networks/17fb4cf0-ce44-4b5a-8b55-a682baef0391?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: 1402/2859] 199.204.45.44 () {34 vars in 1055 bytes} [Tue May 19 06:30:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.89&port_id=0fce3aca-64bf-41d6-8484-45f99fd4caf4 => 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: 1458/2860] 199.204.45.44 () {34 vars in 1103 bytes} [Tue May 19 06:30:46 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2cf&port_id=0fce3aca-64bf-41d6-8484-45f99fd4caf4 => 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: 1403/2861] 199.204.45.44 () {34 vars in 1063 bytes} [Tue May 19 06:30:46 2026] GET /v2.0/subnets?id=0255c4b0-b4b7-4e0d-871f-2867dde87978&id=7f00ad0c-48ac-41d2-95c6-17a58daef0c0 => generated 1411 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2862] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:30:46 2026] GET /v2.0/ports?network_id=e7d7f3b3-28db-45ab-bf82-17117956e1e5&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2863] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:30:46 2026] GET /v2.0/ports?network_id=e7d7f3b3-28db-45ab-bf82-17117956e1e5&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2864] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:30:46 2026] GET /v2.0/networks/e7d7f3b3-28db-45ab-bf82-17117956e1e5?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2865] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:30:46 2026] GET /v2.0/networks/e7d7f3b3-28db-45ab-bf82-17117956e1e5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2866] 10.0.0.232 () {34 vars in 971 bytes} [Tue May 19 06:30:50 2026] GET /v2.0/ports/0fce3aca-64bf-41d6-8484-45f99fd4caf4 => generated 1516 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2867] 199.204.45.44 () {30 vars in 742 bytes} [Tue May 19 06:30:50 2026] GET /v2.0/networks/e7d7f3b3-28db-45ab-bf82-17117956e1e5 => generated 797 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2868] 199.204.45.44 () {30 vars in 740 bytes} [Tue May 19 06:30:50 2026] GET /v2.0/subnets/7f00ad0c-48ac-41d2-95c6-17a58daef0c0 => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2869] 199.204.45.44 () {30 vars in 740 bytes} [Tue May 19 06:30:50 2026] GET /v2.0/subnets/0255c4b0-b4b7-4e0d-871f-2867dde87978 => generated 744 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2870] 199.204.45.44 () {30 vars in 702 bytes} [Tue May 19 06:30:51 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2871] 199.204.45.44 () {30 vars in 704 bytes} [Tue May 19 06:30:51 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2872] 199.204.45.44 () {30 vars in 680 bytes} [Tue May 19 06:30: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: 8|app: 0|req: 1409/2873] 199.204.45.44 () {30 vars in 716 bytes} [Tue May 19 06:30:51 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2874] 199.204.45.44 () {30 vars in 740 bytes} [Tue May 19 06:30:51 2026] GET /v2.0/subnets/d7d02a99-e882-4d48-80bf-24bbc2283820 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2875] 199.204.45.44 () {30 vars in 736 bytes} [Tue May 19 06:30:51 2026] GET /v2.0/ports/1fdc03bd-095a-4590-80a3-e6ee3e689927 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2876] 199.204.45.44 () {30 vars in 736 bytes} [Tue May 19 06:30:51 2026] GET /v2.0/ports/45c355eb-33c7-436b-b332-6e51838018a8 => generated 1350 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2877] 199.204.45.44 () {30 vars in 740 bytes} [Tue May 19 06:30:51 2026] GET /v2.0/subnets/d7d02a99-e882-4d48-80bf-24bbc2283820 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2878] 199.204.45.44 () {30 vars in 742 bytes} [Tue May 19 06:30:51 2026] GET /v2.0/networks/17fb4cf0-ce44-4b5a-8b55-a682baef0391 => generated 799 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2879] 199.204.45.44 () {30 vars in 736 bytes} [Tue May 19 06:30:51 2026] GET /v2.0/ports/1fdc03bd-095a-4590-80a3-e6ee3e689927 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2880] 199.204.45.44 () {30 vars in 740 bytes} [Tue May 19 06:30:51 2026] GET /v2.0/subnets/d7d02a99-e882-4d48-80bf-24bbc2283820 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2881] 10.0.0.250 () {30 vars in 690 bytes} [Tue May 19 06:30:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2882] 10.0.0.250 () {30 vars in 692 bytes} [Tue May 19 06:30:56 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: 1414/2883] 10.0.0.250 () {30 vars in 668 bytes} [Tue May 19 06:30:56 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: 1470/2884] 10.0.0.250 () {30 vars in 704 bytes} [Tue May 19 06:30:56 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: 1415/2885] 10.0.0.250 () {28 vars in 439 bytes} [Tue May 19 06:30:57 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2886] 10.0.0.250 () {30 vars in 728 bytes} [Tue May 19 06:30:57 2026] GET /v2.0/subnets/cae213ed-9b3b-4599-b53f-98f79dc00a30 => generated 655 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2889] 199.204.45.44 () {30 vars in 702 bytes} [Tue May 19 06:30:58 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2890] 199.204.45.44 () {30 vars in 704 bytes} [Tue May 19 06:30:58 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: 1418/2891] 199.204.45.44 () {30 vars in 680 bytes} [Tue May 19 06:30:58 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: 1474/2892] 199.204.45.44 () {30 vars in 716 bytes} [Tue May 19 06:30:58 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2893] 199.204.45.44 () {30 vars in 740 bytes} [Tue May 19 06:30:58 2026] GET /v2.0/subnets/7f00ad0c-48ac-41d2-95c6-17a58daef0c0 => generated 674 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2894] 199.204.45.44 () {30 vars in 740 bytes} [Tue May 19 06:30:58 2026] GET /v2.0/subnets/cae213ed-9b3b-4599-b53f-98f79dc00a30 => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2895] 199.204.45.44 () {30 vars in 768 bytes} [Tue May 19 06:30:58 2026] GET /v2.0/ports?device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => generated 4098 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2896] 199.204.45.44 () {30 vars in 702 bytes} [Tue May 19 06:30:58 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: 1421/2897] 199.204.45.44 () {30 vars in 704 bytes} [Tue May 19 06:30:58 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2898] 199.204.45.44 () {30 vars in 680 bytes} [Tue May 19 06:30:58 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: 1422/2899] 199.204.45.44 () {30 vars in 716 bytes} [Tue May 19 06:30:58 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2900] 199.204.45.44 () {34 vars in 716 bytes} [Tue May 19 06:30:58 2026] POST /v2.0/ports => generated 1328 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2901] 10.0.0.232 () {34 vars in 971 bytes} [Tue May 19 06:30:59 2026] GET /v2.0/ports/b2f46a80-f9c2-4793-b02d-42fc86c4258b => generated 1328 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1479/2902] 199.204.45.44 () {34 vars in 1261 bytes} [Tue May 19 06:31:00 2026] GET /v2.0/ports/b2f46a80-f9c2-4793-b02d-42fc86c4258b?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2903] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:31:00 2026] GET /v2.0/networks/73c51fb8-ec62-453c-a175-530aa0903808?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: 1480/2904] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:31:00 2026] GET /v2.0/networks/73c51fb8-ec62-453c-a175-530aa0903808?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: 1425/2905] 199.204.45.44 () {34 vars in 974 bytes} [Tue May 19 06:31:01 2026] GET /v2.0/ports/b2f46a80-f9c2-4793-b02d-42fc86c4258b => generated 1328 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2906] 199.204.45.44 () {34 vars in 985 bytes} [Tue May 19 06:31:01 2026] GET /v2.0/networks?id=73c51fb8-ec62-453c-a175-530aa0903808 => generated 801 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2907] 199.204.45.44 () {38 vars in 1027 bytes} [Tue May 19 06:31:01 2026] PUT /v2.0/ports/b2f46a80-f9c2-4793-b02d-42fc86c4258b => generated 1518 bytes in 917 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:31:02.125 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cda06950-3bab-4507-91af-c1db1aca1cb3'] response: {'name': 'network-changed', 'server_uuid': '82962bfc-c00a-431f-9d80-280fd1bfc7b7', 'tag': 'b2f46a80-f9c2-4793-b02d-42fc86c4258b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1482/2908] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:31:02 2026] GET /v2.0/ports?tenant_id=b00825cf8fc243c3970f4c952a3dedd4&device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => generated 5608 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: 8|app: 0|req: 1427/2909] 199.204.45.44 () {34 vars in 985 bytes} [Tue May 19 06:31:02 2026] GET /v2.0/networks?id=73c51fb8-ec62-453c-a175-530aa0903808 => generated 801 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2910] 199.204.45.44 () {34 vars in 1055 bytes} [Tue May 19 06:31:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.99&port_id=b2f46a80-f9c2-4793-b02d-42fc86c4258b => 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: 1428/2911] 199.204.45.44 () {34 vars in 1105 bytes} [Tue May 19 06:31:02 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A227&port_id=b2f46a80-f9c2-4793-b02d-42fc86c4258b => 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: 1484/2912] 199.204.45.44 () {34 vars in 1063 bytes} [Tue May 19 06:31:02 2026] GET /v2.0/subnets?id=3ad79bf6-970c-43f4-aebb-d3d6378d6627&id=cae213ed-9b3b-4599-b53f-98f79dc00a30 => generated 1413 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2913] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:31:02 2026] GET /v2.0/ports?network_id=73c51fb8-ec62-453c-a175-530aa0903808&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2914] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:31:02 2026] GET /v2.0/ports?network_id=73c51fb8-ec62-453c-a175-530aa0903808&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2915] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:31:02 2026] GET /v2.0/networks/73c51fb8-ec62-453c-a175-530aa0903808?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: 1486/2916] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:31:03 2026] GET /v2.0/networks/73c51fb8-ec62-453c-a175-530aa0903808?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2917] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:31:04 2026] GET /v2.0/ports?tenant_id=b00825cf8fc243c3970f4c952a3dedd4&device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => generated 5608 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2918] 199.204.45.44 () {34 vars in 1061 bytes} [Tue May 19 06:31:04 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.221&port_id=a1fdf84f-a079-4c66-86c0-72f7632cebab => 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: 1432/2919] 199.204.45.44 () {34 vars in 983 bytes} [Tue May 19 06:31:04 2026] GET /v2.0/subnets?id=11c05660-de19-4db2-aad9-9843864f0e5e => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2920] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:31:04 2026] GET /v2.0/ports?network_id=99ccab81-a8ef-470d-9444-7fcd3a4e16a2&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2921] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:31:04 2026] GET /v2.0/networks/99ccab81-a8ef-470d-9444-7fcd3a4e16a2?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: 1489/2922] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:31:04 2026] GET /v2.0/networks/99ccab81-a8ef-470d-9444-7fcd3a4e16a2?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: 1434/2923] 199.204.45.44 () {34 vars in 1057 bytes} [Tue May 19 06:31:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.103&port_id=45c355eb-33c7-436b-b332-6e51838018a8 => 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: 1490/2924] 199.204.45.44 () {34 vars in 983 bytes} [Tue May 19 06:31:04 2026] GET /v2.0/subnets?id=d7d02a99-e882-4d48-80bf-24bbc2283820 => generated 679 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2925] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:31:04 2026] GET /v2.0/ports?network_id=17fb4cf0-ce44-4b5a-8b55-a682baef0391&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: 1491/2926] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:31:04 2026] GET /v2.0/networks/17fb4cf0-ce44-4b5a-8b55-a682baef0391?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: 1436/2927] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:31:04 2026] GET /v2.0/networks/17fb4cf0-ce44-4b5a-8b55-a682baef0391?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: 1492/2928] 199.204.45.44 () {34 vars in 1055 bytes} [Tue May 19 06:31:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.89&port_id=0fce3aca-64bf-41d6-8484-45f99fd4caf4 => 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: 1437/2929] 199.204.45.44 () {34 vars in 1103 bytes} [Tue May 19 06:31:04 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2cf&port_id=0fce3aca-64bf-41d6-8484-45f99fd4caf4 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2930] 199.204.45.44 () {34 vars in 1063 bytes} [Tue May 19 06:31:04 2026] GET /v2.0/subnets?id=0255c4b0-b4b7-4e0d-871f-2867dde87978&id=7f00ad0c-48ac-41d2-95c6-17a58daef0c0 => generated 1411 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2931] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:31:04 2026] GET /v2.0/ports?network_id=e7d7f3b3-28db-45ab-bf82-17117956e1e5&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: 1494/2932] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:31:04 2026] GET /v2.0/ports?network_id=e7d7f3b3-28db-45ab-bf82-17117956e1e5&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2933] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:31:04 2026] GET /v2.0/networks/e7d7f3b3-28db-45ab-bf82-17117956e1e5?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2934] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:31:04 2026] GET /v2.0/networks/e7d7f3b3-28db-45ab-bf82-17117956e1e5?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: 1440/2935] 199.204.45.44 () {34 vars in 1055 bytes} [Tue May 19 06:31:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.99&port_id=b2f46a80-f9c2-4793-b02d-42fc86c4258b => 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: 1496/2936] 199.204.45.44 () {34 vars in 1105 bytes} [Tue May 19 06:31:04 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A227&port_id=b2f46a80-f9c2-4793-b02d-42fc86c4258b => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2937] 199.204.45.44 () {34 vars in 1063 bytes} [Tue May 19 06:31:04 2026] GET /v2.0/subnets?id=3ad79bf6-970c-43f4-aebb-d3d6378d6627&id=cae213ed-9b3b-4599-b53f-98f79dc00a30 => generated 1413 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2938] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:31:04 2026] GET /v2.0/ports?network_id=73c51fb8-ec62-453c-a175-530aa0903808&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2939] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:31:05 2026] GET /v2.0/ports?network_id=73c51fb8-ec62-453c-a175-530aa0903808&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2940] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:31:05 2026] GET /v2.0/networks/73c51fb8-ec62-453c-a175-530aa0903808?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: 1443/2941] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:31:05 2026] GET /v2.0/networks/73c51fb8-ec62-453c-a175-530aa0903808?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: 1499/2942] 10.0.0.232 () {34 vars in 971 bytes} [Tue May 19 06:31:08 2026] GET /v2.0/ports/b2f46a80-f9c2-4793-b02d-42fc86c4258b => generated 1520 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2943] 199.204.45.44 () {30 vars in 742 bytes} [Tue May 19 06:31:08 2026] GET /v2.0/networks/73c51fb8-ec62-453c-a175-530aa0903808 => generated 798 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2944] 199.204.45.44 () {30 vars in 740 bytes} [Tue May 19 06:31:09 2026] GET /v2.0/subnets/cae213ed-9b3b-4599-b53f-98f79dc00a30 => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2945] 199.204.45.44 () {30 vars in 740 bytes} [Tue May 19 06:31:09 2026] GET /v2.0/subnets/3ad79bf6-970c-43f4-aebb-d3d6378d6627 => generated 747 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2946] 199.204.45.44 () {30 vars in 736 bytes} [Tue May 19 06:31:09 2026] GET /v2.0/ports/0fce3aca-64bf-41d6-8484-45f99fd4caf4 => generated 1516 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2947] 199.204.45.44 () {34 vars in 789 bytes} [Tue May 19 06:31:09 2026] PUT /v2.0/ports/0fce3aca-64bf-41d6-8484-45f99fd4caf4 => generated 1251 bytes in 351 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:31:09.550 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-36eea4c3-8de7-4cbc-be31-ff059567e395'] response: {'name': 'network-changed', 'server_uuid': '82962bfc-c00a-431f-9d80-280fd1bfc7b7', 'tag': '0fce3aca-64bf-41d6-8484-45f99fd4caf4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1502/2948] 199.204.45.44 () {30 vars in 742 bytes} [Tue May 19 06:31:09 2026] GET /v2.0/networks/e7d7f3b3-28db-45ab-bf82-17117956e1e5 => generated 797 bytes in 44 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: 1447/2949] 199.204.45.44 () {30 vars in 740 bytes} [Tue May 19 06:31:09 2026] GET /v2.0/subnets/7f00ad0c-48ac-41d2-95c6-17a58daef0c0 => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2950] 199.204.45.44 () {30 vars in 702 bytes} [Tue May 19 06:31:09 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: 1448/2951] 199.204.45.44 () {30 vars in 704 bytes} [Tue May 19 06:31:09 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2952] 199.204.45.44 () {30 vars in 680 bytes} [Tue May 19 06:31:09 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: 1449/2953] 199.204.45.44 () {30 vars in 716 bytes} [Tue May 19 06:31:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2954] 199.204.45.44 () {30 vars in 740 bytes} [Tue May 19 06:31:09 2026] GET /v2.0/subnets/d7d02a99-e882-4d48-80bf-24bbc2283820 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2955] 199.204.45.44 () {30 vars in 736 bytes} [Tue May 19 06:31:09 2026] GET /v2.0/ports/1fdc03bd-095a-4590-80a3-e6ee3e689927 => 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: 1506/2956] 199.204.45.44 () {30 vars in 736 bytes} [Tue May 19 06:31:09 2026] GET /v2.0/ports/45c355eb-33c7-436b-b332-6e51838018a8 => generated 1350 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2957] 199.204.45.44 () {30 vars in 740 bytes} [Tue May 19 06:31:09 2026] GET /v2.0/subnets/d7d02a99-e882-4d48-80bf-24bbc2283820 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2958] 199.204.45.44 () {30 vars in 742 bytes} [Tue May 19 06:31:09 2026] GET /v2.0/networks/17fb4cf0-ce44-4b5a-8b55-a682baef0391 => generated 799 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2959] 199.204.45.44 () {30 vars in 736 bytes} [Tue May 19 06:31:09 2026] GET /v2.0/ports/1fdc03bd-095a-4590-80a3-e6ee3e689927 => 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: 1508/2960] 199.204.45.44 () {30 vars in 740 bytes} [Tue May 19 06:31:10 2026] GET /v2.0/subnets/d7d02a99-e882-4d48-80bf-24bbc2283820 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2961] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:31:10 2026] GET /v2.0/ports?tenant_id=b00825cf8fc243c3970f4c952a3dedd4&device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => generated 5381 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2962] 199.204.45.44 () {34 vars in 985 bytes} [Tue May 19 06:31:10 2026] GET /v2.0/networks?id=e7d7f3b3-28db-45ab-bf82-17117956e1e5 => generated 800 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2963] 199.204.45.44 () {34 vars in 1055 bytes} [Tue May 19 06:31:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.89&port_id=0fce3aca-64bf-41d6-8484-45f99fd4caf4 => 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: 1510/2964] 199.204.45.44 () {34 vars in 983 bytes} [Tue May 19 06:31:10 2026] GET /v2.0/subnets?id=7f00ad0c-48ac-41d2-95c6-17a58daef0c0 => generated 677 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2965] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:31:10 2026] GET /v2.0/ports?network_id=e7d7f3b3-28db-45ab-bf82-17117956e1e5&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: 1511/2966] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:31:10 2026] GET /v2.0/networks/e7d7f3b3-28db-45ab-bf82-17117956e1e5?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2967] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:31:10 2026] GET /v2.0/networks/e7d7f3b3-28db-45ab-bf82-17117956e1e5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2970] 199.204.45.44 () {30 vars in 702 bytes} [Tue May 19 06:31:21 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: 1458/2971] 199.204.45.44 () {30 vars in 704 bytes} [Tue May 19 06:31:21 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: 1514/2972] 199.204.45.44 () {30 vars in 680 bytes} [Tue May 19 06:31:21 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: 1459/2973] 199.204.45.44 () {30 vars in 716 bytes} [Tue May 19 06:31:21 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/2974] 199.204.45.44 () {30 vars in 740 bytes} [Tue May 19 06:31:21 2026] GET /v2.0/subnets/7f00ad0c-48ac-41d2-95c6-17a58daef0c0 => 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: 1460/2975] 199.204.45.44 () {30 vars in 768 bytes} [Tue May 19 06:31:21 2026] GET /v2.0/ports?device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => generated 5381 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2976] 199.204.45.44 () {30 vars in 702 bytes} [Tue May 19 06:31:22 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2977] 199.204.45.44 () {30 vars in 704 bytes} [Tue May 19 06:31:22 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2978] 199.204.45.44 () {30 vars in 680 bytes} [Tue May 19 06:31:22 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2979] 199.204.45.44 () {30 vars in 716 bytes} [Tue May 19 06:31:22 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/2980] 199.204.45.44 () {30 vars in 736 bytes} [Tue May 19 06:31:22 2026] GET /v2.0/ports/b2f46a80-f9c2-4793-b02d-42fc86c4258b => generated 1520 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2981] 199.204.45.44 () {34 vars in 789 bytes} [Tue May 19 06:31:22 2026] PUT /v2.0/ports/b2f46a80-f9c2-4793-b02d-42fc86c4258b => generated 1311 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:31:22.549 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4c046eb9-dc9a-4699-864e-6ee55ec0dac2'] response: {'name': 'network-changed', 'server_uuid': '82962bfc-c00a-431f-9d80-280fd1bfc7b7', 'tag': 'b2f46a80-f9c2-4793-b02d-42fc86c4258b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1519/2982] 199.204.45.44 () {30 vars in 742 bytes} [Tue May 19 06:31:22 2026] GET /v2.0/networks/73c51fb8-ec62-453c-a175-530aa0903808 => generated 798 bytes in 52 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: 1464/2983] 199.204.45.44 () {30 vars in 740 bytes} [Tue May 19 06:31:22 2026] GET /v2.0/subnets/3ad79bf6-970c-43f4-aebb-d3d6378d6627 => generated 747 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2984] 199.204.45.44 () {30 vars in 736 bytes} [Tue May 19 06:31:22 2026] GET /v2.0/ports/b2f46a80-f9c2-4793-b02d-42fc86c4258b => generated 1347 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2985] 199.204.45.44 () {34 vars in 788 bytes} [Tue May 19 06:31:22 2026] PUT /v2.0/ports/b2f46a80-f9c2-4793-b02d-42fc86c4258b => generated 1080 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/2986] 199.204.45.44 () {30 vars in 742 bytes} [Tue May 19 06:31:22 2026] GET /v2.0/networks/73c51fb8-ec62-453c-a175-530aa0903808 => generated 798 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1466/2987] 199.204.45.44 () {30 vars in 768 bytes} [Tue May 19 06:31:23 2026] GET /v2.0/ports?device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => generated 4977 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/2988] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:31:23 2026] GET /v2.0/ports?tenant_id=b00825cf8fc243c3970f4c952a3dedd4&device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => 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: 1467/2989] 199.204.45.44 () {34 vars in 985 bytes} [Tue May 19 06:31:23 2026] GET /v2.0/networks?id=73c51fb8-ec62-453c-a175-530aa0903808 => 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: 1523/2990] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:31:23 2026] GET /v2.0/networks/73c51fb8-ec62-453c-a175-530aa0903808?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: 1468/2991] 199.204.45.44 () {30 vars in 768 bytes} [Tue May 19 06:31:23 2026] GET /v2.0/ports?device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => generated 4977 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/2992] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:31:23 2026] GET /v2.0/networks/73c51fb8-ec62-453c-a175-530aa0903808?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2993] 199.204.45.44 () {30 vars in 768 bytes} [Tue May 19 06:31:24 2026] GET /v2.0/ports?device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => generated 4977 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:31:24.590 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-54a9e574-cc01-48bb-8151-d8e35b30ae63'] response: {'name': 'network-changed', 'server_uuid': '82962bfc-c00a-431f-9d80-280fd1bfc7b7', 'tag': 'b2f46a80-f9c2-4793-b02d-42fc86c4258b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1525/2994] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:31:25 2026] GET /v2.0/ports?tenant_id=b00825cf8fc243c3970f4c952a3dedd4&device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => generated 4977 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2995] 199.204.45.44 () {34 vars in 985 bytes} [Tue May 19 06:31:25 2026] GET /v2.0/networks?id=73c51fb8-ec62-453c-a175-530aa0903808 => generated 801 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/2996] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:31:25 2026] GET /v2.0/networks/73c51fb8-ec62-453c-a175-530aa0903808?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: 1471/2997] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:31:25 2026] GET /v2.0/networks/73c51fb8-ec62-453c-a175-530aa0903808?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: 1527/2998] 199.204.45.44 () {30 vars in 768 bytes} [Tue May 19 06:31:25 2026] GET /v2.0/ports?device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => generated 4977 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2999] 199.204.45.44 () {34 vars in 974 bytes} [Tue May 19 06:31:25 2026] GET /v2.0/ports/b2f46a80-f9c2-4793-b02d-42fc86c4258b => generated 1116 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3000] 199.204.45.44 () {34 vars in 1059 bytes} [Tue May 19 06:31:25 2026] GET /v2.0/ports/b2f46a80-f9c2-4793-b02d-42fc86c4258b?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/3001] 199.204.45.44 () {34 vars in 1015 bytes} [Tue May 19 06:31:25 2026] GET /v2.0/networks/73c51fb8-ec62-453c-a175-530aa0903808?fields=dns_domain => generated 29 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3002] 199.204.45.44 () {38 vars in 1027 bytes} [Tue May 19 06:31:25 2026] PUT /v2.0/ports/b2f46a80-f9c2-4793-b02d-42fc86c4258b => generated 917 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/3003] 199.204.45.44 () {30 vars in 768 bytes} [Tue May 19 06:31:26 2026] GET /v2.0/ports?device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => generated 3869 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, ' 2026-05-19 06:31:26.540 7 INFO neutron_taas.services.taas.taas_plugin [None req-3de25f46-069f-4c5a-acaf-e70d0b4f8b34 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] TaaS: Handle Delete Port: b2f46a80-f9c2-4793-b02d-42fc86c4258b 2026-05-19 06:31:26.542 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3de25f46-069f-4c5a-acaf-e70d0b4f8b34 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Tap Mirror: Handle Delete Port: b2f46a80-f9c2-4793-b02d-42fc86c4258b [pid: 7|app: 0|req: 1530/3004] 199.204.45.44 () {32 vars in 758 bytes} [Tue May 19 06:31:26 2026] DELETE /v2.0/ports/b2f46a80-f9c2-4793-b02d-42fc86c4258b => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/3005] 199.204.45.44 () {30 vars in 702 bytes} [Tue May 19 06:31:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3006] 199.204.45.44 () {30 vars in 704 bytes} [Tue May 19 06:31:26 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: 1476/3007] 199.204.45.44 () {30 vars in 680 bytes} [Tue May 19 06:31:26 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3008] 199.204.45.44 () {30 vars in 716 bytes} [Tue May 19 06:31:26 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: 1477/3009] 199.204.45.44 () {30 vars in 740 bytes} [Tue May 19 06:31:26 2026] GET /v2.0/subnets/d7d02a99-e882-4d48-80bf-24bbc2283820 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3010] 199.204.45.44 () {30 vars in 736 bytes} [Tue May 19 06:31:26 2026] GET /v2.0/ports/1fdc03bd-095a-4590-80a3-e6ee3e689927 => 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: 1478/3011] 199.204.45.44 () {30 vars in 736 bytes} [Tue May 19 06:31:26 2026] GET /v2.0/ports/45c355eb-33c7-436b-b332-6e51838018a8 => generated 1350 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3012] 199.204.45.44 () {30 vars in 740 bytes} [Tue May 19 06:31:26 2026] GET /v2.0/subnets/d7d02a99-e882-4d48-80bf-24bbc2283820 => generated 676 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/3013] 199.204.45.44 () {30 vars in 742 bytes} [Tue May 19 06:31:26 2026] GET /v2.0/networks/17fb4cf0-ce44-4b5a-8b55-a682baef0391 => generated 799 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3014] 199.204.45.44 () {30 vars in 736 bytes} [Tue May 19 06:31:27 2026] GET /v2.0/ports/1fdc03bd-095a-4590-80a3-e6ee3e689927 => 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: 1480/3015] 199.204.45.44 () {30 vars in 740 bytes} [Tue May 19 06:31:27 2026] GET /v2.0/subnets/d7d02a99-e882-4d48-80bf-24bbc2283820 => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3016] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:31:27 2026] GET /v2.0/ports?tenant_id=b00825cf8fc243c3970f4c952a3dedd4&device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => generated 3869 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/3017] 199.204.45.44 () {34 vars in 1225 bytes} [Tue May 19 06:31:27 2026] GET /v2.0/networks?id=99ccab81-a8ef-470d-9444-7fcd3a4e16a2&id=17fb4cf0-ce44-4b5a-8b55-a682baef0391&id=e7d7f3b3-28db-45ab-bf82-17117956e1e5&id=73c51fb8-ec62-453c-a175-530aa0903808 => generated 3096 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3018] 199.204.45.44 () {34 vars in 1061 bytes} [Tue May 19 06:31:27 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.221&port_id=a1fdf84f-a079-4c66-86c0-72f7632cebab => 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: 1482/3019] 199.204.45.44 () {34 vars in 983 bytes} [Tue May 19 06:31:27 2026] GET /v2.0/subnets?id=11c05660-de19-4db2-aad9-9843864f0e5e => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3020] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:31:27 2026] GET /v2.0/ports?network_id=99ccab81-a8ef-470d-9444-7fcd3a4e16a2&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: 1483/3021] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:31:27 2026] GET /v2.0/networks/99ccab81-a8ef-470d-9444-7fcd3a4e16a2?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: 1539/3022] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:31:27 2026] GET /v2.0/networks/99ccab81-a8ef-470d-9444-7fcd3a4e16a2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/3023] 199.204.45.44 () {34 vars in 1057 bytes} [Tue May 19 06:31:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.103&port_id=45c355eb-33c7-436b-b332-6e51838018a8 => 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: 1540/3024] 199.204.45.44 () {34 vars in 983 bytes} [Tue May 19 06:31:27 2026] GET /v2.0/subnets?id=d7d02a99-e882-4d48-80bf-24bbc2283820 => generated 679 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/3025] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:31:27 2026] GET /v2.0/ports?network_id=17fb4cf0-ce44-4b5a-8b55-a682baef0391&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3026] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:31:27 2026] GET /v2.0/networks/17fb4cf0-ce44-4b5a-8b55-a682baef0391?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: 1486/3027] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:31:27 2026] GET /v2.0/networks/17fb4cf0-ce44-4b5a-8b55-a682baef0391?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3028] 199.204.45.44 () {34 vars in 1055 bytes} [Tue May 19 06:31:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.89&port_id=0fce3aca-64bf-41d6-8484-45f99fd4caf4 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/3029] 199.204.45.44 () {34 vars in 983 bytes} [Tue May 19 06:31:28 2026] GET /v2.0/subnets?id=7f00ad0c-48ac-41d2-95c6-17a58daef0c0 => generated 677 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3030] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:31:28 2026] GET /v2.0/ports?network_id=e7d7f3b3-28db-45ab-bf82-17117956e1e5&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/3031] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:31:28 2026] GET /v2.0/networks/e7d7f3b3-28db-45ab-bf82-17117956e1e5?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: 1544/3032] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:31:28 2026] GET /v2.0/networks/e7d7f3b3-28db-45ab-bf82-17117956e1e5?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: 1546/3035] 199.204.45.44 () {30 vars in 702 bytes} [Tue May 19 06:31:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3036] 199.204.45.44 () {30 vars in 704 bytes} [Tue May 19 06:31:33 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: 1547/3037] 199.204.45.44 () {30 vars in 680 bytes} [Tue May 19 06:31:33 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: 1491/3038] 199.204.45.44 () {30 vars in 716 bytes} [Tue May 19 06:31:33 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: 1548/3039] 199.204.45.44 () {30 vars in 768 bytes} [Tue May 19 06:31:33 2026] GET /v2.0/ports?device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => generated 3869 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3040] 199.204.45.44 () {30 vars in 702 bytes} [Tue May 19 06:31:34 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3041] 199.204.45.44 () {30 vars in 704 bytes} [Tue May 19 06:31:34 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/3042] 199.204.45.44 () {30 vars in 680 bytes} [Tue May 19 06:31:34 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: 1550/3043] 199.204.45.44 () {30 vars in 716 bytes} [Tue May 19 06:31:34 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: 1494/3044] 199.204.45.44 () {30 vars in 736 bytes} [Tue May 19 06:31:34 2026] GET /v2.0/ports/0fce3aca-64bf-41d6-8484-45f99fd4caf4 => generated 1287 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3045] 199.204.45.44 () {34 vars in 788 bytes} [Tue May 19 06:31:34 2026] PUT /v2.0/ports/0fce3aca-64bf-41d6-8484-45f99fd4caf4 => generated 1080 bytes in 344 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:31:34.479 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c2177ea3-6e19-4d84-8bc2-93e92c713362'] response: {'name': 'network-changed', 'server_uuid': '82962bfc-c00a-431f-9d80-280fd1bfc7b7', 'tag': '0fce3aca-64bf-41d6-8484-45f99fd4caf4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1495/3046] 199.204.45.44 () {30 vars in 742 bytes} [Tue May 19 06:31:34 2026] GET /v2.0/networks/e7d7f3b3-28db-45ab-bf82-17117956e1e5 => generated 797 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1552/3047] 199.204.45.44 () {30 vars in 768 bytes} [Tue May 19 06:31:34 2026] GET /v2.0/ports?device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => generated 3698 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/3048] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:31:34 2026] GET /v2.0/ports?tenant_id=b00825cf8fc243c3970f4c952a3dedd4&device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => generated 3698 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3049] 199.204.45.44 () {30 vars in 768 bytes} [Tue May 19 06:31:35 2026] GET /v2.0/ports?device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => generated 3698 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/3050] 199.204.45.44 () {34 vars in 985 bytes} [Tue May 19 06:31:35 2026] GET /v2.0/networks?id=e7d7f3b3-28db-45ab-bf82-17117956e1e5 => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3051] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:31:35 2026] GET /v2.0/networks/e7d7f3b3-28db-45ab-bf82-17117956e1e5?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: 1498/3052] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:31:35 2026] GET /v2.0/networks/e7d7f3b3-28db-45ab-bf82-17117956e1e5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3053] 199.204.45.44 () {30 vars in 768 bytes} [Tue May 19 06:31:36 2026] GET /v2.0/ports?device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => generated 3698 bytes in 519 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/3054] 199.204.45.44 () {34 vars in 974 bytes} [Tue May 19 06:31:37 2026] GET /v2.0/ports/0fce3aca-64bf-41d6-8484-45f99fd4caf4 => generated 1116 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3055] 199.204.45.44 () {34 vars in 1059 bytes} [Tue May 19 06:31:37 2026] GET /v2.0/ports/0fce3aca-64bf-41d6-8484-45f99fd4caf4?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/3056] 199.204.45.44 () {34 vars in 1015 bytes} [Tue May 19 06:31:37 2026] GET /v2.0/networks/e7d7f3b3-28db-45ab-bf82-17117956e1e5?fields=dns_domain => generated 29 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3057] 199.204.45.44 () {38 vars in 1027 bytes} [Tue May 19 06:31:37 2026] PUT /v2.0/ports/0fce3aca-64bf-41d6-8484-45f99fd4caf4 => generated 917 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3058] 199.204.45.44 () {30 vars in 768 bytes} [Tue May 19 06:31:37 2026] GET /v2.0/ports?device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => generated 2590 bytes in 41 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-19 06:31:37.765 7 INFO neutron_taas.services.taas.taas_plugin [None req-c651d840-bd45-402a-af60-c95632e0c3e8 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] TaaS: Handle Delete Port: 0fce3aca-64bf-41d6-8484-45f99fd4caf4 2026-05-19 06:31:37.768 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c651d840-bd45-402a-af60-c95632e0c3e8 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Tap Mirror: Handle Delete Port: 0fce3aca-64bf-41d6-8484-45f99fd4caf4 [pid: 7|app: 0|req: 1558/3059] 199.204.45.44 () {32 vars in 758 bytes} [Tue May 19 06:31:37 2026] DELETE /v2.0/ports/0fce3aca-64bf-41d6-8484-45f99fd4caf4 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3060] 199.204.45.44 () {30 vars in 702 bytes} [Tue May 19 06:31:37 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3061] 199.204.45.44 () {30 vars in 704 bytes} [Tue May 19 06:31:37 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3062] 199.204.45.44 () {30 vars in 680 bytes} [Tue May 19 06:31:37 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3063] 199.204.45.44 () {30 vars in 716 bytes} [Tue May 19 06:31:37 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: 1504/3064] 199.204.45.44 () {30 vars in 740 bytes} [Tue May 19 06:31:38 2026] GET /v2.0/subnets/d7d02a99-e882-4d48-80bf-24bbc2283820 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3065] 199.204.45.44 () {30 vars in 736 bytes} [Tue May 19 06:31:38 2026] GET /v2.0/ports/1fdc03bd-095a-4590-80a3-e6ee3e689927 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3066] 199.204.45.44 () {30 vars in 736 bytes} [Tue May 19 06:31:38 2026] GET /v2.0/ports/45c355eb-33c7-436b-b332-6e51838018a8 => generated 1350 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3067] 199.204.45.44 () {30 vars in 740 bytes} [Tue May 19 06:31:38 2026] GET /v2.0/subnets/d7d02a99-e882-4d48-80bf-24bbc2283820 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3068] 199.204.45.44 () {30 vars in 742 bytes} [Tue May 19 06:31:38 2026] GET /v2.0/networks/17fb4cf0-ce44-4b5a-8b55-a682baef0391 => generated 799 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3069] 199.204.45.44 () {30 vars in 736 bytes} [Tue May 19 06:31:38 2026] GET /v2.0/ports/1fdc03bd-095a-4590-80a3-e6ee3e689927 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3070] 199.204.45.44 () {30 vars in 740 bytes} [Tue May 19 06:31:38 2026] GET /v2.0/subnets/d7d02a99-e882-4d48-80bf-24bbc2283820 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3071] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:31:38 2026] GET /v2.0/ports?tenant_id=b00825cf8fc243c3970f4c952a3dedd4&device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => generated 2590 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3072] 199.204.45.44 () {34 vars in 1145 bytes} [Tue May 19 06:31:38 2026] GET /v2.0/networks?id=99ccab81-a8ef-470d-9444-7fcd3a4e16a2&id=17fb4cf0-ce44-4b5a-8b55-a682baef0391&id=e7d7f3b3-28db-45ab-bf82-17117956e1e5 => generated 2309 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3073] 199.204.45.44 () {34 vars in 1061 bytes} [Tue May 19 06:31:39 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.221&port_id=a1fdf84f-a079-4c66-86c0-72f7632cebab => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3074] 199.204.45.44 () {34 vars in 983 bytes} [Tue May 19 06:31:39 2026] GET /v2.0/subnets?id=11c05660-de19-4db2-aad9-9843864f0e5e => generated 654 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3075] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:31:39 2026] GET /v2.0/ports?network_id=99ccab81-a8ef-470d-9444-7fcd3a4e16a2&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3076] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:31:39 2026] GET /v2.0/networks/99ccab81-a8ef-470d-9444-7fcd3a4e16a2?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: 1567/3077] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:31:39 2026] GET /v2.0/networks/99ccab81-a8ef-470d-9444-7fcd3a4e16a2?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: 1511/3078] 199.204.45.44 () {34 vars in 1057 bytes} [Tue May 19 06:31:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.103&port_id=45c355eb-33c7-436b-b332-6e51838018a8 => 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: 1568/3079] 199.204.45.44 () {34 vars in 983 bytes} [Tue May 19 06:31:39 2026] GET /v2.0/subnets?id=d7d02a99-e882-4d48-80bf-24bbc2283820 => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3080] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:31:39 2026] GET /v2.0/ports?network_id=17fb4cf0-ce44-4b5a-8b55-a682baef0391&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: 1569/3081] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:31:39 2026] GET /v2.0/networks/17fb4cf0-ce44-4b5a-8b55-a682baef0391?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3082] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:31:39 2026] GET /v2.0/networks/17fb4cf0-ce44-4b5a-8b55-a682baef0391?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: 1515/3085] 199.204.45.44 () {30 vars in 702 bytes} [Tue May 19 06:31:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3086] 199.204.45.44 () {30 vars in 704 bytes} [Tue May 19 06:31:49 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: 1516/3087] 199.204.45.44 () {30 vars in 680 bytes} [Tue May 19 06:31:49 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3088] 199.204.45.44 () {30 vars in 716 bytes} [Tue May 19 06:31:49 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-19 06:31:49.114 8 INFO neutron.api.v2.resource [None req-9b888efd-ffdc-4a94-9de5-5495468836da 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1517/3089] 199.204.45.44 () {30 vars in 762 bytes} [Tue May 19 06:31:49 2026] GET /v2.0/security-groups/lb-c946e108-e519-45b1-8f2a-62bff47a1266 => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3090] 199.204.45.44 () {30 vars in 784 bytes} [Tue May 19 06:31:49 2026] GET /v2.0/security-groups?name=lb-c946e108-e519-45b1-8f2a-62bff47a1266 => generated 2863 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3091] 199.204.45.44 () {30 vars in 814 bytes} [Tue May 19 06:31:49 2026] GET /v2.0/security-group-rules?security_group_id=88369a3b-976e-417f-ad9b-acdc61e8a4c8 => generated 2334 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3092] 199.204.45.44 () {32 vars in 788 bytes} [Tue May 19 06:31:49 2026] DELETE /v2.0/security-group-rules/e7febac3-5593-446a-80cd-d593e906a574 => 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: 1519/3093] 199.204.45.44 () {32 vars in 788 bytes} [Tue May 19 06:31:49 2026] DELETE /v2.0/security-group-rules/f2bf8bcb-d742-43d6-810a-06cd754415e8 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:31:52.618 7 INFO neutron_taas.services.taas.taas_plugin [None req-a35621d7-9b30-4a5f-85f3-fb679df1de76 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] TaaS: Handle Delete Port: bbe8c62f-e8f3-4c04-bb89-e1f18e65dfe8 2026-05-19 06:31:52.621 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a35621d7-9b30-4a5f-85f3-fb679df1de76 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] Tap Mirror: Handle Delete Port: bbe8c62f-e8f3-4c04-bb89-e1f18e65dfe8 2026-05-19 06:31:52.819 7 INFO neutron.db.l3_db [None req-a35621d7-9b30-4a5f-85f3-fb679df1de76 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] Floating IP 9bcd5b5d-261c-4384-ae07-82d9257bf152 disassociated (deleted). External IP: 10.96.250.212, port: 1fdc03bd-095a-4590-80a3-e6ee3e689927. [pid: 7|app: 0|req: 1575/3094] 10.0.0.31 () {32 vars in 731 bytes} [Tue May 19 06:31:52 2026] DELETE /v2.0/floatingips/9bcd5b5d-261c-4384-ae07-82d9257bf152 => generated 0 bytes in 726 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:31:53.239 8 INFO neutron.api.v2.resource [None req-28e3cf4e-9891-47a7-9ecc-22802aaa8028 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1520/3095] 10.0.0.31 () {32 vars in 728 bytes} [Tue May 19 06:31:53 2026] GET /v2.0/floatingips/9bcd5b5d-261c-4384-ae07-82d9257bf152 => generated 144 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3096] 199.204.45.44 () {30 vars in 702 bytes} [Tue May 19 06:31:54 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: 1521/3097] 199.204.45.44 () {30 vars in 704 bytes} [Tue May 19 06:31:54 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3098] 199.204.45.44 () {30 vars in 680 bytes} [Tue May 19 06:31:54 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3099] 199.204.45.44 () {30 vars in 716 bytes} [Tue May 19 06:31:54 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-19 06:31:54.317 7 INFO neutron.api.v2.resource [None req-ac9a6441-3965-4db0-8799-94ae57ea80aa 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1578/3100] 199.204.45.44 () {30 vars in 762 bytes} [Tue May 19 06:31:54 2026] GET /v2.0/security-groups/lb-c946e108-e519-45b1-8f2a-62bff47a1266 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3101] 199.204.45.44 () {30 vars in 784 bytes} [Tue May 19 06:31:54 2026] GET /v2.0/security-groups?name=lb-c946e108-e519-45b1-8f2a-62bff47a1266 => generated 1637 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3102] 199.204.45.44 () {30 vars in 814 bytes} [Tue May 19 06:31:54 2026] GET /v2.0/security-group-rules?security_group_id=88369a3b-976e-417f-ad9b-acdc61e8a4c8 => generated 1182 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3103] 199.204.45.44 () {30 vars in 702 bytes} [Tue May 19 06:31:54 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: 1580/3104] 199.204.45.44 () {30 vars in 704 bytes} [Tue May 19 06:31:54 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3105] 199.204.45.44 () {30 vars in 680 bytes} [Tue May 19 06:31:54 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3106] 199.204.45.44 () {30 vars in 716 bytes} [Tue May 19 06:31:54 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3107] 199.204.45.44 () {30 vars in 740 bytes} [Tue May 19 06:31:54 2026] GET /v2.0/subnets/d7d02a99-e882-4d48-80bf-24bbc2283820 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3108] 199.204.45.44 () {30 vars in 768 bytes} [Tue May 19 06:31:54 2026] GET /v2.0/ports?device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => generated 2590 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3109] 199.204.45.44 () {30 vars in 768 bytes} [Tue May 19 06:31:54 2026] GET /v2.0/ports?device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => generated 2590 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3110] 199.204.45.44 () {30 vars in 768 bytes} [Tue May 19 06:31:54 2026] GET /v2.0/ports?device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => generated 2590 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3111] 199.204.45.44 () {30 vars in 768 bytes} [Tue May 19 06:31:55 2026] GET /v2.0/ports?device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => generated 2590 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3112] 199.204.45.44 () {34 vars in 974 bytes} [Tue May 19 06:31:56 2026] GET /v2.0/ports/45c355eb-33c7-436b-b332-6e51838018a8 => generated 1350 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3113] 199.204.45.44 () {30 vars in 768 bytes} [Tue May 19 06:31:56 2026] GET /v2.0/ports?device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => generated 2590 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3114] 199.204.45.44 () {34 vars in 1059 bytes} [Tue May 19 06:31:56 2026] GET /v2.0/ports/45c355eb-33c7-436b-b332-6e51838018a8?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3115] 199.204.45.44 () {34 vars in 1015 bytes} [Tue May 19 06:31:56 2026] GET /v2.0/networks/17fb4cf0-ce44-4b5a-8b55-a682baef0391?fields=dns_domain => generated 29 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3116] 199.204.45.44 () {38 vars in 1027 bytes} [Tue May 19 06:31:56 2026] PUT /v2.0/ports/45c355eb-33c7-436b-b332-6e51838018a8 => generated 1151 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3117] 199.204.45.44 () {30 vars in 768 bytes} [Tue May 19 06:31:57 2026] GET /v2.0/ports?device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => generated 1248 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1587/3118] 199.204.45.44 () {34 vars in 788 bytes} [Tue May 19 06:31:57 2026] PUT /v2.0/ports/45c355eb-33c7-436b-b332-6e51838018a8 => generated 1090 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3119] 199.204.45.44 () {30 vars in 736 bytes} [Tue May 19 06:31:58 2026] GET /v2.0/ports/45c355eb-33c7-436b-b332-6e51838018a8 => generated 1090 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, ' 2026-05-19 06:31:58.375 7 INFO neutron_taas.services.taas.taas_plugin [None req-b52990d7-77ed-404f-bfb2-f5f37a85ece3 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] TaaS: Handle Delete Port: 45c355eb-33c7-436b-b332-6e51838018a8 2026-05-19 06:31:58.379 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b52990d7-77ed-404f-bfb2-f5f37a85ece3 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Tap Mirror: Handle Delete Port: 45c355eb-33c7-436b-b332-6e51838018a8 [pid: 7|app: 0|req: 1588/3122] 199.204.45.44 () {32 vars in 758 bytes} [Tue May 19 06:31:58 2026] DELETE /v2.0/ports/45c355eb-33c7-436b-b332-6e51838018a8 => generated 0 bytes in 268 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3123] 199.204.45.44 () {30 vars in 702 bytes} [Tue May 19 06:31:58 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: 1589/3124] 199.204.45.44 () {30 vars in 704 bytes} [Tue May 19 06:31:58 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: 1536/3125] 199.204.45.44 () {30 vars in 680 bytes} [Tue May 19 06:31:58 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: 1590/3126] 199.204.45.44 () {30 vars in 716 bytes} [Tue May 19 06:31:58 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:31:58.686 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c8416a22-5d05-4541-a6ee-3b7b53189494 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1537/3127] 199.204.45.44 () {32 vars in 758 bytes} [Tue May 19 06:31:58 2026] DELETE /v2.0/ports/45c355eb-33c7-436b-b332-6e51838018a8 => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3128] 199.204.45.44 () {30 vars in 736 bytes} [Tue May 19 06:31:58 2026] GET /v2.0/ports/1fdc03bd-095a-4590-80a3-e6ee3e689927 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:31:58.760 8 INFO neutron.api.v2.resource [None req-cd449f3c-b8b6-4eae-afa2-de65e938429f 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1538/3129] 199.204.45.44 () {30 vars in 762 bytes} [Tue May 19 06:31:58 2026] GET /v2.0/security-groups/lb-c946e108-e519-45b1-8f2a-62bff47a1266 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3130] 199.204.45.44 () {30 vars in 784 bytes} [Tue May 19 06:31:58 2026] GET /v2.0/security-groups?name=lb-c946e108-e519-45b1-8f2a-62bff47a1266 => generated 1637 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3131] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:31:58 2026] GET /v2.0/ports?tenant_id=b00825cf8fc243c3970f4c952a3dedd4&device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => generated 1248 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3132] 199.204.45.44 () {30 vars in 736 bytes} [Tue May 19 06:31:58 2026] GET /v2.0/ports/1fdc03bd-095a-4590-80a3-e6ee3e689927 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3133] 199.204.45.44 () {34 vars in 1065 bytes} [Tue May 19 06:31:58 2026] GET /v2.0/networks?id=99ccab81-a8ef-470d-9444-7fcd3a4e16a2&id=17fb4cf0-ce44-4b5a-8b55-a682baef0391 => generated 1523 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3134] 199.204.45.44 () {34 vars in 1061 bytes} [Tue May 19 06:31:58 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.221&port_id=a1fdf84f-a079-4c66-86c0-72f7632cebab => 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: 1542/3135] 199.204.45.44 () {34 vars in 983 bytes} [Tue May 19 06:31:58 2026] GET /v2.0/subnets?id=11c05660-de19-4db2-aad9-9843864f0e5e => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3136] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:31:58 2026] GET /v2.0/ports?network_id=99ccab81-a8ef-470d-9444-7fcd3a4e16a2&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3137] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:31:58 2026] GET /v2.0/networks/99ccab81-a8ef-470d-9444-7fcd3a4e16a2?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3138] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:31:59 2026] GET /v2.0/networks/99ccab81-a8ef-470d-9444-7fcd3a4e16a2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3139] 199.204.45.44 () {34 vars in 788 bytes} [Tue May 19 06:31:58 2026] PUT /v2.0/ports/1fdc03bd-095a-4590-80a3-e6ee3e689927 => generated 1094 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3140] 199.204.45.44 () {32 vars in 778 bytes} [Tue May 19 06:31:59 2026] DELETE /v2.0/security-groups/88369a3b-976e-417f-ad9b-acdc61e8a4c8 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:31:59.264 7 INFO neutron_taas.services.taas.taas_plugin [None req-a69fa414-6108-4585-88d2-c661447e9dd4 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] TaaS: Handle Delete Port: 1fdc03bd-095a-4590-80a3-e6ee3e689927 2026-05-19 06:31:59.267 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a69fa414-6108-4585-88d2-c661447e9dd4 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Tap Mirror: Handle Delete Port: 1fdc03bd-095a-4590-80a3-e6ee3e689927 [pid: 7|app: 0|req: 1595/3141] 199.204.45.44 () {32 vars in 758 bytes} [Tue May 19 06:31:59 2026] DELETE /v2.0/ports/1fdc03bd-095a-4590-80a3-e6ee3e689927 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3142] 199.204.45.44 () {34 vars in 993 bytes} [Tue May 19 06:32:02 2026] GET /v2.0/ports?device_id=82962bfc-c00a-431f-9d80-280fd1bfc7b7 => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:32:02.406 7 INFO neutron_taas.services.taas.taas_plugin [req-428cdda9-655f-48f6-8430-b64ad06a30d4 req-8e4c9137-2766-4436-8877-395837de3acf 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] TaaS: Handle Delete Port: a1fdf84f-a079-4c66-86c0-72f7632cebab 2026-05-19 06:32:02.409 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-428cdda9-655f-48f6-8430-b64ad06a30d4 req-8e4c9137-2766-4436-8877-395837de3acf 634dcfe276fd47aa8b19b5648bcb0d10 b00825cf8fc243c3970f4c952a3dedd4 - - default default] Tap Mirror: Handle Delete Port: a1fdf84f-a079-4c66-86c0-72f7632cebab [pid: 7|app: 0|req: 1596/3143] 199.204.45.44 () {36 vars in 996 bytes} [Tue May 19 06:32:02 2026] DELETE /v2.0/ports/a1fdf84f-a079-4c66-86c0-72f7632cebab => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:32:02.550 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d72323a8-0e66-4d4f-99a3-0b789855c189'] response: {'server_uuid': '82962bfc-c00a-431f-9d80-280fd1bfc7b7', 'name': 'network-vif-deleted', 'tag': 'a1fdf84f-a079-4c66-86c0-72f7632cebab', 'status': 'completed', 'code': 200} 2026-05-19 06:32:03.624 8 INFO neutron_taas.services.taas.taas_plugin [None req-2c2eb4e3-182c-45af-9bd3-91adb2253162 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] TaaS: Handle Delete Port: e7820a33-6695-4388-b828-d38e6e2bd332 2026-05-19 06:32:03.627 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c2eb4e3-182c-45af-9bd3-91adb2253162 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] Tap Mirror: Handle Delete Port: e7820a33-6695-4388-b828-d38e6e2bd332 2026-05-19 06:32:03.774 8 INFO neutron.db.l3_db [None req-2c2eb4e3-182c-45af-9bd3-91adb2253162 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] Floating IP d9aea70e-772c-47b3-a7d9-57ec11c62b5a disassociated (deleted). External IP: 10.96.250.213, port: 1390b912-1541-4914-8dfc-9e89e9f2a2ba. [pid: 8|app: 0|req: 1548/3144] 10.0.0.31 () {32 vars in 731 bytes} [Tue May 19 06:32:03 2026] DELETE /v2.0/floatingips/d9aea70e-772c-47b3-a7d9-57ec11c62b5a => generated 0 bytes in 608 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:32:04.129 7 INFO neutron.api.v2.resource [None req-b635f9e0-2f7b-4f01-a85b-c216984061ec 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1597/3145] 10.0.0.31 () {32 vars in 728 bytes} [Tue May 19 06:32:04 2026] GET /v2.0/floatingips/d9aea70e-772c-47b3-a7d9-57ec11c62b5a => generated 144 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-19 06:32:04.149 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-92678ec0-2832-4e05-8e23-c6624d3b8c40'] response: {'name': 'network-changed', 'server_uuid': '3c7d6d9c-57dd-43b0-9d67-8576a5445f5a', 'tag': '1390b912-1541-4914-8dfc-9e89e9f2a2ba', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1549/3146] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:32:04 2026] GET /v2.0/ports?device_id=3c7d6d9c-57dd-43b0-9d67-8576a5445f5a => generated 1204 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3147] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:32:04 2026] GET /v2.0/security-groups?id=b60deee0-6660-4f94-a62b-4403608d1953&fields=id&fields=name => generated 112 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3148] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:32:04 2026] GET /v2.0/ports?tenant_id=1f8f6c4295ed4c8b81afdc69af72cb73&device_id=3c7d6d9c-57dd-43b0-9d67-8576a5445f5a => generated 1473 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3149] 199.204.45.44 () {34 vars in 985 bytes} [Tue May 19 06:32:04 2026] GET /v2.0/networks?id=73c51fb8-ec62-453c-a175-530aa0903808 => generated 801 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3150] 199.204.45.44 () {34 vars in 1057 bytes} [Tue May 19 06:32:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.104&port_id=1390b912-1541-4914-8dfc-9e89e9f2a2ba => 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: 1600/3151] 199.204.45.44 () {34 vars in 1105 bytes} [Tue May 19 06:32:04 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A208&port_id=1390b912-1541-4914-8dfc-9e89e9f2a2ba => 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: 1552/3152] 199.204.45.44 () {34 vars in 1063 bytes} [Tue May 19 06:32:04 2026] GET /v2.0/subnets?id=3ad79bf6-970c-43f4-aebb-d3d6378d6627&id=cae213ed-9b3b-4599-b53f-98f79dc00a30 => generated 1413 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3153] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:32:04 2026] GET /v2.0/ports?network_id=73c51fb8-ec62-453c-a175-530aa0903808&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: 1553/3154] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:32:04 2026] GET /v2.0/ports?network_id=73c51fb8-ec62-453c-a175-530aa0903808&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3155] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:32:04 2026] GET /v2.0/networks/73c51fb8-ec62-453c-a175-530aa0903808?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: 1554/3156] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:32:05 2026] GET /v2.0/networks/73c51fb8-ec62-453c-a175-530aa0903808?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3157] 199.204.45.44 () {34 vars in 993 bytes} [Tue May 19 06:32:06 2026] GET /v2.0/ports?device_id=3c7d6d9c-57dd-43b0-9d67-8576a5445f5a => generated 1204 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:32:06.887 8 INFO neutron_taas.services.taas.taas_plugin [req-641d80c0-c94e-43c3-a00c-92ddac500b4e req-8107ae83-3f1d-4b04-a02c-8cb7c3fabed0 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] TaaS: Handle Delete Port: 1390b912-1541-4914-8dfc-9e89e9f2a2ba 2026-05-19 06:32:06.891 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-641d80c0-c94e-43c3-a00c-92ddac500b4e req-8107ae83-3f1d-4b04-a02c-8cb7c3fabed0 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] Tap Mirror: Handle Delete Port: 1390b912-1541-4914-8dfc-9e89e9f2a2ba [pid: 8|app: 0|req: 1555/3158] 199.204.45.44 () {36 vars in 996 bytes} [Tue May 19 06:32:06 2026] DELETE /v2.0/ports/1390b912-1541-4914-8dfc-9e89e9f2a2ba => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:32:07.126 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b5ec1da0-098e-4dd7-826a-8b7cd0a0df07'] response: {'server_uuid': '3c7d6d9c-57dd-43b0-9d67-8576a5445f5a', 'name': 'network-vif-deleted', 'tag': '1390b912-1541-4914-8dfc-9e89e9f2a2ba', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1604/3159] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:32:09 2026] GET /v2.0/ports?device_id=3c7d6d9c-57dd-43b0-9d67-8576a5445f5a => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-19 06:32:14.791 8 INFO neutron_taas.services.taas.taas_plugin [None req-44b8451a-be4d-479b-b9fa-4c4bc0a8e572 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] TaaS: Handle Delete Port: 0911492e-9838-40d0-b61f-21fd0c33bff5 2026-05-19 06:32:14.793 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44b8451a-be4d-479b-b9fa-4c4bc0a8e572 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] Tap Mirror: Handle Delete Port: 0911492e-9838-40d0-b61f-21fd0c33bff5 2026-05-19 06:32:14.941 8 INFO neutron.db.l3_db [None req-44b8451a-be4d-479b-b9fa-4c4bc0a8e572 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] Floating IP aca37786-a916-4880-b17e-ed3c2fd8c549 disassociated (deleted). External IP: 10.96.250.216, port: 96392eb8-bb42-4029-b7fd-e6f9ebb09f76. [pid: 8|app: 0|req: 1557/3162] 10.0.0.31 () {32 vars in 731 bytes} [Tue May 19 06:32:14 2026] DELETE /v2.0/floatingips/aca37786-a916-4880-b17e-ed3c2fd8c549 => generated 0 bytes in 552 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:32:15.261 7 INFO neutron.api.v2.resource [None req-61dc212a-9f45-47e4-9be0-1ea5dd9c2b87 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1606/3163] 10.0.0.31 () {32 vars in 728 bytes} [Tue May 19 06:32:15 2026] GET /v2.0/floatingips/aca37786-a916-4880-b17e-ed3c2fd8c549 => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-19 06:32:15.284 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9e3b77f5-4912-4a59-b198-a0b0c1e042d0'] response: {'name': 'network-changed', 'server_uuid': '03ab70a8-1d67-4622-a80c-b4409dfd4506', 'tag': '96392eb8-bb42-4029-b7fd-e6f9ebb09f76', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1558/3164] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:32:15 2026] GET /v2.0/ports?device_id=03ab70a8-1d67-4622-a80c-b4409dfd4506 => generated 1196 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3165] 10.0.0.232 () {34 vars in 1040 bytes} [Tue May 19 06:32:15 2026] GET /v2.0/security-groups?id=b60deee0-6660-4f94-a62b-4403608d1953&fields=id&fields=name => generated 112 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3166] 199.204.45.44 () {34 vars in 1079 bytes} [Tue May 19 06:32:15 2026] GET /v2.0/ports?tenant_id=1f8f6c4295ed4c8b81afdc69af72cb73&device_id=03ab70a8-1d67-4622-a80c-b4409dfd4506 => generated 1465 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3167] 199.204.45.44 () {34 vars in 985 bytes} [Tue May 19 06:32:15 2026] GET /v2.0/networks?id=e7d7f3b3-28db-45ab-bf82-17117956e1e5 => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3168] 199.204.45.44 () {34 vars in 1057 bytes} [Tue May 19 06:32:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.240&port_id=96392eb8-bb42-4029-b7fd-e6f9ebb09f76 => 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: 1609/3169] 199.204.45.44 () {34 vars in 1101 bytes} [Tue May 19 06:32:15 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A28&port_id=96392eb8-bb42-4029-b7fd-e6f9ebb09f76 => 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: 1561/3170] 199.204.45.44 () {34 vars in 1063 bytes} [Tue May 19 06:32:15 2026] GET /v2.0/subnets?id=0255c4b0-b4b7-4e0d-871f-2867dde87978&id=7f00ad0c-48ac-41d2-95c6-17a58daef0c0 => generated 1411 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3171] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:32:15 2026] GET /v2.0/ports?network_id=e7d7f3b3-28db-45ab-bf82-17117956e1e5&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3172] 199.204.45.44 () {34 vars in 1051 bytes} [Tue May 19 06:32:16 2026] GET /v2.0/ports?network_id=e7d7f3b3-28db-45ab-bf82-17117956e1e5&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3173] 199.204.45.44 () {34 vars in 1011 bytes} [Tue May 19 06:32:16 2026] GET /v2.0/networks/e7d7f3b3-28db-45ab-bf82-17117956e1e5?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: 1563/3174] 199.204.45.44 () {34 vars in 1111 bytes} [Tue May 19 06:32:16 2026] GET /v2.0/networks/e7d7f3b3-28db-45ab-bf82-17117956e1e5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3175] 199.204.45.44 () {34 vars in 993 bytes} [Tue May 19 06:32:17 2026] GET /v2.0/ports?device_id=03ab70a8-1d67-4622-a80c-b4409dfd4506 => generated 1196 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-19 06:32:17.989 8 INFO neutron_taas.services.taas.taas_plugin [req-b93b9e84-4a95-48e8-a445-fb80f5f19393 req-5c010a8e-7f7c-4193-aacb-076b1841dbc2 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] TaaS: Handle Delete Port: 96392eb8-bb42-4029-b7fd-e6f9ebb09f76 2026-05-19 06:32:17.993 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b93b9e84-4a95-48e8-a445-fb80f5f19393 req-5c010a8e-7f7c-4193-aacb-076b1841dbc2 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] Tap Mirror: Handle Delete Port: 96392eb8-bb42-4029-b7fd-e6f9ebb09f76 [pid: 8|app: 0|req: 1564/3176] 199.204.45.44 () {36 vars in 996 bytes} [Tue May 19 06:32:17 2026] DELETE /v2.0/ports/96392eb8-bb42-4029-b7fd-e6f9ebb09f76 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:32:18.199 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-41b8883e-8b06-4ed8-9bca-209925a045cb'] response: {'server_uuid': '03ab70a8-1d67-4622-a80c-b4409dfd4506', 'name': 'network-vif-deleted', 'tag': '96392eb8-bb42-4029-b7fd-e6f9ebb09f76', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1613/3177] 10.0.0.232 () {34 vars in 990 bytes} [Tue May 19 06:32:20 2026] GET /v2.0/ports?device_id=03ab70a8-1d67-4622-a80c-b4409dfd4506 => 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: 1565/3178] 10.0.0.31 () {32 vars in 749 bytes} [Tue May 19 06:32:25 2026] DELETE /v2.0/security-group-rules/c7119345-33cf-4e71-97a1-83f2c94e32ec => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:32:25.764 7 INFO neutron.api.v2.resource [None req-7d30f684-1e8d-48aa-a5c2-0d019d61208f 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1614/3179] 10.0.0.31 () {32 vars in 746 bytes} [Tue May 19 06:32:25 2026] GET /v2.0/security-group-rules/c7119345-33cf-4e71-97a1-83f2c94e32ec => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3180] 10.0.0.31 () {32 vars in 749 bytes} [Tue May 19 06:32:25 2026] DELETE /v2.0/security-group-rules/259f225a-58fa-4182-9b43-a6542f3cea9d => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:32:25.851 7 INFO neutron.api.v2.resource [None req-883de8cb-d39d-44ae-bb6e-bb416d12d859 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1615/3181] 10.0.0.31 () {32 vars in 746 bytes} [Tue May 19 06:32:25 2026] GET /v2.0/security-group-rules/259f225a-58fa-4182-9b43-a6542f3cea9d => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3182] 10.0.0.31 () {32 vars in 749 bytes} [Tue May 19 06:32:25 2026] DELETE /v2.0/security-group-rules/4ebc7a3a-5804-4945-8daf-cb9584c050e7 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:32:25.928 7 INFO neutron.api.v2.resource [None req-83d0c041-2615-4e1e-bfb7-d5075ec44692 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1616/3183] 10.0.0.31 () {32 vars in 746 bytes} [Tue May 19 06:32:25 2026] GET /v2.0/security-group-rules/4ebc7a3a-5804-4945-8daf-cb9584c050e7 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3184] 10.0.0.31 () {32 vars in 749 bytes} [Tue May 19 06:32:25 2026] DELETE /v2.0/security-group-rules/baa75fd0-744a-4143-a9f4-1c472619f670 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:32:26.012 7 INFO neutron.api.v2.resource [None req-061a091a-f29b-4fef-a7e0-b0c2d0c3b9e0 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1617/3185] 10.0.0.31 () {32 vars in 746 bytes} [Tue May 19 06:32:26 2026] GET /v2.0/security-group-rules/baa75fd0-744a-4143-a9f4-1c472619f670 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3186] 10.0.0.31 () {32 vars in 749 bytes} [Tue May 19 06:32:26 2026] DELETE /v2.0/security-group-rules/e9322d99-4554-4c1d-ac34-3be086adc431 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:32:26.109 7 INFO neutron.api.v2.resource [None req-183a524d-5e69-46ad-8678-06f8f2ef35a5 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1618/3187] 10.0.0.31 () {32 vars in 746 bytes} [Tue May 19 06:32:26 2026] GET /v2.0/security-group-rules/e9322d99-4554-4c1d-ac34-3be086adc431 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3188] 10.0.0.31 () {32 vars in 749 bytes} [Tue May 19 06:32:26 2026] DELETE /v2.0/security-group-rules/e484b395-b239-4ba0-bf5e-ed0062c1f06a => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:32:26.206 7 INFO neutron.api.v2.resource [None req-5ea6d14b-7f59-4aec-b25d-5399d285cede 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1619/3189] 10.0.0.31 () {32 vars in 746 bytes} [Tue May 19 06:32:26 2026] GET /v2.0/security-group-rules/e484b395-b239-4ba0-bf5e-ed0062c1f06a => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3190] 10.0.0.31 () {32 vars in 749 bytes} [Tue May 19 06:32:26 2026] DELETE /v2.0/security-group-rules/5c9c5542-a28a-4172-8064-3add5f9f4efe => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:32:26.311 7 INFO neutron.api.v2.resource [None req-5b8326bb-c87c-46ee-ac92-3dc7986bc89b 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1620/3191] 10.0.0.31 () {32 vars in 746 bytes} [Tue May 19 06:32:26 2026] GET /v2.0/security-group-rules/5c9c5542-a28a-4172-8064-3add5f9f4efe => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3192] 10.0.0.31 () {32 vars in 749 bytes} [Tue May 19 06:32:26 2026] DELETE /v2.0/security-group-rules/391739d8-a1ed-4021-b133-b00252b90325 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:32:26.403 7 INFO neutron.api.v2.resource [None req-bc784e0e-e2ce-42c7-a711-bc18525e21c7 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1621/3193] 10.0.0.31 () {32 vars in 746 bytes} [Tue May 19 06:32:26 2026] GET /v2.0/security-group-rules/391739d8-a1ed-4021-b133-b00252b90325 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3194] 10.0.0.31 () {32 vars in 749 bytes} [Tue May 19 06:32:26 2026] DELETE /v2.0/security-group-rules/076f40ae-e483-4f9b-b683-94055e2cf7de => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:32:26.488 7 INFO neutron.api.v2.resource [None req-1af62ab5-fd95-42d1-a2d0-036ec93bcdd0 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1622/3195] 10.0.0.31 () {32 vars in 746 bytes} [Tue May 19 06:32:26 2026] GET /v2.0/security-group-rules/076f40ae-e483-4f9b-b683-94055e2cf7de => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3196] 10.0.0.31 () {32 vars in 749 bytes} [Tue May 19 06:32:26 2026] DELETE /v2.0/security-group-rules/49cc7170-9d3c-4922-a67b-e628867189b5 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:32:26.565 7 INFO neutron.api.v2.resource [None req-70d71d2d-033d-4dab-8201-0cc2b1bb67e0 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1623/3197] 10.0.0.31 () {32 vars in 746 bytes} [Tue May 19 06:32:26 2026] GET /v2.0/security-group-rules/49cc7170-9d3c-4922-a67b-e628867189b5 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3198] 10.0.0.31 () {32 vars in 749 bytes} [Tue May 19 06:32:26 2026] DELETE /v2.0/security-group-rules/3ffab5be-47ce-4855-aab0-b399a380c9e0 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:32:26.647 7 INFO neutron.api.v2.resource [None req-b3da59f6-7cc5-4d28-9b66-d823d0b02008 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1624/3199] 10.0.0.31 () {32 vars in 746 bytes} [Tue May 19 06:32:26 2026] GET /v2.0/security-group-rules/3ffab5be-47ce-4855-aab0-b399a380c9e0 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3200] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:32:26 2026] DELETE /v2.0/security-groups/b60deee0-6660-4f94-a62b-4403608d1953 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:32:26.745 7 INFO neutron.api.v2.resource [None req-52a35b40-f393-49da-aeeb-184c4f242464 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1625/3201] 10.0.0.31 () {32 vars in 736 bytes} [Tue May 19 06:32:26 2026] GET /v2.0/security-groups/b60deee0-6660-4f94-a62b-4403608d1953 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-19 06:32:27.197 8 INFO neutron_taas.services.taas.taas_plugin [None req-4970c3ad-7772-4f65-ad38-a9122f14a39e 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] TaaS: Handle Delete Port: 819692e5-056a-4dbb-a71f-916fca342f74 2026-05-19 06:32:27.199 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4970c3ad-7772-4f65-ad38-a9122f14a39e 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] Tap Mirror: Handle Delete Port: 819692e5-056a-4dbb-a71f-916fca342f74 [pid: 8|app: 0|req: 1577/3202] 10.0.0.31 () {34 vars in 788 bytes} [Tue May 19 06:32:26 2026] PUT /v2.0/routers/399a8761-a880-4cde-9b92-9861a443f6cf/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-19 06:32:27.939 7 INFO neutron.api.v2.resource [None req-0654e147-9d3f-4b79-a8c7-3f17cc369396 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1626/3203] 10.0.0.31 () {34 vars in 788 bytes} [Tue May 19 06:32:27 2026] PUT /v2.0/routers/399a8761-a880-4cde-9b92-9861a443f6cf/remove_router_interface => generated 198 bytes in 173 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-19 06:32:28.355 8 INFO neutron_taas.services.taas.taas_plugin [None req-82ac203c-8653-4a26-ba4e-c15c12b69758 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] TaaS: Handle Delete Port: 217a734a-dd07-47f2-b736-848595ca55eb 2026-05-19 06:32:28.359 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82ac203c-8653-4a26-ba4e-c15c12b69758 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] Tap Mirror: Handle Delete Port: 217a734a-dd07-47f2-b736-848595ca55eb [pid: 8|app: 0|req: 1578/3206] 10.0.0.31 () {34 vars in 788 bytes} [Tue May 19 06:32:27 2026] PUT /v2.0/routers/399a8761-a880-4cde-9b92-9861a443f6cf/remove_router_interface => generated 309 bytes in 970 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:32:29.072 7 INFO neutron.api.v2.resource [None req-d9b06249-cfac-4c0c-8c1f-f4e5acee60ff 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1629/3207] 10.0.0.31 () {34 vars in 788 bytes} [Tue May 19 06:32:28 2026] PUT /v2.0/routers/399a8761-a880-4cde-9b92-9861a443f6cf/remove_router_interface => generated 198 bytes in 150 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-19 06:32:29.465 8 INFO neutron_taas.services.taas.taas_plugin [None req-748f1553-f7d2-4fc1-912b-c94889d4a694 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] TaaS: Handle Delete Port: 6138cd49-2cbf-402f-a2ce-d2e5f3e4ede0 2026-05-19 06:32:29.467 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-748f1553-f7d2-4fc1-912b-c94889d4a694 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] Tap Mirror: Handle Delete Port: 6138cd49-2cbf-402f-a2ce-d2e5f3e4ede0 [pid: 8|app: 0|req: 1579/3208] 10.0.0.31 () {34 vars in 788 bytes} [Tue May 19 06:32:29 2026] PUT /v2.0/routers/399a8761-a880-4cde-9b92-9861a443f6cf/remove_router_interface => generated 309 bytes in 926 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-19 06:32:30.156 7 INFO neutron.api.v2.resource [None req-07c1bc5c-4b80-4f78-b5be-42e5e9fc1cd7 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1630/3209] 10.0.0.31 () {34 vars in 788 bytes} [Tue May 19 06:32:30 2026] PUT /v2.0/routers/399a8761-a880-4cde-9b92-9861a443f6cf/remove_router_interface => generated 198 bytes in 148 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-19 06:32:30.364 8 INFO neutron_taas.services.taas.taas_plugin [None req-698e39e1-28ec-4a8b-bde4-679a7592f7ff 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] TaaS: Handle Delete Port: a33f00fc-998f-4c80-9682-e16dcc4474d8 2026-05-19 06:32:30.368 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-698e39e1-28ec-4a8b-bde4-679a7592f7ff 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] Tap Mirror: Handle Delete Port: a33f00fc-998f-4c80-9682-e16dcc4474d8 2026-05-19 06:32:30.676 8 INFO neutron_taas.services.taas.taas_plugin [None req-698e39e1-28ec-4a8b-bde4-679a7592f7ff 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] TaaS: Handle Delete Port: 247e63b1-16d1-4670-93dc-9be0c3ec73a5 2026-05-19 06:32:30.679 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-698e39e1-28ec-4a8b-bde4-679a7592f7ff 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] Tap Mirror: Handle Delete Port: 247e63b1-16d1-4670-93dc-9be0c3ec73a5 2026-05-19 06:32:31.045 8 INFO neutron.db.l3_hamode_db [None req-698e39e1-28ec-4a8b-bde4-679a7592f7ff 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] HA network eb3677d7-fb57-4c53-96d8-4ed75a1a36db was deleted as no HA routers are present in tenant 1f8f6c4295ed4c8b81afdc69af72cb73. [pid: 8|app: 0|req: 1580/3210] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:32:30 2026] DELETE /v2.0/routers/399a8761-a880-4cde-9b92-9861a443f6cf => generated 0 bytes in 891 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-19 06:32:31.082 7 INFO neutron.api.v2.resource [None req-ac54cc15-d087-4f1e-a3c3-8741ef472159 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1631/3211] 10.0.0.31 () {32 vars in 720 bytes} [Tue May 19 06:32:31 2026] GET /v2.0/routers/399a8761-a880-4cde-9b92-9861a443f6cf => generated 135 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-19 06:32:31.117 8 INFO neutron.services.segments.plugin [-] Segment 43c41b88-a2ff-4123-9b2c-dc9cd0903133 resource provider aggregate not found 2026-05-19 06:32:31.130 8 INFO neutron.services.segments.plugin [-] Segment 43c41b88-a2ff-4123-9b2c-dc9cd0903133 resource provider aggregate not found 2026-05-19 06:32:31.146 8 INFO neutron.services.segments.plugin [-] Segment 43c41b88-a2ff-4123-9b2c-dc9cd0903133 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43c41b88-a2ff-4123-9b2c-dc9cd0903133 found for delete ", "request_id": "req-f63c6480-e738-43e3-846f-1159477509c2"}]} 2026-05-19 06:32:31.150 8 INFO neutron.services.segments.plugin [-] Segment 43c41b88-a2ff-4123-9b2c-dc9cd0903133 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43c41b88-a2ff-4123-9b2c-dc9cd0903133 found for delete ", "request_id": "req-b3708c11-d5c6-4f28-9094-e81fc5225e29"}]} [pid: 8|app: 0|req: 1581/3212] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:32:31 2026] DELETE /v2.0/subnets/3ad79bf6-970c-43f4-aebb-d3d6378d6627 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:32:31.277 7 INFO neutron.pecan_wsgi.hooks.translation [None req-74f77622-0758-4edb-bb41-cc96bd65a94d 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1632/3213] 10.0.0.31 () {32 vars in 720 bytes} [Tue May 19 06:32:31 2026] GET /v2.0/subnets/3ad79bf6-970c-43f4-aebb-d3d6378d6627 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3214] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:32:31 2026] DELETE /v2.0/subnets/cae213ed-9b3b-4599-b53f-98f79dc00a30 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:32:31.453 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c010cd93-08e9-4edb-9566-5857cba42fb8 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1633/3215] 10.0.0.31 () {32 vars in 720 bytes} [Tue May 19 06:32:31 2026] GET /v2.0/subnets/cae213ed-9b3b-4599-b53f-98f79dc00a30 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-19 06:32:31.541 8 INFO neutron_taas.services.taas.taas_plugin [None req-e118e974-3cba-46d3-a5e5-fc2b9cf14072 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] TaaS: Handle Delete Port: 51ece05c-c24a-4458-bd69-1ec9e7c53ae4 2026-05-19 06:32:31.543 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e118e974-3cba-46d3-a5e5-fc2b9cf14072 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] Tap Mirror: Handle Delete Port: 51ece05c-c24a-4458-bd69-1ec9e7c53ae4 [pid: 8|app: 0|req: 1583/3216] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:32:31 2026] DELETE /v2.0/networks/73c51fb8-ec62-453c-a175-530aa0903808 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:32:31.756 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0b7560f8-8e1c-4d84-be23-4d5d044c185e 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1634/3217] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 19 06:32:31 2026] GET /v2.0/networks/73c51fb8-ec62-453c-a175-530aa0903808 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3218] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:32:31 2026] DELETE /v2.0/subnets/0255c4b0-b4b7-4e0d-871f-2867dde87978 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:32:31.949 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1d92c52a-0e48-441e-bfb2-36d6446faa02 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1635/3219] 10.0.0.31 () {32 vars in 720 bytes} [Tue May 19 06:32:31 2026] GET /v2.0/subnets/0255c4b0-b4b7-4e0d-871f-2867dde87978 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3220] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:32:31 2026] DELETE /v2.0/subnets/7f00ad0c-48ac-41d2-95c6-17a58daef0c0 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:32:32.155 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e02bfd01-3faf-4a16-97c2-7d01677b3b8e 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1636/3221] 10.0.0.31 () {32 vars in 720 bytes} [Tue May 19 06:32:32 2026] GET /v2.0/subnets/7f00ad0c-48ac-41d2-95c6-17a58daef0c0 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-19 06:32:32.244 8 INFO neutron_taas.services.taas.taas_plugin [None req-26fed4c6-4845-4e32-aed5-3565366fc93d 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] TaaS: Handle Delete Port: ed62940f-132a-4fcd-8aa4-4ec275a01a47 2026-05-19 06:32:32.247 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26fed4c6-4845-4e32-aed5-3565366fc93d 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] Tap Mirror: Handle Delete Port: ed62940f-132a-4fcd-8aa4-4ec275a01a47 [pid: 8|app: 0|req: 1586/3222] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:32:32 2026] DELETE /v2.0/networks/e7d7f3b3-28db-45ab-bf82-17117956e1e5 => generated 0 bytes in 306 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:32:32.486 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c525935b-3483-408f-ac36-18ea96ed0231 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1637/3223] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 19 06:32:32 2026] GET /v2.0/networks/e7d7f3b3-28db-45ab-bf82-17117956e1e5 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3224] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:32:32 2026] DELETE /v2.0/subnets/1dd98184-8cc3-48ec-97a8-370fb08c23db => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:32:32.670 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5ae656fa-65f2-4a47-9e64-475bf1a141ef 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1638/3225] 10.0.0.31 () {32 vars in 720 bytes} [Tue May 19 06:32:32 2026] GET /v2.0/subnets/1dd98184-8cc3-48ec-97a8-370fb08c23db => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3226] 10.0.0.31 () {32 vars in 723 bytes} [Tue May 19 06:32:32 2026] DELETE /v2.0/subnets/d7d02a99-e882-4d48-80bf-24bbc2283820 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:32:32.847 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5bc5e941-774a-411b-adbc-b12a92dd2788 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1639/3227] 10.0.0.31 () {32 vars in 720 bytes} [Tue May 19 06:32:32 2026] GET /v2.0/subnets/d7d02a99-e882-4d48-80bf-24bbc2283820 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-19 06:32:32.917 8 INFO neutron_taas.services.taas.taas_plugin [None req-d15a20a3-fd38-4899-9fc0-43cf2964e2ce 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] TaaS: Handle Delete Port: 1b10fc20-5d19-4d60-b1c2-24be27fe5e8d 2026-05-19 06:32:32.918 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d15a20a3-fd38-4899-9fc0-43cf2964e2ce 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] Tap Mirror: Handle Delete Port: 1b10fc20-5d19-4d60-b1c2-24be27fe5e8d [pid: 8|app: 0|req: 1589/3228] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 19 06:32:32 2026] DELETE /v2.0/networks/17fb4cf0-ce44-4b5a-8b55-a682baef0391 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-19 06:32:33.145 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b3ba79de-46ca-4fcc-9c89-7e13a5b49aa2 0565dfe93fe74d4c89b7d7a406e342a8 1f8f6c4295ed4c8b81afdc69af72cb73 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1640/3229] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 19 06:32:33 2026] GET /v2.0/networks/17fb4cf0-ce44-4b5a-8b55-a682baef0391 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-19 06:32:33.166 8 INFO neutron.services.segments.plugin [-] Segment 3f74c276-958b-4de6-9604-d351e25d24f5 resource provider aggregate not found 2026-05-19 06:32:33.177 8 INFO neutron.services.segments.plugin [-] Segment 3f74c276-958b-4de6-9604-d351e25d24f5 resource provider aggregate not found 2026-05-19 06:32:33.187 8 INFO neutron.services.segments.plugin [-] Segment 3f74c276-958b-4de6-9604-d351e25d24f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f74c276-958b-4de6-9604-d351e25d24f5 found for delete ", "request_id": "req-a2db2dbb-55cb-4e3a-a56a-e056a08eb302"}]} 2026-05-19 06:32:33.192 8 INFO neutron.services.segments.plugin [-] Segment 3f74c276-958b-4de6-9604-d351e25d24f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f74c276-958b-4de6-9604-d351e25d24f5 found for delete ", "request_id": "req-f35a6c3b-5b53-44f4-b3d2-504ff8ac7fcd"}]} 2026-05-19 06:32:33.205 8 INFO neutron.services.segments.plugin [-] Segment 554a510c-e921-429b-a639-926e7a9fb4c6 resource provider aggregate not found 2026-05-19 06:32:33.210 8 INFO neutron.services.segments.plugin [-] Segment 554a510c-e921-429b-a639-926e7a9fb4c6 resource provider aggregate not found 2026-05-19 06:32:33.223 8 INFO neutron.services.segments.plugin [-] Segment 554a510c-e921-429b-a639-926e7a9fb4c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 554a510c-e921-429b-a639-926e7a9fb4c6 found for delete ", "request_id": "req-649ae302-cd90-4689-ac12-0025fa548988"}]} 2026-05-19 06:32:33.227 8 INFO neutron.services.segments.plugin [-] Segment 554a510c-e921-429b-a639-926e7a9fb4c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 554a510c-e921-429b-a639-926e7a9fb4c6 found for delete ", "request_id": "req-7bdba186-91b8-4889-a1ed-75e6f5897422"}]} 2026-05-19 06:32:33.243 8 INFO neutron.services.segments.plugin [-] Segment f3b3edc2-f720-4c9c-b400-10d429a76bf4 resource provider aggregate not found 2026-05-19 06:32:33.248 8 INFO neutron.services.segments.plugin [-] Segment f3b3edc2-f720-4c9c-b400-10d429a76bf4 resource provider aggregate not found 2026-05-19 06:32:33.262 8 INFO neutron.services.segments.plugin [-] Segment f3b3edc2-f720-4c9c-b400-10d429a76bf4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3b3edc2-f720-4c9c-b400-10d429a76bf4 found for delete ", "request_id": "req-edc467d5-3cb4-4fdd-ada0-fe2f7f4ff9e6"}]} 2026-05-19 06:32:33.267 8 INFO neutron.services.segments.plugin [-] Segment f3b3edc2-f720-4c9c-b400-10d429a76bf4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3b3edc2-f720-4c9c-b400-10d429a76bf4 found for delete ", "request_id": "req-463a72be-87d1-4f8b-8aec-3e2633c065ff"}]} [pid: 8|app: 0|req: 1590/3230] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:32:34 2026] GET /v2.0/security-groups?tenant_id=a4a7a14c03ad434ea191683be65fc1a8&name=default => generated 2929 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1641/3231] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:32:35 2026] DELETE /v2.0/security-groups/04f19e88-2afa-4dc6-90d8-593603794683 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3232] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:32:35 2026] GET /v2.0/security-groups?tenant_id=1c6cb30b7b8d470e8168dbe310727466&name=default => generated 2929 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3233] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:32:35 2026] DELETE /v2.0/security-groups/0e6f986c-5866-47be-a563-4b3824ccd59b => 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: 1592/3234] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:32:35 2026] GET /v2.0/security-groups?tenant_id=1f8f6c4295ed4c8b81afdc69af72cb73&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1643/3235] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:32:35 2026] DELETE /v2.0/security-groups/99c983d8-24be-4ad4-be56-b9f84cf7c1df => 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: 1593/3236] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:32:36 2026] GET /v2.0/security-groups?tenant_id=38dfd3da65e44e3b97ef0a23826ce0d4&name=default => generated 2929 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3237] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:32:36 2026] DELETE /v2.0/security-groups/72637c82-4d16-49f7-bac9-d300d3b46934 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3238] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:32:36 2026] GET /v2.0/security-groups?tenant_id=3afa1cce15ea41fb86efb915f9cc5f63&name=default => generated 2929 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3239] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:32:36 2026] DELETE /v2.0/security-groups/f8789cb9-130c-423b-97be-88d18b4074d7 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3240] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:32:36 2026] GET /v2.0/security-groups?tenant_id=b06d616b715449edaf91ded86b74417e&name=default => generated 2929 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3241] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:32:36 2026] DELETE /v2.0/security-groups/271990d4-da96-487b-8e48-375d3db4682c => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3242] 10.0.0.31 () {32 vars in 773 bytes} [Tue May 19 06:32:37 2026] GET /v2.0/security-groups?tenant_id=40a27607eea4480fb758bc3a6eb9a9a8&name=default => generated 2929 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3243] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 19 06:32:37 2026] DELETE /v2.0/security-groups/cb7f508a-694a-46e5-986d-805aaa8929ef => 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: 1597/3244] 10.0.0.31 () {32 vars in 648 bytes} [Tue May 19 06:32:40 2026] GET /v2.0/networks => generated 2168 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1648/3245] 10.0.0.31 () {32 vars in 654 bytes} [Tue May 19 06:32:41 2026] GET /v2.0/floatingips => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3246] 10.0.0.31 () {32 vars in 646 bytes} [Tue May 19 06:32:41 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3247] 10.0.0.31 () {32 vars in 642 bytes} [Tue May 19 06:32:41 2026] GET /v2.0/ports => generated 4725 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3248] 10.0.0.31 () {32 vars in 646 bytes} [Tue May 19 06:32:41 2026] GET /v2.0/subnets => generated 1308 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3249] 10.0.0.31 () {32 vars in 648 bytes} [Tue May 19 06:32:41 2026] GET /v2.0/networks => generated 2168 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3250] 10.0.0.31 () {32 vars in 662 bytes} [Tue May 19 06:32:41 2026] GET /v2.0/security-groups => generated 17401 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1651/3251] 10.0.0.31 () {32 vars in 654 bytes} [Tue May 19 06:32:41 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)