+ 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 Mar 31 05:40:16 2026] *** compiled with version: 13.3.0 on 27 February 2026 14:41:37 os: Linux-5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 nodename: neutron-server-b98d8dcd-gpd9b 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, Jan 22 2026, 20:57:42) [GCC 13.3.0] Python main interpreter initialized at 0x7f9851acd668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route 2026-03-31 05:40:20.722 8 INFO neutron.common.config [-] Logging enabled! 2026-03-31 05:40:20.722 8 INFO neutron.common.config [-] uwsgi version 26.0.3.dev42 2026-03-31 05:40:20.785 7 INFO neutron.common.config [-] Logging enabled! 2026-03-31 05:40:20.786 7 INFO neutron.common.config [-] uwsgi version 26.0.3.dev42 2026-03-31 05:40:21.683 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-03-31 05:40:21.898 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-03-31 05:40:23.041 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-31 05:40:23.044 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-03-31 05:40:23.048 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-03-31 05:40:23.049 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-31 05:40:23.049 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-03-31 05:40:23.049 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-03-31 05:40:23.049 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-31 05:40:23.058 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-31 05:40:23.058 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-31 05:40:23.058 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-03-31 05:40:23.079 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-03-31 05:40:23.081 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-03-31 05:40:23.081 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-03-31 05:40:23.124 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-03-31 05:40:23.125 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-03-31 05:40:23.125 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-03-31 05:40:23.125 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-03-31 05:40:23.304 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-31 05:40:23.307 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-03-31 05:40:23.311 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-03-31 05:40:23.312 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-31 05:40:23.312 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-03-31 05:40:23.312 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-03-31 05:40:23.312 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-31 05:40:23.320 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-31 05:40:23.320 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-31 05:40:23.320 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-03-31 05:40:23.344 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-03-31 05:40:23.346 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-03-31 05:40:23.346 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-03-31 05:40:23.398 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-03-31 05:40:23.398 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-03-31 05:40:23.398 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-03-31 05:40:23.398 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-03-31 05:40:23.416 8 INFO neutron.plugins.ml2.managers [None req-0a9458cc-5117-4fc7-9d13-70d57ccde6ce - - - - - -] Initializing driver for type 'vlan' 2026-03-31 05:40:23.681 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-0a9458cc-5117-4fc7-9d13-70d57ccde6ce - - - - - -] VlanTypeDriver initialization complete 2026-03-31 05:40:23.681 8 INFO neutron.plugins.ml2.managers [None req-0a9458cc-5117-4fc7-9d13-70d57ccde6ce - - - - - -] Initializing driver for type 'vxlan' 2026-03-31 05:40:23.682 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-0a9458cc-5117-4fc7-9d13-70d57ccde6ce - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-03-31 05:40:23.694 7 INFO neutron.plugins.ml2.managers [None req-7fd5878e-7529-4e27-b419-6ac38ab6a9d8 - - - - - -] Initializing driver for type 'vlan' 2026-03-31 05:40:23.696 8 INFO neutron.plugins.ml2.managers [None req-0a9458cc-5117-4fc7-9d13-70d57ccde6ce - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-03-31 05:40:23.697 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-0a9458cc-5117-4fc7-9d13-70d57ccde6ce - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-03-31 05:40:23.697 8 INFO neutron.plugins.ml2.managers [None req-0a9458cc-5117-4fc7-9d13-70d57ccde6ce - - - - - -] Initializing extension driver 'port_security' 2026-03-31 05:40:23.697 8 INFO neutron.plugins.ml2.extensions.port_security [None req-0a9458cc-5117-4fc7-9d13-70d57ccde6ce - - - - - -] PortSecurityExtensionDriver initialization complete 2026-03-31 05:40:23.697 8 INFO neutron.plugins.ml2.managers [None req-0a9458cc-5117-4fc7-9d13-70d57ccde6ce - - - - - -] Initializing extension driver 'qos' 2026-03-31 05:40:23.697 8 INFO neutron.plugins.ml2.managers [None req-0a9458cc-5117-4fc7-9d13-70d57ccde6ce - - - - - -] Initializing mechanism driver 'openvswitch' 2026-03-31 05:40:23.698 8 INFO neutron.plugins.ml2.managers [None req-0a9458cc-5117-4fc7-9d13-70d57ccde6ce - - - - - -] Initializing mechanism driver 'l2population' 2026-03-31 05:40:23.711 8 INFO neutron.quota [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded quota_driver: . 2026-03-31 05:40:23.712 8 INFO neutron.plugins.ml2.plugin [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Modular L2 Plugin initialization complete 2026-03-31 05:40:23.712 8 INFO neutron.plugins.ml2.managers [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-03-31 05:40:23.712 8 INFO neutron.plugins.ml2.managers [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-03-31 05:40:23.712 8 INFO neutron.plugins.ml2.managers [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Got port-security extension from driver 'port_security' 2026-03-31 05:40:23.712 8 INFO neutron.extensions.vlantransparent [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Disabled vlantransparent extension. 2026-03-31 05:40:23.713 8 INFO neutron.extensions.qinq [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Disabled VLAN QinQ extension. 2026-03-31 05:40:23.713 8 INFO neutron.manager [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loading Plugin: qos 2026-03-31 05:40:23.727 8 INFO neutron.manager [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loading Plugin: router 2026-03-31 05:40:23.778 8 INFO neutron.services.service_base [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-03-31 05:40:23.779 8 INFO neutron.manager [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loading Plugin: segments 2026-03-31 05:40:23.870 8 INFO neutron.manager [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loading Plugin: trunk 2026-03-31 05:40:23.884 8 INFO neutron.manager [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loading Plugin: vpnaas 2026-03-31 05:40:23.923 8 WARNING stevedore.named [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-31 05:40:23.924 8 WARNING stevedore.named [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-31 05:40:23.978 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-7fd5878e-7529-4e27-b419-6ac38ab6a9d8 - - - - - -] VlanTypeDriver initialization complete 2026-03-31 05:40:23.979 7 INFO neutron.plugins.ml2.managers [None req-7fd5878e-7529-4e27-b419-6ac38ab6a9d8 - - - - - -] Initializing driver for type 'vxlan' 2026-03-31 05:40:23.979 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-7fd5878e-7529-4e27-b419-6ac38ab6a9d8 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-03-31 05:40:23.991 8 INFO neutron_vpnaas.services.vpn.plugin [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-03-31 05:40:23.991 8 INFO neutron.common.utils [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-03-31 05:40:23.991 8 INFO neutron.manager [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loading Plugin: taas 2026-03-31 05:40:23.992 7 INFO neutron.plugins.ml2.managers [None req-7fd5878e-7529-4e27-b419-6ac38ab6a9d8 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-03-31 05:40:23.993 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-7fd5878e-7529-4e27-b419-6ac38ab6a9d8 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-03-31 05:40:23.993 7 INFO neutron.plugins.ml2.managers [None req-7fd5878e-7529-4e27-b419-6ac38ab6a9d8 - - - - - -] Initializing extension driver 'port_security' 2026-03-31 05:40:23.993 7 INFO neutron.plugins.ml2.extensions.port_security [None req-7fd5878e-7529-4e27-b419-6ac38ab6a9d8 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-03-31 05:40:23.993 7 INFO neutron.plugins.ml2.managers [None req-7fd5878e-7529-4e27-b419-6ac38ab6a9d8 - - - - - -] Initializing extension driver 'qos' 2026-03-31 05:40:23.993 7 INFO neutron.plugins.ml2.managers [None req-7fd5878e-7529-4e27-b419-6ac38ab6a9d8 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-03-31 05:40:23.993 7 INFO neutron.plugins.ml2.managers [None req-7fd5878e-7529-4e27-b419-6ac38ab6a9d8 - - - - - -] Initializing mechanism driver 'l2population' 2026-03-31 05:40:24.008 7 INFO neutron.quota [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded quota_driver: . 2026-03-31 05:40:24.008 7 INFO neutron.plugins.ml2.plugin [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Modular L2 Plugin initialization complete 2026-03-31 05:40:24.009 7 INFO neutron.plugins.ml2.managers [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-03-31 05:40:24.009 7 INFO neutron.plugins.ml2.managers [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-03-31 05:40:24.009 7 INFO neutron.plugins.ml2.managers [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Got port-security extension from driver 'port_security' 2026-03-31 05:40:24.009 7 INFO neutron.extensions.vlantransparent [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Disabled vlantransparent extension. 2026-03-31 05:40:24.009 7 INFO neutron.extensions.qinq [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Disabled VLAN QinQ extension. 2026-03-31 05:40:24.009 7 INFO neutron.manager [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loading Plugin: qos 2026-03-31 05:40:24.016 8 WARNING stevedore.named [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-31 05:40:24.017 8 WARNING stevedore.named [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-31 05:40:24.023 7 INFO neutron.manager [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loading Plugin: router 2026-03-31 05:40:24.041 8 INFO neutron_taas.services.taas.taas_plugin [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-03-31 05:40:24.042 8 INFO neutron.manager [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loading Plugin: tapmirror 2026-03-31 05:40:24.050 8 WARNING stevedore.named [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-31 05:40:24.050 8 WARNING stevedore.named [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-31 05:40:24.067 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-03-31 05:40:24.067 8 INFO neutron.manager [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loading Plugin: auto_allocate 2026-03-31 05:40:24.073 8 INFO neutron.manager [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loading Plugin: tag 2026-03-31 05:40:24.075 7 INFO neutron.services.service_base [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-03-31 05:40:24.075 7 INFO neutron.manager [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loading Plugin: segments 2026-03-31 05:40:24.081 8 INFO neutron.manager [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loading Plugin: timestamp 2026-03-31 05:40:24.083 8 INFO neutron.manager [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loading Plugin: network_ip_availability 2026-03-31 05:40:24.087 8 INFO neutron.manager [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loading Plugin: flavors 2026-03-31 05:40:24.090 8 INFO neutron.manager [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loading Plugin: revisions 2026-03-31 05:40:24.094 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Initializing extension manager. 2026-03-31 05:40:24.096 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: address-group 2026-03-31 05:40:24.097 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: address-scope 2026-03-31 05:40:24.097 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-03-31 05:40:24.098 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: agent 2026-03-31 05:40:24.099 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: agent-resources-synced 2026-03-31 05:40:24.100 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: allowed-address-pairs 2026-03-31 05:40:24.101 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: auto-allocated-topology 2026-03-31 05:40:24.102 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: availability_zone 2026-03-31 05:40:24.102 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: availability_zone_filter 2026-03-31 05:40:24.103 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-03-31 05:40:24.103 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: default-subnetpools 2026-03-31 05:40:24.104 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-03-31 05:40:24.105 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: dns-integration 2026-03-31 05:40:24.106 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: dns-domain-ports 2026-03-31 05:40:24.106 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-03-31 05:40:24.107 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: dvr 2026-03-31 05:40:24.107 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-03-31 05:40:24.108 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: empty-string-filtering 2026-03-31 05:40:24.108 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-03-31 05:40:24.109 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-03-31 05:40:24.110 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: external-net 2026-03-31 05:40:24.110 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: extra_dhcp_opt 2026-03-31 05:40:24.111 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: extraroute 2026-03-31 05:40:24.111 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: extraroute-atomic 2026-03-31 05:40:24.113 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-03-31 05:40:24.113 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-03-31 05:40:24.114 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-03-31 05:40:24.114 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-03-31 05:40:24.115 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: fip-port-details 2026-03-31 05:40:24.116 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: flavors 2026-03-31 05:40:24.117 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-03-31 05:40:24.118 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: floatingip-pools 2026-03-31 05:40:24.118 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: ip_allocation 2026-03-31 05:40:24.119 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: ip-substring-filtering 2026-03-31 05:40:24.119 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: l2_adjacency 2026-03-31 05:40:24.121 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: router 2026-03-31 05:40:24.123 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-03-31 05:40:24.124 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-03-31 05:40:24.125 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-03-31 05:40:24.126 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: ext-gw-mode 2026-03-31 05:40:24.126 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: l3-ha 2026-03-31 05:40:24.127 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-03-31 05:40:24.127 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-03-31 05:40:24.128 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: l3-flavors 2026-03-31 05:40:24.129 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-03-31 05:40:24.130 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-03-31 05:40:24.132 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: l3_agent_scheduler 2026-03-31 05:40:24.133 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-03-31 05:40:24.134 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Extension logging not supported by any of loaded plugins 2026-03-31 05:40:24.135 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Extension metering not supported by any of loaded plugins 2026-03-31 05:40:24.136 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-03-31 05:40:24.136 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: multi-provider 2026-03-31 05:40:24.137 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: net-mtu 2026-03-31 05:40:24.138 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: net-mtu-writable 2026-03-31 05:40:24.138 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: network_availability_zone 2026-03-31 05:40:24.139 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: network_ha 2026-03-31 05:40:24.139 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: network-ip-availability 2026-03-31 05:40:24.141 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-03-31 05:40:24.141 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: pagination 2026-03-31 05:40:24.142 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: port-device-profile 2026-03-31 05:40:24.142 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-03-31 05:40:24.143 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-03-31 05:40:24.143 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-03-31 05:40:24.144 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: port-mac-override 2026-03-31 05:40:24.145 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-03-31 05:40:24.145 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-03-31 05:40:24.146 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-03-31 05:40:24.146 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: port-resource-request 2026-03-31 05:40:24.147 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: port-resource-request-groups 2026-03-31 05:40:24.148 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-03-31 05:40:24.148 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: binding 2026-03-31 05:40:24.149 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: binding-extended 2026-03-31 05:40:24.149 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: port-security 2026-03-31 05:40:24.150 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: project-id 2026-03-31 05:40:24.151 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: provider 2026-03-31 05:40:24.151 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-03-31 05:40:24.153 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: qos 2026-03-31 05:40:24.154 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-03-31 05:40:24.155 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-03-31 05:40:24.155 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: qos-default 2026-03-31 05:40:24.156 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: qos-fip 2026-03-31 05:40:24.156 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-03-31 05:40:24.157 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: qos-gateway-ip 2026-03-31 05:40:24.158 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: qos-port-network-policy 2026-03-31 05:40:24.158 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: qos-pps-minimum 2026-03-31 05:40:24.159 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-03-31 05:40:24.160 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: qos-pps 2026-03-31 05:40:24.160 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: qos-rule-type-details 2026-03-31 05:40:24.161 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: qos-rule-type-filter 2026-03-31 05:40:24.161 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: qos-rules-alias 2026-03-31 05:40:24.162 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: quota-check-limit 2026-03-31 05:40:24.163 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: quota-check-limit-default 2026-03-31 05:40:24.165 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: quotas 2026-03-31 05:40:24.166 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: quota_details 2026-03-31 05:40:24.167 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: rbac-policies 2026-03-31 05:40:24.168 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: rbac-address-group 2026-03-31 05:40:24.169 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: rbac-address-scope 2026-03-31 05:40:24.169 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: rbac-security-groups 2026-03-31 05:40:24.170 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: rbac-subnetpool 2026-03-31 05:40:24.170 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: revision-if-match 2026-03-31 05:40:24.171 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: standard-attr-revisions 2026-03-31 05:40:24.172 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: router_availability_zone 2026-03-31 05:40:24.172 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-03-31 05:40:24.174 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: security-groups-default-rules 2026-03-31 05:40:24.175 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-03-31 05:40:24.175 7 INFO neutron.manager [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loading Plugin: trunk 2026-03-31 05:40:24.175 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: port-security-groups-filtering 2026-03-31 05:40:24.176 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-03-31 05:40:24.176 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-03-31 05:40:24.177 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-03-31 05:40:24.183 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: security-group 2026-03-31 05:40:24.184 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: segment 2026-03-31 05:40:24.185 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-03-31 05:40:24.185 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: service-type 2026-03-31 05:40:24.186 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: sorting 2026-03-31 05:40:24.186 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: standard-attr-segment 2026-03-31 05:40:24.187 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: standard-attr-description 2026-03-31 05:40:24.188 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: stateful-security-group 2026-03-31 05:40:24.189 8 WARNING neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-03-31 05:40:24.189 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-03-31 05:40:24.190 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: subnet-external-network 2026-03-31 05:40:24.190 7 INFO neutron.manager [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loading Plugin: vpnaas 2026-03-31 05:40:24.191 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: subnet_onboard 2026-03-31 05:40:24.191 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-03-31 05:40:24.192 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: subnet-service-types 2026-03-31 05:40:24.192 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: subnet_allocation 2026-03-31 05:40:24.193 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-03-31 05:40:24.194 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: tag-creation 2026-03-31 05:40:24.194 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-03-31 05:40:24.199 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: standard-attr-tag 2026-03-31 05:40:24.200 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: standard-attr-timestamp 2026-03-31 05:40:24.200 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: trunk 2026-03-31 05:40:24.201 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: trunk-details 2026-03-31 05:40:24.201 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-03-31 05:40:24.202 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-03-31 05:40:24.203 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-03-31 05:40:24.203 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: vpn-aes-ctr 2026-03-31 05:40:24.206 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-03-31 05:40:24.207 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-03-31 05:40:24.207 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: vpn-flavors 2026-03-31 05:40:24.209 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: vpnaas 2026-03-31 05:40:24.211 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: taas 2026-03-31 05:40:24.212 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: tap-mirror 2026-03-31 05:40:24.212 8 INFO neutron.api.extensions [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Loaded extension: taas-vlan-filter 2026-03-31 05:40:24.215 8 INFO neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Creating instance of TrackedResource for resource:network 2026-03-31 05:40:24.215 8 INFO neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-03-31 05:40:24.216 8 INFO neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-31 05:40:24.216 8 INFO neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Creating instance of TrackedResource for resource:port 2026-03-31 05:40:24.219 8 INFO neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-31 05:40:24.220 8 INFO neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-31 05:40:24.224 8 INFO neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-31 05:40:24.225 8 INFO neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-31 05:40:24.226 8 INFO neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-31 05:40:24.226 8 INFO neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-31 05:40:24.227 8 WARNING neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] subnetpool is already registered 2026-03-31 05:40:24.227 8 INFO neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-31 05:40:24.227 8 WARNING neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] subnetpool is already registered 2026-03-31 05:40:24.228 8 INFO neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-31 05:40:24.228 8 INFO neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-31 05:40:24.229 8 INFO neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-31 05:40:24.229 8 INFO neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-31 05:40:24.230 8 INFO neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-31 05:40:24.230 8 INFO neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-31 05:40:24.231 8 INFO neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-31 05:40:24.231 8 WARNING neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] ipsecpolicy is already registered 2026-03-31 05:40:24.231 8 INFO neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-31 05:40:24.231 8 WARNING neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] ikepolicy is already registered 2026-03-31 05:40:24.233 7 WARNING stevedore.named [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-31 05:40:24.233 7 WARNING stevedore.named [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-31 05:40:24.236 8 INFO neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-31 05:40:24.236 8 WARNING neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] router is already registered 2026-03-31 05:40:24.237 8 INFO neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-31 05:40:24.237 8 WARNING neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] floatingip is already registered 2026-03-31 05:40:24.241 8 INFO neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-31 05:40:24.241 8 WARNING neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] rbac_policy is already registered 2026-03-31 05:40:24.242 8 INFO neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-31 05:40:24.242 8 WARNING neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] security_group is already registered 2026-03-31 05:40:24.242 8 INFO neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-31 05:40:24.242 8 WARNING neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] security_group_rule is already registered 2026-03-31 05:40:24.243 8 INFO neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-31 05:40:24.243 8 WARNING neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] subnetpool is already registered 2026-03-31 05:40:24.244 8 INFO neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-31 05:40:24.244 8 WARNING neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] subnetpool is already registered 2026-03-31 05:40:24.245 8 INFO neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-31 05:40:24.245 8 WARNING neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] trunk is already registered 2026-03-31 05:40:24.245 8 INFO neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-31 05:40:24.245 8 WARNING neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] ikepolicy is already registered 2026-03-31 05:40:24.246 8 INFO neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-31 05:40:24.246 8 WARNING neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] ipsecpolicy is already registered 2026-03-31 05:40:24.246 8 INFO neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-31 05:40:24.246 8 WARNING neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] endpoint_group is already registered 2026-03-31 05:40:24.247 8 INFO neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-31 05:40:24.247 8 WARNING neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] vpnservice is already registered 2026-03-31 05:40:24.247 8 INFO neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-31 05:40:24.248 8 WARNING neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] ipsec_site_connection is already registered 2026-03-31 05:40:24.248 8 INFO neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-31 05:40:24.248 8 WARNING neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] ipsecpolicy is already registered 2026-03-31 05:40:24.249 8 INFO neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-31 05:40:24.249 8 WARNING neutron.quota.resource_registry [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] ikepolicy is already registered 2026-03-31 05:40:24.289 8 WARNING keystonemiddleware._common.config [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-03-31 05:40:24.300 8 WARNING oslo_config.cfg [None req-7d0f22b3-2c1e-4422-a8d9-fb2321511a35 - - - - - -] 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 0x7f9851acd668 pid: 8 (default app) 2026-03-31 05:40:24.317 7 INFO neutron_vpnaas.services.vpn.plugin [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-03-31 05:40:24.317 7 INFO neutron.common.utils [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-03-31 05:40:24.317 7 INFO neutron.manager [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loading Plugin: taas 2026-03-31 05:40:24.351 7 WARNING stevedore.named [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-31 05:40:24.352 7 WARNING stevedore.named [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-31 05:40:24.403 7 INFO neutron_taas.services.taas.taas_plugin [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-03-31 05:40:24.404 7 INFO neutron.manager [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loading Plugin: tapmirror 2026-03-31 05:40:24.420 7 WARNING stevedore.named [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-31 05:40:24.421 7 WARNING stevedore.named [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-31 05:40:24.434 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-03-31 05:40:24.435 7 INFO neutron.manager [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loading Plugin: auto_allocate 2026-03-31 05:40:24.442 7 INFO neutron.manager [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loading Plugin: tag 2026-03-31 05:40:24.450 7 INFO neutron.manager [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loading Plugin: timestamp 2026-03-31 05:40:24.453 7 INFO neutron.manager [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loading Plugin: network_ip_availability 2026-03-31 05:40:24.457 7 INFO neutron.manager [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loading Plugin: flavors 2026-03-31 05:40:24.460 7 INFO neutron.manager [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loading Plugin: revisions 2026-03-31 05:40:24.463 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Initializing extension manager. 2026-03-31 05:40:24.464 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: address-group 2026-03-31 05:40:24.465 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: address-scope 2026-03-31 05:40:24.466 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-03-31 05:40:24.467 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: agent 2026-03-31 05:40:24.467 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: agent-resources-synced 2026-03-31 05:40:24.468 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: allowed-address-pairs 2026-03-31 05:40:24.469 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: auto-allocated-topology 2026-03-31 05:40:24.470 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: availability_zone 2026-03-31 05:40:24.470 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: availability_zone_filter 2026-03-31 05:40:24.471 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-03-31 05:40:24.471 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: default-subnetpools 2026-03-31 05:40:24.473 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-03-31 05:40:24.473 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: dns-integration 2026-03-31 05:40:24.474 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: dns-domain-ports 2026-03-31 05:40:24.475 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-03-31 05:40:24.476 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: dvr 2026-03-31 05:40:24.476 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-03-31 05:40:24.477 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: empty-string-filtering 2026-03-31 05:40:24.477 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-03-31 05:40:24.477 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-03-31 05:40:24.478 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: external-net 2026-03-31 05:40:24.478 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: extra_dhcp_opt 2026-03-31 05:40:24.479 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: extraroute 2026-03-31 05:40:24.479 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: extraroute-atomic 2026-03-31 05:40:24.480 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-03-31 05:40:24.481 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-03-31 05:40:24.481 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-03-31 05:40:24.481 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-03-31 05:40:24.482 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: fip-port-details 2026-03-31 05:40:24.483 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: flavors 2026-03-31 05:40:24.484 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-03-31 05:40:24.485 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: floatingip-pools 2026-03-31 05:40:24.485 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: ip_allocation 2026-03-31 05:40:24.486 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: ip-substring-filtering 2026-03-31 05:40:24.486 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: l2_adjacency 2026-03-31 05:40:24.487 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: router 2026-03-31 05:40:24.489 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-03-31 05:40:24.490 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-03-31 05:40:24.490 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-03-31 05:40:24.491 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: ext-gw-mode 2026-03-31 05:40:24.491 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: l3-ha 2026-03-31 05:40:24.492 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-03-31 05:40:24.492 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-03-31 05:40:24.492 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: l3-flavors 2026-03-31 05:40:24.493 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-03-31 05:40:24.494 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-03-31 05:40:24.496 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: l3_agent_scheduler 2026-03-31 05:40:24.497 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-03-31 05:40:24.498 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Extension logging not supported by any of loaded plugins 2026-03-31 05:40:24.499 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Extension metering not supported by any of loaded plugins 2026-03-31 05:40:24.500 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-03-31 05:40:24.500 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: multi-provider 2026-03-31 05:40:24.501 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: net-mtu 2026-03-31 05:40:24.501 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: net-mtu-writable 2026-03-31 05:40:24.502 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: network_availability_zone 2026-03-31 05:40:24.502 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: network_ha 2026-03-31 05:40:24.503 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: network-ip-availability 2026-03-31 05:40:24.504 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-03-31 05:40:24.504 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: pagination 2026-03-31 05:40:24.505 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: port-device-profile 2026-03-31 05:40:24.505 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-03-31 05:40:24.506 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-03-31 05:40:24.506 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-03-31 05:40:24.507 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: port-mac-override 2026-03-31 05:40:24.508 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-03-31 05:40:24.508 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-03-31 05:40:24.509 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-03-31 05:40:24.509 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: port-resource-request 2026-03-31 05:40:24.510 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: port-resource-request-groups 2026-03-31 05:40:24.510 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-03-31 05:40:24.511 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: binding 2026-03-31 05:40:24.511 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: binding-extended 2026-03-31 05:40:24.512 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: port-security 2026-03-31 05:40:24.512 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: project-id 2026-03-31 05:40:24.513 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: provider 2026-03-31 05:40:24.513 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-03-31 05:40:24.515 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: qos 2026-03-31 05:40:24.516 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-03-31 05:40:24.517 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-03-31 05:40:24.517 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: qos-default 2026-03-31 05:40:24.518 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: qos-fip 2026-03-31 05:40:24.518 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-03-31 05:40:24.519 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: qos-gateway-ip 2026-03-31 05:40:24.519 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: qos-port-network-policy 2026-03-31 05:40:24.520 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: qos-pps-minimum 2026-03-31 05:40:24.520 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-03-31 05:40:24.521 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: qos-pps 2026-03-31 05:40:24.521 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: qos-rule-type-details 2026-03-31 05:40:24.522 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: qos-rule-type-filter 2026-03-31 05:40:24.523 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: qos-rules-alias 2026-03-31 05:40:24.523 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: quota-check-limit 2026-03-31 05:40:24.524 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: quota-check-limit-default 2026-03-31 05:40:24.526 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: quotas 2026-03-31 05:40:24.527 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: quota_details 2026-03-31 05:40:24.528 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: rbac-policies 2026-03-31 05:40:24.529 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: rbac-address-group 2026-03-31 05:40:24.529 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: rbac-address-scope 2026-03-31 05:40:24.530 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: rbac-security-groups 2026-03-31 05:40:24.530 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: rbac-subnetpool 2026-03-31 05:40:24.531 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: revision-if-match 2026-03-31 05:40:24.531 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: standard-attr-revisions 2026-03-31 05:40:24.532 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: router_availability_zone 2026-03-31 05:40:24.532 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-03-31 05:40:24.534 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: security-groups-default-rules 2026-03-31 05:40:24.534 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-03-31 05:40:24.535 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: port-security-groups-filtering 2026-03-31 05:40:24.535 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-03-31 05:40:24.536 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-03-31 05:40:24.536 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-03-31 05:40:24.541 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: security-group 2026-03-31 05:40:24.542 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: segment 2026-03-31 05:40:24.542 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-03-31 05:40:24.543 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: service-type 2026-03-31 05:40:24.543 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: sorting 2026-03-31 05:40:24.544 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: standard-attr-segment 2026-03-31 05:40:24.544 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: standard-attr-description 2026-03-31 05:40:24.545 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: stateful-security-group 2026-03-31 05:40:24.545 7 WARNING neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-03-31 05:40:24.546 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-03-31 05:40:24.546 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: subnet-external-network 2026-03-31 05:40:24.547 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: subnet_onboard 2026-03-31 05:40:24.547 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-03-31 05:40:24.548 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: subnet-service-types 2026-03-31 05:40:24.548 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: subnet_allocation 2026-03-31 05:40:24.551 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-03-31 05:40:24.551 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: tag-creation 2026-03-31 05:40:24.552 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-03-31 05:40:24.556 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: standard-attr-tag 2026-03-31 05:40:24.556 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: standard-attr-timestamp 2026-03-31 05:40:24.557 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: trunk 2026-03-31 05:40:24.557 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: trunk-details 2026-03-31 05:40:24.558 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-03-31 05:40:24.558 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-03-31 05:40:24.559 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-03-31 05:40:24.559 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: vpn-aes-ctr 2026-03-31 05:40:24.561 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-03-31 05:40:24.562 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-03-31 05:40:24.563 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: vpn-flavors 2026-03-31 05:40:24.564 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: vpnaas 2026-03-31 05:40:24.565 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: taas 2026-03-31 05:40:24.566 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: tap-mirror 2026-03-31 05:40:24.567 7 INFO neutron.api.extensions [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Loaded extension: taas-vlan-filter 2026-03-31 05:40:24.569 7 INFO neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Creating instance of TrackedResource for resource:network 2026-03-31 05:40:24.570 7 INFO neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-03-31 05:40:24.570 7 INFO neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-31 05:40:24.570 7 INFO neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Creating instance of TrackedResource for resource:port 2026-03-31 05:40:24.573 7 INFO neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-31 05:40:24.573 7 INFO neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-31 05:40:24.578 7 INFO neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-31 05:40:24.578 7 INFO neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-31 05:40:24.579 7 INFO neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-31 05:40:24.580 7 INFO neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-31 05:40:24.580 7 WARNING neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] subnetpool is already registered 2026-03-31 05:40:24.580 7 INFO neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-31 05:40:24.580 7 WARNING neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] subnetpool is already registered 2026-03-31 05:40:24.581 7 INFO neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-31 05:40:24.581 7 INFO neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-31 05:40:24.582 7 INFO neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-31 05:40:24.582 7 INFO neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-31 05:40:24.582 7 INFO neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-31 05:40:24.583 7 INFO neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-31 05:40:24.583 7 INFO neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-31 05:40:24.583 7 WARNING neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] ipsecpolicy is already registered 2026-03-31 05:40:24.584 7 INFO neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-31 05:40:24.584 7 WARNING neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] ikepolicy is already registered 2026-03-31 05:40:24.588 7 INFO neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-31 05:40:24.588 7 WARNING neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] router is already registered 2026-03-31 05:40:24.589 7 INFO neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-31 05:40:24.589 7 WARNING neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] floatingip is already registered 2026-03-31 05:40:24.593 7 INFO neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-31 05:40:24.593 7 WARNING neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] rbac_policy is already registered 2026-03-31 05:40:24.593 7 INFO neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-31 05:40:24.593 7 WARNING neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] security_group is already registered 2026-03-31 05:40:24.594 7 INFO neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-31 05:40:24.594 7 WARNING neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] security_group_rule is already registered 2026-03-31 05:40:24.595 7 INFO neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-31 05:40:24.595 7 WARNING neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] subnetpool is already registered 2026-03-31 05:40:24.595 7 INFO neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-31 05:40:24.595 7 WARNING neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] subnetpool is already registered 2026-03-31 05:40:24.596 7 INFO neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-31 05:40:24.596 7 WARNING neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] trunk is already registered 2026-03-31 05:40:24.596 7 INFO neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-31 05:40:24.596 7 WARNING neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] ikepolicy is already registered 2026-03-31 05:40:24.597 7 INFO neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-31 05:40:24.597 7 WARNING neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] ipsecpolicy is already registered 2026-03-31 05:40:24.597 7 INFO neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-31 05:40:24.598 7 WARNING neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] endpoint_group is already registered 2026-03-31 05:40:24.598 7 INFO neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-31 05:40:24.598 7 WARNING neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] vpnservice is already registered 2026-03-31 05:40:24.598 7 INFO neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-31 05:40:24.599 7 WARNING neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] ipsec_site_connection is already registered 2026-03-31 05:40:24.599 7 INFO neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-31 05:40:24.599 7 WARNING neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] ipsecpolicy is already registered 2026-03-31 05:40:24.599 7 INFO neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-31 05:40:24.600 7 WARNING neutron.quota.resource_registry [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] ikepolicy is already registered 2026-03-31 05:40:24.638 7 WARNING keystonemiddleware._common.config [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-03-31 05:40:24.644 7 WARNING oslo_config.cfg [None req-0e98c7d9-5492-4301-804a-889ecbfedc69 - - - - - -] 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 0x7f9851acd668 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-03-31 05:40:29.039 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0bbc7d95-cd9e-4dac-8036-79f94ec508a7 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/4] 199.204.45.240 () {44 vars in 925 bytes} [Tue Mar 31 05:40:28 2026] GET /v2.0/networks/public => generated 108 bytes in 758 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/5] 199.204.45.240 () {44 vars in 947 bytes} [Tue Mar 31 05:40:29 2026] GET /v2.0/networks?name=public => generated 15 bytes in 348 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 05:40:29.771 8 WARNING neutron.services.revisions.revision_plugin [None req-6845ef7d-f4ee-4b9c-abc6-69cc6140de49 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Could not find related network for resource to bump revision. 2026-03-31 05:40:29.787 8 INFO neutron.db.segments_db [None req-6845ef7d-f4ee-4b9c-abc6-69cc6140de49 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Added segment 8576b117-b43c-4764-aabe-9560ce9534be of type flat for network 7eefb235-8e73-443a-8f34-38618fb72d03 2026-03-31 05:40:29.829 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6845ef7d-f4ee-4b9c-abc6-69cc6140de49 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/6] 199.204.45.240 () {48 vars in 965 bytes} [Tue Mar 31 05:40:29 2026] POST /v2.0/networks => generated 124 bytes in 449 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 05:40:35.691 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6821f6d6-7d3b-4554-95f0-9468f584d9ba 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/8] 199.204.45.240 () {44 vars in 925 bytes} [Tue Mar 31 05:40:35 2026] GET /v2.0/networks/public => generated 108 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/9] 199.204.45.240 () {44 vars in 947 bytes} [Tue Mar 31 05:40:35 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 05:40:35.776 8 WARNING neutron.services.revisions.revision_plugin [None req-8fb69a60-0955-4bf1-ab67-3fe86414c6fd 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Could not find related network for resource to bump revision. 2026-03-31 05:40:35.797 8 INFO neutron.db.segments_db [None req-8fb69a60-0955-4bf1-ab67-3fe86414c6fd 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Added segment 9afb7285-5228-49a4-970f-edb3a56ef238 of type flat for network d76fbddb-b085-4545-ab35-b6aec7b50453 2026-03-31 05:40:35.823 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8fb69a60-0955-4bf1-ab67-3fe86414c6fd 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/10] 199.204.45.240 () {48 vars in 965 bytes} [Tue Mar 31 05:40:35 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-03-31 05:40:41.991 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e8f0c648-fdf2-4109-bf56-8f2fea9ef0b8 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/11] 199.204.45.240 () {44 vars in 925 bytes} [Tue Mar 31 05:40:41 2026] GET /v2.0/networks/public => generated 108 bytes in 382 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/12] 199.204.45.240 () {44 vars in 947 bytes} [Tue Mar 31 05:40:41 2026] GET /v2.0/networks?name=public => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 05:40:42.263 7 WARNING neutron.services.revisions.revision_plugin [None req-a761a276-497d-4bb4-bb8b-933734554c6d 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Could not find related network for resource to bump revision. 2026-03-31 05:40:42.282 7 INFO neutron.db.segments_db [None req-a761a276-497d-4bb4-bb8b-933734554c6d 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Added segment 9bad5f18-f3ef-49e5-a4a0-516347adf34c of type flat for network 0de74b64-9745-46e9-979d-d378c1a22930 2026-03-31 05:40:42.334 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a761a276-497d-4bb4-bb8b-933734554c6d 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/13] 199.204.45.240 () {48 vars in 965 bytes} [Tue Mar 31 05:40:42 2026] POST /v2.0/networks => generated 124 bytes in 324 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 05:40:48.163 8 INFO neutron.pecan_wsgi.hooks.translation [None req-73dbccae-0573-4584-8441-c42eb7aa7850 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/14] 199.204.45.240 () {44 vars in 925 bytes} [Tue Mar 31 05:40:48 2026] GET /v2.0/networks/public => generated 108 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/15] 199.204.45.240 () {44 vars in 947 bytes} [Tue Mar 31 05:40:48 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 05:40:48.238 8 WARNING neutron.services.revisions.revision_plugin [None req-1a991758-251d-4a39-97ad-7be49c59ff36 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Could not find related network for resource to bump revision. 2026-03-31 05:40:48.257 8 INFO neutron.db.segments_db [None req-1a991758-251d-4a39-97ad-7be49c59ff36 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Added segment 0e2bd833-430c-4608-840c-f5fd074f8ab1 of type flat for network 4d29201b-5c6e-40dd-82e8-692a9274a834 2026-03-31 05:40:48.292 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1a991758-251d-4a39-97ad-7be49c59ff36 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/16] 199.204.45.240 () {48 vars in 965 bytes} [Tue Mar 31 05:40:48 2026] POST /v2.0/networks => generated 124 bytes in 113 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 05:40:54.158 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1195c0d0-1662-4d04-96f8-1668ce76058f 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/18] 199.204.45.240 () {44 vars in 925 bytes} [Tue Mar 31 05:40:54 2026] GET /v2.0/networks/public => generated 108 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/19] 199.204.45.240 () {44 vars in 947 bytes} [Tue Mar 31 05:40:54 2026] GET /v2.0/networks?name=public => generated 15 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 05:40:54.218 8 WARNING neutron.services.revisions.revision_plugin [None req-fdc68ad3-d863-4bbe-a225-09f855cf7472 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Could not find related network for resource to bump revision. 2026-03-31 05:40:54.235 8 INFO neutron.db.segments_db [None req-fdc68ad3-d863-4bbe-a225-09f855cf7472 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Added segment 41a4664d-8653-4d4e-9c21-deeebba8d8da of type flat for network e6aea898-ba4d-4745-b78b-ecade5628d6b 2026-03-31 05:40:54.257 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fdc68ad3-d863-4bbe-a225-09f855cf7472 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/20] 199.204.45.240 () {48 vars in 965 bytes} [Tue Mar 31 05:40:54 2026] POST /v2.0/networks => generated 124 bytes in 93 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 05:41:00.092 7 INFO neutron.pecan_wsgi.hooks.translation [None req-de500162-aa7c-4979-b516-e89f752861ff 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/21] 199.204.45.240 () {44 vars in 925 bytes} [Tue Mar 31 05:41:00 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/22] 199.204.45.240 () {44 vars in 947 bytes} [Tue Mar 31 05:41:00 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-03-31 05:41:00.159 7 WARNING neutron.services.revisions.revision_plugin [None req-7cdf3c14-d9a8-413e-8c87-8558d2ceec64 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Could not find related network for resource to bump revision. 2026-03-31 05:41:00.181 7 INFO neutron.db.segments_db [None req-7cdf3c14-d9a8-413e-8c87-8558d2ceec64 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Added segment 2912ecc8-5723-4a52-b87c-9cece3e2541a of type flat for network 99b58f27-84d4-4730-be1d-f5d2cce50535 [pid: 7|app: 0|req: 10/23] 199.204.45.240 () {48 vars in 965 bytes} [Tue Mar 31 05:41:00 2026] POST /v2.0/networks => generated 706 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 05:41:01.312 8 INFO neutron.pecan_wsgi.hooks.translation [None req-95f5d5f2-3fad-4a24-8206-9af6ef55a509 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 14/24] 199.204.45.240 () {44 vars in 925 bytes} [Tue Mar 31 05:41:01 2026] GET /v2.0/networks/public => generated 108 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 11/25] 199.204.45.240 () {44 vars in 947 bytes} [Tue Mar 31 05:41:01 2026] GET /v2.0/networks?name=public => generated 709 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 05:41:01.388 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a73f1247-b1eb-4ce8-a29f-98253f0dcf6e 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 15/26] 199.204.45.240 () {44 vars in 1032 bytes} [Tue Mar 31 05:41:01 2026] GET /v2.0/subnets/public-subnet?network_id=99b58f27-84d4-4730-be1d-f5d2cce50535 => generated 113 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/27] 199.204.45.240 () {44 vars in 1055 bytes} [Tue Mar 31 05:41:01 2026] GET /v2.0/subnets?name=public-subnet&network_id=99b58f27-84d4-4730-be1d-f5d2cce50535 => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 16/28] 199.204.45.240 () {48 vars in 963 bytes} [Tue Mar 31 05:41:01 2026] POST /v2.0/subnets => generated 664 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 05:45:40.021 7 INFO neutron.pecan_wsgi.hooks.translation [None req-de5e096f-4cc4-449f-9b5a-c7d8774461a8 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 32/66] 199.204.45.240 () {44 vars in 935 bytes} [Tue Mar 31 05:45:39 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 118 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/67] 199.204.45.240 () {44 vars in 957 bytes} [Tue Mar 31 05:45:40 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 05:45:40.096 7 INFO neutron.db.segments_db [None req-6884739d-4148-4076-a202-78c0bded7b5f 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Added segment a6e91f40-1f76-48b3-ac68-c2e3a3ac0d06 of type vxlan for network d7b4a1cc-85ef-49bd-a0b8-5a29dd7211e4 [pid: 7|app: 0|req: 33/68] 199.204.45.240 () {48 vars in 964 bytes} [Tue Mar 31 05:45:40 2026] POST /v2.0/networks => generated 707 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 05:45:41.065 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a737f35f-aeb4-4e61-9723-f8a8cc04ba7d 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/69] 199.204.45.240 () {44 vars in 935 bytes} [Tue Mar 31 05:45:41 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/70] 199.204.45.240 () {44 vars in 957 bytes} [Tue Mar 31 05:45:41 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 05:45:41.134 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ed2d88f7-6976-4e9e-aeaa-c4f1d7bfc12a 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 37/71] 199.204.45.240 () {44 vars in 1034 bytes} [Tue Mar 31 05:45:41 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=d7b4a1cc-85ef-49bd-a0b8-5a29dd7211e4 => 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: 35/72] 199.204.45.240 () {44 vars in 1057 bytes} [Tue Mar 31 05:45:41 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=d7b4a1cc-85ef-49bd-a0b8-5a29dd7211e4 => generated 14 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/73] 199.204.45.240 () {48 vars in 963 bytes} [Tue Mar 31 05:45:41 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-03-31 05:45:42.384 7 INFO neutron.api.v2.resource [None req-994fd318-1206-4955-a4b5-a2b9aaccc8a6 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/74] 199.204.45.240 () {44 vars in 969 bytes} [Tue Mar 31 05:45:42 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/75] 199.204.45.240 () {44 vars in 991 bytes} [Tue Mar 31 05:45:42 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/76] 199.204.45.240 () {48 vars in 978 bytes} [Tue Mar 31 05:45:42 2026] POST /v2.0/security-groups => generated 1616 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/77] 199.204.45.240 () {44 vars in 999 bytes} [Tue Mar 31 05:45:43 2026] GET /v2.0/security-groups/ebcbf101-1cd3-443d-ad95-deb3202a3f03 => generated 1616 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/78] 199.204.45.240 () {44 vars in 999 bytes} [Tue Mar 31 05:45:43 2026] GET /v2.0/security-groups/ebcbf101-1cd3-443d-ad95-deb3202a3f03 => generated 1616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/79] 199.204.45.240 () {44 vars in 999 bytes} [Tue Mar 31 05:45:43 2026] GET /v2.0/security-groups/ebcbf101-1cd3-443d-ad95-deb3202a3f03 => generated 1616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/80] 199.204.45.240 () {48 vars in 989 bytes} [Tue Mar 31 05:45:43 2026] POST /v2.0/security-group-rules => generated 601 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/81] 199.204.45.240 () {44 vars in 999 bytes} [Tue Mar 31 05:45:44 2026] GET /v2.0/security-groups/ebcbf101-1cd3-443d-ad95-deb3202a3f03 => generated 2230 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/82] 199.204.45.240 () {44 vars in 999 bytes} [Tue Mar 31 05:45:44 2026] GET /v2.0/security-groups/ebcbf101-1cd3-443d-ad95-deb3202a3f03 => generated 2230 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/83] 199.204.45.240 () {44 vars in 999 bytes} [Tue Mar 31 05:45:44 2026] GET /v2.0/security-groups/ebcbf101-1cd3-443d-ad95-deb3202a3f03 => generated 2230 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/84] 199.204.45.240 () {48 vars in 989 bytes} [Tue Mar 31 05:45:44 2026] POST /v2.0/security-group-rules => generated 603 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/85] 199.204.45.240 () {44 vars in 999 bytes} [Tue Mar 31 05:45:45 2026] GET /v2.0/security-groups/ebcbf101-1cd3-443d-ad95-deb3202a3f03 => generated 2846 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/86] 199.204.45.240 () {44 vars in 999 bytes} [Tue Mar 31 05:45:45 2026] GET /v2.0/security-groups/ebcbf101-1cd3-443d-ad95-deb3202a3f03 => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/87] 199.204.45.240 () {44 vars in 999 bytes} [Tue Mar 31 05:45:45 2026] GET /v2.0/security-groups/ebcbf101-1cd3-443d-ad95-deb3202a3f03 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/88] 199.204.45.240 () {48 vars in 989 bytes} [Tue Mar 31 05:45:45 2026] POST /v2.0/security-group-rules => generated 603 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/89] 199.204.45.240 () {44 vars in 999 bytes} [Tue Mar 31 05:45:46 2026] GET /v2.0/security-groups/ebcbf101-1cd3-443d-ad95-deb3202a3f03 => generated 3462 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/90] 199.204.45.240 () {44 vars in 999 bytes} [Tue Mar 31 05:45:46 2026] GET /v2.0/security-groups/ebcbf101-1cd3-443d-ad95-deb3202a3f03 => generated 3462 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/91] 199.204.45.240 () {44 vars in 999 bytes} [Tue Mar 31 05:45:46 2026] GET /v2.0/security-groups/ebcbf101-1cd3-443d-ad95-deb3202a3f03 => generated 3462 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/92] 199.204.45.240 () {48 vars in 989 bytes} [Tue Mar 31 05:45:46 2026] POST /v2.0/security-group-rules => generated 603 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/93] 199.204.45.240 () {44 vars in 999 bytes} [Tue Mar 31 05:45:47 2026] GET /v2.0/security-groups/ebcbf101-1cd3-443d-ad95-deb3202a3f03 => generated 4078 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/94] 199.204.45.240 () {44 vars in 999 bytes} [Tue Mar 31 05:45:47 2026] GET /v2.0/security-groups/ebcbf101-1cd3-443d-ad95-deb3202a3f03 => generated 4078 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/95] 199.204.45.240 () {44 vars in 999 bytes} [Tue Mar 31 05:45:47 2026] GET /v2.0/security-groups/ebcbf101-1cd3-443d-ad95-deb3202a3f03 => generated 4078 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/96] 199.204.45.240 () {48 vars in 989 bytes} [Tue Mar 31 05:45:47 2026] POST /v2.0/security-group-rules => generated 603 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/97] 199.204.45.240 () {44 vars in 985 bytes} [Tue Mar 31 05:45:48 2026] GET /v2.0/networks/d7b4a1cc-85ef-49bd-a0b8-5a29dd7211e4 => generated 732 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 05:45:48.928 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f3cdb223-8eed-4299-8536-bca4660a8bcf 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 48/98] 199.204.45.240 () {44 vars in 1074 bytes} [Tue Mar 31 05:45:48 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=d7b4a1cc-85ef-49bd-a0b8-5a29dd7211e4 => generated 132 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/99] 199.204.45.240 () {44 vars in 1097 bytes} [Tue Mar 31 05:45:48 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=d7b4a1cc-85ef-49bd-a0b8-5a29dd7211e4 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/100] 199.204.45.240 () {44 vars in 999 bytes} [Tue Mar 31 05:45:48 2026] GET /v2.0/security-groups/ebcbf101-1cd3-443d-ad95-deb3202a3f03 => generated 4694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/101] 199.204.45.240 () {48 vars in 959 bytes} [Tue Mar 31 05:45:49 2026] POST /v2.0/ports => generated 1096 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-31 05:45:55.876 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c00d9f4f-4c4a-4919-bf78-eb4bfac2147a 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 54/104] 199.204.45.240 () {44 vars in 977 bytes} [Tue Mar 31 05:45:55 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/105] 199.204.45.240 () {44 vars in 999 bytes} [Tue Mar 31 05:45:55 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/106] 199.204.45.240 () {48 vars in 1029 bytes} [Tue Mar 31 05:45:55 2026] PUT /v2.0/ports/ec89cc23-33da-4b16-868a-7c71e008be9a => generated 1245 bytes in 652 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/107] 199.204.45.240 () {44 vars in 918 bytes} [Tue Mar 31 05:45:58 2026] GET /v2.0/ports => generated 3726 bytes in 86 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-03-31 05:45:59.111 8 INFO neutron.api.v2.resource [None req-d331b519-5306-4bb8-b80d-1eddcb0e38a3 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 56/108] 199.204.45.240 () {44 vars in 957 bytes} [Tue Mar 31 05:45:59 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/109] 199.204.45.240 () {44 vars in 979 bytes} [Tue Mar 31 05:45:59 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/110] 199.204.45.240 () {48 vars in 978 bytes} [Tue Mar 31 05:45:59 2026] POST /v2.0/security-groups => generated 1610 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/111] 199.204.45.240 () {44 vars in 999 bytes} [Tue Mar 31 05:46:00 2026] GET /v2.0/security-groups/0d7894d1-c4f7-40d0-a645-89fcd663f0f4 => generated 1610 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/112] 199.204.45.240 () {44 vars in 999 bytes} [Tue Mar 31 05:46:00 2026] GET /v2.0/security-groups/0d7894d1-c4f7-40d0-a645-89fcd663f0f4 => generated 1610 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/113] 199.204.45.240 () {44 vars in 999 bytes} [Tue Mar 31 05:46:00 2026] GET /v2.0/security-groups/0d7894d1-c4f7-40d0-a645-89fcd663f0f4 => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/114] 199.204.45.240 () {48 vars in 989 bytes} [Tue Mar 31 05:46:00 2026] POST /v2.0/security-group-rules => generated 621 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/115] 199.204.45.240 () {44 vars in 999 bytes} [Tue Mar 31 05:46:01 2026] GET /v2.0/security-groups/0d7894d1-c4f7-40d0-a645-89fcd663f0f4 => generated 2244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/116] 199.204.45.240 () {44 vars in 999 bytes} [Tue Mar 31 05:46:01 2026] GET /v2.0/security-groups/0d7894d1-c4f7-40d0-a645-89fcd663f0f4 => generated 2244 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/117] 199.204.45.240 () {44 vars in 999 bytes} [Tue Mar 31 05:46:01 2026] GET /v2.0/security-groups/0d7894d1-c4f7-40d0-a645-89fcd663f0f4 => generated 2244 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/118] 199.204.45.240 () {48 vars in 989 bytes} [Tue Mar 31 05:46:01 2026] POST /v2.0/security-group-rules => generated 625 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/131] 199.204.45.240 () {44 vars in 973 bytes} [Tue Mar 31 05:47:24 2026] GET /v2.0/quotas/f13f8b8231514851a966b0c2a1c9e67d => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 68/132] 199.204.45.240 () {48 vars in 1025 bytes} [Tue Mar 31 05:47:24 2026] PUT /v2.0/quotas/f13f8b8231514851a966b0c2a1c9e67d => generated 291 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-31 05:49:33.396 7 INFO neutron.pecan_wsgi.hooks.translation [None req-43c1fe70-8606-4a21-8e67-705f13c5c0d7 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 73/149] 199.204.45.240 () {30 vars in 739 bytes} [Tue Mar 31 05:49:33 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 110 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: 77/150] 199.204.45.240 () {30 vars in 761 bytes} [Tue Mar 31 05:49:33 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 05:49:35.076 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1f6dd3b2-9430-4ad1-b118-744539a4e75c 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 74/151] 199.204.45.240 () {30 vars in 739 bytes} [Tue Mar 31 05:49:35 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 78/152] 199.204.45.240 () {30 vars in 761 bytes} [Tue Mar 31 05:49:35 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 05:55:26.693 7 INFO neutron.api.v2.resource [None req-44c778a4-d3bd-4d74-8342-d8189a1da032 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 99/201] 199.204.45.240 () {44 vars in 1072 bytes} [Tue Mar 31 05:55:26 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=e7062b286ec84b51b14cee1108f2684d => generated 139 bytes in 115 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/202] 199.204.45.240 () {44 vars in 1095 bytes} [Tue Mar 31 05:55:26 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=e7062b286ec84b51b14cee1108f2684d => generated 23 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 100/203] 199.204.45.240 () {48 vars in 979 bytes} [Tue Mar 31 05:55:26 2026] POST /v2.0/security-groups => generated 1624 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/204] 199.204.45.240 () {44 vars in 1086 bytes} [Tue Mar 31 05:55:28 2026] GET /v2.0/security-groups/3c7167b9-3c49-47ae-a2ac-3eb3b6609283?project_id=e7062b286ec84b51b14cee1108f2684d => generated 1624 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/205] 199.204.45.240 () {44 vars in 999 bytes} [Tue Mar 31 05:55:28 2026] GET /v2.0/security-groups/3c7167b9-3c49-47ae-a2ac-3eb3b6609283 => generated 1624 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/206] 199.204.45.240 () {44 vars in 1086 bytes} [Tue Mar 31 05:55:28 2026] GET /v2.0/security-groups/3c7167b9-3c49-47ae-a2ac-3eb3b6609283?project_id=e7062b286ec84b51b14cee1108f2684d => generated 1624 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/207] 199.204.45.240 () {48 vars in 989 bytes} [Tue Mar 31 05:55:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/208] 199.204.45.240 () {44 vars in 1086 bytes} [Tue Mar 31 05:55:29 2026] GET /v2.0/security-groups/3c7167b9-3c49-47ae-a2ac-3eb3b6609283?project_id=e7062b286ec84b51b14cee1108f2684d => generated 2234 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/209] 199.204.45.240 () {44 vars in 999 bytes} [Tue Mar 31 05:55:29 2026] GET /v2.0/security-groups/3c7167b9-3c49-47ae-a2ac-3eb3b6609283 => 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/210] 199.204.45.240 () {44 vars in 1086 bytes} [Tue Mar 31 05:55:29 2026] GET /v2.0/security-groups/3c7167b9-3c49-47ae-a2ac-3eb3b6609283?project_id=e7062b286ec84b51b14cee1108f2684d => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/211] 199.204.45.240 () {48 vars in 989 bytes} [Tue Mar 31 05:55:29 2026] POST /v2.0/security-group-rules => generated 599 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/212] 199.204.45.240 () {44 vars in 1086 bytes} [Tue Mar 31 05:55:30 2026] GET /v2.0/security-groups/3c7167b9-3c49-47ae-a2ac-3eb3b6609283?project_id=e7062b286ec84b51b14cee1108f2684d => generated 2846 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/213] 199.204.45.240 () {44 vars in 999 bytes} [Tue Mar 31 05:55:30 2026] GET /v2.0/security-groups/3c7167b9-3c49-47ae-a2ac-3eb3b6609283 => 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: 109/214] 199.204.45.240 () {44 vars in 1086 bytes} [Tue Mar 31 05:55:30 2026] GET /v2.0/security-groups/3c7167b9-3c49-47ae-a2ac-3eb3b6609283?project_id=e7062b286ec84b51b14cee1108f2684d => 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: 106/215] 199.204.45.240 () {48 vars in 989 bytes} [Tue Mar 31 05:55:30 2026] POST /v2.0/security-group-rules => generated 601 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/216] 199.204.45.240 () {44 vars in 1086 bytes} [Tue Mar 31 05:55:31 2026] GET /v2.0/security-groups/3c7167b9-3c49-47ae-a2ac-3eb3b6609283?project_id=e7062b286ec84b51b14cee1108f2684d => generated 3460 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/217] 199.204.45.240 () {44 vars in 999 bytes} [Tue Mar 31 05:55:31 2026] GET /v2.0/security-groups/3c7167b9-3c49-47ae-a2ac-3eb3b6609283 => generated 3460 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/218] 199.204.45.240 () {44 vars in 1086 bytes} [Tue Mar 31 05:55:31 2026] GET /v2.0/security-groups/3c7167b9-3c49-47ae-a2ac-3eb3b6609283?project_id=e7062b286ec84b51b14cee1108f2684d => generated 3460 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/219] 199.204.45.240 () {48 vars in 989 bytes} [Tue Mar 31 05:55:31 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: 7|app: 0|req: 118/238] 199.204.45.240 () {30 vars in 738 bytes} [Tue Mar 31 05:57:36 2026] GET /v2.0/networks?tenant_id=e7062b286ec84b51b14cee1108f2684d&shared=False => generated 15 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 05:57:36.980 8 INFO neutron.db.segments_db [None req-4292a34a-778d-4546-9faf-0718b8975eba 167e512636d04cf097bc581e3fb313d5 e7062b286ec84b51b14cee1108f2684d - - ece6f9b4faf34b6382ff35aa3480793c ece6f9b4faf34b6382ff35aa3480793c] Added segment 039b2484-d0db-467b-a479-9c49d54763c7 of type vxlan for network 2130264a-9f00-46f2-995b-c1b161e37a65 [pid: 8|app: 0|req: 121/239] 199.204.45.240 () {34 vars in 680 bytes} [Tue Mar 31 05:57:36 2026] POST /v2.0/networks => generated 718 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/240] 199.204.45.240 () {30 vars in 720 bytes} [Tue Mar 31 05:57:37 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/241] 199.204.45.240 () {30 vars in 631 bytes} [Tue Mar 31 05:57:37 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: 120/242] 199.204.45.240 () {34 vars in 675 bytes} [Tue Mar 31 05:57:37 2026] POST /v2.0/ports => generated 999 bytes in 908 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/243] 199.204.45.240 () {30 vars in 701 bytes} [Tue Mar 31 05:57:38 2026] GET /v2.0/networks/2130264a-9f00-46f2-995b-c1b161e37a65 => generated 705 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/244] 199.204.45.240 () {30 vars in 720 bytes} [Tue Mar 31 05:57:40 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/245] 199.204.45.240 () {30 vars in 701 bytes} [Tue Mar 31 05:57:40 2026] GET /v2.0/networks/2130264a-9f00-46f2-995b-c1b161e37a65 => generated 705 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/248] 199.204.45.240 () {44 vars in 973 bytes} [Tue Mar 31 05:57:53 2026] GET /v2.0/quotas/e7062b286ec84b51b14cee1108f2684d => 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: 126/249] 199.204.45.240 () {48 vars in 1025 bytes} [Tue Mar 31 05:57:53 2026] PUT /v2.0/quotas/e7062b286ec84b51b14cee1108f2684d => generated 291 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:08:25.782 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0d34e34e-654a-43f5-9f1c-439fbd5004ca 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 169/334] 199.204.45.240 () {44 vars in 925 bytes} [Tue Mar 31 06:08:25 2026] GET /v2.0/networks/public => generated 108 bytes in 124 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 166/335] 199.204.45.240 () {44 vars in 947 bytes} [Tue Mar 31 06:08:25 2026] GET /v2.0/networks?name=public => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:08:26.950 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a6f25cab-eddf-4db4-abde-96c15c25bc5e 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 170/336] 199.204.45.240 () {44 vars in 925 bytes} [Tue Mar 31 06:08:26 2026] GET /v2.0/networks/public => generated 108 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 167/337] 199.204.45.240 () {44 vars in 947 bytes} [Tue Mar 31 06:08:26 2026] GET /v2.0/networks?name=public => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:08:27.024 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ed79ccbe-658d-4dec-ba33-09b5928c5dff 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 171/338] 199.204.45.240 () {44 vars in 1032 bytes} [Tue Mar 31 06:08:27 2026] GET /v2.0/subnets/public-subnet?network_id=99b58f27-84d4-4730-be1d-f5d2cce50535 => generated 113 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 168/339] 199.204.45.240 () {44 vars in 1055 bytes} [Tue Mar 31 06:08:27 2026] GET /v2.0/subnets?name=public-subnet&network_id=99b58f27-84d4-4730-be1d-f5d2cce50535 => generated 667 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:08:52.510 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f0a90cd0-58fb-4eb9-8b9d-f390cd0c5a76 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 171/344] 199.204.45.240 () {44 vars in 935 bytes} [Tue Mar 31 06:08:52 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 65 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 174/345] 199.204.45.240 () {44 vars in 957 bytes} [Tue Mar 31 06:08:52 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:08:53.446 7 INFO neutron.pecan_wsgi.hooks.translation [None req-48a99886-83c0-428c-b7ec-5b776c62b9b8 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 172/346] 199.204.45.240 () {44 vars in 935 bytes} [Tue Mar 31 06:08:53 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 175/347] 199.204.45.240 () {44 vars in 957 bytes} [Tue Mar 31 06:08:53 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:08:53.524 7 INFO neutron.pecan_wsgi.hooks.translation [None req-41ed1713-fc78-4ca6-b419-1eb4bb31e4cd 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 173/348] 199.204.45.240 () {44 vars in 1034 bytes} [Tue Mar 31 06:08:53 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=d7b4a1cc-85ef-49bd-a0b8-5a29dd7211e4 => generated 114 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/349] 199.204.45.240 () {44 vars in 1057 bytes} [Tue Mar 31 06:08:53 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=d7b4a1cc-85ef-49bd-a0b8-5a29dd7211e4 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:08:54.652 7 INFO neutron.api.v2.resource [None req-0fe39b9d-4d32-4169-9793-2ab10c667e14 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 174/350] 199.204.45.240 () {44 vars in 969 bytes} [Tue Mar 31 06:08:54 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/351] 199.204.45.240 () {44 vars in 991 bytes} [Tue Mar 31 06:08:54 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 175/352] 199.204.45.240 () {44 vars in 999 bytes} [Tue Mar 31 06:08:55 2026] GET /v2.0/security-groups/ebcbf101-1cd3-443d-ad95-deb3202a3f03 => generated 4694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/353] 199.204.45.240 () {44 vars in 999 bytes} [Tue Mar 31 06:08:55 2026] GET /v2.0/security-groups/ebcbf101-1cd3-443d-ad95-deb3202a3f03 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/354] 199.204.45.240 () {44 vars in 1009 bytes} [Tue Mar 31 06:08:55 2026] GET /v2.0/security-group-rules/9b684eb7-2780-4176-8e7d-636fcddb1f86 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/355] 199.204.45.240 () {44 vars in 999 bytes} [Tue Mar 31 06:08:56 2026] GET /v2.0/security-groups/ebcbf101-1cd3-443d-ad95-deb3202a3f03 => generated 4694 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/356] 199.204.45.240 () {44 vars in 999 bytes} [Tue Mar 31 06:08:56 2026] GET /v2.0/security-groups/ebcbf101-1cd3-443d-ad95-deb3202a3f03 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/357] 199.204.45.240 () {44 vars in 1009 bytes} [Tue Mar 31 06:08:56 2026] GET /v2.0/security-group-rules/84a06358-9630-4347-9f9a-955097c29dea => 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: 178/358] 199.204.45.240 () {44 vars in 999 bytes} [Tue Mar 31 06:08:57 2026] GET /v2.0/security-groups/ebcbf101-1cd3-443d-ad95-deb3202a3f03 => generated 4694 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/359] 199.204.45.240 () {44 vars in 999 bytes} [Tue Mar 31 06:08:57 2026] GET /v2.0/security-groups/ebcbf101-1cd3-443d-ad95-deb3202a3f03 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/360] 199.204.45.240 () {44 vars in 1009 bytes} [Tue Mar 31 06:08:57 2026] GET /v2.0/security-group-rules/ee9016e4-6a20-4300-8bdf-0e2dab857967 => generated 603 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/361] 199.204.45.240 () {44 vars in 999 bytes} [Tue Mar 31 06:08:58 2026] GET /v2.0/security-groups/ebcbf101-1cd3-443d-ad95-deb3202a3f03 => generated 4694 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/362] 199.204.45.240 () {44 vars in 999 bytes} [Tue Mar 31 06:08:58 2026] GET /v2.0/security-groups/ebcbf101-1cd3-443d-ad95-deb3202a3f03 => 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/363] 199.204.45.240 () {44 vars in 1009 bytes} [Tue Mar 31 06:08:58 2026] GET /v2.0/security-group-rules/6a4f4a35-e0cb-495b-86c3-31cdf06de6c1 => generated 603 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/364] 199.204.45.240 () {44 vars in 999 bytes} [Tue Mar 31 06:08:59 2026] GET /v2.0/security-groups/ebcbf101-1cd3-443d-ad95-deb3202a3f03 => generated 4694 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/365] 199.204.45.240 () {44 vars in 999 bytes} [Tue Mar 31 06:08:59 2026] GET /v2.0/security-groups/ebcbf101-1cd3-443d-ad95-deb3202a3f03 => 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: 182/366] 199.204.45.240 () {44 vars in 1009 bytes} [Tue Mar 31 06:08:59 2026] GET /v2.0/security-group-rules/ed32aa10-dd46-4be0-9b4e-4be0707c6467 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/367] 199.204.45.240 () {44 vars in 985 bytes} [Tue Mar 31 06:09:00 2026] GET /v2.0/networks/d7b4a1cc-85ef-49bd-a0b8-5a29dd7211e4 => generated 732 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:09:00.834 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ef3fab95-2dc0-43db-a075-6321f8348a11 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 183/368] 199.204.45.240 () {44 vars in 1074 bytes} [Tue Mar 31 06:09:00 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=d7b4a1cc-85ef-49bd-a0b8-5a29dd7211e4 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/369] 199.204.45.240 () {44 vars in 1097 bytes} [Tue Mar 31 06:09:00 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=d7b4a1cc-85ef-49bd-a0b8-5a29dd7211e4 => generated 1250 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/370] 199.204.45.240 () {44 vars in 999 bytes} [Tue Mar 31 06:09:00 2026] GET /v2.0/security-groups/ebcbf101-1cd3-443d-ad95-deb3202a3f03 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:09:07.870 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a52cd5e6-5242-46c5-a0c0-58fb1ad377e1 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 186/373] 199.204.45.240 () {44 vars in 977 bytes} [Tue Mar 31 06:09:07 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/374] 199.204.45.240 () {44 vars in 999 bytes} [Tue Mar 31 06:09:07 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/375] 199.204.45.240 () {44 vars in 918 bytes} [Tue Mar 31 06:09:09 2026] GET /v2.0/ports => generated 4721 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:09:10.376 8 INFO neutron.api.v2.resource [None req-76afd374-24bf-4677-9cd5-82dae877b9f7 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 189/376] 199.204.45.240 () {44 vars in 957 bytes} [Tue Mar 31 06:09:10 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/377] 199.204.45.240 () {44 vars in 979 bytes} [Tue Mar 31 06:09:10 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/378] 199.204.45.240 () {44 vars in 999 bytes} [Tue Mar 31 06:09:11 2026] GET /v2.0/security-groups/0d7894d1-c4f7-40d0-a645-89fcd663f0f4 => generated 2882 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/379] 199.204.45.240 () {44 vars in 999 bytes} [Tue Mar 31 06:09:11 2026] GET /v2.0/security-groups/0d7894d1-c4f7-40d0-a645-89fcd663f0f4 => generated 2882 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/380] 199.204.45.240 () {44 vars in 1009 bytes} [Tue Mar 31 06:09:11 2026] GET /v2.0/security-group-rules/ce6b6292-8e56-479d-a691-7f297fc8cd5b => generated 621 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/381] 199.204.45.240 () {44 vars in 999 bytes} [Tue Mar 31 06:09:12 2026] GET /v2.0/security-groups/0d7894d1-c4f7-40d0-a645-89fcd663f0f4 => generated 2882 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/382] 199.204.45.240 () {44 vars in 999 bytes} [Tue Mar 31 06:09:12 2026] GET /v2.0/security-groups/0d7894d1-c4f7-40d0-a645-89fcd663f0f4 => generated 2882 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/383] 199.204.45.240 () {44 vars in 1009 bytes} [Tue Mar 31 06:09:12 2026] GET /v2.0/security-group-rules/5d309959-3aba-4355-a08d-50d22c6bf036 => generated 625 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/386] 199.204.45.240 () {44 vars in 973 bytes} [Tue Mar 31 06:09:23 2026] GET /v2.0/quotas/f13f8b8231514851a966b0c2a1c9e67d => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:10:12.798 7 INFO neutron.api.v2.resource [None req-de56da74-a275-41be-824f-1d5e7ffa795a 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 197/393] 199.204.45.240 () {44 vars in 1072 bytes} [Tue Mar 31 06:10:12 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=e7062b286ec84b51b14cee1108f2684d => generated 139 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/394] 199.204.45.240 () {44 vars in 1095 bytes} [Tue Mar 31 06:10:12 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=e7062b286ec84b51b14cee1108f2684d => generated 4072 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/395] 199.204.45.240 () {44 vars in 1086 bytes} [Tue Mar 31 06:10:13 2026] GET /v2.0/security-groups/3c7167b9-3c49-47ae-a2ac-3eb3b6609283?project_id=e7062b286ec84b51b14cee1108f2684d => generated 4075 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/396] 199.204.45.240 () {44 vars in 999 bytes} [Tue Mar 31 06:10:13 2026] GET /v2.0/security-groups/3c7167b9-3c49-47ae-a2ac-3eb3b6609283 => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/397] 199.204.45.240 () {44 vars in 1009 bytes} [Tue Mar 31 06:10:13 2026] GET /v2.0/security-group-rules/b5a0e80b-5158-42b2-a9cc-65caf26ad3ad => generated 597 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/398] 199.204.45.240 () {44 vars in 1086 bytes} [Tue Mar 31 06:10:14 2026] GET /v2.0/security-groups/3c7167b9-3c49-47ae-a2ac-3eb3b6609283?project_id=e7062b286ec84b51b14cee1108f2684d => generated 4075 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/399] 199.204.45.240 () {44 vars in 999 bytes} [Tue Mar 31 06:10:14 2026] GET /v2.0/security-groups/3c7167b9-3c49-47ae-a2ac-3eb3b6609283 => generated 4075 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/400] 199.204.45.240 () {44 vars in 1009 bytes} [Tue Mar 31 06:10:14 2026] GET /v2.0/security-group-rules/14e8a47b-7169-4292-bb07-bb1e0fe8868c => generated 599 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/401] 199.204.45.240 () {44 vars in 1086 bytes} [Tue Mar 31 06:10:15 2026] GET /v2.0/security-groups/3c7167b9-3c49-47ae-a2ac-3eb3b6609283?project_id=e7062b286ec84b51b14cee1108f2684d => generated 4075 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/402] 199.204.45.240 () {44 vars in 999 bytes} [Tue Mar 31 06:10:15 2026] GET /v2.0/security-groups/3c7167b9-3c49-47ae-a2ac-3eb3b6609283 => 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: 202/403] 199.204.45.240 () {44 vars in 1009 bytes} [Tue Mar 31 06:10:15 2026] GET /v2.0/security-group-rules/6a3c12f6-f972-4f72-a32b-053298edd21f => 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: 202/404] 199.204.45.240 () {44 vars in 1086 bytes} [Tue Mar 31 06:10:16 2026] GET /v2.0/security-groups/3c7167b9-3c49-47ae-a2ac-3eb3b6609283?project_id=e7062b286ec84b51b14cee1108f2684d => generated 4075 bytes in 60 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.240 () {44 vars in 999 bytes} [Tue Mar 31 06:10:16 2026] GET /v2.0/security-groups/3c7167b9-3c49-47ae-a2ac-3eb3b6609283 => generated 4075 bytes in 29 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.240 () {44 vars in 1009 bytes} [Tue Mar 31 06:10:16 2026] GET /v2.0/security-group-rules/a5fb416f-0396-4e30-a574-b8b028c4d1c1 => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/409] 199.204.45.240 () {44 vars in 973 bytes} [Tue Mar 31 06:10:24 2026] GET /v2.0/quotas/e7062b286ec84b51b14cee1108f2684d => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/416] 199.204.45.240 () {44 vars in 947 bytes} [Tue Mar 31 06:11:11 2026] GET /v2.0/networks?name=public => generated 753 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/421] 10.0.0.183 () {32 vars in 647 bytes} [Tue Mar 31 06:11:49 2026] GET /v2.0/networks => generated 2168 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/424] 10.0.0.183 () {32 vars in 653 bytes} [Tue Mar 31 06:11:50 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: 7|app: 0|req: 212/425] 10.0.0.183 () {32 vars in 645 bytes} [Tue Mar 31 06:11:50 2026] GET /v2.0/routers => generated 15 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/426] 10.0.0.183 () {32 vars in 641 bytes} [Tue Mar 31 06:11:50 2026] GET /v2.0/ports => generated 4721 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/427] 10.0.0.183 () {32 vars in 645 bytes} [Tue Mar 31 06:11:50 2026] GET /v2.0/subnets => generated 1308 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/428] 10.0.0.183 () {32 vars in 647 bytes} [Tue Mar 31 06:11:50 2026] GET /v2.0/networks => generated 2168 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/429] 10.0.0.183 () {32 vars in 661 bytes} [Tue Mar 31 06:11:50 2026] GET /v2.0/security-groups => generated 17397 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/430] 10.0.0.183 () {32 vars in 653 bytes} [Tue Mar 31 06:11:50 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:12:01.543 7 INFO neutron.db.segments_db [None req-af0788e2-2363-4332-9f31-0d739dc93bf3 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Added segment d782621b-26c7-4123-bbef-52d373e506a0 of type vxlan for network a28cacba-9f91-4507-b369-6131500da560 [pid: 7|app: 0|req: 215/431] 10.0.0.183 () {34 vars in 669 bytes} [Tue Mar 31 06:12:01 2026] POST /v2.0/networks => generated 748 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:12:01.677 8 INFO neutron.db.segments_db [None req-16e2bbd5-65b5-4758-802d-f8320f740ef6 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Added segment fae9af5c-72a4-4403-900f-5b9ebf0eb981 of type vxlan for network 13b2e43d-b21d-4b76-a14f-685d08b7d6ec [pid: 8|app: 0|req: 217/432] 10.0.0.183 () {34 vars in 669 bytes} [Tue Mar 31 06:12:01 2026] POST /v2.0/networks => generated 751 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:12:01.820 7 INFO neutron.db.segments_db [None req-13a75438-a435-4c2c-9242-4934a73b314a 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Added segment 3533be76-b543-4918-a81b-f6f066e8c5ad of type vxlan for network 2573c524-ab3a-4de4-be8a-b26f6db5999a [pid: 7|app: 0|req: 216/433] 10.0.0.183 () {34 vars in 669 bytes} [Tue Mar 31 06:12:01 2026] POST /v2.0/networks => generated 748 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/434] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:12:01 2026] POST /v2.0/subnets => generated 695 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/435] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:12:01 2026] POST /v2.0/subnets => generated 698 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:12:02.140 7 INFO neutron.db.segments_db [None req-874582a0-f967-4588-8002-6f25acdb2bcf 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Added segment f50d768e-a33d-459f-bdb2-f409964ebe7a of type vxlan for network 55d3ec60-333e-41d8-a3fd-2937e572bb79 [pid: 8|app: 0|req: 219/436] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:12:01 2026] POST /v2.0/subnets => generated 695 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:12:02.191 8 INFO neutron.db.segments_db [None req-3a8a27a7-9df2-496e-a351-8ddb045aa538 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Added segment 7217b1e6-d8a1-4c34-8483-0d53c40c48cd of type vxlan for network 006574b7-7c9a-4f9a-b6a9-0235e5ee7f29 2026-03-31 06:12:02.380 7 INFO neutron.db.l3_hamode_db [None req-874582a0-f967-4588-8002-6f25acdb2bcf 3d16137646fb4a9bbcc3c445048aca03 0b68b0f7e42343d3ae11b8894ad21835 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-31 06:12:02.396 8 INFO neutron.db.l3_hamode_db [None req-3a8a27a7-9df2-496e-a351-8ddb045aa538 3d16137646fb4a9bbcc3c445048aca03 b29c0646a1b34008b3fc240d9d0430ad - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-31 06:12:03.161 7 INFO neutron.db.l3_hamode_db [None req-874582a0-f967-4588-8002-6f25acdb2bcf 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-31 06:12:03.212 8 INFO neutron.db.l3_hamode_db [None req-3a8a27a7-9df2-496e-a351-8ddb045aa538 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 218/437] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:12:02 2026] POST /v2.0/routers => generated 735 bytes in 2188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/438] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:12:02 2026] POST /v2.0/routers => generated 738 bytes in 2222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:12:04.412 8 INFO neutron.db.segments_db [None req-1c480ccf-9ba5-4444-8b98-47db091def59 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Added segment 5f6bee75-2ceb-4d87-af8c-435f5be87746 of type vxlan for network 689accda-7afa-4203-8996-d923ed94b3ce [pid: 7|app: 0|req: 219/439] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:12:04 2026] GET /v2.0/security-groups?tenant_id=b1f3a08dab13494ca0a1789ee1c2edaa&name=default => generated 2922 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:12:04.639 8 INFO neutron.db.l3_hamode_db [None req-1c480ccf-9ba5-4444-8b98-47db091def59 3d16137646fb4a9bbcc3c445048aca03 5a84e98143304a66b0009b5798e47fd3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-31 06:12:05.358 8 INFO neutron.db.l3_hamode_db [None req-1c480ccf-9ba5-4444-8b98-47db091def59 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 220/440] 10.0.0.183 () {34 vars in 781 bytes} [Tue Mar 31 06:12:04 2026] PUT /v2.0/routers/2d1253b4-f0b5-4d97-b2ec-16af2fdbe3bd/add_router_interface => generated 309 bytes in 1145 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/441] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:12:04 2026] POST /v2.0/routers => generated 735 bytes in 1837 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/442] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:12:06 2026] DELETE /v2.0/security-groups/eef53dc6-3cd6-48bd-be75-e10850f09ac6 => 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: 221/445] 10.0.0.183 () {34 vars in 781 bytes} [Tue Mar 31 06:12:05 2026] PUT /v2.0/routers/71af3109-9177-467a-b381-7d30e1b8c028/add_router_interface => generated 309 bytes in 1016 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/446] 10.0.0.183 () {34 vars in 683 bytes} [Tue Mar 31 06:12:06 2026] POST /v2.0/security-groups => generated 1661 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/447] 10.0.0.183 () {34 vars in 693 bytes} [Tue Mar 31 06:12:06 2026] POST /v2.0/security-group-rules => generated 597 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/448] 10.0.0.183 () {34 vars in 693 bytes} [Tue Mar 31 06:12:06 2026] POST /v2.0/security-group-rules => generated 602 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/449] 10.0.0.183 () {34 vars in 674 bytes} [Tue Mar 31 06:12:07 2026] POST /v2.0/floatingips => generated 552 bytes in 491 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/450] 10.0.0.183 () {34 vars in 781 bytes} [Tue Mar 31 06:12:06 2026] PUT /v2.0/routers/9aaed120-54d2-4501-ba8b-7566a932c231/add_router_interface => generated 309 bytes in 1230 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/451] 10.0.0.183 () {34 vars in 683 bytes} [Tue Mar 31 06:12:07 2026] POST /v2.0/security-groups => generated 1659 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/452] 10.0.0.183 () {34 vars in 693 bytes} [Tue Mar 31 06:12:07 2026] POST /v2.0/security-group-rules => generated 597 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/453] 10.0.0.183 () {34 vars in 693 bytes} [Tue Mar 31 06:12:07 2026] POST /v2.0/security-group-rules => generated 602 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:12:08.295 7 INFO neutron.db.segments_db [None req-e15257d9-77cb-4486-ba0c-285aa60aeaa9 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Added segment 3a889e99-be9a-4466-b815-3548cbf45360 of type vxlan for network 3bd00d5b-e119-4678-af4b-d3a04bae4c41 [pid: 7|app: 0|req: 228/454] 10.0.0.183 () {34 vars in 669 bytes} [Tue Mar 31 06:12:08 2026] POST /v2.0/networks => generated 745 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/455] 10.0.0.183 () {34 vars in 674 bytes} [Tue Mar 31 06:12:07 2026] POST /v2.0/floatingips => generated 552 bytes in 490 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/456] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:12:08 2026] POST /v2.0/subnets => generated 692 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/457] 10.0.0.204 () {38 vars in 969 bytes} [Tue Mar 31 06:12:08 2026] POST /v2.0/security-groups => generated 1686 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-31 06:12:08.665 7 INFO neutron.db.segments_db [None req-a180ef79-329a-4c45-bb34-1356812013ef 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Added segment cd20e36e-4076-440a-9b74-8e786707ef8a of type vxlan for network a8ecb95d-9633-432d-ba89-835d853a2227 2026-03-31 06:12:08.883 7 INFO neutron.db.l3_hamode_db [None req-a180ef79-329a-4c45-bb34-1356812013ef 3d16137646fb4a9bbcc3c445048aca03 277cbd4707964ec18132f5168c4c01ae - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 229/458] 10.0.0.204 () {34 vars in 1096 bytes} [Tue Mar 31 06:12:08 2026] GET /v2.0/security-groups?name=tempest-securitygroup--736218274&fields=id&tenant_id=b29c0646a1b34008b3fc240d9d0430ad => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/459] 10.0.0.204 () {34 vars in 980 bytes} [Tue Mar 31 06:12:08 2026] GET /v2.0/networks?id=13b2e43d-b21d-4b76-a14f-685d08b7d6ec => generated 683 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/460] 10.0.0.204 () {34 vars in 989 bytes} [Tue Mar 31 06:12:08 2026] GET /v2.0/security-groups/bcf0f9a4-95e0-471e-aff5-11f43e709ad2 => generated 1686 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/461] 10.0.0.204 () {34 vars in 963 bytes} [Tue Mar 31 06:12:09 2026] GET /v2.0/quotas/b29c0646a1b34008b3fc240d9d0430ad => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/462] 10.0.0.204 () {38 vars in 979 bytes} [Tue Mar 31 06:12:09 2026] POST /v2.0/security-group-rules => generated 614 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/463] 10.0.0.204 () {34 vars in 1000 bytes} [Tue Mar 31 06:12:09 2026] GET /v2.0/ports?tenant_id=b29c0646a1b34008b3fc240d9d0430ad&fields=id => generated 103 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/464] 10.0.0.204 () {38 vars in 969 bytes} [Tue Mar 31 06:12:09 2026] POST /v2.0/security-groups => generated 1684 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/465] 10.0.0.204 () {34 vars in 989 bytes} [Tue Mar 31 06:12:09 2026] GET /v2.0/security-groups/7d59aadf-410b-41b7-9e03-838d78344d10 => generated 1684 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:12:09.556 7 INFO neutron.db.l3_hamode_db [None req-a180ef79-329a-4c45-bb34-1356812013ef 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 237/466] 10.0.0.204 () {38 vars in 979 bytes} [Tue Mar 31 06:12:09 2026] POST /v2.0/security-group-rules => generated 614 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/467] 10.0.0.204 () {34 vars in 989 bytes} [Tue Mar 31 06:12:09 2026] GET /v2.0/security-groups/7d59aadf-410b-41b7-9e03-838d78344d10 => generated 2309 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/468] 10.0.0.204 () {38 vars in 979 bytes} [Tue Mar 31 06:12:09 2026] POST /v2.0/security-group-rules => generated 619 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/469] 10.0.0.204 () {34 vars in 905 bytes} [Tue Mar 31 06:12:09 2026] GET /v2.0/extensions => generated 21537 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/470] 10.0.0.204 () {34 vars in 989 bytes} [Tue Mar 31 06:12:09 2026] GET /v2.0/security-groups/7d59aadf-410b-41b7-9e03-838d78344d10 => generated 2939 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/471] 10.0.0.204 () {34 vars in 1006 bytes} [Tue Mar 31 06:12:09 2026] GET /v2.0/networks/13b2e43d-b21d-4b76-a14f-685d08b7d6ec?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: 243/472] 10.0.0.204 () {34 vars in 999 bytes} [Tue Mar 31 06:12:09 2026] GET /v2.0/security-group-rules/d901303f-2713-4654-9384-5c333346242a => generated 616 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/473] 10.0.0.204 () {34 vars in 1106 bytes} [Tue Mar 31 06:12:09 2026] GET /v2.0/networks/13b2e43d-b21d-4b76-a14f-685d08b7d6ec?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: 245/474] 10.0.0.204 () {34 vars in 989 bytes} [Tue Mar 31 06:12:09 2026] GET /v2.0/security-groups/7d59aadf-410b-41b7-9e03-838d78344d10 => generated 2939 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/475] 10.0.0.204 () {36 vars in 1021 bytes} [Tue Mar 31 06:12:09 2026] DELETE /v2.0/security-group-rules/d901303f-2713-4654-9384-5c333346242a => 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: 247/476] 10.0.0.204 () {34 vars in 989 bytes} [Tue Mar 31 06:12:10 2026] GET /v2.0/security-groups/7d59aadf-410b-41b7-9e03-838d78344d10 => generated 2309 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/477] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:10 2026] GET /v2.0/ports?device_id=9e197928-4ef6-4a3d-8c1c-260b5ea57377 => 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: 249/478] 10.0.0.204 () {36 vars in 1011 bytes} [Tue Mar 31 06:12:10 2026] DELETE /v2.0/security-groups/7d59aadf-410b-41b7-9e03-838d78344d10 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/479] 10.0.0.204 () {34 vars in 989 bytes} [Tue Mar 31 06:12:10 2026] GET /v2.0/security-groups/bcf0f9a4-95e0-471e-aff5-11f43e709ad2 => generated 2311 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/480] 10.0.0.204 () {36 vars in 1011 bytes} [Tue Mar 31 06:12:10 2026] DELETE /v2.0/security-groups/bcf0f9a4-95e0-471e-aff5-11f43e709ad2 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/481] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:12:08 2026] POST /v2.0/routers => generated 732 bytes in 1919 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:12:11.012 8 INFO neutron_taas.services.taas.taas_plugin [None req-060010a1-85c7-4fb2-8e94-7a8a768f5651 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: 338e5bad-b16c-4767-ae37-d657e339653e 2026-03-31 06:12:11.019 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-060010a1-85c7-4fb2-8e94-7a8a768f5651 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: 338e5bad-b16c-4767-ae37-d657e339653e [pid: 8|app: 0|req: 252/482] 10.0.0.183 () {34 vars in 787 bytes} [Tue Mar 31 06:12:10 2026] PUT /v2.0/routers/9aaed120-54d2-4501-ba8b-7566a932c231/remove_router_interface => generated 309 bytes in 1085 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/483] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:11 2026] GET /v2.0/ports?device_id=9e197928-4ef6-4a3d-8c1c-260b5ea57377 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:12:11.629 8 INFO neutron_taas.services.taas.taas_plugin [None req-05697875-fa44-480a-bd75-7af064a26079 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: d8732b2a-62c6-4bd4-8ed4-2b8c7e0e09a9 2026-03-31 06:12:11.632 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05697875-fa44-480a-bd75-7af064a26079 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: d8732b2a-62c6-4bd4-8ed4-2b8c7e0e09a9 2026-03-31 06:12:11.793 8 INFO neutron_taas.services.taas.taas_plugin [None req-05697875-fa44-480a-bd75-7af064a26079 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: 15351207-acfb-40f9-8d2f-a77bd62579c9 2026-03-31 06:12:11.795 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05697875-fa44-480a-bd75-7af064a26079 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: 15351207-acfb-40f9-8d2f-a77bd62579c9 2026-03-31 06:12:11.850 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-05697875-fa44-480a-bd75-7af064a26079 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 58, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 40, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 340, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2241, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 645, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 716, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 231/484] 10.0.0.183 () {34 vars in 781 bytes} [Tue Mar 31 06:12:10 2026] PUT /v2.0/routers/cf9545ad-b10a-4117-b3e9-d035e933d7a0/add_router_interface => generated 309 bytes in 1340 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:12:12.171 8 INFO neutron.db.l3_hamode_db [None req-05697875-fa44-480a-bd75-7af064a26079 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] HA network 689accda-7afa-4203-8996-d923ed94b3ce was deleted as no HA routers are present in tenant 5a84e98143304a66b0009b5798e47fd3. [pid: 8|app: 0|req: 254/485] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:12:11 2026] DELETE /v2.0/routers/9aaed120-54d2-4501-ba8b-7566a932c231 => generated 0 bytes in 713 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/486] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:12:12 2026] DELETE /v2.0/subnets/2b9b65dc-0cdb-4ba6-a98a-779926fe3408 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/487] 10.0.0.204 () {34 vars in 1098 bytes} [Tue Mar 31 06:12:12 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1191135702&fields=id&tenant_id=0b68b0f7e42343d3ae11b8894ad21835 => generated 69 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:12:12.439 7 INFO neutron_taas.services.taas.taas_plugin [None req-f5d9107d-8ead-4451-ab75-3d43e392790f 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: 61c25d69-32aa-4bf7-a064-ea4e1cf5eb69 2026-03-31 06:12:12.448 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5d9107d-8ead-4451-ab75-3d43e392790f 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: 61c25d69-32aa-4bf7-a064-ea4e1cf5eb69 [pid: 8|app: 0|req: 256/488] 10.0.0.204 () {38 vars in 969 bytes} [Tue Mar 31 06:12:12 2026] POST /v2.0/security-groups => generated 1680 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-31 06:12:12.498 8 INFO neutron.services.segments.plugin [-] Segment 5f6bee75-2ceb-4d87-af8c-435f5be87746 resource provider aggregate not found 2026-03-31 06:12:12.519 8 INFO neutron.services.segments.plugin [-] Segment 5f6bee75-2ceb-4d87-af8c-435f5be87746 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f6bee75-2ceb-4d87-af8c-435f5be87746 found for delete ", "request_id": "req-981bcb29-1c2d-4a4a-a91d-979c5af6c116"}]} [pid: 8|app: 0|req: 257/489] 10.0.0.204 () {34 vars in 980 bytes} [Tue Mar 31 06:12:12 2026] GET /v2.0/networks?id=a28cacba-9f91-4507-b369-6131500da560 => generated 680 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:12:12.531 8 INFO neutron.services.segments.plugin [-] Segment 5f6bee75-2ceb-4d87-af8c-435f5be87746 resource provider aggregate not found 2026-03-31 06:12:12.548 8 INFO neutron.services.segments.plugin [-] Segment 5f6bee75-2ceb-4d87-af8c-435f5be87746 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f6bee75-2ceb-4d87-af8c-435f5be87746 found for delete ", "request_id": "req-02ab92ff-efa7-418c-ba15-4664dde4be43"}]} [pid: 8|app: 0|req: 258/490] 10.0.0.204 () {38 vars in 969 bytes} [Tue Mar 31 06:12:12 2026] POST /v2.0/security-groups => generated 1682 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/491] 10.0.0.204 () {34 vars in 963 bytes} [Tue Mar 31 06:12:12 2026] GET /v2.0/quotas/0b68b0f7e42343d3ae11b8894ad21835 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/492] 10.0.0.204 () {34 vars in 1000 bytes} [Tue Mar 31 06:12:12 2026] GET /v2.0/ports?tenant_id=0b68b0f7e42343d3ae11b8894ad21835&fields=id => generated 103 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/493] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:12:12 2026] DELETE /v2.0/networks/2573c524-ab3a-4de4-be8a-b26f6db5999a => generated 0 bytes in 376 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/494] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:12 2026] GET /v2.0/ports?device_id=9e197928-4ef6-4a3d-8c1c-260b5ea57377 => 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: 234/495] 10.0.0.204 () {34 vars in 1006 bytes} [Tue Mar 31 06:12:12 2026] GET /v2.0/networks/a28cacba-9f91-4507-b369-6131500da560?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: 235/496] 10.0.0.204 () {34 vars in 1106 bytes} [Tue Mar 31 06:12:12 2026] GET /v2.0/networks/a28cacba-9f91-4507-b369-6131500da560?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: 262/497] 10.0.0.204 () {38 vars in 969 bytes} [Tue Mar 31 06:12:12 2026] POST /v2.0/security-groups => generated 1681 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/498] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:12:12 2026] GET /v2.0/security-groups?tenant_id=5a84e98143304a66b0009b5798e47fd3&name=default => generated 2921 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/499] 10.0.0.204 () {34 vars in 1000 bytes} [Tue Mar 31 06:12:12 2026] GET /v2.0/security-groups?tenant_id=277cbd4707964ec18132f5168c4c01ae => generated 7908 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/500] 10.0.0.204 () {34 vars in 989 bytes} [Tue Mar 31 06:12:12 2026] GET /v2.0/security-groups/c62f6c98-715d-40fb-aa20-35babecda790 => generated 2922 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/501] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:12:12 2026] DELETE /v2.0/security-groups/e4e4dd97-09ac-422a-8ae9-0fc29941a8b8 => 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: 265/502] 10.0.0.204 () {34 vars in 989 bytes} [Tue Mar 31 06:12:12 2026] GET /v2.0/security-groups/c62f6c98-715d-40fb-aa20-35babecda790 => 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: 238/503] 10.0.0.204 () {34 vars in 989 bytes} [Tue Mar 31 06:12:13 2026] GET /v2.0/security-groups/9143398a-a56f-417f-ad9b-782b29ee85a8 => generated 1680 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/504] 10.0.0.204 () {36 vars in 1011 bytes} [Tue Mar 31 06:12:13 2026] DELETE /v2.0/security-groups/9143398a-a56f-417f-ad9b-782b29ee85a8 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:12:13.142 8 INFO neutron.api.v2.resource [req-feec88f4-eaae-4c24-aec7-f03514cf755d req-14a26ce2-adc6-492d-a39d-9bf69cef4501 fa348d6ac4674c78bc6e0f99950b2bc0 277cbd4707964ec18132f5168c4c01ae - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 239/505] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:13 2026] GET /v2.0/ports?device_id=1cc10def-e460-485f-8052-6b3f9f40d5cd => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/506] 10.0.0.204 () {34 vars in 989 bytes} [Tue Mar 31 06:12:13 2026] GET /v2.0/security-groups/9143398a-a56f-417f-ad9b-782b29ee85a8 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/507] 10.0.0.204 () {34 vars in 989 bytes} [Tue Mar 31 06:12:13 2026] GET /v2.0/security-groups/e680184a-c5a9-406a-9453-7157d3899949 => generated 1682 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/508] 10.0.0.204 () {36 vars in 1011 bytes} [Tue Mar 31 06:12:13 2026] DELETE /v2.0/security-groups/e680184a-c5a9-406a-9453-7157d3899949 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:12:13.310 7 INFO neutron.services.segments.plugin [-] Segment 3533be76-b543-4918-a81b-f6f066e8c5ad resource provider aggregate not found 2026-03-31 06:12:13.327 7 INFO neutron.api.v2.resource [req-a466f192-ad61-4225-b8ee-ef54085e4b59 req-db9695a4-0ce1-4a80-8d6d-79c9537e5d54 fa348d6ac4674c78bc6e0f99950b2bc0 277cbd4707964ec18132f5168c4c01ae - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 241/509] 10.0.0.204 () {34 vars in 989 bytes} [Tue Mar 31 06:12:13 2026] GET /v2.0/security-groups/e680184a-c5a9-406a-9453-7157d3899949 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:12:13.373 7 INFO neutron.services.segments.plugin [-] Segment 3533be76-b543-4918-a81b-f6f066e8c5ad resource provider aggregate not found 2026-03-31 06:12:13.384 7 INFO neutron.services.segments.plugin [-] Segment 3533be76-b543-4918-a81b-f6f066e8c5ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3533be76-b543-4918-a81b-f6f066e8c5ad found for delete ", "request_id": "req-8a1182da-ba44-46dd-81d1-aaecbbae2414"}]} 2026-03-31 06:12:13.392 7 INFO neutron.services.segments.plugin [-] Segment 3533be76-b543-4918-a81b-f6f066e8c5ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3533be76-b543-4918-a81b-f6f066e8c5ad found for delete ", "request_id": "req-d2e09e2e-2f81-48c0-843d-5a7f381e21bf"}]} [pid: 8|app: 0|req: 269/510] 10.0.0.204 () {34 vars in 989 bytes} [Tue Mar 31 06:12:13 2026] GET /v2.0/security-groups/9ab97dcb-cbcd-4f3f-89f4-578f3a8c3fb2 => generated 1681 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/511] 10.0.0.204 () {36 vars in 1011 bytes} [Tue Mar 31 06:12:13 2026] DELETE /v2.0/security-groups/9ab97dcb-cbcd-4f3f-89f4-578f3a8c3fb2 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:12:13.563 8 INFO neutron.api.v2.resource [req-787b056c-3e99-42a7-b73c-6c5ea8c15527 req-5f41de8c-bc9e-4fa9-ae67-6aa1da45304c fa348d6ac4674c78bc6e0f99950b2bc0 277cbd4707964ec18132f5168c4c01ae - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 270/512] 10.0.0.204 () {34 vars in 989 bytes} [Tue Mar 31 06:12:13 2026] GET /v2.0/security-groups/9ab97dcb-cbcd-4f3f-89f4-578f3a8c3fb2 => generated 146 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/513] 10.0.0.204 () {34 vars in 1000 bytes} [Tue Mar 31 06:12:13 2026] GET /v2.0/security-groups?tenant_id=277cbd4707964ec18132f5168c4c01ae => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/514] 10.0.0.204 () {34 vars in 989 bytes} [Tue Mar 31 06:12:13 2026] GET /v2.0/security-groups/c62f6c98-715d-40fb-aa20-35babecda790 => generated 2922 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/515] 10.0.0.204 () {34 vars in 989 bytes} [Tue Mar 31 06:12:13 2026] GET /v2.0/security-groups/c62f6c98-715d-40fb-aa20-35babecda790 => generated 2922 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:12:13.744 8 INFO neutron.api.v2.resource [req-835a5f4d-99d6-4d5a-b5be-b3bbe50a3668 req-7b47e018-4860-4bcc-a733-3d54486d098f fa348d6ac4674c78bc6e0f99950b2bc0 277cbd4707964ec18132f5168c4c01ae - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 272/516] 10.0.0.204 () {34 vars in 989 bytes} [Tue Mar 31 06:12:13 2026] GET /v2.0/security-groups/9ab97dcb-cbcd-4f3f-89f4-578f3a8c3fb2 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:12:13.779 7 INFO neutron.api.v2.resource [req-44a259e0-d969-4b9d-a068-0234058dd331 req-dfce1771-f358-4c8e-8d3e-c84c02592211 fa348d6ac4674c78bc6e0f99950b2bc0 277cbd4707964ec18132f5168c4c01ae - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 245/517] 10.0.0.204 () {34 vars in 989 bytes} [Tue Mar 31 06:12:13 2026] GET /v2.0/security-groups/e680184a-c5a9-406a-9453-7157d3899949 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:12:13.813 8 INFO neutron.api.v2.resource [req-69525712-9de5-4330-9cce-2c0e5774b6ac req-af95c6b2-6bc4-4129-ac6c-125ae91b8ca8 fa348d6ac4674c78bc6e0f99950b2bc0 277cbd4707964ec18132f5168c4c01ae - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 273/518] 10.0.0.204 () {34 vars in 989 bytes} [Tue Mar 31 06:12:13 2026] GET /v2.0/security-groups/9143398a-a56f-417f-ad9b-782b29ee85a8 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/519] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:13 2026] GET /v2.0/ports?device_id=9e197928-4ef6-4a3d-8c1c-260b5ea57377 => 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: 275/520] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:14 2026] GET /v2.0/ports?device_id=1cc10def-e460-485f-8052-6b3f9f40d5cd => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:12:14.282 7 INFO neutron_taas.services.taas.taas_plugin [None req-216fec0a-fd09-4b89-aa82-71db415c7935 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: efd59118-6a29-4df1-bb02-55a819cb4f76 2026-03-31 06:12:14.285 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-216fec0a-fd09-4b89-aa82-71db415c7935 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: efd59118-6a29-4df1-bb02-55a819cb4f76 [pid: 7|app: 0|req: 246/521] 10.0.0.183 () {34 vars in 787 bytes} [Tue Mar 31 06:12:13 2026] PUT /v2.0/routers/cf9545ad-b10a-4117-b3e9-d035e933d7a0/remove_router_interface => generated 309 bytes in 1001 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:12:14.949 8 INFO neutron.db.segments_db [None req-d7580a1a-83da-450d-98f7-3f236717de7c 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Added segment ef479ab2-6dd3-4ec7-bc86-b0ee8174d21a of type vxlan for network 49ad57af-6312-48c2-bed6-de0643681442 2026-03-31 06:12:15.009 7 INFO neutron_taas.services.taas.taas_plugin [None req-846f27b9-ec19-4c8e-b4c6-9dbc45bfbcb9 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: 42af55a2-3d7c-4fb9-b0b8-c649778cdf96 2026-03-31 06:12:15.012 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-846f27b9-ec19-4c8e-b4c6-9dbc45bfbcb9 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: 42af55a2-3d7c-4fb9-b0b8-c649778cdf96 [pid: 8|app: 0|req: 276/522] 10.0.0.183 () {34 vars in 669 bytes} [Tue Mar 31 06:12:14 2026] POST /v2.0/networks => generated 744 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/523] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:15 2026] GET /v2.0/ports?device_id=9e197928-4ef6-4a3d-8c1c-260b5ea57377 => 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: 278/524] 199.204.45.240 () {34 vars in 984 bytes} [Tue Mar 31 06:12:15 2026] GET /v2.0/networks?id=13b2e43d-b21d-4b76-a14f-685d08b7d6ec => generated 683 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:12:15.234 7 INFO neutron_taas.services.taas.taas_plugin [None req-846f27b9-ec19-4c8e-b4c6-9dbc45bfbcb9 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: 11f29385-d1e9-45b3-a334-138161458618 2026-03-31 06:12:15.236 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-846f27b9-ec19-4c8e-b4c6-9dbc45bfbcb9 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: 11f29385-d1e9-45b3-a334-138161458618 [pid: 8|app: 0|req: 279/525] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:12:15 2026] POST /v2.0/subnets => generated 691 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/526] 199.204.45.240 () {34 vars in 909 bytes} [Tue Mar 31 06:12:15 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-03-31 06:12:15.309 8 INFO neutron.db.segments_db [None req-4d48e9a9-1ee4-48aa-a20e-cb7273cc53b2 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Added segment 260672c0-d9f7-4ba6-9530-50be007c9975 of type vxlan for network 74cf68e5-b03c-4afc-b6a7-b918c6e18746 2026-03-31 06:12:15.317 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-846f27b9-ec19-4c8e-b4c6-9dbc45bfbcb9 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 58, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 40, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 340, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2241, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 645, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 716, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-03-31 06:12:15.514 8 INFO neutron.db.l3_hamode_db [None req-4d48e9a9-1ee4-48aa-a20e-cb7273cc53b2 3d16137646fb4a9bbcc3c445048aca03 4228ea09084a4e7cad8c80489b2c00c9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-31 06:12:15.646 7 INFO neutron.services.segments.plugin [-] Segment cd20e36e-4076-440a-9b74-8e786707ef8a resource provider aggregate not found 2026-03-31 06:12:15.650 7 INFO neutron.services.segments.plugin [-] Segment cd20e36e-4076-440a-9b74-8e786707ef8a resource provider aggregate not found 2026-03-31 06:12:15.669 7 INFO neutron.services.segments.plugin [-] Segment cd20e36e-4076-440a-9b74-8e786707ef8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd20e36e-4076-440a-9b74-8e786707ef8a found for delete ", "request_id": "req-6d12602f-24cd-41a6-93d2-be4ce9e086ae"}]} 2026-03-31 06:12:15.676 7 INFO neutron.services.segments.plugin [-] Segment cd20e36e-4076-440a-9b74-8e786707ef8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd20e36e-4076-440a-9b74-8e786707ef8a found for delete ", "request_id": "req-ca8b1127-c52d-446e-9e7c-c9643459aebc"}]} 2026-03-31 06:12:15.682 7 INFO neutron.db.l3_hamode_db [None req-846f27b9-ec19-4c8e-b4c6-9dbc45bfbcb9 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] HA network a8ecb95d-9633-432d-ba89-835d853a2227 was deleted as no HA routers are present in tenant 277cbd4707964ec18132f5168c4c01ae. [pid: 7|app: 0|req: 247/527] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:12:14 2026] DELETE /v2.0/routers/cf9545ad-b10a-4117-b3e9-d035e933d7a0 => generated 0 bytes in 860 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/528] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:15 2026] GET /v2.0/ports?device_id=1cc10def-e460-485f-8052-6b3f9f40d5cd => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/529] 199.204.45.240 () {34 vars in 1048 bytes} [Tue Mar 31 06:12:15 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b29c0646a1b34008b3fc240d9d0430ad => generated 180 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/530] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:12:15 2026] DELETE /v2.0/subnets/e4a75cb6-3769-40e9-854f-62f4aeb456b3 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:12:16.160 8 INFO neutron.db.l3_hamode_db [None req-4d48e9a9-1ee4-48aa-a20e-cb7273cc53b2 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 251/531] 199.204.45.240 () {38 vars in 953 bytes} [Tue Mar 31 06:12:15 2026] POST /v2.0/ports => generated 954 bytes in 358 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-03-31 06:12:16.330 7 INFO neutron_taas.services.taas.taas_plugin [None req-4ca8bd59-7bb6-4f80-b9e7-fdf2c79112b9 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: ef853e00-84cc-45f6-b2d1-dea36b2ef097 2026-03-31 06:12:16.333 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ca8bd59-7bb6-4f80-b9e7-fdf2c79112b9 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: ef853e00-84cc-45f6-b2d1-dea36b2ef097 [pid: 7|app: 0|req: 252/532] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:12:16 2026] DELETE /v2.0/networks/3bd00d5b-e119-4678-af4b-d3a04bae4c41 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/533] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:16 2026] GET /v2.0/ports?device_id=9e197928-4ef6-4a3d-8c1c-260b5ea57377 => generated 957 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/534] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:12:15 2026] POST /v2.0/routers => generated 731 bytes in 1725 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/535] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:12:17 2026] GET /v2.0/security-groups?id=f7fb0d7e-3987-487c-b1db-a366a539e3dc&fields=id&fields=name => generated 113 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/536] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:12:17 2026] GET /v2.0/security-groups?tenant_id=277cbd4707964ec18132f5168c4c01ae&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: 284/537] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:17 2026] GET /v2.0/ports?device_id=1cc10def-e460-485f-8052-6b3f9f40d5cd => 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: 254/538] 199.204.45.240 () {38 vars in 1026 bytes} [Tue Mar 31 06:12:16 2026] PUT /v2.0/ports/5d7b7828-98f5-4467-845e-7d880b870a45 => generated 1235 bytes in 674 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: 255/539] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:12:17 2026] DELETE /v2.0/security-groups/c62f6c98-715d-40fb-aa20-35babecda790 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/540] 199.204.45.240 () {34 vars in 984 bytes} [Tue Mar 31 06:12:17 2026] GET /v2.0/networks?id=a28cacba-9f91-4507-b369-6131500da560 => generated 680 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/541] 199.204.45.240 () {34 vars in 1048 bytes} [Tue Mar 31 06:12:17 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0b68b0f7e42343d3ae11b8894ad21835 => generated 181 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:12:17.696 7 INFO neutron.services.segments.plugin [-] Segment 3a889e99-be9a-4466-b815-3548cbf45360 resource provider aggregate not found 2026-03-31 06:12:17.702 7 INFO neutron.services.segments.plugin [-] Segment 3a889e99-be9a-4466-b815-3548cbf45360 resource provider aggregate not found 2026-03-31 06:12:17.720 7 INFO neutron.services.segments.plugin [-] Segment 3a889e99-be9a-4466-b815-3548cbf45360 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a889e99-be9a-4466-b815-3548cbf45360 found for delete ", "request_id": "req-be913f1e-6000-44f4-9ad9-376d026c8267"}]} 2026-03-31 06:12:17.722 7 INFO neutron.services.segments.plugin [-] Segment 3a889e99-be9a-4466-b815-3548cbf45360 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a889e99-be9a-4466-b815-3548cbf45360 found for delete ", "request_id": "req-ab7b368f-e835-46fc-a5fb-775b317acacb"}]} 2026-03-31 06:12:17.819 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c200aebc-eff5-4ee7-b3c5-d12d6103364f'] response: {'name': 'network-changed', 'server_uuid': '9e197928-4ef6-4a3d-8c1c-260b5ea57377', 'tag': '5d7b7828-98f5-4467-845e-7d880b870a45', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 258/542] 199.204.45.240 () {38 vars in 953 bytes} [Tue Mar 31 06:12:17 2026] POST /v2.0/ports => generated 954 bytes in 317 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: 285/543] 10.0.0.183 () {34 vars in 781 bytes} [Tue Mar 31 06:12:17 2026] PUT /v2.0/routers/62649d36-400e-45fa-971f-a81490c6a046/add_router_interface => generated 309 bytes in 1160 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/544] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:18 2026] GET /v2.0/ports?device_id=9e197928-4ef6-4a3d-8c1c-260b5ea57377 => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/545] 199.204.45.240 () {38 vars in 1026 bytes} [Tue Mar 31 06:12:17 2026] PUT /v2.0/ports/ffc2a256-7d90-4af5-84ff-b3ead37da022 => generated 1235 bytes in 448 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: 287/546] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:18 2026] GET /v2.0/ports?device_id=1cc10def-e460-485f-8052-6b3f9f40d5cd => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/547] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:12:18 2026] GET /v2.0/ports?tenant_id=b29c0646a1b34008b3fc240d9d0430ad&device_id=9e197928-4ef6-4a3d-8c1c-260b5ea57377 => generated 1238 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/548] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:12:18 2026] GET /v2.0/security-groups?id=f7fb0d7e-3987-487c-b1db-a366a539e3dc&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: 261/549] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:12:18 2026] GET /v2.0/security-groups?id=b45725f0-6376-468d-9a16-a759977881d7&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/550] 199.204.45.240 () {34 vars in 1056 bytes} [Tue Mar 31 06:12:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=5d7b7828-98f5-4467-845e-7d880b870a45 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/551] 199.204.45.240 () {34 vars in 982 bytes} [Tue Mar 31 06:12:18 2026] GET /v2.0/subnets?id=300aa3d7-5fa9-4b27-81e2-062b0df5bd89 => generated 701 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/552] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:12:18 2026] GET /v2.0/ports?network_id=13b2e43d-b21d-4b76-a14f-685d08b7d6ec&device_owner=network%3Adhcp => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/553] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:12:18 2026] GET /v2.0/networks/13b2e43d-b21d-4b76-a14f-685d08b7d6ec?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: 291/554] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:12:18 2026] GET /v2.0/networks/13b2e43d-b21d-4b76-a14f-685d08b7d6ec?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/555] 10.0.0.183 () {34 vars in 683 bytes} [Tue Mar 31 06:12:18 2026] POST /v2.0/security-groups => generated 1658 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/556] 10.0.0.183 () {34 vars in 693 bytes} [Tue Mar 31 06:12:19 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: 7|app: 0|req: 265/557] 10.0.0.183 () {34 vars in 693 bytes} [Tue Mar 31 06:12:19 2026] POST /v2.0/security-group-rules => generated 602 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/558] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:12:19 2026] GET /v2.0/ports?tenant_id=0b68b0f7e42343d3ae11b8894ad21835&device_id=1cc10def-e460-485f-8052-6b3f9f40d5cd => 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: 267/559] 199.204.45.240 () {34 vars in 1056 bytes} [Tue Mar 31 06:12:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=ffc2a256-7d90-4af5-84ff-b3ead37da022 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/560] 199.204.45.240 () {34 vars in 982 bytes} [Tue Mar 31 06:12:19 2026] GET /v2.0/subnets?id=73254d34-1afd-4933-bfd4-bd14d24b8623 => generated 698 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/561] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:19 2026] GET /v2.0/ports?device_id=9e197928-4ef6-4a3d-8c1c-260b5ea57377 => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/562] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:19 2026] GET /v2.0/ports?device_id=1cc10def-e460-485f-8052-6b3f9f40d5cd => generated 969 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/563] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:12:19 2026] GET /v2.0/ports?network_id=a28cacba-9f91-4507-b369-6131500da560&device_owner=network%3Adhcp => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/564] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:12:19 2026] GET /v2.0/security-groups?id=f7fb0d7e-3987-487c-b1db-a366a539e3dc&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: 7|app: 0|req: 273/565] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:12:19 2026] GET /v2.0/security-groups?id=b45725f0-6376-468d-9a16-a759977881d7&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/566] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:12:19 2026] GET /v2.0/ports?tenant_id=b29c0646a1b34008b3fc240d9d0430ad&device_id=9e197928-4ef6-4a3d-8c1c-260b5ea57377 => generated 1238 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:12:19.871 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f961882f-6211-4d50-ac84-98390abb8f66'] response: {'name': 'network-changed', 'server_uuid': '1cc10def-e460-485f-8052-6b3f9f40d5cd', 'tag': 'ffc2a256-7d90-4af5-84ff-b3ead37da022', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 275/567] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:12:19 2026] GET /v2.0/networks/a28cacba-9f91-4507-b369-6131500da560?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/568] 10.0.0.183 () {34 vars in 674 bytes} [Tue Mar 31 06:12:19 2026] POST /v2.0/floatingips => generated 552 bytes in 590 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/569] 199.204.45.240 () {34 vars in 984 bytes} [Tue Mar 31 06:12:19 2026] GET /v2.0/networks?id=13b2e43d-b21d-4b76-a14f-685d08b7d6ec => generated 779 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/570] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:12:19 2026] GET /v2.0/networks/a28cacba-9f91-4507-b369-6131500da560?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/571] 199.204.45.240 () {34 vars in 1056 bytes} [Tue Mar 31 06:12:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=5d7b7828-98f5-4467-845e-7d880b870a45 => 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: 295/572] 199.204.45.240 () {34 vars in 982 bytes} [Tue Mar 31 06:12:19 2026] GET /v2.0/subnets?id=300aa3d7-5fa9-4b27-81e2-062b0df5bd89 => generated 701 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/573] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:12:20 2026] GET /v2.0/ports?network_id=13b2e43d-b21d-4b76-a14f-685d08b7d6ec&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: 296/574] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:12:20 2026] GET /v2.0/networks/13b2e43d-b21d-4b76-a14f-685d08b7d6ec?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/577] 10.0.0.204 () {34 vars in 1094 bytes} [Tue Mar 31 06:12:20 2026] GET /v2.0/security-groups?name=tempest-securitygroup--46579068&fields=id&tenant_id=4228ea09084a4e7cad8c80489b2c00c9 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/578] 10.0.0.204 () {34 vars in 980 bytes} [Tue Mar 31 06:12:20 2026] GET /v2.0/networks?id=49ad57af-6312-48c2-bed6-de0643681442 => 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: 301/579] 10.0.0.204 () {34 vars in 963 bytes} [Tue Mar 31 06:12:20 2026] GET /v2.0/quotas/4228ea09084a4e7cad8c80489b2c00c9 => 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: 279/580] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:12:20 2026] GET /v2.0/networks/13b2e43d-b21d-4b76-a14f-685d08b7d6ec?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 367 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/581] 10.0.0.204 () {34 vars in 1000 bytes} [Tue Mar 31 06:12:20 2026] GET /v2.0/ports?tenant_id=4228ea09084a4e7cad8c80489b2c00c9&fields=id => generated 57 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/582] 10.0.0.204 () {34 vars in 1006 bytes} [Tue Mar 31 06:12:20 2026] GET /v2.0/networks/49ad57af-6312-48c2-bed6-de0643681442?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: 303/583] 10.0.0.204 () {34 vars in 1106 bytes} [Tue Mar 31 06:12:20 2026] GET /v2.0/networks/49ad57af-6312-48c2-bed6-de0643681442?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/584] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:20 2026] GET /v2.0/ports?device_id=7f63bb43-17ae-4a17-8f06-44e6b671aed8 => 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: 304/585] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:20 2026] GET /v2.0/ports?device_id=9e197928-4ef6-4a3d-8c1c-260b5ea57377 => 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: 282/586] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:20 2026] GET /v2.0/ports?device_id=1cc10def-e460-485f-8052-6b3f9f40d5cd => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/587] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:12:20 2026] GET /v2.0/security-groups?id=f7fb0d7e-3987-487c-b1db-a366a539e3dc&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: 305/588] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:12:20 2026] GET /v2.0/security-groups?id=b45725f0-6376-468d-9a16-a759977881d7&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/589] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:12:20 2026] GET /v2.0/ports?tenant_id=0b68b0f7e42343d3ae11b8894ad21835&device_id=1cc10def-e460-485f-8052-6b3f9f40d5cd => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/590] 199.204.45.240 () {34 vars in 984 bytes} [Tue Mar 31 06:12:20 2026] GET /v2.0/networks?id=a28cacba-9f91-4507-b369-6131500da560 => generated 776 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/591] 199.204.45.240 () {34 vars in 1056 bytes} [Tue Mar 31 06:12:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=ffc2a256-7d90-4af5-84ff-b3ead37da022 => 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: 307/592] 199.204.45.240 () {34 vars in 982 bytes} [Tue Mar 31 06:12:21 2026] GET /v2.0/subnets?id=73254d34-1afd-4933-bfd4-bd14d24b8623 => generated 698 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/593] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:12:21 2026] GET /v2.0/ports?network_id=a28cacba-9f91-4507-b369-6131500da560&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: 308/594] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:12:21 2026] GET /v2.0/networks/a28cacba-9f91-4507-b369-6131500da560?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/595] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:12:21 2026] GET /v2.0/networks/a28cacba-9f91-4507-b369-6131500da560?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: 309/596] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:21 2026] GET /v2.0/ports?device_id=7f63bb43-17ae-4a17-8f06-44e6b671aed8 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/597] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:22 2026] GET /v2.0/ports?device_id=1cc10def-e460-485f-8052-6b3f9f40d5cd => 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: 311/598] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:12:22 2026] GET /v2.0/security-groups?id=b45725f0-6376-468d-9a16-a759977881d7&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/599] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:21 2026] GET /v2.0/ports?device_id=9e197928-4ef6-4a3d-8c1c-260b5ea57377 => generated 969 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/600] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:12:22 2026] GET /v2.0/security-groups?id=f7fb0d7e-3987-487c-b1db-a366a539e3dc&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: 313/601] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:22 2026] GET /v2.0/ports?device_id=7f63bb43-17ae-4a17-8f06-44e6b671aed8 => 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: 289/602] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:12:22 2026] GET /v2.0/security-groups?tenant_id=75edd3347f8847158562477210530ab2&name=default => generated 2925 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/603] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:23 2026] GET /v2.0/ports?device_id=1cc10def-e460-485f-8052-6b3f9f40d5cd => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/604] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:12:23 2026] GET /v2.0/security-groups?id=b45725f0-6376-468d-9a16-a759977881d7&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: 316/605] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:23 2026] GET /v2.0/ports?device_id=9e197928-4ef6-4a3d-8c1c-260b5ea57377 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/606] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:12:23 2026] GET /v2.0/security-groups?id=f7fb0d7e-3987-487c-b1db-a366a539e3dc&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: 290/607] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:12:23 2026] DELETE /v2.0/security-groups/f0fd9fd7-403f-46e7-8805-1d2ad07a2b15 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/608] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:12:23 2026] GET /v2.0/security-groups?tenant_id=9555a14691414cb388fa13043703e8c1&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/609] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:12:23 2026] DELETE /v2.0/security-groups/8f743c29-787b-4d20-a294-66a27446f6cd => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/610] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:24 2026] GET /v2.0/ports?device_id=7f63bb43-17ae-4a17-8f06-44e6b671aed8 => 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: 292/611] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:24 2026] GET /v2.0/ports?device_id=1cc10def-e460-485f-8052-6b3f9f40d5cd => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/612] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:12:24 2026] GET /v2.0/security-groups?id=b45725f0-6376-468d-9a16-a759977881d7&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: 320/613] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:24 2026] GET /v2.0/ports?device_id=9e197928-4ef6-4a3d-8c1c-260b5ea57377 => generated 969 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/614] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:12:24 2026] GET /v2.0/security-groups?id=f7fb0d7e-3987-487c-b1db-a366a539e3dc&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/615] 199.204.45.240 () {34 vars in 984 bytes} [Tue Mar 31 06:12:25 2026] GET /v2.0/networks?id=49ad57af-6312-48c2-bed6-de0643681442 => generated 676 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/616] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:25 2026] GET /v2.0/ports?device_id=7f63bb43-17ae-4a17-8f06-44e6b671aed8 => 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: 322/617] 199.204.45.240 () {34 vars in 1048 bytes} [Tue Mar 31 06:12:25 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4228ea09084a4e7cad8c80489b2c00c9 => generated 179 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/618] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:25 2026] GET /v2.0/ports?device_id=1cc10def-e460-485f-8052-6b3f9f40d5cd => 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: 324/619] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:12:25 2026] GET /v2.0/security-groups?id=b45725f0-6376-468d-9a16-a759977881d7&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: 325/620] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:25 2026] GET /v2.0/ports?device_id=9e197928-4ef6-4a3d-8c1c-260b5ea57377 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/621] 199.204.45.240 () {38 vars in 953 bytes} [Tue Mar 31 06:12:25 2026] POST /v2.0/ports => generated 954 bytes in 433 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 326/622] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:12:25 2026] GET /v2.0/security-groups?id=f7fb0d7e-3987-487c-b1db-a366a539e3dc&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: 297/623] 199.204.45.240 () {38 vars in 1026 bytes} [Tue Mar 31 06:12:25 2026] PUT /v2.0/ports/f156780e-a0f3-45f0-a359-a40f7c93fb83 => generated 1235 bytes in 461 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:12:26.191 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c1ec7252-ae5d-45ca-a553-212c94806101'] response: {'name': 'network-changed', 'server_uuid': '7f63bb43-17ae-4a17-8f06-44e6b671aed8', 'tag': 'f156780e-a0f3-45f0-a359-a40f7c93fb83', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 327/624] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:26 2026] GET /v2.0/ports?device_id=7f63bb43-17ae-4a17-8f06-44e6b671aed8 => generated 969 bytes in 86 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: 298/625] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:12:26 2026] GET /v2.0/security-groups?id=b831c130-9e2c-43d4-b55d-7db4e2ea4a17&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: 8|app: 0|req: 328/626] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:26 2026] GET /v2.0/ports?device_id=1cc10def-e460-485f-8052-6b3f9f40d5cd => 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: 299/627] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:12:26 2026] GET /v2.0/ports?tenant_id=4228ea09084a4e7cad8c80489b2c00c9&device_id=7f63bb43-17ae-4a17-8f06-44e6b671aed8 => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/628] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:12:26 2026] GET /v2.0/security-groups?id=b45725f0-6376-468d-9a16-a759977881d7&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/629] 199.204.45.240 () {34 vars in 1016 bytes} [Tue Mar 31 06:12:26 2026] GET /v2.0/networks?tenant_id=4228ea09084a4e7cad8c80489b2c00c9&shared=False => generated 772 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/630] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:26 2026] GET /v2.0/ports?device_id=9e197928-4ef6-4a3d-8c1c-260b5ea57377 => 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: 301/631] 199.204.45.240 () {34 vars in 928 bytes} [Tue Mar 31 06:12:26 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/632] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:12:26 2026] GET /v2.0/security-groups?id=f7fb0d7e-3987-487c-b1db-a366a539e3dc&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/633] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:27 2026] GET /v2.0/ports?device_id=7f63bb43-17ae-4a17-8f06-44e6b671aed8 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/634] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:12:27 2026] GET /v2.0/security-groups?id=b831c130-9e2c-43d4-b55d-7db4e2ea4a17&fields=id&fields=name => generated 112 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/635] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:27 2026] GET /v2.0/ports?device_id=1cc10def-e460-485f-8052-6b3f9f40d5cd => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/636] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:12:27 2026] GET /v2.0/ports?tenant_id=4228ea09084a4e7cad8c80489b2c00c9&device_id=7f63bb43-17ae-4a17-8f06-44e6b671aed8 => generated 1238 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/637] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:12:27 2026] GET /v2.0/security-groups?id=b45725f0-6376-468d-9a16-a759977881d7&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/638] 199.204.45.240 () {34 vars in 1056 bytes} [Tue Mar 31 06:12:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=f156780e-a0f3-45f0-a359-a40f7c93fb83 => 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: 335/639] 199.204.45.240 () {34 vars in 982 bytes} [Tue Mar 31 06:12:27 2026] GET /v2.0/subnets?id=8a7e083b-66d4-412e-bac9-0ba46247c4ac => generated 694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/640] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:12:28 2026] GET /v2.0/ports?network_id=49ad57af-6312-48c2-bed6-de0643681442&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: 305/641] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:27 2026] GET /v2.0/ports?device_id=9e197928-4ef6-4a3d-8c1c-260b5ea57377 => 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: 337/642] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:12:28 2026] GET /v2.0/security-groups?id=f7fb0d7e-3987-487c-b1db-a366a539e3dc&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: 306/643] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:12:28 2026] GET /v2.0/networks/49ad57af-6312-48c2-bed6-de0643681442?fields=segments => generated 14 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/644] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:12:28 2026] GET /v2.0/networks/49ad57af-6312-48c2-bed6-de0643681442?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/645] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:28 2026] GET /v2.0/ports?device_id=9e197928-4ef6-4a3d-8c1c-260b5ea57377 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/646] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:28 2026] GET /v2.0/ports?device_id=7f63bb43-17ae-4a17-8f06-44e6b671aed8 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/647] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:12:28 2026] GET /v2.0/security-groups?id=b831c130-9e2c-43d4-b55d-7db4e2ea4a17&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: 7|app: 0|req: 310/648] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:12:28 2026] GET /v2.0/security-groups?tenant_id=6d3e9b076f214402959a5184ccf16a76&name=default => generated 2925 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:12:29.114 8 INFO neutron.db.l3_db [None req-60d37eb5-837a-4fab-8684-4c61a8628781 19c3545af92a4b93902781349bb0b5a6 b29c0646a1b34008b3fc240d9d0430ad - - default default] Floating IP 15603550-e717-4d9e-a901-a087e4528637 associated. External IP: 10.96.250.216, port: 5d7b7828-98f5-4467-845e-7d880b870a45. [pid: 7|app: 0|req: 311/649] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:29 2026] GET /v2.0/ports?device_id=1cc10def-e460-485f-8052-6b3f9f40d5cd => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/650] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:12:29 2026] DELETE /v2.0/security-groups/1d2946e7-a689-4532-b396-204e4d07bcf4 => 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: 313/651] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:12:29 2026] GET /v2.0/security-groups?id=b45725f0-6376-468d-9a16-a759977881d7&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/652] 10.0.0.183 () {34 vars in 747 bytes} [Tue Mar 31 06:12:28 2026] PUT /v2.0/floatingips/15603550-e717-4d9e-a901-a087e4528637 => generated 855 bytes in 1208 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/653] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:12:29 2026] GET /v2.0/security-groups?tenant_id=5552f5a47bbc444292f41564692e9c12&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/654] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:29 2026] GET /v2.0/ports?device_id=9e197928-4ef6-4a3d-8c1c-260b5ea57377 => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/655] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:12:29 2026] DELETE /v2.0/security-groups/28041048-1f4f-464d-9220-76bd08f63f16 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/656] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:12:29 2026] GET /v2.0/security-groups?id=f7fb0d7e-3987-487c-b1db-a366a539e3dc&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: 316/657] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:29 2026] GET /v2.0/ports?device_id=7f63bb43-17ae-4a17-8f06-44e6b671aed8 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/658] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:12:29 2026] GET /v2.0/security-groups?id=b831c130-9e2c-43d4-b55d-7db4e2ea4a17&fields=id&fields=name => generated 112 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:12:30.048 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-34aa55ab-9f6f-4f44-a785-6c567353331b'] response: {'name': 'network-changed', 'server_uuid': '9e197928-4ef6-4a3d-8c1c-260b5ea57377', 'tag': '5d7b7828-98f5-4467-845e-7d880b870a45', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 317/659] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:30 2026] GET /v2.0/ports?device_id=1cc10def-e460-485f-8052-6b3f9f40d5cd => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/660] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:12:30 2026] GET /v2.0/security-groups?id=b45725f0-6376-468d-9a16-a759977881d7&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/661] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:12:30 2026] GET /v2.0/ports?tenant_id=b29c0646a1b34008b3fc240d9d0430ad&device_id=9e197928-4ef6-4a3d-8c1c-260b5ea57377 => 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: 344/662] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:30 2026] GET /v2.0/ports?device_id=1cc10def-e460-485f-8052-6b3f9f40d5cd => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/663] 199.204.45.240 () {34 vars in 984 bytes} [Tue Mar 31 06:12:30 2026] GET /v2.0/networks?id=13b2e43d-b21d-4b76-a14f-685d08b7d6ec => generated 779 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/664] 199.204.45.240 () {34 vars in 1056 bytes} [Tue Mar 31 06:12:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=5d7b7828-98f5-4467-845e-7d880b870a45 => generated 858 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/665] 199.204.45.240 () {34 vars in 982 bytes} [Tue Mar 31 06:12:30 2026] GET /v2.0/subnets?id=300aa3d7-5fa9-4b27-81e2-062b0df5bd89 => generated 701 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/666] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:12:30 2026] GET /v2.0/ports?network_id=13b2e43d-b21d-4b76-a14f-685d08b7d6ec&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/667] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:12:30 2026] GET /v2.0/networks/13b2e43d-b21d-4b76-a14f-685d08b7d6ec?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: 349/668] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:12:30 2026] GET /v2.0/networks/13b2e43d-b21d-4b76-a14f-685d08b7d6ec?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/669] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:30 2026] GET /v2.0/ports?device_id=7f63bb43-17ae-4a17-8f06-44e6b671aed8 => 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: 351/670] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:12:30 2026] GET /v2.0/security-groups?id=b831c130-9e2c-43d4-b55d-7db4e2ea4a17&fields=id&fields=name => generated 112 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:12:31.222 7 INFO neutron.db.l3_db [None req-94085170-63c5-497d-924f-4d7712ad0f85 25478ace7ea94ca89e911ce6200a85b0 0b68b0f7e42343d3ae11b8894ad21835 - - default default] Floating IP aea7f7c4-d732-4f25-8eeb-63a03fa47b1e associated. External IP: 10.96.250.204, port: ffc2a256-7d90-4af5-84ff-b3ead37da022. [pid: 7|app: 0|req: 320/671] 10.0.0.183 () {34 vars in 747 bytes} [Tue Mar 31 06:12:30 2026] PUT /v2.0/floatingips/aea7f7c4-d732-4f25-8eeb-63a03fa47b1e => generated 855 bytes in 870 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:12:31.581 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c631fc97-b232-4621-af0a-373e52118257'] response: {'name': 'network-changed', 'server_uuid': '1cc10def-e460-485f-8052-6b3f9f40d5cd', 'tag': 'ffc2a256-7d90-4af5-84ff-b3ead37da022', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 352/672] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:31 2026] GET /v2.0/ports?device_id=1cc10def-e460-485f-8052-6b3f9f40d5cd => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/673] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:12:31 2026] GET /v2.0/security-groups?id=b45725f0-6376-468d-9a16-a759977881d7&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: 353/674] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:32 2026] GET /v2.0/ports?device_id=1cc10def-e460-485f-8052-6b3f9f40d5cd => 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: 354/675] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:12:32 2026] GET /v2.0/security-groups?id=b45725f0-6376-468d-9a16-a759977881d7&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: 355/676] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:12:32 2026] GET /v2.0/ports?tenant_id=0b68b0f7e42343d3ae11b8894ad21835&device_id=1cc10def-e460-485f-8052-6b3f9f40d5cd => generated 1240 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/677] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:32 2026] GET /v2.0/ports?device_id=7f63bb43-17ae-4a17-8f06-44e6b671aed8 => 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: 356/678] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:12:32 2026] GET /v2.0/security-groups?id=b831c130-9e2c-43d4-b55d-7db4e2ea4a17&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/679] 199.204.45.240 () {34 vars in 984 bytes} [Tue Mar 31 06:12:32 2026] GET /v2.0/networks?id=a28cacba-9f91-4507-b369-6131500da560 => generated 776 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/680] 199.204.45.240 () {34 vars in 1056 bytes} [Tue Mar 31 06:12:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=ffc2a256-7d90-4af5-84ff-b3ead37da022 => generated 858 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/681] 199.204.45.240 () {34 vars in 982 bytes} [Tue Mar 31 06:12:32 2026] GET /v2.0/subnets?id=73254d34-1afd-4933-bfd4-bd14d24b8623 => generated 698 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/682] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:12:32 2026] GET /v2.0/ports?network_id=a28cacba-9f91-4507-b369-6131500da560&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: 325/683] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:12:32 2026] GET /v2.0/networks/a28cacba-9f91-4507-b369-6131500da560?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/684] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:12:32 2026] GET /v2.0/networks/a28cacba-9f91-4507-b369-6131500da560?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: 326/685] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:33 2026] GET /v2.0/ports?device_id=1cc10def-e460-485f-8052-6b3f9f40d5cd => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/686] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:12:33 2026] GET /v2.0/security-groups?id=b45725f0-6376-468d-9a16-a759977881d7&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: 327/687] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:33 2026] GET /v2.0/ports?device_id=7f63bb43-17ae-4a17-8f06-44e6b671aed8 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/688] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:12:33 2026] GET /v2.0/security-groups?id=b831c130-9e2c-43d4-b55d-7db4e2ea4a17&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/689] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:33 2026] GET /v2.0/ports?device_id=7f63bb43-17ae-4a17-8f06-44e6b671aed8 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:12:33.752 8 INFO neutron.db.l3_db [None req-ed714c68-73fe-40ca-8807-d8be6b99557d 906d229b17e34acc8df69a19251eb085 4228ea09084a4e7cad8c80489b2c00c9 - - default default] Floating IP 31b68946-9adc-492d-8bc3-ba6bf122ce9c associated. External IP: 10.96.250.220, port: f156780e-a0f3-45f0-a359-a40f7c93fb83. [pid: 8|app: 0|req: 362/690] 10.0.0.183 () {34 vars in 747 bytes} [Tue Mar 31 06:12:33 2026] PUT /v2.0/floatingips/31b68946-9adc-492d-8bc3-ba6bf122ce9c => generated 855 bytes in 575 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:12:34.051 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4a7b49bf-a080-489a-8084-83ddecf1de20'] response: {'name': 'network-changed', 'server_uuid': '7f63bb43-17ae-4a17-8f06-44e6b671aed8', 'tag': 'f156780e-a0f3-45f0-a359-a40f7c93fb83', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 329/691] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:34 2026] GET /v2.0/ports?device_id=7f63bb43-17ae-4a17-8f06-44e6b671aed8 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/692] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:12:34 2026] GET /v2.0/security-groups?id=b831c130-9e2c-43d4-b55d-7db4e2ea4a17&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: 330/693] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:34 2026] GET /v2.0/ports?device_id=1cc10def-e460-485f-8052-6b3f9f40d5cd => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/694] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:12:34 2026] GET /v2.0/security-groups?id=b45725f0-6376-468d-9a16-a759977881d7&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/695] 199.204.45.240 () {34 vars in 992 bytes} [Tue Mar 31 06:12:34 2026] GET /v2.0/ports?device_id=1cc10def-e460-485f-8052-6b3f9f40d5cd => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/696] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:34 2026] GET /v2.0/ports?device_id=7f63bb43-17ae-4a17-8f06-44e6b671aed8 => 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: 366/697] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:12:34 2026] GET /v2.0/security-groups?id=b831c130-9e2c-43d4-b55d-7db4e2ea4a17&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: 367/698] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:12:34 2026] GET /v2.0/ports?tenant_id=4228ea09084a4e7cad8c80489b2c00c9&device_id=7f63bb43-17ae-4a17-8f06-44e6b671aed8 => generated 1240 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:12:34.615 7 INFO neutron_taas.services.taas.taas_plugin [req-ae8faa0c-5f18-40ba-9a33-868b1fe6e8b4 req-f827a3b6-b576-4ac1-b370-009c10374e74 25478ace7ea94ca89e911ce6200a85b0 0b68b0f7e42343d3ae11b8894ad21835 - - default default] TaaS: Handle Delete Port: ffc2a256-7d90-4af5-84ff-b3ead37da022 2026-03-31 06:12:34.621 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ae8faa0c-5f18-40ba-9a33-868b1fe6e8b4 req-f827a3b6-b576-4ac1-b370-009c10374e74 25478ace7ea94ca89e911ce6200a85b0 0b68b0f7e42343d3ae11b8894ad21835 - - default default] Tap Mirror: Handle Delete Port: ffc2a256-7d90-4af5-84ff-b3ead37da022 [pid: 8|app: 0|req: 368/699] 199.204.45.240 () {34 vars in 984 bytes} [Tue Mar 31 06:12:34 2026] GET /v2.0/networks?id=49ad57af-6312-48c2-bed6-de0643681442 => generated 772 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/700] 199.204.45.240 () {34 vars in 1056 bytes} [Tue Mar 31 06:12:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=f156780e-a0f3-45f0-a359-a40f7c93fb83 => generated 858 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/701] 199.204.45.240 () {34 vars in 982 bytes} [Tue Mar 31 06:12:34 2026] GET /v2.0/subnets?id=8a7e083b-66d4-412e-bac9-0ba46247c4ac => generated 694 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/702] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:12:34 2026] GET /v2.0/ports?network_id=49ad57af-6312-48c2-bed6-de0643681442&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: 372/703] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:12:34 2026] GET /v2.0/networks/49ad57af-6312-48c2-bed6-de0643681442?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:12:34.845 7 INFO neutron.db.l3_db [req-ae8faa0c-5f18-40ba-9a33-868b1fe6e8b4 req-f827a3b6-b576-4ac1-b370-009c10374e74 25478ace7ea94ca89e911ce6200a85b0 0b68b0f7e42343d3ae11b8894ad21835 - - default default] Floating IP aea7f7c4-d732-4f25-8eeb-63a03fa47b1e disassociated. External IP: 10.96.250.204, port: ffc2a256-7d90-4af5-84ff-b3ead37da022. [pid: 8|app: 0|req: 373/704] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:12:34 2026] GET /v2.0/networks/49ad57af-6312-48c2-bed6-de0643681442?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/705] 199.204.45.240 () {36 vars in 995 bytes} [Tue Mar 31 06:12:34 2026] DELETE /v2.0/ports/ffc2a256-7d90-4af5-84ff-b3ead37da022 => generated 0 bytes in 835 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:12:35.306 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-16c7415b-05a3-4de5-a264-a254f78fe35b'] response: {'server_uuid': '1cc10def-e460-485f-8052-6b3f9f40d5cd', 'name': 'network-vif-deleted', 'tag': 'ffc2a256-7d90-4af5-84ff-b3ead37da022', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 375/708] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:35 2026] GET /v2.0/ports?device_id=1cc10def-e460-485f-8052-6b3f9f40d5cd => 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: 334/709] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:35 2026] GET /v2.0/ports?device_id=7f63bb43-17ae-4a17-8f06-44e6b671aed8 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/710] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:12:35 2026] GET /v2.0/security-groups?id=b831c130-9e2c-43d4-b55d-7db4e2ea4a17&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/711] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:36 2026] GET /v2.0/ports?device_id=1cc10def-e460-485f-8052-6b3f9f40d5cd => 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: 378/712] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:36 2026] GET /v2.0/ports?device_id=7f63bb43-17ae-4a17-8f06-44e6b671aed8 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/713] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:12:36 2026] GET /v2.0/security-groups?id=b831c130-9e2c-43d4-b55d-7db4e2ea4a17&fields=id&fields=name => generated 112 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/714] 199.204.45.240 () {34 vars in 992 bytes} [Tue Mar 31 06:12:36 2026] GET /v2.0/ports?device_id=7f63bb43-17ae-4a17-8f06-44e6b671aed8 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/715] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:12:36 2026] GET /v2.0/security-groups?tenant_id=0a077cf46129447d9d22484688412079&name=default => generated 2925 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/716] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:12:36 2026] DELETE /v2.0/security-groups/644e4030-bbd7-4c04-bca0-98d8bd9063d4 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:12:37.026 7 INFO neutron_taas.services.taas.taas_plugin [req-5f53436a-5c26-436d-92a2-aac4334cbb30 req-69c7f601-b878-4d70-a401-a57efa565b34 906d229b17e34acc8df69a19251eb085 4228ea09084a4e7cad8c80489b2c00c9 - - default default] TaaS: Handle Delete Port: f156780e-a0f3-45f0-a359-a40f7c93fb83 2026-03-31 06:12:37.030 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5f53436a-5c26-436d-92a2-aac4334cbb30 req-69c7f601-b878-4d70-a401-a57efa565b34 906d229b17e34acc8df69a19251eb085 4228ea09084a4e7cad8c80489b2c00c9 - - default default] Tap Mirror: Handle Delete Port: f156780e-a0f3-45f0-a359-a40f7c93fb83 2026-03-31 06:12:37.170 7 INFO neutron.db.l3_db [req-5f53436a-5c26-436d-92a2-aac4334cbb30 req-69c7f601-b878-4d70-a401-a57efa565b34 906d229b17e34acc8df69a19251eb085 4228ea09084a4e7cad8c80489b2c00c9 - - default default] Floating IP 31b68946-9adc-492d-8bc3-ba6bf122ce9c disassociated. External IP: 10.96.250.220, port: f156780e-a0f3-45f0-a359-a40f7c93fb83. [pid: 8|app: 0|req: 382/717] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:12:37 2026] GET /v2.0/security-groups?tenant_id=f3920d43d390448c97f5329b6f6f6823&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/718] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:12:37 2026] DELETE /v2.0/security-groups/676aa7f8-d4cd-4e5d-94ff-0053faed8e1e => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/719] 199.204.45.240 () {36 vars in 995 bytes} [Tue Mar 31 06:12:36 2026] DELETE /v2.0/ports/f156780e-a0f3-45f0-a359-a40f7c93fb83 => generated 0 bytes in 716 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:12:37.625 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c9e72d91-c215-4108-accb-3c2c0e449a0d'] response: {'server_uuid': '7f63bb43-17ae-4a17-8f06-44e6b671aed8', 'name': 'network-vif-deleted', 'tag': 'f156780e-a0f3-45f0-a359-a40f7c93fb83', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 384/720] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:37 2026] GET /v2.0/ports?device_id=1cc10def-e460-485f-8052-6b3f9f40d5cd => 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: 337/721] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:37 2026] GET /v2.0/ports?device_id=7f63bb43-17ae-4a17-8f06-44e6b671aed8 => 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: 385/722] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:38 2026] GET /v2.0/ports?device_id=1cc10def-e460-485f-8052-6b3f9f40d5cd => 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: 338/723] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:38 2026] GET /v2.0/ports?device_id=7f63bb43-17ae-4a17-8f06-44e6b671aed8 => 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: 386/724] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:12:39 2026] DELETE /v2.0/security-groups/b45725f0-6376-468d-9a16-a759977881d7 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:12:40.001 7 INFO neutron.api.v2.resource [None req-470cbf8d-4ff3-4cca-b17d-05e1d0604d3b 25478ace7ea94ca89e911ce6200a85b0 0b68b0f7e42343d3ae11b8894ad21835 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 339/725] 10.0.0.183 () {32 vars in 735 bytes} [Tue Mar 31 06:12:39 2026] GET /v2.0/security-groups/b45725f0-6376-468d-9a16-a759977881d7 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/726] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:40 2026] GET /v2.0/ports?device_id=7f63bb43-17ae-4a17-8f06-44e6b671aed8 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:12:40.122 8 INFO neutron_taas.services.taas.taas_plugin [None req-a3b73258-42f9-4551-ba50-58cd6361b97e 25478ace7ea94ca89e911ce6200a85b0 0b68b0f7e42343d3ae11b8894ad21835 - - default default] TaaS: Handle Delete Port: ad6891e8-9239-4221-97c1-c20dcf589cc8 2026-03-31 06:12:40.125 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3b73258-42f9-4551-ba50-58cd6361b97e 25478ace7ea94ca89e911ce6200a85b0 0b68b0f7e42343d3ae11b8894ad21835 - - default default] Tap Mirror: Handle Delete Port: ad6891e8-9239-4221-97c1-c20dcf589cc8 [pid: 8|app: 0|req: 387/727] 10.0.0.183 () {32 vars in 730 bytes} [Tue Mar 31 06:12:40 2026] DELETE /v2.0/floatingips/aea7f7c4-d732-4f25-8eeb-63a03fa47b1e => generated 0 bytes in 288 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:12:40.645 7 INFO neutron_taas.services.taas.taas_plugin [None req-dc286e10-ad6e-4eb3-b0ee-673fbab85ecc 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: d169413b-5af5-41f6-af58-e398948aa2af 2026-03-31 06:12:40.648 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc286e10-ad6e-4eb3-b0ee-673fbab85ecc 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: d169413b-5af5-41f6-af58-e398948aa2af [pid: 7|app: 0|req: 341/728] 10.0.0.183 () {34 vars in 787 bytes} [Tue Mar 31 06:12:40 2026] PUT /v2.0/routers/2d1253b4-f0b5-4d97-b2ec-16af2fdbe3bd/remove_router_interface => generated 309 bytes in 935 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/729] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:12:41 2026] GET /v2.0/security-groups?tenant_id=7d2c5e46ce61444fa588095ae8965ca1&name=default => generated 2925 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/730] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:12:41 2026] DELETE /v2.0/security-groups/b831c130-9e2c-43d4-b55d-7db4e2ea4a17 => 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: 343/731] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:12:41 2026] DELETE /v2.0/security-groups/d012f7f3-a21c-4717-a907-85a0798fb095 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:12:41.435 8 INFO neutron_taas.services.taas.taas_plugin [None req-d010ebc7-9b16-4d90-bc9c-5476e782a164 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: 7cadb372-ba28-47b3-b5fb-12064afb23b2 2026-03-31 06:12:41.437 7 INFO neutron.api.v2.resource [None req-9867117f-41ab-4344-b40a-ed249eb03204 906d229b17e34acc8df69a19251eb085 4228ea09084a4e7cad8c80489b2c00c9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 344/732] 10.0.0.183 () {32 vars in 735 bytes} [Tue Mar 31 06:12:41 2026] GET /v2.0/security-groups/b831c130-9e2c-43d4-b55d-7db4e2ea4a17 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:12:41.441 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d010ebc7-9b16-4d90-bc9c-5476e782a164 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: 7cadb372-ba28-47b3-b5fb-12064afb23b2 2026-03-31 06:12:41.536 7 INFO neutron_taas.services.taas.taas_plugin [None req-24154994-0b61-48a4-a881-e14f62dccab9 906d229b17e34acc8df69a19251eb085 4228ea09084a4e7cad8c80489b2c00c9 - - default default] TaaS: Handle Delete Port: b53cf7df-0f58-4226-9287-6b3a315a1c6b 2026-03-31 06:12:41.539 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24154994-0b61-48a4-a881-e14f62dccab9 906d229b17e34acc8df69a19251eb085 4228ea09084a4e7cad8c80489b2c00c9 - - default default] Tap Mirror: Handle Delete Port: b53cf7df-0f58-4226-9287-6b3a315a1c6b 2026-03-31 06:12:41.686 8 INFO neutron_taas.services.taas.taas_plugin [None req-d010ebc7-9b16-4d90-bc9c-5476e782a164 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: 37d445d6-9ca5-43d2-88b9-10b3d18b8c08 2026-03-31 06:12:41.689 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d010ebc7-9b16-4d90-bc9c-5476e782a164 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: 37d445d6-9ca5-43d2-88b9-10b3d18b8c08 [pid: 7|app: 0|req: 345/733] 10.0.0.183 () {32 vars in 730 bytes} [Tue Mar 31 06:12:41 2026] DELETE /v2.0/floatingips/31b68946-9adc-492d-8bc3-ba6bf122ce9c => 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: 346/734] 10.0.0.180 () {34 vars in 988 bytes} [Tue Mar 31 06:12:41 2026] GET /v2.0/ports?device_id=9e197928-4ef6-4a3d-8c1c-260b5ea57377 => generated 1240 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:12:42.023 8 INFO neutron.services.segments.plugin [-] Segment f50d768e-a33d-459f-bdb2-f409964ebe7a resource provider aggregate not found 2026-03-31 06:12:42.027 8 INFO neutron.services.segments.plugin [-] Segment f50d768e-a33d-459f-bdb2-f409964ebe7a resource provider aggregate not found 2026-03-31 06:12:42.044 8 INFO neutron.services.segments.plugin [-] Segment f50d768e-a33d-459f-bdb2-f409964ebe7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f50d768e-a33d-459f-bdb2-f409964ebe7a found for delete ", "request_id": "req-c8daa69a-05bb-44c0-8c19-846b2c7def30"}]} 2026-03-31 06:12:42.046 8 INFO neutron.services.segments.plugin [-] Segment f50d768e-a33d-459f-bdb2-f409964ebe7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f50d768e-a33d-459f-bdb2-f409964ebe7a found for delete ", "request_id": "req-ca56cad1-b389-4d9f-9ba2-a6e4dc3e880f"}]} [pid: 7|app: 0|req: 347/735] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:12:41 2026] GET /v2.0/security-groups?tenant_id=c0e1d90a3f8d4f11abc5a8771431df14&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:12:42.064 8 INFO neutron.db.l3_hamode_db [None req-d010ebc7-9b16-4d90-bc9c-5476e782a164 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] HA network 55d3ec60-333e-41d8-a3fd-2937e572bb79 was deleted as no HA routers are present in tenant 0b68b0f7e42343d3ae11b8894ad21835. [pid: 8|app: 0|req: 389/736] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:12:41 2026] DELETE /v2.0/routers/2d1253b4-f0b5-4d97-b2ec-16af2fdbe3bd => generated 0 bytes in 827 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/737] 10.0.0.180 () {34 vars in 1038 bytes} [Tue Mar 31 06:12:42 2026] GET /v2.0/security-groups?id=f7fb0d7e-3987-487c-b1db-a366a539e3dc&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: 391/738] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:12:42 2026] DELETE /v2.0/security-groups/fda4c939-219c-49db-9eec-204fc27a297f => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/739] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:12:42 2026] DELETE /v2.0/subnets/73254d34-1afd-4933-bfd4-bd14d24b8623 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:12:42.403 8 INFO neutron_taas.services.taas.taas_plugin [None req-9c02c1fd-e7e0-4240-8895-57f1194a734d 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: 664f4475-a506-411f-b1ed-fa3e7cea1545 2026-03-31 06:12:42.405 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c02c1fd-e7e0-4240-8895-57f1194a734d 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: 664f4475-a506-411f-b1ed-fa3e7cea1545 2026-03-31 06:12:42.439 7 INFO neutron_taas.services.taas.taas_plugin [None req-9b5e99a3-2b72-4c03-88e7-db8afbbd5677 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: c5c4fd9e-ff73-4ca8-a711-da2c7a0f7014 2026-03-31 06:12:42.442 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9b5e99a3-2b72-4c03-88e7-db8afbbd5677 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: c5c4fd9e-ff73-4ca8-a711-da2c7a0f7014 [pid: 8|app: 0|req: 393/740] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:12:42 2026] DELETE /v2.0/networks/a28cacba-9f91-4507-b369-6131500da560 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/741] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:12:42 2026] GET /v2.0/security-groups?tenant_id=0b68b0f7e42343d3ae11b8894ad21835&name=default => generated 2921 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/742] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:12:42 2026] DELETE /v2.0/security-groups/0e3ba5c2-5865-4ca4-a311-d7caec5b65f4 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/743] 10.0.0.183 () {34 vars in 787 bytes} [Tue Mar 31 06:12:42 2026] PUT /v2.0/routers/62649d36-400e-45fa-971f-a81490c6a046/remove_router_interface => generated 309 bytes in 1001 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:12:43.200 8 INFO neutron_taas.services.taas.taas_plugin [None req-bad0ff1d-dc8f-43dc-928a-f3034c2e3a0c 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: 09aadba7-3e49-4116-b245-e9a16ac512f7 2026-03-31 06:12:43.202 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bad0ff1d-dc8f-43dc-928a-f3034c2e3a0c 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: 09aadba7-3e49-4116-b245-e9a16ac512f7 2026-03-31 06:12:43.417 8 INFO neutron_taas.services.taas.taas_plugin [None req-bad0ff1d-dc8f-43dc-928a-f3034c2e3a0c 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: edd2c1f9-a2da-4164-8fda-2ded9c55fc9b 2026-03-31 06:12:43.419 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bad0ff1d-dc8f-43dc-928a-f3034c2e3a0c 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: edd2c1f9-a2da-4164-8fda-2ded9c55fc9b 2026-03-31 06:12:43.686 8 INFO neutron.db.l3_hamode_db [None req-bad0ff1d-dc8f-43dc-928a-f3034c2e3a0c 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] HA network 74cf68e5-b03c-4afc-b6a7-b918c6e18746 was deleted as no HA routers are present in tenant 4228ea09084a4e7cad8c80489b2c00c9. [pid: 8|app: 0|req: 396/744] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:12:43 2026] DELETE /v2.0/routers/62649d36-400e-45fa-971f-a81490c6a046 => generated 0 bytes in 638 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/745] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:12:43 2026] DELETE /v2.0/subnets/8a7e083b-66d4-412e-bac9-0ba46247c4ac => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:12:43.919 8 INFO neutron_taas.services.taas.taas_plugin [None req-383d676e-da04-4e13-83a3-0b7856af80c4 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: c0e07cd2-b085-44b4-97cb-4a2db6145dbb 2026-03-31 06:12:43.921 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-383d676e-da04-4e13-83a3-0b7856af80c4 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: c0e07cd2-b085-44b4-97cb-4a2db6145dbb [pid: 8|app: 0|req: 397/746] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:12:43 2026] DELETE /v2.0/networks/49ad57af-6312-48c2-bed6-de0643681442 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:12:44.066 8 INFO neutron.services.segments.plugin [-] Segment d782621b-26c7-4123-bbef-52d373e506a0 resource provider aggregate not found 2026-03-31 06:12:44.070 8 INFO neutron.services.segments.plugin [-] Segment d782621b-26c7-4123-bbef-52d373e506a0 resource provider aggregate not found 2026-03-31 06:12:44.084 8 INFO neutron.services.segments.plugin [-] Segment d782621b-26c7-4123-bbef-52d373e506a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d782621b-26c7-4123-bbef-52d373e506a0 found for delete ", "request_id": "req-00d8521b-9ebd-4f9f-9987-50f45382bcf4"}]} 2026-03-31 06:12:44.088 8 INFO neutron.services.segments.plugin [-] Segment d782621b-26c7-4123-bbef-52d373e506a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d782621b-26c7-4123-bbef-52d373e506a0 found for delete ", "request_id": "req-588b17e9-c384-4bec-9776-80f8b41eb65b"}]} 2026-03-31 06:12:44.102 8 INFO neutron.services.segments.plugin [-] Segment 260672c0-d9f7-4ba6-9530-50be007c9975 resource provider aggregate not found 2026-03-31 06:12:44.106 8 INFO neutron.services.segments.plugin [-] Segment 260672c0-d9f7-4ba6-9530-50be007c9975 resource provider aggregate not found 2026-03-31 06:12:44.120 8 INFO neutron.services.segments.plugin [-] Segment 260672c0-d9f7-4ba6-9530-50be007c9975 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 260672c0-d9f7-4ba6-9530-50be007c9975 found for delete ", "request_id": "req-cf6e8dac-78e8-4153-a0d3-e6a175496bed"}]} 2026-03-31 06:12:44.124 8 INFO neutron.services.segments.plugin [-] Segment 260672c0-d9f7-4ba6-9530-50be007c9975 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 260672c0-d9f7-4ba6-9530-50be007c9975 found for delete ", "request_id": "req-47ed04f5-569a-490b-a494-b2a1a51fb6a1"}]} 2026-03-31 06:12:44.138 8 INFO neutron.services.segments.plugin [-] Segment ef479ab2-6dd3-4ec7-bc86-b0ee8174d21a resource provider aggregate not found 2026-03-31 06:12:44.142 8 INFO neutron.services.segments.plugin [-] Segment ef479ab2-6dd3-4ec7-bc86-b0ee8174d21a resource provider aggregate not found 2026-03-31 06:12:44.155 8 INFO neutron.services.segments.plugin [-] Segment ef479ab2-6dd3-4ec7-bc86-b0ee8174d21a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef479ab2-6dd3-4ec7-bc86-b0ee8174d21a found for delete ", "request_id": "req-103ffb53-47eb-45d8-a3fd-4ff49dee1ee9"}]} 2026-03-31 06:12:44.161 8 INFO neutron.services.segments.plugin [-] Segment ef479ab2-6dd3-4ec7-bc86-b0ee8174d21a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef479ab2-6dd3-4ec7-bc86-b0ee8174d21a found for delete ", "request_id": "req-2999649b-2a37-4296-91f5-c00286603260"}]} [pid: 7|app: 0|req: 350/747] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:12:44 2026] GET /v2.0/security-groups?tenant_id=4228ea09084a4e7cad8c80489b2c00c9&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/748] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:12:44 2026] DELETE /v2.0/security-groups/cda26dae-f4eb-4870-9a88-ce0453ca08c4 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:12:44.824 7 INFO neutron.db.segments_db [None req-b1ae3638-1a3a-48c1-903c-f05b8428c10a 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Added segment 844d2dbb-d6e4-41a0-9232-80233f95a0ce of type vxlan for network 98b94518-56c1-4686-8f49-50165babe08e [pid: 7|app: 0|req: 351/749] 10.0.0.183 () {34 vars in 669 bytes} [Tue Mar 31 06:12:44 2026] POST /v2.0/networks => generated 744 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/750] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:12:44 2026] POST /v2.0/subnets => generated 691 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:12:45.151 7 INFO neutron.db.segments_db [None req-d0e783f4-6b01-42c6-993c-eadb9db8fe13 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Added segment 7904ddf3-ac8a-4691-80ad-5f9cf5fbf20f of type vxlan for network 6a8c2e98-ca4f-43fe-b446-3f76138ac8f6 2026-03-31 06:12:45.396 7 INFO neutron.db.l3_hamode_db [None req-d0e783f4-6b01-42c6-993c-eadb9db8fe13 3d16137646fb4a9bbcc3c445048aca03 973455a22bf24ef0ac660370dfd63681 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-31 06:12:46.141 7 INFO neutron.db.l3_hamode_db [None req-d0e783f4-6b01-42c6-993c-eadb9db8fe13 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 400/751] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:12:45 2026] GET /v2.0/security-groups?tenant_id=f55dad057cf241c68321e61cde6cd3ce&name=default => generated 2925 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:12:46.425 8 INFO neutron.db.segments_db [None req-560d65ae-d243-4ef8-bc4f-c0e81f783dfd 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Added segment c8ee1145-a670-4f79-a4cc-c9ddaed027a0 of type vxlan for network 677d8844-b3f6-4e86-b289-a66a5e8e00f2 [pid: 8|app: 0|req: 401/752] 10.0.0.183 () {34 vars in 669 bytes} [Tue Mar 31 06:12:46 2026] POST /v2.0/networks => generated 746 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/753] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:12:46 2026] DELETE /v2.0/security-groups/a3fbaa1d-0ddf-489c-beda-b23fa31207e7 => 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: 403/754] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:12:46 2026] POST /v2.0/subnets => generated 693 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/755] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:12:46 2026] GET /v2.0/security-groups?tenant_id=ea4e259d8381469d957bbc960acb68fb&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:12:46.944 8 INFO neutron.db.segments_db [None req-a77923f7-8247-4e6a-afce-a9d02b100aaa 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Added segment 5ffcb84d-898e-42cd-bcde-d875d66c5a8f of type vxlan for network 2e923da2-6dc6-4f6b-a512-f8bbb2a13daa 2026-03-31 06:12:47.167 8 INFO neutron.db.l3_hamode_db [None req-a77923f7-8247-4e6a-afce-a9d02b100aaa 3d16137646fb4a9bbcc3c445048aca03 2319f4e43fd64e809af8ed5318f3f4e4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 352/756] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:12:45 2026] POST /v2.0/routers => generated 731 bytes in 2136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/757] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:12:47 2026] DELETE /v2.0/security-groups/c687603c-80df-4099-858d-47ff8dd8ac71 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:12:47.968 8 INFO neutron.db.l3_hamode_db [None req-a77923f7-8247-4e6a-afce-a9d02b100aaa 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 354/758] 10.0.0.183 () {34 vars in 781 bytes} [Tue Mar 31 06:12:47 2026] PUT /v2.0/routers/bcbf39c9-ea7c-4f50-9329-5933ddc6216d/add_router_interface => generated 309 bytes in 934 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/759] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:12:46 2026] POST /v2.0/routers => generated 733 bytes in 2043 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/760] 10.0.0.183 () {34 vars in 683 bytes} [Tue Mar 31 06:12:49 2026] POST /v2.0/security-groups => generated 1661 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/761] 10.0.0.183 () {34 vars in 693 bytes} [Tue Mar 31 06:12:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/762] 10.0.0.183 () {34 vars in 693 bytes} [Tue Mar 31 06:12:49 2026] POST /v2.0/security-group-rules => generated 602 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/763] 10.0.0.183 () {34 vars in 674 bytes} [Tue Mar 31 06:12:49 2026] POST /v2.0/floatingips => generated 552 bytes in 670 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/766] 10.0.0.183 () {34 vars in 781 bytes} [Tue Mar 31 06:12:48 2026] PUT /v2.0/routers/f2c1523f-7b41-43ee-ae25-d7997c31ee14/add_router_interface => generated 309 bytes in 1412 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/767] 10.0.0.204 () {34 vars in 1098 bytes} [Tue Mar 31 06:12:50 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2018106879&fields=id&tenant_id=973455a22bf24ef0ac660370dfd63681 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/768] 10.0.0.204 () {34 vars in 980 bytes} [Tue Mar 31 06:12:50 2026] GET /v2.0/networks?id=98b94518-56c1-4686-8f49-50165babe08e => generated 676 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/769] 10.0.0.204 () {34 vars in 963 bytes} [Tue Mar 31 06:12:50 2026] GET /v2.0/quotas/973455a22bf24ef0ac660370dfd63681 => 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: 357/770] 10.0.0.204 () {34 vars in 1000 bytes} [Tue Mar 31 06:12:50 2026] GET /v2.0/ports?tenant_id=973455a22bf24ef0ac660370dfd63681&fields=id => generated 103 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/771] 10.0.0.204 () {34 vars in 1006 bytes} [Tue Mar 31 06:12:50 2026] GET /v2.0/networks/98b94518-56c1-4686-8f49-50165babe08e?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/772] 10.0.0.204 () {34 vars in 1106 bytes} [Tue Mar 31 06:12:50 2026] GET /v2.0/networks/98b94518-56c1-4686-8f49-50165babe08e?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: 415/773] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:51 2026] GET /v2.0/ports?device_id=6b4eab22-e5c8-4ab6-ba8a-7590fd8c5d6f => 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: 359/774] 10.0.0.204 () {34 vars in 980 bytes} [Tue Mar 31 06:12:51 2026] GET /v2.0/networks?id=677d8844-b3f6-4e86-b289-a66a5e8e00f2 => generated 678 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/775] 10.0.0.204 () {34 vars in 963 bytes} [Tue Mar 31 06:12:51 2026] GET /v2.0/quotas/2319f4e43fd64e809af8ed5318f3f4e4 => 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: 360/776] 10.0.0.204 () {34 vars in 1000 bytes} [Tue Mar 31 06:12:51 2026] GET /v2.0/ports?tenant_id=2319f4e43fd64e809af8ed5318f3f4e4&fields=id => generated 57 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/777] 10.0.0.204 () {34 vars in 1006 bytes} [Tue Mar 31 06:12:51 2026] GET /v2.0/networks/677d8844-b3f6-4e86-b289-a66a5e8e00f2?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: 361/778] 10.0.0.204 () {34 vars in 1106 bytes} [Tue Mar 31 06:12:51 2026] GET /v2.0/networks/677d8844-b3f6-4e86-b289-a66a5e8e00f2?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: 418/779] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:51 2026] GET /v2.0/ports?device_id=7171f955-cab8-48ce-a1bf-d5c7aaa97d3a => 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: 362/780] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:52 2026] GET /v2.0/ports?device_id=6b4eab22-e5c8-4ab6-ba8a-7590fd8c5d6f => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/781] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:52 2026] GET /v2.0/ports?device_id=7171f955-cab8-48ce-a1bf-d5c7aaa97d3a => 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: 420/782] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:53 2026] GET /v2.0/ports?device_id=6b4eab22-e5c8-4ab6-ba8a-7590fd8c5d6f => 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: 363/783] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:12:53 2026] GET /v2.0/security-groups?tenant_id=238bcf0be51e41f5ae55e10ec91e7020&name=default => generated 2925 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/784] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:12:53 2026] DELETE /v2.0/security-groups/6007942c-dfd1-430a-ac9d-27c21cee4199 => 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: 422/785] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:53 2026] GET /v2.0/ports?device_id=7171f955-cab8-48ce-a1bf-d5c7aaa97d3a => 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: 364/786] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:12:53 2026] GET /v2.0/security-groups?tenant_id=0664158d1149441aa3ec73764e0b3592&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: 423/787] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:12:53 2026] DELETE /v2.0/security-groups/ce54ed9b-4300-44ac-8dfe-83aed2f180a8 => 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: 365/788] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:54 2026] GET /v2.0/ports?device_id=6b4eab22-e5c8-4ab6-ba8a-7590fd8c5d6f => 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: 424/789] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:54 2026] GET /v2.0/ports?device_id=7171f955-cab8-48ce-a1bf-d5c7aaa97d3a => 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: 366/790] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:55 2026] GET /v2.0/ports?device_id=6b4eab22-e5c8-4ab6-ba8a-7590fd8c5d6f => 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: 425/791] 199.204.45.240 () {34 vars in 984 bytes} [Tue Mar 31 06:12:55 2026] GET /v2.0/networks?id=98b94518-56c1-4686-8f49-50165babe08e => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/792] 199.204.45.240 () {34 vars in 1048 bytes} [Tue Mar 31 06:12:55 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=973455a22bf24ef0ac660370dfd63681 => generated 181 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/793] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:56 2026] GET /v2.0/ports?device_id=7171f955-cab8-48ce-a1bf-d5c7aaa97d3a => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/794] 199.204.45.240 () {38 vars in 953 bytes} [Tue Mar 31 06:12:55 2026] POST /v2.0/ports => generated 954 bytes in 465 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: 427/795] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:56 2026] GET /v2.0/ports?device_id=6b4eab22-e5c8-4ab6-ba8a-7590fd8c5d6f => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/796] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:12:56 2026] GET /v2.0/security-groups?id=2796fca6-9c19-464d-bcbf-7bbe639a568f&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/797] 199.204.45.240 () {38 vars in 1026 bytes} [Tue Mar 31 06:12:56 2026] PUT /v2.0/ports/91e46fa1-f901-418b-91a7-1d92f7b61aee => generated 1235 bytes in 501 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:12:56.767 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-19e59445-8f29-429f-8c94-b684348ae88f'] response: {'name': 'network-changed', 'server_uuid': '6b4eab22-e5c8-4ab6-ba8a-7590fd8c5d6f', 'tag': '91e46fa1-f901-418b-91a7-1d92f7b61aee', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 429/798] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:12:56 2026] GET /v2.0/security-groups?tenant_id=fdc70daeb47d44ab89fde2b4f3011470&name=default => generated 2925 bytes in 310 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: 370/799] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:12:57 2026] DELETE /v2.0/security-groups/e4a60e29-f7ba-48aa-b620-43d7483cae95 => 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: 430/800] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:57 2026] GET /v2.0/ports?device_id=7171f955-cab8-48ce-a1bf-d5c7aaa97d3a => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/801] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:12:57 2026] GET /v2.0/ports?tenant_id=973455a22bf24ef0ac660370dfd63681&device_id=6b4eab22-e5c8-4ab6-ba8a-7590fd8c5d6f => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/802] 199.204.45.240 () {34 vars in 1016 bytes} [Tue Mar 31 06:12:57 2026] GET /v2.0/networks?tenant_id=973455a22bf24ef0ac660370dfd63681&shared=False => generated 772 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/803] 199.204.45.240 () {34 vars in 928 bytes} [Tue Mar 31 06:12:57 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/804] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:57 2026] GET /v2.0/ports?device_id=6b4eab22-e5c8-4ab6-ba8a-7590fd8c5d6f => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/805] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:12:57 2026] GET /v2.0/security-groups?id=2796fca6-9c19-464d-bcbf-7bbe639a568f&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/806] 199.204.45.240 () {34 vars in 984 bytes} [Tue Mar 31 06:12:57 2026] GET /v2.0/networks?id=677d8844-b3f6-4e86-b289-a66a5e8e00f2 => generated 678 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/807] 199.204.45.240 () {38 vars in 953 bytes} [Tue Mar 31 06:12:57 2026] POST /v2.0/ports => generated 954 bytes in 421 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: 434/808] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:58 2026] GET /v2.0/ports?device_id=7171f955-cab8-48ce-a1bf-d5c7aaa97d3a => generated 957 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/809] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:12:58 2026] GET /v2.0/security-groups?id=273cfe99-cec1-41cb-b4df-c9e316309383&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/810] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:12:58 2026] GET /v2.0/ports?tenant_id=973455a22bf24ef0ac660370dfd63681&device_id=6b4eab22-e5c8-4ab6-ba8a-7590fd8c5d6f => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/811] 199.204.45.240 () {34 vars in 1056 bytes} [Tue Mar 31 06:12:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=91e46fa1-f901-418b-91a7-1d92f7b61aee => 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: 438/812] 199.204.45.240 () {34 vars in 982 bytes} [Tue Mar 31 06:12:58 2026] GET /v2.0/subnets?id=89db38ce-8527-4133-bea0-1b240feeca0d => generated 694 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/813] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:12:58 2026] GET /v2.0/ports?network_id=98b94518-56c1-4686-8f49-50165babe08e&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/814] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:12:58 2026] GET /v2.0/networks/98b94518-56c1-4686-8f49-50165babe08e?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: 375/815] 199.204.45.240 () {38 vars in 1026 bytes} [Tue Mar 31 06:12:58 2026] PUT /v2.0/ports/b07530d8-faca-4079-98b8-4f2b79c638ab => generated 1235 bytes in 446 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/816] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:12:58 2026] GET /v2.0/networks/98b94518-56c1-4686-8f49-50165babe08e?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-03-31 06:12:58.796 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-da8c276e-dea8-4b5a-a85d-3c744707201e'] response: {'name': 'network-changed', 'server_uuid': '7171f955-cab8-48ce-a1bf-d5c7aaa97d3a', 'tag': 'b07530d8-faca-4079-98b8-4f2b79c638ab', '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: 376/817] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:58 2026] GET /v2.0/ports?device_id=6b4eab22-e5c8-4ab6-ba8a-7590fd8c5d6f => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/818] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:12:58 2026] GET /v2.0/security-groups?id=2796fca6-9c19-464d-bcbf-7bbe639a568f&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-03-31 06:12:59.233 8 INFO neutron.db.segments_db [None req-0dc9fd59-b2b7-48f9-b214-56c7e8225a3b b646761081de4c2d87a2e9503ee476d1 1ada68537db845bca3b8e474bf4a5def - - default default] Added segment 25aa052e-42d4-4898-b8d3-a02e0b06d38c of type vxlan for network e1a0e12d-b924-4aba-9159-8b56ab252380 [pid: 8|app: 0|req: 442/819] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:12:58 2026] POST /v2.0/networks => generated 644 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/820] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:12:59 2026] GET /v2.0/ports?tenant_id=2319f4e43fd64e809af8ed5318f3f4e4&device_id=7171f955-cab8-48ce-a1bf-d5c7aaa97d3a => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/821] 199.204.45.240 () {34 vars in 1016 bytes} [Tue Mar 31 06:12:59 2026] GET /v2.0/networks?tenant_id=2319f4e43fd64e809af8ed5318f3f4e4&shared=False => generated 774 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/822] 199.204.45.240 () {34 vars in 928 bytes} [Tue Mar 31 06:12:59 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/823] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:12:59 2026] GET /v2.0/ports?device_id=7171f955-cab8-48ce-a1bf-d5c7aaa97d3a => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/824] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:12:59 2026] GET /v2.0/security-groups?id=273cfe99-cec1-41cb-b4df-c9e316309383&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: 379/825] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:12:59 2026] POST /v2.0/subnets => generated 641 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:12:59.669 8 INFO neutron.db.segments_db [None req-23709643-d29d-492c-b8c0-f3b25f2694fb b646761081de4c2d87a2e9503ee476d1 1ada68537db845bca3b8e474bf4a5def - - default default] Added segment eaef8bb5-9256-41bf-82a7-b08db3ac0676 of type vxlan for network d6907b2d-85aa-4a08-85cf-960b0d9aa40d [pid: 8|app: 0|req: 447/826] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:12:59 2026] POST /v2.0/networks => generated 644 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/827] 10.0.0.183 () {34 vars in 741 bytes} [Tue Mar 31 06:12:59 2026] PUT /v2.0/networks/d6907b2d-85aa-4a08-85cf-960b0d9aa40d => generated 592 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/828] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:12:59 2026] POST /v2.0/subnets => generated 626 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/829] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:00 2026] GET /v2.0/ports?device_id=6b4eab22-e5c8-4ab6-ba8a-7590fd8c5d6f => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/830] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:13:00 2026] GET /v2.0/security-groups?id=2796fca6-9c19-464d-bcbf-7bbe639a568f&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: 449/831] 10.0.0.183 () {34 vars in 739 bytes} [Tue Mar 31 06:13:00 2026] PUT /v2.0/subnets/c312dd12-1bf9-4d52-8c9f-fccf06e77c69 => generated 636 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:13:00.400 7 INFO neutron.services.segments.plugin [-] Segment eaef8bb5-9256-41bf-82a7-b08db3ac0676 resource provider aggregate not found 2026-03-31 06:13:00.403 7 INFO neutron.services.segments.plugin [-] Segment eaef8bb5-9256-41bf-82a7-b08db3ac0676 resource provider aggregate not found 2026-03-31 06:13:00.423 7 INFO neutron.services.segments.plugin [-] Segment eaef8bb5-9256-41bf-82a7-b08db3ac0676 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eaef8bb5-9256-41bf-82a7-b08db3ac0676 found for delete ", "request_id": "req-937a21c3-2adf-4d2d-87ad-d2a5a1c263be"}]} 2026-03-31 06:13:00.424 7 INFO neutron.services.segments.plugin [-] Segment eaef8bb5-9256-41bf-82a7-b08db3ac0676 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eaef8bb5-9256-41bf-82a7-b08db3ac0676 found for delete ", "request_id": "req-be9646fe-b02a-479d-aabd-eaa36d124c11"}]} [pid: 7|app: 0|req: 383/832] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:13:00 2026] DELETE /v2.0/networks/d6907b2d-85aa-4a08-85cf-960b0d9aa40d => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:13:00.448 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c664182c-d434-4949-95af-8431d76bd8e3 b646761081de4c2d87a2e9503ee476d1 1ada68537db845bca3b8e474bf4a5def - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 450/833] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:13:00 2026] DELETE /v2.0/networks/d6907b2d-85aa-4a08-85cf-960b0d9aa40d => 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: 451/834] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:13:00 2026] GET /v2.0/ports?tenant_id=2319f4e43fd64e809af8ed5318f3f4e4&device_id=7171f955-cab8-48ce-a1bf-d5c7aaa97d3a => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/835] 10.0.0.183 () {32 vars in 692 bytes} [Tue Mar 31 06:13:00 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/836] 199.204.45.240 () {34 vars in 1056 bytes} [Tue Mar 31 06:13:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=b07530d8-faca-4079-98b8-4f2b79c638ab => 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: 385/837] 10.0.0.183 () {32 vars in 740 bytes} [Tue Mar 31 06:13:00 2026] GET /v2.0/subnets?network_id=99b58f27-84d4-4730-be1d-f5d2cce50535 => generated 649 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/838] 10.0.0.183 () {32 vars in 651 bytes} [Tue Mar 31 06:13:00 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: 8|app: 0|req: 453/839] 199.204.45.240 () {34 vars in 982 bytes} [Tue Mar 31 06:13:00 2026] GET /v2.0/subnets?id=457f6642-006d-4989-a422-7b836abd5990 => generated 696 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/840] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:13:00 2026] GET /v2.0/ports?network_id=677d8844-b3f6-4e86-b289-a66a5e8e00f2&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: 387/841] 10.0.0.183 () {32 vars in 647 bytes} [Tue Mar 31 06:13:00 2026] GET /v2.0/networks => generated 1309 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/842] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:00 2026] GET /v2.0/ports?device_id=7171f955-cab8-48ce-a1bf-d5c7aaa97d3a => generated 969 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/843] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:13:00 2026] GET /v2.0/networks/677d8844-b3f6-4e86-b289-a66a5e8e00f2?fields=segments => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/844] 10.0.0.183 () {32 vars in 645 bytes} [Tue Mar 31 06:13:00 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: 7|app: 0|req: 389/845] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:13:00 2026] GET /v2.0/security-groups?id=273cfe99-cec1-41cb-b4df-c9e316309383&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/846] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:13:00 2026] GET /v2.0/networks/677d8844-b3f6-4e86-b289-a66a5e8e00f2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/847] 10.0.0.183 () {32 vars in 721 bytes} [Tue Mar 31 06:13:00 2026] GET /v2.0/networks/e1a0e12d-b924-4aba-9159-8b56ab252380 => generated 669 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/848] 10.0.0.183 () {32 vars in 719 bytes} [Tue Mar 31 06:13:00 2026] GET /v2.0/subnets/4980a497-2920-4f10-b70d-9cbe835afc90 => generated 641 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:13:00.802 7 INFO neutron.pecan_wsgi.hooks.translation [None req-73d54136-6c20-41df-b5b7-ef34ed9b1338 b646761081de4c2d87a2e9503ee476d1 1ada68537db845bca3b8e474bf4a5def - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 391/849] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:13:00 2026] DELETE /v2.0/subnets/c312dd12-1bf9-4d52-8c9f-fccf06e77c69 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:13:00.823 8 INFO neutron.pecan_wsgi.hooks.translation [None req-629d5a69-3567-4f37-8e56-d27783e40557 b646761081de4c2d87a2e9503ee476d1 1ada68537db845bca3b8e474bf4a5def - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 459/850] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:13:00 2026] DELETE /v2.0/networks/d6907b2d-85aa-4a08-85cf-960b0d9aa40d => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/851] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:13:00 2026] DELETE /v2.0/subnets/4980a497-2920-4f10-b70d-9cbe835afc90 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:13:01.096 8 INFO neutron.services.segments.plugin [-] Segment 25aa052e-42d4-4898-b8d3-a02e0b06d38c resource provider aggregate not found 2026-03-31 06:13:01.101 8 INFO neutron.services.segments.plugin [-] Segment 25aa052e-42d4-4898-b8d3-a02e0b06d38c resource provider aggregate not found 2026-03-31 06:13:01.117 8 INFO neutron.services.segments.plugin [-] Segment 25aa052e-42d4-4898-b8d3-a02e0b06d38c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25aa052e-42d4-4898-b8d3-a02e0b06d38c found for delete ", "request_id": "req-421ec09d-e5af-4316-9854-b68a910a7a79"}]} 2026-03-31 06:13:01.120 8 INFO neutron.services.segments.plugin [-] Segment 25aa052e-42d4-4898-b8d3-a02e0b06d38c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25aa052e-42d4-4898-b8d3-a02e0b06d38c found for delete ", "request_id": "req-e42806d0-fdcb-4888-995b-fe704bb9f027"}]} [pid: 8|app: 0|req: 460/852] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:13:00 2026] DELETE /v2.0/networks/e1a0e12d-b924-4aba-9159-8b56ab252380 => 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: 393/853] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:01 2026] GET /v2.0/ports?device_id=6b4eab22-e5c8-4ab6-ba8a-7590fd8c5d6f => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/854] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:13:01 2026] GET /v2.0/security-groups?id=2796fca6-9c19-464d-bcbf-7bbe639a568f&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: 394/855] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:13:01 2026] GET /v2.0/security-groups?tenant_id=1ada68537db845bca3b8e474bf4a5def&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/856] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:01 2026] GET /v2.0/ports?device_id=7171f955-cab8-48ce-a1bf-d5c7aaa97d3a => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/857] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:13:01 2026] GET /v2.0/security-groups?id=273cfe99-cec1-41cb-b4df-c9e316309383&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/858] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:13:01 2026] DELETE /v2.0/security-groups/0656de05-a6b4-4e80-af1a-725874514636 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/859] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:02 2026] GET /v2.0/ports?device_id=6b4eab22-e5c8-4ab6-ba8a-7590fd8c5d6f => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/860] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:13:02 2026] GET /v2.0/security-groups?id=2796fca6-9c19-464d-bcbf-7bbe639a568f&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/861] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:02 2026] GET /v2.0/ports?device_id=7171f955-cab8-48ce-a1bf-d5c7aaa97d3a => 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: 397/862] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:13:02 2026] GET /v2.0/security-groups?id=273cfe99-cec1-41cb-b4df-c9e316309383&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/863] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:03 2026] GET /v2.0/ports?device_id=6b4eab22-e5c8-4ab6-ba8a-7590fd8c5d6f => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/864] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:13:03 2026] GET /v2.0/security-groups?id=2796fca6-9c19-464d-bcbf-7bbe639a568f&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: 399/865] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:03 2026] GET /v2.0/ports?device_id=6b4eab22-e5c8-4ab6-ba8a-7590fd8c5d6f => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:13:03.996 8 INFO neutron.db.segments_db [None req-0e0a272c-bfa2-4cf5-bf24-2d1de13f9c10 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] Added segment 365cbddf-1d49-44a5-945d-6ada96de81a0 of type vxlan for network bc844759-5c72-4500-a587-98cf5000473d 2026-03-31 06:13:04.071 7 INFO neutron.db.l3_db [None req-de5794c0-f009-4504-855b-fdda1a3fb8d2 555908fecde9426abd078c1f5923f69f 973455a22bf24ef0ac660370dfd63681 - - default default] Floating IP 1e5f0ec3-7b62-4a67-8043-38b3e649bef7 associated. External IP: 10.96.250.215, port: 91e46fa1-f901-418b-91a7-1d92f7b61aee. [pid: 8|app: 0|req: 467/866] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:13:03 2026] POST /v2.0/networks => generated 633 bytes in 532 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/867] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:04 2026] GET /v2.0/ports?device_id=7171f955-cab8-48ce-a1bf-d5c7aaa97d3a => generated 969 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:13:04.202 8 INFO neutron.db.segments_db [None req-f11a3d21-382e-4b59-b82b-31006cc97a96 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] Added segment a15a6731-5da4-4ccb-b001-1784f2d6d8f6 of type vxlan for network 0cc5b2ca-97a7-49aa-9888-5bc2699c45b1 [pid: 8|app: 0|req: 469/868] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:13:04 2026] POST /v2.0/networks => generated 634 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/869] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:13:04 2026] GET /v2.0/security-groups?id=273cfe99-cec1-41cb-b4df-c9e316309383&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: 400/870] 10.0.0.183 () {34 vars in 747 bytes} [Tue Mar 31 06:13:03 2026] PUT /v2.0/floatingips/1e5f0ec3-7b62-4a67-8043-38b3e649bef7 => generated 855 bytes in 717 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:13:04.471 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9e663fad-3a96-4fdf-84c3-36b0572f7b57'] response: {'name': 'network-changed', 'server_uuid': '6b4eab22-e5c8-4ab6-ba8a-7590fd8c5d6f', 'tag': '91e46fa1-f901-418b-91a7-1d92f7b61aee', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 471/871] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:13:04 2026] POST /v2.0/subnets => generated 646 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/872] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:13:04 2026] POST /v2.0/subnets => generated 655 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:13:04.947 8 INFO neutron.db.segments_db [None req-ff1a8a2f-fe10-4bad-acd4-313a6daedc50 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] Added segment a2034f6e-1313-46de-bc24-115c628dba25 of type vxlan for network e238acf9-ad79-4345-8cb0-9c6a519ea985 [pid: 7|app: 0|req: 402/873] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:13:04 2026] GET /v2.0/ports?tenant_id=973455a22bf24ef0ac660370dfd63681&device_id=6b4eab22-e5c8-4ab6-ba8a-7590fd8c5d6f => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/874] 199.204.45.240 () {34 vars in 984 bytes} [Tue Mar 31 06:13:05 2026] GET /v2.0/networks?id=98b94518-56c1-4686-8f49-50165babe08e => generated 772 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/875] 199.204.45.240 () {34 vars in 1056 bytes} [Tue Mar 31 06:13:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=91e46fa1-f901-418b-91a7-1d92f7b61aee => generated 858 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/876] 199.204.45.240 () {34 vars in 982 bytes} [Tue Mar 31 06:13:05 2026] GET /v2.0/subnets?id=89db38ce-8527-4133-bea0-1b240feeca0d => generated 694 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:13:05.174 8 INFO neutron.db.l3_hamode_db [None req-ff1a8a2f-fe10-4bad-acd4-313a6daedc50 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 406/877] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:13:05 2026] GET /v2.0/ports?network_id=98b94518-56c1-4686-8f49-50165babe08e&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/878] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:13:05 2026] GET /v2.0/networks/98b94518-56c1-4686-8f49-50165babe08e?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:13:05.303 8 INFO neutron.db.l3_hamode_db [None req-ff1a8a2f-fe10-4bad-acd4-313a6daedc50 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 408/879] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:13:05 2026] GET /v2.0/networks/98b94518-56c1-4686-8f49-50165babe08e?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: 411/882] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:05 2026] GET /v2.0/ports?device_id=7171f955-cab8-48ce-a1bf-d5c7aaa97d3a => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/883] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:13:05 2026] GET /v2.0/security-groups?id=273cfe99-cec1-41cb-b4df-c9e316309383&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/884] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:13:04 2026] POST /v2.0/routers => generated 510 bytes in 1344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/885] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:06 2026] GET /v2.0/ports?device_id=7171f955-cab8-48ce-a1bf-d5c7aaa97d3a => 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: 474/886] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:13:06 2026] GET /v2.0/security-groups?id=273cfe99-cec1-41cb-b4df-c9e316309383&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/887] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:06 2026] GET /v2.0/ports?device_id=7171f955-cab8-48ce-a1bf-d5c7aaa97d3a => 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: 476/888] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:13:06 2026] GET /v2.0/security-groups?id=273cfe99-cec1-41cb-b4df-c9e316309383&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/889] 10.0.0.183 () {34 vars in 781 bytes} [Tue Mar 31 06:13:06 2026] PUT /v2.0/routers/c559c360-006a-42a8-bda2-9db377417cdd/add_router_interface => generated 309 bytes in 1058 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/890] 10.0.0.183 () {32 vars in 715 bytes} [Tue Mar 31 06:13:07 2026] GET /v2.0/ports/9567fbef-d5c7-4b77-99dd-29aba67a55a9 => generated 959 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/891] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:07 2026] GET /v2.0/ports?device_id=9e197928-4ef6-4a3d-8c1c-260b5ea57377 => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/892] 10.0.0.204 () {34 vars in 969 bytes} [Tue Mar 31 06:13:07 2026] GET /v2.0/ports/5d7b7828-98f5-4467-845e-7d880b870a45 => generated 968 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/893] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:08 2026] GET /v2.0/ports?device_id=7171f955-cab8-48ce-a1bf-d5c7aaa97d3a => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/894] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:13:08 2026] GET /v2.0/security-groups?id=273cfe99-cec1-41cb-b4df-c9e316309383&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: 482/895] 199.204.45.240 () {34 vars in 998 bytes} [Tue Mar 31 06:13:08 2026] GET /v2.0/subnets?network_id=13b2e43d-b21d-4b76-a14f-685d08b7d6ec => generated 683 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/896] 199.204.45.240 () {34 vars in 1144 bytes} [Tue Mar 31 06:13:08 2026] GET /v2.0/ports?device_id=9e197928-4ef6-4a3d-8c1c-260b5ea57377&device_owner=compute%3Anova&network_id=13b2e43d-b21d-4b76-a14f-685d08b7d6ec => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/897] 10.0.0.183 () {34 vars in 781 bytes} [Tue Mar 31 06:13:07 2026] PUT /v2.0/routers/c559c360-006a-42a8-bda2-9db377417cdd/add_router_interface => generated 309 bytes in 1119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/898] 10.0.0.183 () {32 vars in 715 bytes} [Tue Mar 31 06:13:08 2026] GET /v2.0/ports/0c34c729-1f6b-4ea4-b88a-d49ae15e185b => generated 967 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:13:08.899 7 INFO neutron_taas.services.taas.taas_plugin [None req-99ef8e77-dd8b-4834-a2ce-fe98be785b75 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] TaaS: Handle Delete Port: 0c34c729-1f6b-4ea4-b88a-d49ae15e185b 2026-03-31 06:13:08.902 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99ef8e77-dd8b-4834-a2ce-fe98be785b75 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] Tap Mirror: Handle Delete Port: 0c34c729-1f6b-4ea4-b88a-d49ae15e185b [pid: 8|app: 0|req: 484/899] 199.204.45.240 () {38 vars in 1026 bytes} [Tue Mar 31 06:13:08 2026] PUT /v2.0/ports/5d7b7828-98f5-4467-845e-7d880b870a45 => generated 1149 bytes in 555 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:13:09.071 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d2d38214-ac03-453c-8677-a6b81f95083f'] response: {'name': 'network-changed', 'server_uuid': '9e197928-4ef6-4a3d-8c1c-260b5ea57377', 'tag': '5d7b7828-98f5-4467-845e-7d880b870a45', '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: 416/900] 10.0.0.183 () {34 vars in 787 bytes} [Tue Mar 31 06:13:08 2026] PUT /v2.0/routers/c559c360-006a-42a8-bda2-9db377417cdd/remove_router_interface => generated 309 bytes in 742 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/901] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:09 2026] GET /v2.0/ports?device_id=7171f955-cab8-48ce-a1bf-d5c7aaa97d3a => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/902] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:13:09 2026] GET /v2.0/security-groups?id=273cfe99-cec1-41cb-b4df-c9e316309383&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/903] 199.204.45.240 () {34 vars in 992 bytes} [Tue Mar 31 06:13:09 2026] GET /v2.0/ports?device_id=7171f955-cab8-48ce-a1bf-d5c7aaa97d3a => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:13:09.567 8 INFO neutron_taas.services.taas.taas_plugin [req-fb1527c5-eda8-4fa8-92af-6f97dd29733c req-961c9ebb-c8fb-4945-99b3-456a58f28827 dcbe235909494977abbc479a697221d7 2319f4e43fd64e809af8ed5318f3f4e4 - - default default] TaaS: Handle Delete Port: b07530d8-faca-4079-98b8-4f2b79c638ab 2026-03-31 06:13:09.573 7 INFO neutron_taas.services.taas.taas_plugin [None req-ce9667ee-ec48-4140-a041-8f86046da0ba 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] TaaS: Handle Delete Port: 9567fbef-d5c7-4b77-99dd-29aba67a55a9 2026-03-31 06:13:09.574 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-fb1527c5-eda8-4fa8-92af-6f97dd29733c req-961c9ebb-c8fb-4945-99b3-456a58f28827 dcbe235909494977abbc479a697221d7 2319f4e43fd64e809af8ed5318f3f4e4 - - default default] Tap Mirror: Handle Delete Port: b07530d8-faca-4079-98b8-4f2b79c638ab 2026-03-31 06:13:09.577 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce9667ee-ec48-4140-a041-8f86046da0ba 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] Tap Mirror: Handle Delete Port: 9567fbef-d5c7-4b77-99dd-29aba67a55a9 [pid: 8|app: 0|req: 488/904] 199.204.45.240 () {36 vars in 995 bytes} [Tue Mar 31 06:13:09 2026] DELETE /v2.0/ports/b07530d8-faca-4079-98b8-4f2b79c638ab => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/905] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:13:09 2026] GET /v2.0/ports?tenant_id=b29c0646a1b34008b3fc240d9d0430ad&device_id=9e197928-4ef6-4a3d-8c1c-260b5ea57377 => generated 1421 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/906] 199.204.45.240 () {34 vars in 984 bytes} [Tue Mar 31 06:13:09 2026] GET /v2.0/networks?id=13b2e43d-b21d-4b76-a14f-685d08b7d6ec => generated 779 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/907] 199.204.45.240 () {34 vars in 1058 bytes} [Tue Mar 31 06:13:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=5d7b7828-98f5-4467-845e-7d880b870a45 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/908] 199.204.45.240 () {34 vars in 1056 bytes} [Tue Mar 31 06:13:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=5d7b7828-98f5-4467-845e-7d880b870a45 => generated 860 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/909] 199.204.45.240 () {34 vars in 982 bytes} [Tue Mar 31 06:13:09 2026] GET /v2.0/subnets?id=300aa3d7-5fa9-4b27-81e2-062b0df5bd89 => generated 701 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/910] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:13:09 2026] GET /v2.0/ports?network_id=13b2e43d-b21d-4b76-a14f-685d08b7d6ec&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: 495/911] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:13:09 2026] GET /v2.0/networks/13b2e43d-b21d-4b76-a14f-685d08b7d6ec?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: 417/912] 10.0.0.183 () {34 vars in 787 bytes} [Tue Mar 31 06:13:09 2026] PUT /v2.0/routers/c559c360-006a-42a8-bda2-9db377417cdd/remove_router_interface => generated 309 bytes in 699 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/913] 10.0.0.183 () {32 vars in 734 bytes} [Tue Mar 31 06:13:10 2026] GET /v2.0/ports?device_id=c559c360-006a-42a8-bda2-9db377417cdd => 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: 496/914] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:13:10 2026] GET /v2.0/networks/13b2e43d-b21d-4b76-a14f-685d08b7d6ec?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-03-31 06:13:10.222 7 INFO neutron_taas.services.taas.taas_plugin [None req-3d32f78d-33ad-4c67-9b69-d8ac47f7c682 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] TaaS: Handle Delete Port: 3ddf4289-9036-4bcc-b445-19a799e61518 2026-03-31 06:13:10.226 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d32f78d-33ad-4c67-9b69-d8ac47f7c682 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] Tap Mirror: Handle Delete Port: 3ddf4289-9036-4bcc-b445-19a799e61518 [pid: 8|app: 0|req: 497/915] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:10 2026] GET /v2.0/ports?device_id=7171f955-cab8-48ce-a1bf-d5c7aaa97d3a => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:13:10.552 7 INFO neutron.services.segments.plugin [-] Segment a2034f6e-1313-46de-bc24-115c628dba25 resource provider aggregate not found 2026-03-31 06:13:10.554 7 INFO neutron.services.segments.plugin [-] Segment a2034f6e-1313-46de-bc24-115c628dba25 resource provider aggregate not found 2026-03-31 06:13:10.569 7 INFO neutron.services.segments.plugin [-] Segment a2034f6e-1313-46de-bc24-115c628dba25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2034f6e-1313-46de-bc24-115c628dba25 found for delete ", "request_id": "req-f04c5d58-d0ae-4220-a470-2c3747845548"}]} 2026-03-31 06:13:10.577 7 INFO neutron.services.segments.plugin [-] Segment a2034f6e-1313-46de-bc24-115c628dba25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2034f6e-1313-46de-bc24-115c628dba25 found for delete ", "request_id": "req-d4c7d467-db3b-48df-99c5-ac7ad0b85432"}]} 2026-03-31 06:13:10.584 7 INFO neutron.db.l3_hamode_db [None req-3d32f78d-33ad-4c67-9b69-d8ac47f7c682 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] HA network e238acf9-ad79-4345-8cb0-9c6a519ea985 was deleted as no HA routers are present in tenant 652316d5153b49b0a78102f7943f74a7. [pid: 7|app: 0|req: 419/916] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:13:10 2026] DELETE /v2.0/routers/c559c360-006a-42a8-bda2-9db377417cdd => generated 0 bytes in 555 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/917] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:13:10 2026] DELETE /v2.0/subnets/b23398ce-ea08-4f3e-81dc-09630c76cf9d => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/918] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:13:10 2026] DELETE /v2.0/subnets/44308ca3-900e-4c6f-a7c3-08ed2ba667f8 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:13:10.954 8 INFO neutron.services.segments.plugin [-] Segment a15a6731-5da4-4ccb-b001-1784f2d6d8f6 resource provider aggregate not found 2026-03-31 06:13:10.957 8 INFO neutron.services.segments.plugin [-] Segment a15a6731-5da4-4ccb-b001-1784f2d6d8f6 resource provider aggregate not found 2026-03-31 06:13:10.969 8 INFO neutron.services.segments.plugin [-] Segment a15a6731-5da4-4ccb-b001-1784f2d6d8f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a15a6731-5da4-4ccb-b001-1784f2d6d8f6 found for delete ", "request_id": "req-ebb68c1e-192a-4fca-a16b-619e30008f77"}]} 2026-03-31 06:13:10.975 8 INFO neutron.services.segments.plugin [-] Segment a15a6731-5da4-4ccb-b001-1784f2d6d8f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a15a6731-5da4-4ccb-b001-1784f2d6d8f6 found for delete ", "request_id": "req-f1decce1-3911-4041-8a82-259686abf1cb"}]} [pid: 8|app: 0|req: 499/919] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:13:10 2026] DELETE /v2.0/networks/0cc5b2ca-97a7-49aa-9888-5bc2699c45b1 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/920] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:11 2026] GET /v2.0/ports?device_id=9e197928-4ef6-4a3d-8c1c-260b5ea57377 => generated 1152 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:13:11.106 7 INFO neutron_taas.services.taas.taas_plugin [None req-6435f7d3-d190-4ca5-9ae4-8aafc93f4531 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] TaaS: Handle Delete Port: 68284b5f-7cc6-4eb8-b4f0-cc7970f72e17 2026-03-31 06:13:11.116 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6435f7d3-d190-4ca5-9ae4-8aafc93f4531 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] Tap Mirror: Handle Delete Port: 68284b5f-7cc6-4eb8-b4f0-cc7970f72e17 2026-03-31 06:13:11.130 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0691e02d-50f0-4af3-8f3f-cb2524de80b2'] response: {'server_uuid': '7171f955-cab8-48ce-a1bf-d5c7aaa97d3a', 'name': 'network-vif-deleted', 'tag': 'b07530d8-faca-4079-98b8-4f2b79c638ab', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 501/921] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:13:11 2026] GET /v2.0/ports?tenant_id=b29c0646a1b34008b3fc240d9d0430ad&device_id=9e197928-4ef6-4a3d-8c1c-260b5ea57377 => generated 1421 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/922] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:13:11 2026] GET /v2.0/security-groups?id=f7fb0d7e-3987-487c-b1db-a366a539e3dc&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/923] 199.204.45.240 () {34 vars in 984 bytes} [Tue Mar 31 06:13:11 2026] GET /v2.0/networks?id=13b2e43d-b21d-4b76-a14f-685d08b7d6ec => generated 779 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/924] 199.204.45.240 () {34 vars in 1058 bytes} [Tue Mar 31 06:13:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=5d7b7828-98f5-4467-845e-7d880b870a45 => 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: 421/925] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:13:10 2026] DELETE /v2.0/networks/bc844759-5c72-4500-a587-98cf5000473d => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/926] 199.204.45.240 () {34 vars in 1056 bytes} [Tue Mar 31 06:13:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=5d7b7828-98f5-4467-845e-7d880b870a45 => generated 860 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/927] 199.204.45.240 () {34 vars in 982 bytes} [Tue Mar 31 06:13:11 2026] GET /v2.0/subnets?id=300aa3d7-5fa9-4b27-81e2-062b0df5bd89 => generated 701 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:13:11.347 7 INFO neutron.db.segments_db [None req-81e06339-4d41-4d03-87fd-cfc274ad8dab 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] Added segment 5960086f-9cb8-4bab-a6d7-9883b1f03bff of type vxlan for network 87a305a2-4201-4b87-8266-b3864261c19c [pid: 8|app: 0|req: 507/928] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:13:11 2026] GET /v2.0/ports?network_id=13b2e43d-b21d-4b76-a14f-685d08b7d6ec&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: 508/929] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:13:11 2026] GET /v2.0/networks/13b2e43d-b21d-4b76-a14f-685d08b7d6ec?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/930] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:13:11 2026] POST /v2.0/networks => generated 633 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/931] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:13:11 2026] GET /v2.0/networks/13b2e43d-b21d-4b76-a14f-685d08b7d6ec?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: 510/932] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:11 2026] GET /v2.0/ports?device_id=7171f955-cab8-48ce-a1bf-d5c7aaa97d3a => 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: 423/933] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:13:11 2026] POST /v2.0/subnets => generated 646 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:13:11.737 8 INFO neutron.db.segments_db [None req-14ca1ef7-10d1-45f8-a6a0-9f6129f9badd 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] Added segment 09a7ee59-643b-431d-bd84-86419f3dfcc4 of type vxlan for network 868b8d99-4531-494d-b925-af0c614ce9c4 2026-03-31 06:13:11.980 8 INFO neutron.db.l3_hamode_db [None req-14ca1ef7-10d1-45f8-a6a0-9f6129f9badd 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 424/934] 199.204.45.240 () {34 vars in 1118 bytes} [Tue Mar 31 06:13:11 2026] GET /v2.0/ports?device_id=9e197928-4ef6-4a3d-8c1c-260b5ea57377&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.10 => generated 1152 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:13:12.067 8 INFO neutron.db.l3_hamode_db [None req-14ca1ef7-10d1-45f8-a6a0-9f6129f9badd 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 425/935] 199.204.45.240 () {38 vars in 1026 bytes} [Tue Mar 31 06:13:12 2026] PUT /v2.0/ports/5d7b7828-98f5-4467-845e-7d880b870a45 => generated 968 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:13:12.407 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a95921d4-3636-4f81-9ac9-7854b142d253'] response: {'name': 'network-changed', 'server_uuid': '9e197928-4ef6-4a3d-8c1c-260b5ea57377', 'tag': '5d7b7828-98f5-4467-845e-7d880b870a45', 'status': 'completed', 'code': 200} 2026-03-31 06:13:12.589 7 INFO neutron.services.segments.plugin [-] Segment 365cbddf-1d49-44a5-945d-6ada96de81a0 resource provider aggregate not found 2026-03-31 06:13:12.594 7 INFO neutron.services.segments.plugin [-] Segment 365cbddf-1d49-44a5-945d-6ada96de81a0 resource provider aggregate not found /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-03-31 06:13:12.609 7 INFO neutron.services.segments.plugin [-] Segment 365cbddf-1d49-44a5-945d-6ada96de81a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 365cbddf-1d49-44a5-945d-6ada96de81a0 found for delete ", "request_id": "req-079fb325-2292-405f-8086-ddd306e10681"}]} 2026-03-31 06:13:12.611 7 INFO neutron.services.segments.plugin [-] Segment 365cbddf-1d49-44a5-945d-6ada96de81a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 365cbddf-1d49-44a5-945d-6ada96de81a0 found for delete ", "request_id": "req-c373243b-f03b-4835-bdc3-5b1d2519c68b"}]} [pid: 7|app: 0|req: 426/936] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:12 2026] GET /v2.0/ports?device_id=7171f955-cab8-48ce-a1bf-d5c7aaa97d3a => 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: 511/937] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:13:11 2026] POST /v2.0/routers => generated 511 bytes in 954 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/938] 10.0.0.180 () {34 vars in 988 bytes} [Tue Mar 31 06:13:12 2026] GET /v2.0/ports?device_id=6b4eab22-e5c8-4ab6-ba8a-7590fd8c5d6f => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/939] 10.0.0.180 () {34 vars in 1038 bytes} [Tue Mar 31 06:13:12 2026] GET /v2.0/security-groups?id=2796fca6-9c19-464d-bcbf-7bbe639a568f&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/940] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:13:12 2026] GET /v2.0/ports?tenant_id=b29c0646a1b34008b3fc240d9d0430ad&device_id=9e197928-4ef6-4a3d-8c1c-260b5ea57377 => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/941] 10.0.0.183 () {34 vars in 663 bytes} [Tue Mar 31 06:13:12 2026] POST /v2.0/ports => generated 959 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 430/942] 199.204.45.240 () {34 vars in 984 bytes} [Tue Mar 31 06:13:12 2026] GET /v2.0/networks?id=13b2e43d-b21d-4b76-a14f-685d08b7d6ec => generated 779 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/943] 199.204.45.240 () {34 vars in 1056 bytes} [Tue Mar 31 06:13:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=5d7b7828-98f5-4467-845e-7d880b870a45 => generated 860 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/944] 199.204.45.240 () {34 vars in 982 bytes} [Tue Mar 31 06:13:13 2026] GET /v2.0/subnets?id=300aa3d7-5fa9-4b27-81e2-062b0df5bd89 => generated 701 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/945] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:13:13 2026] GET /v2.0/ports?network_id=13b2e43d-b21d-4b76-a14f-685d08b7d6ec&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/946] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:13:13 2026] GET /v2.0/networks/13b2e43d-b21d-4b76-a14f-685d08b7d6ec?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/947] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:13:13 2026] GET /v2.0/networks/13b2e43d-b21d-4b76-a14f-685d08b7d6ec?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/948] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:13 2026] GET /v2.0/ports?device_id=9e197928-4ef6-4a3d-8c1c-260b5ea57377 => 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: 437/949] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:13:13 2026] GET /v2.0/security-groups?id=f7fb0d7e-3987-487c-b1db-a366a539e3dc&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: 513/950] 10.0.0.183 () {34 vars in 781 bytes} [Tue Mar 31 06:13:12 2026] PUT /v2.0/routers/4afaf81d-756a-4ceb-b12d-b3cbc193df0a/add_router_interface => generated 309 bytes in 917 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: 514/951] 10.0.0.183 () {32 vars in 715 bytes} [Tue Mar 31 06:13:13 2026] GET /v2.0/ports/b9ff9305-4495-4edc-b978-826a4b4e3228 => generated 1033 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:13:14.024 7 INFO neutron_taas.services.taas.taas_plugin [None req-38244655-a542-4cfe-b0e5-32e2ace0dd28 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: 4077fc16-f97b-42ed-8f1c-396ceb276c11 2026-03-31 06:13:14.028 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38244655-a542-4cfe-b0e5-32e2ace0dd28 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: 4077fc16-f97b-42ed-8f1c-396ceb276c11 2026-03-31 06:13:14.282 8 INFO neutron_taas.services.taas.taas_plugin [None req-75e1f8b4-e127-4b2c-9e5d-504e22e5c194 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] TaaS: Handle Delete Port: b9ff9305-4495-4edc-b978-826a4b4e3228 2026-03-31 06:13:14.285 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75e1f8b4-e127-4b2c-9e5d-504e22e5c194 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] Tap Mirror: Handle Delete Port: b9ff9305-4495-4edc-b978-826a4b4e3228 [pid: 7|app: 0|req: 438/952] 10.0.0.183 () {34 vars in 787 bytes} [Tue Mar 31 06:13:13 2026] PUT /v2.0/routers/f2c1523f-7b41-43ee-ae25-d7997c31ee14/remove_router_interface => generated 309 bytes in 876 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/953] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:13:14 2026] GET /v2.0/ports?tenant_id=b29c0646a1b34008b3fc240d9d0430ad&device_id=9e197928-4ef6-4a3d-8c1c-260b5ea57377 => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/954] 10.0.0.183 () {34 vars in 787 bytes} [Tue Mar 31 06:13:13 2026] PUT /v2.0/routers/4afaf81d-756a-4ceb-b12d-b3cbc193df0a/remove_router_interface => generated 309 bytes in 868 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:13:14.780 7 INFO neutron_taas.services.taas.taas_plugin [None req-2ca8f816-f2fd-4b30-b4ca-9c230ec989bf 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: 99da6c5c-f426-4c8e-83af-a50693d36402 /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-03-31 06:13:14.783 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ca8f816-f2fd-4b30-b4ca-9c230ec989bf 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: 99da6c5c-f426-4c8e-83af-a50693d36402 [pid: 8|app: 0|req: 516/955] 199.204.45.240 () {34 vars in 984 bytes} [Tue Mar 31 06:13:14 2026] GET /v2.0/networks?id=13b2e43d-b21d-4b76-a14f-685d08b7d6ec => generated 779 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/956] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:14 2026] GET /v2.0/ports?device_id=9e197928-4ef6-4a3d-8c1c-260b5ea57377 => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:13:14.995 8 INFO neutron.api.v2.resource [None req-9da93a61-aa00-4901-97e5-0438e57eef2d 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 518/957] 10.0.0.183 () {34 vars in 787 bytes} [Tue Mar 31 06:13:14 2026] PUT /v2.0/routers/4afaf81d-756a-4ceb-b12d-b3cbc193df0a/remove_router_interface => generated 197 bytes in 89 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:13:15.017 7 INFO neutron_taas.services.taas.taas_plugin [None req-2ca8f816-f2fd-4b30-b4ca-9c230ec989bf 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: 44138fae-3274-4693-9eb4-ff003042f4eb 2026-03-31 06:13:15.021 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ca8f816-f2fd-4b30-b4ca-9c230ec989bf 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: 44138fae-3274-4693-9eb4-ff003042f4eb [pid: 8|app: 0|req: 519/958] 199.204.45.240 () {34 vars in 1056 bytes} [Tue Mar 31 06:13:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=5d7b7828-98f5-4467-845e-7d880b870a45 => generated 860 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/959] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:13:15 2026] GET /v2.0/security-groups?id=f7fb0d7e-3987-487c-b1db-a366a539e3dc&fields=id&fields=name => generated 113 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/960] 10.0.0.183 () {32 vars in 734 bytes} [Tue Mar 31 06:13:15 2026] GET /v2.0/ports?device_id=4afaf81d-756a-4ceb-b12d-b3cbc193df0a => 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: 522/961] 199.204.45.240 () {34 vars in 982 bytes} [Tue Mar 31 06:13:15 2026] GET /v2.0/subnets?id=300aa3d7-5fa9-4b27-81e2-062b0df5bd89 => generated 701 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:13:15.238 8 INFO neutron_taas.services.taas.taas_plugin [None req-63bd59a7-c433-4aea-adc2-d78503101afe 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] TaaS: Handle Delete Port: db3012df-309f-48ed-b882-8271649213a1 2026-03-31 06:13:15.240 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63bd59a7-c433-4aea-adc2-d78503101afe 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] Tap Mirror: Handle Delete Port: db3012df-309f-48ed-b882-8271649213a1 2026-03-31 06:13:15.383 7 INFO neutron.services.segments.plugin [-] Segment 5ffcb84d-898e-42cd-bcde-d875d66c5a8f resource provider aggregate not found 2026-03-31 06:13:15.396 7 INFO neutron.services.segments.plugin [-] Segment 5ffcb84d-898e-42cd-bcde-d875d66c5a8f resource provider aggregate not found 2026-03-31 06:13:15.405 7 INFO neutron.services.segments.plugin [-] Segment 5ffcb84d-898e-42cd-bcde-d875d66c5a8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ffcb84d-898e-42cd-bcde-d875d66c5a8f found for delete ", "request_id": "req-3f780893-1739-4435-8fce-f2cf4366e20c"}]} 2026-03-31 06:13:15.411 7 INFO neutron.db.l3_hamode_db [None req-2ca8f816-f2fd-4b30-b4ca-9c230ec989bf 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] HA network 2e923da2-6dc6-4f6b-a512-f8bbb2a13daa was deleted as no HA routers are present in tenant 2319f4e43fd64e809af8ed5318f3f4e4. 2026-03-31 06:13:15.423 7 INFO neutron.services.segments.plugin [-] Segment 5ffcb84d-898e-42cd-bcde-d875d66c5a8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ffcb84d-898e-42cd-bcde-d875d66c5a8f found for delete ", "request_id": "req-6e6b2e8e-6ebd-4106-abf9-f08f2d8ed039"}]} [pid: 7|app: 0|req: 440/962] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:13:14 2026] DELETE /v2.0/routers/f2c1523f-7b41-43ee-ae25-d7997c31ee14 => generated 0 bytes in 830 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/963] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:13:15 2026] GET /v2.0/ports?network_id=13b2e43d-b21d-4b76-a14f-685d08b7d6ec&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:13:15.555 8 INFO neutron.services.segments.plugin [-] Segment 09a7ee59-643b-431d-bd84-86419f3dfcc4 resource provider aggregate not found 2026-03-31 06:13:15.560 8 INFO neutron.services.segments.plugin [-] Segment 09a7ee59-643b-431d-bd84-86419f3dfcc4 resource provider aggregate not found 2026-03-31 06:13:15.570 8 INFO neutron.services.segments.plugin [-] Segment 09a7ee59-643b-431d-bd84-86419f3dfcc4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09a7ee59-643b-431d-bd84-86419f3dfcc4 found for delete ", "request_id": "req-efc73806-ef85-4274-9a14-e39a639e34fb"}]} 2026-03-31 06:13:15.574 8 INFO neutron.db.l3_hamode_db [None req-63bd59a7-c433-4aea-adc2-d78503101afe 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] HA network 868b8d99-4531-494d-b925-af0c614ce9c4 was deleted as no HA routers are present in tenant 652316d5153b49b0a78102f7943f74a7. [pid: 8|app: 0|req: 523/964] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:13:15 2026] DELETE /v2.0/routers/4afaf81d-756a-4ceb-b12d-b3cbc193df0a => generated 0 bytes in 483 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:13:15.590 8 INFO neutron.services.segments.plugin [-] Segment 09a7ee59-643b-431d-bd84-86419f3dfcc4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09a7ee59-643b-431d-bd84-86419f3dfcc4 found for delete ", "request_id": "req-9662f19e-5ce3-415d-a13a-8e6b9b47e9f8"}]} [pid: 7|app: 0|req: 442/965] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:13:15 2026] DELETE /v2.0/subnets/457f6642-006d-4989-a422-7b836abd5990 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/966] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:13:15 2026] GET /v2.0/networks/13b2e43d-b21d-4b76-a14f-685d08b7d6ec?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:13:15.689 8 INFO neutron_taas.services.taas.taas_plugin [None req-93e38ee9-95c7-47c3-9125-343aa15ee5ab 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: c0021672-b6a6-44af-b0c0-e8fcb9133161 2026-03-31 06:13:15.696 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-93e38ee9-95c7-47c3-9125-343aa15ee5ab 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: c0021672-b6a6-44af-b0c0-e8fcb9133161 [pid: 7|app: 0|req: 443/967] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:13:15 2026] DELETE /v2.0/subnets/1b5f5b9e-d6c2-42c4-bf69-bc448cbf2f62 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/968] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:13:15 2026] GET /v2.0/networks/13b2e43d-b21d-4b76-a14f-685d08b7d6ec?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: 445/969] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:13:15 2026] DELETE /v2.0/networks/87a305a2-4201-4b87-8266-b3864261c19c => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/970] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:13:15 2026] DELETE /v2.0/networks/677d8844-b3f6-4e86-b289-a66a5e8e00f2 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:13:15.940 7 INFO neutron.db.segments_db [None req-2dbce716-f656-4106-a17b-05434edf7890 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] Added segment 002a2d5a-c61d-49a5-bed7-f387ac9a5cd6 of type vxlan for network 4908cbb9-6094-4b55-868d-2018b3ae1717 [pid: 8|app: 0|req: 526/971] 199.204.45.240 () {34 vars in 992 bytes} [Tue Mar 31 06:13:15 2026] GET /v2.0/ports?device_id=9e197928-4ef6-4a3d-8c1c-260b5ea57377 => 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: 446/972] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:13:15 2026] POST /v2.0/networks => generated 633 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/973] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:13:16 2026] GET /v2.0/security-groups?tenant_id=2319f4e43fd64e809af8ed5318f3f4e4&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:13:16.110 7 INFO neutron_taas.services.taas.taas_plugin [req-7e74954a-642c-44d9-a0ba-1e8188deb804 req-9da8fd45-14b8-477f-80a4-d980f9b9208c 19c3545af92a4b93902781349bb0b5a6 b29c0646a1b34008b3fc240d9d0430ad - - default default] TaaS: Handle Delete Port: 5d7b7828-98f5-4467-845e-7d880b870a45 2026-03-31 06:13:16.112 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7e74954a-642c-44d9-a0ba-1e8188deb804 req-9da8fd45-14b8-477f-80a4-d980f9b9208c 19c3545af92a4b93902781349bb0b5a6 b29c0646a1b34008b3fc240d9d0430ad - - default default] Tap Mirror: Handle Delete Port: 5d7b7828-98f5-4467-845e-7d880b870a45 2026-03-31 06:13:16.215 7 INFO neutron.db.l3_db [req-7e74954a-642c-44d9-a0ba-1e8188deb804 req-9da8fd45-14b8-477f-80a4-d980f9b9208c 19c3545af92a4b93902781349bb0b5a6 b29c0646a1b34008b3fc240d9d0430ad - - default default] Floating IP 15603550-e717-4d9e-a901-a087e4528637 disassociated. External IP: 10.96.250.216, port: 5d7b7828-98f5-4467-845e-7d880b870a45. [pid: 8|app: 0|req: 528/974] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:13:16 2026] POST /v2.0/subnets => generated 646 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/975] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:13:16 2026] DELETE /v2.0/security-groups/273cfe99-cec1-41cb-b4df-c9e316309383 => 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: 530/976] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:16 2026] GET /v2.0/ports?device_id=9e197928-4ef6-4a3d-8c1c-260b5ea57377 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:13:16.360 8 INFO neutron.db.segments_db [None req-f6cd81b1-ecc4-4fce-a620-420d3728f474 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] Added segment 489e0d5c-fe8f-41a4-9e31-d975b0f270ef of type vxlan for network 89d2e46b-637f-4a1c-bcb9-d367eea4b27c 2026-03-31 06:13:16.602 8 INFO neutron.db.l3_hamode_db [None req-f6cd81b1-ecc4-4fce-a620-420d3728f474 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 447/977] 199.204.45.240 () {36 vars in 995 bytes} [Tue Mar 31 06:13:16 2026] DELETE /v2.0/ports/5d7b7828-98f5-4467-845e-7d880b870a45 => generated 0 bytes in 627 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:13:16.691 8 INFO neutron.db.l3_hamode_db [None req-f6cd81b1-ecc4-4fce-a620-420d3728f474 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-31 06:13:16.691 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ad099874-e0d5-491a-a4a5-b8030a1b8763'] response: {'server_uuid': '9e197928-4ef6-4a3d-8c1c-260b5ea57377', 'name': 'network-vif-deleted', 'tag': '5d7b7828-98f5-4467-845e-7d880b870a45', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 531/978] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:13:16 2026] POST /v2.0/routers => generated 511 bytes in 840 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/979] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:17 2026] GET /v2.0/ports?device_id=9e197928-4ef6-4a3d-8c1c-260b5ea57377 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:13:17.588 8 INFO neutron.services.segments.plugin [-] Segment c8ee1145-a670-4f79-a4cc-c9ddaed027a0 resource provider aggregate not found 2026-03-31 06:13:17.607 8 INFO neutron.services.segments.plugin [-] Segment c8ee1145-a670-4f79-a4cc-c9ddaed027a0 resource provider aggregate not found 2026-03-31 06:13:17.611 8 INFO neutron.services.segments.plugin [-] Segment c8ee1145-a670-4f79-a4cc-c9ddaed027a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8ee1145-a670-4f79-a4cc-c9ddaed027a0 found for delete ", "request_id": "req-1a460220-9924-4d34-a019-5113bcb6046a"}]} 2026-03-31 06:13:17.630 8 INFO neutron.services.segments.plugin [-] Segment c8ee1145-a670-4f79-a4cc-c9ddaed027a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8ee1145-a670-4f79-a4cc-c9ddaed027a0 found for delete ", "request_id": "req-3ce8e8d0-b241-4fe5-9349-d6400cb87216"}]} 2026-03-31 06:13:17.640 7 INFO neutron.services.segments.plugin [-] Segment 5960086f-9cb8-4bab-a6d7-9883b1f03bff resource provider aggregate not found 2026-03-31 06:13:17.646 7 INFO neutron.services.segments.plugin [-] Segment 5960086f-9cb8-4bab-a6d7-9883b1f03bff resource provider aggregate not found 2026-03-31 06:13:17.669 7 INFO neutron.services.segments.plugin [-] Segment 5960086f-9cb8-4bab-a6d7-9883b1f03bff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5960086f-9cb8-4bab-a6d7-9883b1f03bff found for delete ", "request_id": "req-410ea72e-bafb-40ae-9cd6-ee54cb1a78cc"}]} 2026-03-31 06:13:17.671 7 INFO neutron.services.segments.plugin [-] Segment 5960086f-9cb8-4bab-a6d7-9883b1f03bff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5960086f-9cb8-4bab-a6d7-9883b1f03bff found for delete ", "request_id": "req-088aa782-994b-4236-ae4d-b33472ecd2ef"}]} [pid: 8|app: 0|req: 533/980] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:18 2026] GET /v2.0/ports?device_id=9e197928-4ef6-4a3d-8c1c-260b5ea57377 => 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: 448/981] 10.0.0.183 () {34 vars in 781 bytes} [Tue Mar 31 06:13:17 2026] PUT /v2.0/routers/1adc801d-6672-4768-bc02-e1878f52832e/add_router_interface => generated 309 bytes in 1518 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/982] 10.0.0.183 () {32 vars in 715 bytes} [Tue Mar 31 06:13:18 2026] GET /v2.0/ports/62ab4688-78a6-43b9-8a94-ea96f52ab97a => generated 959 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:13:18.986 7 INFO neutron_taas.services.taas.taas_plugin [None req-b825e15c-4553-4a10-aeb8-fe956f954050 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] TaaS: Handle Delete Port: 62ab4688-78a6-43b9-8a94-ea96f52ab97a 2026-03-31 06:13:18.988 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b825e15c-4553-4a10-aeb8-fe956f954050 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] Tap Mirror: Handle Delete Port: 62ab4688-78a6-43b9-8a94-ea96f52ab97a [pid: 7|app: 0|req: 449/983] 10.0.0.183 () {34 vars in 787 bytes} [Tue Mar 31 06:13:18 2026] PUT /v2.0/routers/1adc801d-6672-4768-bc02-e1878f52832e/remove_router_interface => generated 309 bytes in 694 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/984] 10.0.0.183 () {32 vars in 734 bytes} [Tue Mar 31 06:13:19 2026] GET /v2.0/ports?device_id=1adc801d-6672-4768-bc02-e1878f52832e => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:13:19.586 7 INFO neutron_taas.services.taas.taas_plugin [None req-ede9c5f0-ef13-43d8-bda1-1c05bcad69b9 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] TaaS: Handle Delete Port: d5de2e4e-a49d-4e7e-93b0-d7e971f38665 2026-03-31 06:13:19.589 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ede9c5f0-ef13-43d8-bda1-1c05bcad69b9 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] Tap Mirror: Handle Delete Port: d5de2e4e-a49d-4e7e-93b0-d7e971f38665 [pid: 8|app: 0|req: 536/985] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:19 2026] GET /v2.0/ports?device_id=9e197928-4ef6-4a3d-8c1c-260b5ea57377 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:13:19.875 7 INFO neutron.services.segments.plugin [-] Segment 489e0d5c-fe8f-41a4-9e31-d975b0f270ef resource provider aggregate not found 2026-03-31 06:13:19.878 7 INFO neutron.services.segments.plugin [-] Segment 489e0d5c-fe8f-41a4-9e31-d975b0f270ef resource provider aggregate not found 2026-03-31 06:13:19.890 7 INFO neutron.services.segments.plugin [-] Segment 489e0d5c-fe8f-41a4-9e31-d975b0f270ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 489e0d5c-fe8f-41a4-9e31-d975b0f270ef found for delete ", "request_id": "req-85b2b463-ffb3-4f9d-9937-2970751bf58d"}]} 2026-03-31 06:13:19.892 7 INFO neutron.db.l3_hamode_db [None req-ede9c5f0-ef13-43d8-bda1-1c05bcad69b9 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] HA network 89d2e46b-637f-4a1c-bcb9-d367eea4b27c was deleted as no HA routers are present in tenant 652316d5153b49b0a78102f7943f74a7. [pid: 7|app: 0|req: 450/986] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:13:19 2026] DELETE /v2.0/routers/1adc801d-6672-4768-bc02-e1878f52832e => generated 0 bytes in 453 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:13:19.900 7 INFO neutron.services.segments.plugin [-] Segment 489e0d5c-fe8f-41a4-9e31-d975b0f270ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 489e0d5c-fe8f-41a4-9e31-d975b0f270ef found for delete ", "request_id": "req-3077d5ac-017e-4620-b4a5-ee5463d0ccab"}]} [pid: 8|app: 0|req: 537/987] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:13:19 2026] DELETE /v2.0/subnets/d8697894-22c5-4fae-9816-12b4f0844833 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/988] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:13:20 2026] DELETE /v2.0/networks/4908cbb9-6094-4b55-868d-2018b3ae1717 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:13:20.216 8 INFO neutron.db.segments_db [None req-5ea3d504-d7e3-457e-b5f6-c52470129759 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] Added segment 67198e95-d2f5-4ca3-98e8-680fa1ad2d7b of type vxlan for network 875b01e6-e22e-4168-a20d-86a3656707a3 2026-03-31 06:13:20.442 8 INFO neutron.db.l3_hamode_db [None req-5ea3d504-d7e3-457e-b5f6-c52470129759 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 454/991] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:13:20 2026] GET /v2.0/security-groups?tenant_id=d6af4e6f51aa4a99950bc87b8f1b429d&name=default => generated 2925 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/992] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:13:20 2026] DELETE /v2.0/security-groups/f7fb0d7e-3987-487c-b1db-a366a539e3dc => 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: 456/993] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:13:20 2026] DELETE /v2.0/security-groups/6616bb54-d97a-4f3f-85c0-24771447a76d => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:13:21.003 7 INFO neutron.api.v2.resource [None req-c4352745-4b0d-46c7-9bfb-9a35df27e394 19c3545af92a4b93902781349bb0b5a6 b29c0646a1b34008b3fc240d9d0430ad - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 457/994] 10.0.0.183 () {32 vars in 735 bytes} [Tue Mar 31 06:13:20 2026] GET /v2.0/security-groups/f7fb0d7e-3987-487c-b1db-a366a539e3dc => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:13:21.109 7 INFO neutron_taas.services.taas.taas_plugin [None req-c490c236-4a8e-4a72-81a8-bae258e5daf6 19c3545af92a4b93902781349bb0b5a6 b29c0646a1b34008b3fc240d9d0430ad - - default default] TaaS: Handle Delete Port: 3919d97f-30f0-49aa-84bb-a4dcc46edfe9 2026-03-31 06:13:21.113 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c490c236-4a8e-4a72-81a8-bae258e5daf6 19c3545af92a4b93902781349bb0b5a6 b29c0646a1b34008b3fc240d9d0430ad - - default default] Tap Mirror: Handle Delete Port: 3919d97f-30f0-49aa-84bb-a4dcc46edfe9 2026-03-31 06:13:21.200 8 INFO neutron.db.l3_hamode_db [None req-5ea3d504-d7e3-457e-b5f6-c52470129759 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 458/995] 10.0.0.183 () {32 vars in 730 bytes} [Tue Mar 31 06:13:21 2026] DELETE /v2.0/floatingips/15603550-e717-4d9e-a901-a087e4528637 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/996] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:13:21 2026] GET /v2.0/security-groups?tenant_id=ce215b03f4044733a0f67a94f6aa4dc0&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:13:21.740 7 INFO neutron_taas.services.taas.taas_plugin [None req-a0096cb5-e7f7-43f0-af17-c60fac8147d7 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: 1e08dacd-69d7-43bb-9a38-8a333d14d135 2026-03-31 06:13:21.743 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0096cb5-e7f7-43f0-af17-c60fac8147d7 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: 1e08dacd-69d7-43bb-9a38-8a333d14d135 2026-03-31 06:13:21.915 7 INFO neutron.services.segments.plugin [-] Segment 002a2d5a-c61d-49a5-bed7-f387ac9a5cd6 resource provider aggregate not found 2026-03-31 06:13:21.920 7 INFO neutron.services.segments.plugin [-] Segment 002a2d5a-c61d-49a5-bed7-f387ac9a5cd6 resource provider aggregate not found 2026-03-31 06:13:21.936 7 INFO neutron.services.segments.plugin [-] Segment 002a2d5a-c61d-49a5-bed7-f387ac9a5cd6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 002a2d5a-c61d-49a5-bed7-f387ac9a5cd6 found for delete ", "request_id": "req-81df575c-cffa-4d13-9ea3-0ce2ebe64144"}]} 2026-03-31 06:13:21.937 7 INFO neutron.services.segments.plugin [-] Segment 002a2d5a-c61d-49a5-bed7-f387ac9a5cd6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 002a2d5a-c61d-49a5-bed7-f387ac9a5cd6 found for delete ", "request_id": "req-b638ece4-14d0-438d-9523-aba5e0b1a524"}]} [pid: 8|app: 0|req: 538/997] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:13:20 2026] POST /v2.0/routers => generated 691 bytes in 1851 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/998] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:13:22 2026] DELETE /v2.0/security-groups/b0902685-9a38-48a4-9d39-a0b192419b97 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/999] 10.0.0.183 () {32 vars in 719 bytes} [Tue Mar 31 06:13:22 2026] GET /v2.0/routers/e72e480e-f70c-481a-a3a8-3844b28265cd => generated 697 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1000] 10.0.0.183 () {32 vars in 645 bytes} [Tue Mar 31 06:13:22 2026] GET /v2.0/routers => generated 700 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/1001] 10.0.0.183 () {34 vars in 787 bytes} [Tue Mar 31 06:13:21 2026] PUT /v2.0/routers/71af3109-9177-467a-b381-7d30e1b8c028/remove_router_interface => generated 309 bytes in 902 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:13:22.517 7 INFO neutron_taas.services.taas.taas_plugin [None req-78fd22c6-0379-48d5-a0a8-81fa878c5460 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: 0061b9fe-5522-44de-8622-7cdf8ca391e7 2026-03-31 06:13:22.520 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78fd22c6-0379-48d5-a0a8-81fa878c5460 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: 0061b9fe-5522-44de-8622-7cdf8ca391e7 [pid: 8|app: 0|req: 542/1002] 10.0.0.183 () {34 vars in 739 bytes} [Tue Mar 31 06:13:22 2026] PUT /v2.0/routers/e72e480e-f70c-481a-a3a8-3844b28265cd => generated 704 bytes in 438 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:13:22.789 7 INFO neutron_taas.services.taas.taas_plugin [None req-78fd22c6-0379-48d5-a0a8-81fa878c5460 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: 50a9f120-1cb0-4604-880b-29f9bf345054 [pid: 8|app: 0|req: 543/1003] 10.0.0.183 () {32 vars in 719 bytes} [Tue Mar 31 06:13:22 2026] GET /v2.0/routers/e72e480e-f70c-481a-a3a8-3844b28265cd => generated 704 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:13:22.793 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78fd22c6-0379-48d5-a0a8-81fa878c5460 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: 50a9f120-1cb0-4604-880b-29f9bf345054 [pid: 8|app: 0|req: 544/1004] 10.0.0.183 () {32 vars in 734 bytes} [Tue Mar 31 06:13:22 2026] GET /v2.0/ports?device_id=e72e480e-f70c-481a-a3a8-3844b28265cd => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:13:23.048 8 INFO neutron_taas.services.taas.taas_plugin [None req-d43216a4-c684-4b62-8cd8-a0ea88d99786 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] TaaS: Handle Delete Port: b387c106-4619-40ea-9565-80636e50987c 2026-03-31 06:13:23.051 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d43216a4-c684-4b62-8cd8-a0ea88d99786 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] Tap Mirror: Handle Delete Port: b387c106-4619-40ea-9565-80636e50987c 2026-03-31 06:13:23.174 7 INFO neutron.db.l3_hamode_db [None req-78fd22c6-0379-48d5-a0a8-81fa878c5460 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] HA network 006574b7-7c9a-4f9a-b6a9-0235e5ee7f29 was deleted as no HA routers are present in tenant b29c0646a1b34008b3fc240d9d0430ad. [pid: 7|app: 0|req: 461/1005] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:13:22 2026] DELETE /v2.0/routers/71af3109-9177-467a-b381-7d30e1b8c028 => generated 0 bytes in 879 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:13:23.333 8 INFO neutron_taas.services.taas.taas_plugin [None req-d43216a4-c684-4b62-8cd8-a0ea88d99786 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] TaaS: Handle Delete Port: 215befb0-4d9c-4238-8cac-3dd0ea62c212 2026-03-31 06:13:23.338 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d43216a4-c684-4b62-8cd8-a0ea88d99786 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] Tap Mirror: Handle Delete Port: 215befb0-4d9c-4238-8cac-3dd0ea62c212 [pid: 7|app: 0|req: 462/1006] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:13:23 2026] DELETE /v2.0/subnets/300aa3d7-5fa9-4b27-81e2-062b0df5bd89 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:13:23.460 7 INFO neutron_taas.services.taas.taas_plugin [None req-7f8d773c-9b45-4cbf-8105-292bfa54e97d 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: 8d015be9-1beb-4695-88d7-a7b482907f9b 2026-03-31 06:13:23.463 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f8d773c-9b45-4cbf-8105-292bfa54e97d 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: 8d015be9-1beb-4695-88d7-a7b482907f9b [pid: 7|app: 0|req: 463/1007] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:13:23 2026] DELETE /v2.0/networks/13b2e43d-b21d-4b76-a14f-685d08b7d6ec => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:13:23.672 8 INFO neutron.services.segments.plugin [-] Segment 67198e95-d2f5-4ca3-98e8-680fa1ad2d7b resource provider aggregate not found 2026-03-31 06:13:23.673 8 INFO neutron.services.segments.plugin [-] Segment 67198e95-d2f5-4ca3-98e8-680fa1ad2d7b resource provider aggregate not found 2026-03-31 06:13:23.699 8 INFO neutron.services.segments.plugin [-] Segment 67198e95-d2f5-4ca3-98e8-680fa1ad2d7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67198e95-d2f5-4ca3-98e8-680fa1ad2d7b found for delete ", "request_id": "req-864670d8-4b1e-4203-9283-63cdc7b13969"}]} 2026-03-31 06:13:23.701 8 INFO neutron.services.segments.plugin [-] Segment 67198e95-d2f5-4ca3-98e8-680fa1ad2d7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67198e95-d2f5-4ca3-98e8-680fa1ad2d7b found for delete ", "request_id": "req-12d9ec58-1611-48c5-a0f7-aeac6a9e9cbd"}]} 2026-03-31 06:13:23.720 8 INFO neutron.db.l3_hamode_db [None req-d43216a4-c684-4b62-8cd8-a0ea88d99786 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] HA network 875b01e6-e22e-4168-a20d-86a3656707a3 was deleted as no HA routers are present in tenant 652316d5153b49b0a78102f7943f74a7. [pid: 8|app: 0|req: 545/1008] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:13:22 2026] DELETE /v2.0/routers/e72e480e-f70c-481a-a3a8-3844b28265cd => generated 0 bytes in 897 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/1009] 10.0.0.183 () {32 vars in 734 bytes} [Tue Mar 31 06:13:23 2026] GET /v2.0/ports?device_id=e72e480e-f70c-481a-a3a8-3844b28265cd => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:13:23.781 8 INFO neutron.api.v2.resource [None req-52083b55-21f7-4e06-961d-e66d23934bae 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 546/1010] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:13:23 2026] DELETE /v2.0/routers/e72e480e-f70c-481a-a3a8-3844b28265cd => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/1011] 10.0.0.183 () {32 vars in 734 bytes} [Tue Mar 31 06:13:23 2026] GET /v2.0/ports?device_id=1adc801d-6672-4768-bc02-e1878f52832e => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:13:23.833 7 INFO neutron.api.v2.resource [None req-015c66e2-f4cc-4140-9299-3e4dcdffc2e1 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 466/1012] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:13:23 2026] DELETE /v2.0/routers/1adc801d-6672-4768-bc02-e1878f52832e => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1013] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:13:23 2026] GET /v2.0/security-groups?tenant_id=b29c0646a1b34008b3fc240d9d0430ad&name=default => generated 2921 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:13:23.852 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1e823901-1247-4568-adf1-e132983281a9 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 467/1014] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:13:23 2026] DELETE /v2.0/subnets/d8697894-22c5-4fae-9816-12b4f0844833 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/1015] 10.0.0.183 () {32 vars in 734 bytes} [Tue Mar 31 06:13:23 2026] GET /v2.0/ports?device_id=4afaf81d-756a-4ceb-b12d-b3cbc193df0a => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:13:23.897 7 INFO neutron.api.v2.resource [None req-c172ef61-a320-4711-b0e6-d2a4cecbe29b 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 469/1016] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:13:23 2026] DELETE /v2.0/routers/4afaf81d-756a-4ceb-b12d-b3cbc193df0a => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:13:23.915 7 INFO neutron.pecan_wsgi.hooks.translation [None req-119fbcb8-e021-48ea-80f9-d0f85f485ab9 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 470/1017] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:13:23 2026] DELETE /v2.0/subnets/1b5f5b9e-d6c2-42c4-bf69-bc448cbf2f62 => 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: 548/1018] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:13:23 2026] DELETE /v2.0/security-groups/34a1a299-427f-4dd0-9a33-e896e882a0ac => 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: 471/1019] 10.0.0.183 () {32 vars in 734 bytes} [Tue Mar 31 06:13:23 2026] GET /v2.0/ports?device_id=c559c360-006a-42a8-bda2-9db377417cdd => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:13:23.966 7 INFO neutron.services.segments.plugin [-] Segment 7217b1e6-d8a1-4c34-8483-0d53c40c48cd resource provider aggregate not found 2026-03-31 06:13:23.969 7 INFO neutron.services.segments.plugin [-] Segment 7217b1e6-d8a1-4c34-8483-0d53c40c48cd resource provider aggregate not found 2026-03-31 06:13:23.975 8 INFO neutron.api.v2.resource [None req-88bbcae1-e6c6-4695-bab5-d07baafe5705 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 549/1020] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:13:23 2026] DELETE /v2.0/routers/c559c360-006a-42a8-bda2-9db377417cdd => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:13:23.988 7 INFO neutron.services.segments.plugin [-] Segment 7217b1e6-d8a1-4c34-8483-0d53c40c48cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7217b1e6-d8a1-4c34-8483-0d53c40c48cd found for delete ", "request_id": "req-81822d7d-5ff4-4779-bc9b-037196f7afcb"}]} 2026-03-31 06:13:23.991 7 INFO neutron.services.segments.plugin [-] Segment 7217b1e6-d8a1-4c34-8483-0d53c40c48cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7217b1e6-d8a1-4c34-8483-0d53c40c48cd found for delete ", "request_id": "req-959cd368-4312-4b7b-b699-9c79796423cb"}]} 2026-03-31 06:13:24.005 7 INFO neutron.pecan_wsgi.hooks.translation [None req-417d3302-5dd0-43d7-aaed-4d179e3e4d1b 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 472/1021] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:13:23 2026] DELETE /v2.0/subnets/b23398ce-ea08-4f3e-81dc-09630c76cf9d => generated 136 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:13:24.009 7 INFO neutron.services.segments.plugin [-] Segment fae9af5c-72a4-4403-900f-5b9ebf0eb981 resource provider aggregate not found 2026-03-31 06:13:24.014 7 INFO neutron.services.segments.plugin [-] Segment fae9af5c-72a4-4403-900f-5b9ebf0eb981 resource provider aggregate not found 2026-03-31 06:13:24.022 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7230c455-3e0a-477a-9606-92f49f3b48e8 246e161eb03e47b98b1190c0154201fb 652316d5153b49b0a78102f7943f74a7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 550/1022] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:13:24 2026] DELETE /v2.0/subnets/44308ca3-900e-4c6f-a7c3-08ed2ba667f8 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:13:24.029 7 INFO neutron.services.segments.plugin [-] Segment fae9af5c-72a4-4403-900f-5b9ebf0eb981 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fae9af5c-72a4-4403-900f-5b9ebf0eb981 found for delete ", "request_id": "req-c85c9fc7-7b7c-403f-ab81-37c416a91896"}]} 2026-03-31 06:13:24.032 7 INFO neutron.services.segments.plugin [-] Segment fae9af5c-72a4-4403-900f-5b9ebf0eb981 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fae9af5c-72a4-4403-900f-5b9ebf0eb981 found for delete ", "request_id": "req-f11c8181-5e30-4cd5-9b2b-fff67e5481cc"}]} [pid: 7|app: 0|req: 473/1023] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:13:24 2026] GET /v2.0/security-groups?tenant_id=652316d5153b49b0a78102f7943f74a7&name=default => generated 2925 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1024] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:13:24 2026] DELETE /v2.0/security-groups/bfd398b6-18b7-4176-aecd-8cabe6fa1047 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/1025] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:24 2026] GET /v2.0/ports?device_id=6b4eab22-e5c8-4ab6-ba8a-7590fd8c5d6f => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1026] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:13:25 2026] GET /v2.0/security-groups?id=2796fca6-9c19-464d-bcbf-7bbe639a568f&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/1027] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:25 2026] GET /v2.0/ports?device_id=6b4eab22-e5c8-4ab6-ba8a-7590fd8c5d6f => 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: 553/1028] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:13:25 2026] GET /v2.0/security-groups?id=2796fca6-9c19-464d-bcbf-7bbe639a568f&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: 476/1029] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:25 2026] GET /v2.0/ports?device_id=6b4eab22-e5c8-4ab6-ba8a-7590fd8c5d6f => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1030] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:13:25 2026] GET /v2.0/security-groups?id=2796fca6-9c19-464d-bcbf-7bbe639a568f&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-03-31 06:13:26.054 7 INFO neutron.db.segments_db [None req-06d5828b-94c9-4904-b299-93164ee304c7 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Added segment e91617cf-0737-4b79-8404-1f27161fee13 of type vxlan for network f98eed24-56ce-46c2-887c-fa5b5c8d2c5b [pid: 8|app: 0|req: 555/1031] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:13:25 2026] GET /v2.0/security-groups?tenant_id=91f3972968f243e98a31f78f64cf9c21&name=default => generated 2925 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/1032] 10.0.0.183 () {34 vars in 669 bytes} [Tue Mar 31 06:13:25 2026] POST /v2.0/networks => generated 738 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1033] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:13:26 2026] DELETE /v2.0/security-groups/21caeac2-bcdd-4163-b1c4-aae592ddaeb6 => 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: 478/1034] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:13:26 2026] POST /v2.0/subnets => generated 685 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:13:26.364 7 INFO neutron.db.segments_db [None req-32dd1b48-3184-40b6-91ee-1743c714d5d1 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Added segment 76b7a0ff-4694-4525-a1bf-9767e1a458fb of type vxlan for network 1cb52b92-b51e-40fc-8abd-c1abf835bd66 [pid: 8|app: 0|req: 557/1035] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:13:26 2026] GET /v2.0/security-groups?tenant_id=f8906158900c4661a72be06a8567ab54&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1036] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:13:26 2026] DELETE /v2.0/security-groups/414b1a1f-b645-4c2a-a2ad-b4b70c8a299f => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:13:26.593 7 INFO neutron.db.l3_hamode_db [None req-32dd1b48-3184-40b6-91ee-1743c714d5d1 3d16137646fb4a9bbcc3c445048aca03 54ef65794df1432fb852f36d1b3ac4e9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 559/1037] 10.0.0.183 () {34 vars in 682 bytes} [Tue Mar 31 06:13:26 2026] POST /v2.0/security-groups => generated 1624 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1038] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:26 2026] GET /v2.0/ports?device_id=6b4eab22-e5c8-4ab6-ba8a-7590fd8c5d6f => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1039] 10.0.0.183 () {32 vars in 661 bytes} [Tue Mar 31 06:13:26 2026] GET /v2.0/security-groups => generated 4529 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1040] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:13:26 2026] GET /v2.0/security-groups?id=2796fca6-9c19-464d-bcbf-7bbe639a568f&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: 563/1041] 10.0.0.183 () {34 vars in 756 bytes} [Tue Mar 31 06:13:26 2026] PUT /v2.0/security-groups/d31cbfd3-f444-4793-b334-f041f212ea70 => generated 1663 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1042] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:13:27 2026] GET /v2.0/ports?tenant_id=973455a22bf24ef0ac660370dfd63681&device_id=6b4eab22-e5c8-4ab6-ba8a-7590fd8c5d6f => generated 1240 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1043] 10.0.0.183 () {32 vars in 735 bytes} [Tue Mar 31 06:13:27 2026] GET /v2.0/security-groups/d31cbfd3-f444-4793-b334-f041f212ea70 => generated 1663 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1044] 199.204.45.240 () {34 vars in 984 bytes} [Tue Mar 31 06:13:27 2026] GET /v2.0/networks?id=98b94518-56c1-4686-8f49-50165babe08e => generated 772 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:13:27.249 7 INFO neutron.db.l3_hamode_db [None req-32dd1b48-3184-40b6-91ee-1743c714d5d1 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 567/1045] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:13:27 2026] DELETE /v2.0/security-groups/d31cbfd3-f444-4793-b334-f041f212ea70 => 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: 568/1046] 199.204.45.240 () {34 vars in 1056 bytes} [Tue Mar 31 06:13:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=91e46fa1-f901-418b-91a7-1d92f7b61aee => generated 860 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1047] 10.0.0.183 () {32 vars in 661 bytes} [Tue Mar 31 06:13:27 2026] GET /v2.0/security-groups => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1048] 199.204.45.240 () {34 vars in 982 bytes} [Tue Mar 31 06:13:27 2026] GET /v2.0/subnets?id=89db38ce-8527-4133-bea0-1b240feeca0d => generated 694 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:13:27.364 8 INFO neutron.api.v2.resource [None req-6cf4b7d4-9e52-4441-8a4b-70764371f2a4 9f2efe073a144202895ea751e24b42f0 cc1204f7a8054154a847a86a7dfdeb6f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 571/1049] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:13:27 2026] DELETE /v2.0/security-groups/d31cbfd3-f444-4793-b334-f041f212ea70 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1050] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:13:27 2026] GET /v2.0/ports?network_id=98b94518-56c1-4686-8f49-50165babe08e&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1051] 10.0.0.183 () {34 vars in 682 bytes} [Tue Mar 31 06:13:27 2026] POST /v2.0/security-groups => generated 1623 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1052] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:13:27 2026] GET /v2.0/networks/98b94518-56c1-4686-8f49-50165babe08e?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: 575/1053] 10.0.0.183 () {34 vars in 693 bytes} [Tue Mar 31 06:13:27 2026] POST /v2.0/security-group-rules => generated 601 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1054] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:13:27 2026] GET /v2.0/networks/98b94518-56c1-4686-8f49-50165babe08e?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: 577/1055] 10.0.0.183 () {32 vars in 745 bytes} [Tue Mar 31 06:13:27 2026] GET /v2.0/security-group-rules/9d054e69-56a4-4511-8207-dd7afbec1475 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1056] 10.0.0.183 () {32 vars in 671 bytes} [Tue Mar 31 06:13:27 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1057] 10.0.0.183 () {32 vars in 748 bytes} [Tue Mar 31 06:13:27 2026] DELETE /v2.0/security-group-rules/9d054e69-56a4-4511-8207-dd7afbec1475 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1058] 10.0.0.183 () {32 vars in 671 bytes} [Tue Mar 31 06:13:27 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1059] 10.0.0.183 () {34 vars in 693 bytes} [Tue Mar 31 06:13:28 2026] POST /v2.0/security-group-rules => generated 601 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1060] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:28 2026] GET /v2.0/ports?device_id=6b4eab22-e5c8-4ab6-ba8a-7590fd8c5d6f => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/1061] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:13:26 2026] POST /v2.0/routers => generated 725 bytes in 1867 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1062] 10.0.0.183 () {32 vars in 745 bytes} [Tue Mar 31 06:13:28 2026] GET /v2.0/security-group-rules/e4c398ac-f22f-480b-a959-a02c879b2d57 => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/1063] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:13:28 2026] GET /v2.0/security-groups?id=2796fca6-9c19-464d-bcbf-7bbe639a568f&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: 481/1064] 10.0.0.183 () {32 vars in 671 bytes} [Tue Mar 31 06:13:28 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:13:28.678 7 INFO neutron.db.segments_db [None req-69fb2463-c5fe-4ea3-a8cc-c157f24e7329 2ddbc5337bd24f13bf521d99ff48be52 e7e3e16d812c46f884381c5fe8eb6131 - - default default] Added segment bf79630b-2b88-42aa-8aab-44865ae2523c of type vxlan for network 74c5dcfe-7dbd-44c2-a1da-b31fde4ab582 [pid: 7|app: 0|req: 482/1065] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:13:28 2026] POST /v2.0/networks => generated 648 bytes in 458 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/1066] 10.0.0.183 () {32 vars in 748 bytes} [Tue Mar 31 06:13:28 2026] DELETE /v2.0/security-group-rules/e4c398ac-f22f-480b-a959-a02c879b2d57 => 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: 484/1067] 10.0.0.183 () {34 vars in 663 bytes} [Tue Mar 31 06:13:28 2026] POST /v2.0/ports => generated 778 bytes in 324 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: 485/1068] 10.0.0.183 () {32 vars in 671 bytes} [Tue Mar 31 06:13:29 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:13:29.309 7 INFO neutron.db.segments_db [None req-70acda21-d282-48a8-aff5-3226057e0707 2ddbc5337bd24f13bf521d99ff48be52 e7e3e16d812c46f884381c5fe8eb6131 - - default default] Added segment 96d13b0b-3385-4702-b633-9cb4dd1d64f5 of type vxlan for network d80874f9-fff2-4766-b024-1e31b6cd8051 [pid: 7|app: 0|req: 486/1069] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:13:29 2026] POST /v2.0/networks => generated 636 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1070] 10.0.0.183 () {34 vars in 781 bytes} [Tue Mar 31 06:13:28 2026] PUT /v2.0/routers/9cdbdc5c-42b5-4a78-9bf3-c32c9559a079/add_router_interface => generated 309 bytes in 1233 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1071] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:29 2026] GET /v2.0/ports?device_id=6b4eab22-e5c8-4ab6-ba8a-7590fd8c5d6f => generated 971 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/1072] 10.0.0.183 () {34 vars in 693 bytes} [Tue Mar 31 06:13:29 2026] POST /v2.0/security-group-rules => generated 602 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/1073] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:13:29 2026] GET /v2.0/security-groups?id=2796fca6-9c19-464d-bcbf-7bbe639a568f&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: 489/1074] 10.0.0.183 () {32 vars in 745 bytes} [Tue Mar 31 06:13:29 2026] GET /v2.0/security-group-rules/4c127275-1374-451b-b7a6-3b52cc84d40c => generated 602 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/1075] 10.0.0.183 () {32 vars in 671 bytes} [Tue Mar 31 06:13:29 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/1076] 10.0.0.183 () {32 vars in 748 bytes} [Tue Mar 31 06:13:29 2026] DELETE /v2.0/security-group-rules/4c127275-1374-451b-b7a6-3b52cc84d40c => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1077] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:13:29 2026] POST /v2.0/subnets => generated 646 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/1078] 10.0.0.183 () {32 vars in 671 bytes} [Tue Mar 31 06:13:29 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/1079] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:13:29 2026] DELETE /v2.0/security-groups/455e2c70-d11d-4cfd-928f-a1cc72f256c8 => 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: 494/1080] 10.0.0.183 () {32 vars in 661 bytes} [Tue Mar 31 06:13:29 2026] GET /v2.0/security-groups => generated 2925 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/1081] 10.0.0.183 () {32 vars in 661 bytes} [Tue Mar 31 06:13:29 2026] GET /v2.0/security-groups => generated 2925 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1082] 10.0.0.183 () {34 vars in 663 bytes} [Tue Mar 31 06:13:29 2026] POST /v2.0/ports => generated 966 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 496/1083] 10.0.0.183 () {34 vars in 683 bytes} [Tue Mar 31 06:13:30 2026] POST /v2.0/security-groups => generated 1659 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/1084] 10.0.0.183 () {34 vars in 693 bytes} [Tue Mar 31 06:13:30 2026] POST /v2.0/security-group-rules => generated 597 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/1085] 10.0.0.183 () {34 vars in 693 bytes} [Tue Mar 31 06:13:30 2026] POST /v2.0/security-group-rules => generated 602 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:13:30.470 8 INFO neutron_taas.services.taas.taas_plugin [None req-6614a3b6-fde3-4453-a6c8-f92d035e2884 2ddbc5337bd24f13bf521d99ff48be52 e7e3e16d812c46f884381c5fe8eb6131 - - default default] TaaS: Handle Delete Port: 149abe80-ce3c-4b96-b2f9-da33a210cb1d 2026-03-31 06:13:30.473 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6614a3b6-fde3-4453-a6c8-f92d035e2884 2ddbc5337bd24f13bf521d99ff48be52 e7e3e16d812c46f884381c5fe8eb6131 - - default default] Tap Mirror: Handle Delete Port: 149abe80-ce3c-4b96-b2f9-da33a210cb1d [pid: 8|app: 0|req: 588/1086] 10.0.0.183 () {32 vars in 718 bytes} [Tue Mar 31 06:13:30 2026] DELETE /v2.0/ports/149abe80-ce3c-4b96-b2f9-da33a210cb1d => generated 0 bytes in 526 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1087] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:13:30 2026] GET /v2.0/security-groups?tenant_id=cc1204f7a8054154a847a86a7dfdeb6f&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:13:30.708 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7cd22a13-49f4-4da8-bef0-af0898765e05 2ddbc5337bd24f13bf521d99ff48be52 e7e3e16d812c46f884381c5fe8eb6131 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 590/1088] 10.0.0.183 () {32 vars in 718 bytes} [Tue Mar 31 06:13:30 2026] DELETE /v2.0/ports/149abe80-ce3c-4b96-b2f9-da33a210cb1d => generated 132 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1089] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:30 2026] GET /v2.0/ports?device_id=6b4eab22-e5c8-4ab6-ba8a-7590fd8c5d6f => generated 971 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1090] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:13:30 2026] DELETE /v2.0/security-groups/d647a17a-8ded-4555-b378-3f49532a5e8d => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:13:30.817 8 INFO neutron.pecan_wsgi.hooks.translation [None req-39ef7aeb-4c92-4fb1-af95-bf9d5e8350ce 2ddbc5337bd24f13bf521d99ff48be52 e7e3e16d812c46f884381c5fe8eb6131 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 593/1091] 10.0.0.183 () {32 vars in 715 bytes} [Tue Mar 31 06:13:30 2026] GET /v2.0/ports/149abe80-ce3c-4b96-b2f9-da33a210cb1d => generated 132 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1092] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:13:30 2026] GET /v2.0/security-groups?id=2796fca6-9c19-464d-bcbf-7bbe639a568f&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1093] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:13:30 2026] DELETE /v2.0/subnets/392b7c81-03d3-4338-aa34-b0fb26ffb498 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/1094] 10.0.0.183 () {34 vars in 674 bytes} [Tue Mar 31 06:13:30 2026] POST /v2.0/floatingips => generated 552 bytes in 583 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:13:31.034 8 INFO neutron.services.segments.plugin [-] Segment 96d13b0b-3385-4702-b633-9cb4dd1d64f5 resource provider aggregate not found 2026-03-31 06:13:31.042 8 INFO neutron.services.segments.plugin [-] Segment 96d13b0b-3385-4702-b633-9cb4dd1d64f5 resource provider aggregate not found 2026-03-31 06:13:31.050 8 INFO neutron.services.segments.plugin [-] Segment 96d13b0b-3385-4702-b633-9cb4dd1d64f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96d13b0b-3385-4702-b633-9cb4dd1d64f5 found for delete ", "request_id": "req-8144a593-a197-4bc4-b603-d626c6d9b4eb"}]} [pid: 8|app: 0|req: 596/1095] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:13:30 2026] DELETE /v2.0/networks/d80874f9-fff2-4766-b024-1e31b6cd8051 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:13:31.067 8 INFO neutron.services.segments.plugin [-] Segment 96d13b0b-3385-4702-b633-9cb4dd1d64f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96d13b0b-3385-4702-b633-9cb4dd1d64f5 found for delete ", "request_id": "req-303311ed-d37f-43ca-997d-83ed3648aae7"}]} 2026-03-31 06:13:31.130 7 INFO neutron.db.segments_db [None req-04569f53-c549-45d0-9b91-6b555a8249dc 2ddbc5337bd24f13bf521d99ff48be52 e7e3e16d812c46f884381c5fe8eb6131 - - default default] Added segment c49018a5-e586-4c46-918e-39ed0255d8a0 of type vxlan for network 2197c21e-ad48-4fb4-86f8-5df2b223e44d [pid: 7|app: 0|req: 500/1096] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:13:31 2026] POST /v2.0/networks => generated 635 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1097] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:13:31 2026] POST /v2.0/subnets => generated 646 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1098] 10.0.0.204 () {34 vars in 1096 bytes} [Tue Mar 31 06:13:31 2026] GET /v2.0/security-groups?name=tempest-securitygroup--624715125&fields=id&tenant_id=54ef65794df1432fb852f36d1b3ac4e9 => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1099] 10.0.0.204 () {34 vars in 980 bytes} [Tue Mar 31 06:13:31 2026] GET /v2.0/networks?id=f98eed24-56ce-46c2-887c-fa5b5c8d2c5b => generated 670 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1100] 10.0.0.204 () {34 vars in 963 bytes} [Tue Mar 31 06:13:31 2026] GET /v2.0/quotas/54ef65794df1432fb852f36d1b3ac4e9 => 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: 504/1101] 10.0.0.204 () {34 vars in 1000 bytes} [Tue Mar 31 06:13:31 2026] GET /v2.0/ports?tenant_id=54ef65794df1432fb852f36d1b3ac4e9&fields=id => generated 103 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1102] 10.0.0.183 () {34 vars in 663 bytes} [Tue Mar 31 06:13:31 2026] POST /v2.0/ports => generated 928 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1103] 10.0.0.204 () {34 vars in 1006 bytes} [Tue Mar 31 06:13:31 2026] GET /v2.0/networks/f98eed24-56ce-46c2-887c-fa5b5c8d2c5b?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: 506/1104] 10.0.0.204 () {34 vars in 1106 bytes} [Tue Mar 31 06:13:31 2026] GET /v2.0/networks/f98eed24-56ce-46c2-887c-fa5b5c8d2c5b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:13:31.730 8 INFO neutron_taas.services.taas.taas_plugin [None req-ddbab824-15ca-446f-8b27-9260fd8cb4d2 2ddbc5337bd24f13bf521d99ff48be52 e7e3e16d812c46f884381c5fe8eb6131 - - default default] TaaS: Handle Delete Port: 53d2ffa2-f5ae-4dee-8725-bbd027c39d36 2026-03-31 06:13:31.733 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ddbab824-15ca-446f-8b27-9260fd8cb4d2 2ddbc5337bd24f13bf521d99ff48be52 e7e3e16d812c46f884381c5fe8eb6131 - - default default] Tap Mirror: Handle Delete Port: 53d2ffa2-f5ae-4dee-8725-bbd027c39d36 [pid: 8|app: 0|req: 599/1105] 10.0.0.183 () {32 vars in 718 bytes} [Tue Mar 31 06:13:31 2026] DELETE /v2.0/ports/53d2ffa2-f5ae-4dee-8725-bbd027c39d36 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1106] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:31 2026] GET /v2.0/ports?device_id=42520b5c-99c3-430b-a8bc-a3055b62b313 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:13:31.855 8 INFO neutron.pecan_wsgi.hooks.translation [None req-29d6d661-c853-41c1-b361-e61e0edc73d5 2ddbc5337bd24f13bf521d99ff48be52 e7e3e16d812c46f884381c5fe8eb6131 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 600/1107] 10.0.0.183 () {32 vars in 715 bytes} [Tue Mar 31 06:13:31 2026] GET /v2.0/ports/53d2ffa2-f5ae-4dee-8725-bbd027c39d36 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1108] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:31 2026] GET /v2.0/ports?device_id=6b4eab22-e5c8-4ab6-ba8a-7590fd8c5d6f => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1109] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:13:31 2026] DELETE /v2.0/subnets/25ea8d46-47c7-4ac7-bdb8-449410570a52 => 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: 602/1110] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:13:31 2026] GET /v2.0/security-groups?id=2796fca6-9c19-464d-bcbf-7bbe639a568f&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:13:32.136 7 INFO neutron.services.segments.plugin [-] Segment c49018a5-e586-4c46-918e-39ed0255d8a0 resource provider aggregate not found 2026-03-31 06:13:32.143 7 INFO neutron.services.segments.plugin [-] Segment c49018a5-e586-4c46-918e-39ed0255d8a0 resource provider aggregate not found 2026-03-31 06:13:32.157 7 INFO neutron.services.segments.plugin [-] Segment c49018a5-e586-4c46-918e-39ed0255d8a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c49018a5-e586-4c46-918e-39ed0255d8a0 found for delete ", "request_id": "req-61af695a-926a-443f-ba98-88a9eabb1840"}]} 2026-03-31 06:13:32.158 7 INFO neutron.services.segments.plugin [-] Segment c49018a5-e586-4c46-918e-39ed0255d8a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c49018a5-e586-4c46-918e-39ed0255d8a0 found for delete ", "request_id": "req-e02aeddd-babd-4f5f-ae61-eeccb38043cc"}]} [pid: 7|app: 0|req: 509/1111] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:13:32 2026] DELETE /v2.0/networks/2197c21e-ad48-4fb4-86f8-5df2b223e44d => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1112] 10.0.0.183 () {34 vars in 663 bytes} [Tue Mar 31 06:13:32 2026] POST /v2.0/ports => generated 778 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1113] 10.0.0.183 () {34 vars in 735 bytes} [Tue Mar 31 06:13:32 2026] PUT /v2.0/ports/517946f9-5222-434f-92cc-c2c9f6499186 => generated 752 bytes in 193 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-03-31 06:13:32.700 8 INFO neutron_taas.services.taas.taas_plugin [None req-ade4f9c7-7943-4170-853a-1402264834a8 2ddbc5337bd24f13bf521d99ff48be52 e7e3e16d812c46f884381c5fe8eb6131 - - default default] TaaS: Handle Delete Port: 517946f9-5222-434f-92cc-c2c9f6499186 2026-03-31 06:13:32.702 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ade4f9c7-7943-4170-853a-1402264834a8 2ddbc5337bd24f13bf521d99ff48be52 e7e3e16d812c46f884381c5fe8eb6131 - - default default] Tap Mirror: Handle Delete Port: 517946f9-5222-434f-92cc-c2c9f6499186 [pid: 8|app: 0|req: 604/1114] 10.0.0.183 () {32 vars in 718 bytes} [Tue Mar 31 06:13:32 2026] DELETE /v2.0/ports/517946f9-5222-434f-92cc-c2c9f6499186 => generated 0 bytes in 155 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: 511/1115] 10.0.0.183 () {32 vars in 641 bytes} [Tue Mar 31 06:13:32 2026] GET /v2.0/ports => generated 781 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:13:32.868 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6433f265-b4e5-405f-ab41-2ed342b7d653 2ddbc5337bd24f13bf521d99ff48be52 e7e3e16d812c46f884381c5fe8eb6131 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 605/1116] 10.0.0.183 () {32 vars in 715 bytes} [Tue Mar 31 06:13:32 2026] GET /v2.0/ports/517946f9-5222-434f-92cc-c2c9f6499186 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1117] 10.0.0.183 () {32 vars in 641 bytes} [Tue Mar 31 06:13:32 2026] GET /v2.0/ports => generated 781 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1118] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:32 2026] GET /v2.0/ports?device_id=42520b5c-99c3-430b-a8bc-a3055b62b313 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1119] 10.0.0.183 () {32 vars in 715 bytes} [Tue Mar 31 06:13:32 2026] GET /v2.0/ports/5121e628-6d43-4bbb-83f7-c65ceb6c3bba => generated 778 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:13:32.964 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f8a3edcd-16e2-495e-baf2-59517d258e89 2ddbc5337bd24f13bf521d99ff48be52 e7e3e16d812c46f884381c5fe8eb6131 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 607/1120] 10.0.0.183 () {32 vars in 718 bytes} [Tue Mar 31 06:13:32 2026] DELETE /v2.0/ports/53d2ffa2-f5ae-4dee-8725-bbd027c39d36 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:13:32.981 7 INFO neutron.pecan_wsgi.hooks.translation [None req-75dbd1cc-8e24-4fc7-88d2-dc388b42d1e8 2ddbc5337bd24f13bf521d99ff48be52 e7e3e16d812c46f884381c5fe8eb6131 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 514/1121] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:13:32 2026] DELETE /v2.0/subnets/25ea8d46-47c7-4ac7-bdb8-449410570a52 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:13:33.000 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3d24ba67-c9ca-47b3-a302-69ee50ed6016 2ddbc5337bd24f13bf521d99ff48be52 e7e3e16d812c46f884381c5fe8eb6131 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 608/1122] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:13:32 2026] DELETE /v2.0/subnets/392b7c81-03d3-4338-aa34-b0fb26ffb498 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:13:33.134 7 INFO neutron_taas.services.taas.taas_plugin [None req-283ff29e-c9a6-4bbc-a53c-2c276e5c87bd 2ddbc5337bd24f13bf521d99ff48be52 e7e3e16d812c46f884381c5fe8eb6131 - - default default] TaaS: Handle Delete Port: 5121e628-6d43-4bbb-83f7-c65ceb6c3bba [pid: 8|app: 0|req: 609/1123] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:33 2026] GET /v2.0/ports?device_id=6b4eab22-e5c8-4ab6-ba8a-7590fd8c5d6f => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:13:33.139 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-283ff29e-c9a6-4bbc-a53c-2c276e5c87bd 2ddbc5337bd24f13bf521d99ff48be52 e7e3e16d812c46f884381c5fe8eb6131 - - default default] Tap Mirror: Handle Delete Port: 5121e628-6d43-4bbb-83f7-c65ceb6c3bba [pid: 8|app: 0|req: 610/1124] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:13:33 2026] GET /v2.0/security-groups?id=2796fca6-9c19-464d-bcbf-7bbe639a568f&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: 515/1125] 10.0.0.183 () {32 vars in 718 bytes} [Tue Mar 31 06:13:33 2026] DELETE /v2.0/ports/5121e628-6d43-4bbb-83f7-c65ceb6c3bba => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:13:33.359 8 INFO neutron.services.segments.plugin [-] Segment bf79630b-2b88-42aa-8aab-44865ae2523c resource provider aggregate not found 2026-03-31 06:13:33.370 8 INFO neutron.services.segments.plugin [-] Segment bf79630b-2b88-42aa-8aab-44865ae2523c resource provider aggregate not found 2026-03-31 06:13:33.400 8 INFO neutron.services.segments.plugin [-] Segment bf79630b-2b88-42aa-8aab-44865ae2523c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf79630b-2b88-42aa-8aab-44865ae2523c found for delete ", "request_id": "req-8339aa43-86b5-44b2-9d7e-ce3f5f5e7c19"}]} 2026-03-31 06:13:33.405 8 INFO neutron.services.segments.plugin [-] Segment bf79630b-2b88-42aa-8aab-44865ae2523c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf79630b-2b88-42aa-8aab-44865ae2523c found for delete ", "request_id": "req-d1843b53-799f-4404-9d3d-5357f7369534"}]} [pid: 8|app: 0|req: 611/1126] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:13:33 2026] DELETE /v2.0/networks/74c5dcfe-7dbd-44c2-a1da-b31fde4ab582 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1127] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:33 2026] GET /v2.0/ports?device_id=42520b5c-99c3-430b-a8bc-a3055b62b313 => 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: 516/1128] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:13:33 2026] GET /v2.0/security-groups?tenant_id=e7e3e16d812c46f884381c5fe8eb6131&name=default => generated 2925 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1129] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:13:34 2026] DELETE /v2.0/security-groups/62ae0931-9f84-4843-a3ba-af76548342a1 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1130] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:34 2026] GET /v2.0/ports?device_id=6b4eab22-e5c8-4ab6-ba8a-7590fd8c5d6f => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1131] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:13:34 2026] GET /v2.0/security-groups?id=2796fca6-9c19-464d-bcbf-7bbe639a568f&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: 614/1132] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:13:34 2026] GET /v2.0/security-groups?tenant_id=f6a91fc6ba6c4ac6a6c7cb085c6c85f4&name=default => generated 2925 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1133] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:13:34 2026] DELETE /v2.0/security-groups/b09ac654-77e2-4ecd-85c2-84e771ef2333 => 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: 615/1134] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:35 2026] GET /v2.0/ports?device_id=42520b5c-99c3-430b-a8bc-a3055b62b313 => 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: 521/1137] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:35 2026] GET /v2.0/ports?device_id=6b4eab22-e5c8-4ab6-ba8a-7590fd8c5d6f => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1138] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:13:35 2026] GET /v2.0/security-groups?id=2796fca6-9c19-464d-bcbf-7bbe639a568f&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1139] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:36 2026] GET /v2.0/ports?device_id=42520b5c-99c3-430b-a8bc-a3055b62b313 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1140] 199.204.45.240 () {34 vars in 984 bytes} [Tue Mar 31 06:13:36 2026] GET /v2.0/networks?id=f98eed24-56ce-46c2-887c-fa5b5c8d2c5b => generated 670 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1141] 199.204.45.240 () {34 vars in 1048 bytes} [Tue Mar 31 06:13:36 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=54ef65794df1432fb852f36d1b3ac4e9 => generated 180 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1142] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:36 2026] GET /v2.0/ports?device_id=6b4eab22-e5c8-4ab6-ba8a-7590fd8c5d6f => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1143] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:13:36 2026] GET /v2.0/security-groups?id=2796fca6-9c19-464d-bcbf-7bbe639a568f&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1144] 199.204.45.240 () {38 vars in 953 bytes} [Tue Mar 31 06:13:36 2026] POST /v2.0/ports => generated 958 bytes in 482 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 620/1145] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:37 2026] GET /v2.0/ports?device_id=42520b5c-99c3-430b-a8bc-a3055b62b313 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1146] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:13:37 2026] GET /v2.0/security-groups?id=dc548dc1-8699-4517-9271-a95af76f6407&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: 526/1147] 199.204.45.240 () {38 vars in 1026 bytes} [Tue Mar 31 06:13:36 2026] PUT /v2.0/ports/412b2ef8-ec4e-4e41-a0bb-1204d8e917ef => generated 1239 bytes in 483 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:13:37.483 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1678c1be-f874-45df-aba0-bd412660e6ff'] response: {'name': 'network-changed', 'server_uuid': '42520b5c-99c3-430b-a8bc-a3055b62b313', 'tag': '412b2ef8-ec4e-4e41-a0bb-1204d8e917ef', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 622/1148] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:13:37 2026] GET /v2.0/ports?tenant_id=54ef65794df1432fb852f36d1b3ac4e9&device_id=42520b5c-99c3-430b-a8bc-a3055b62b313 => generated 1242 bytes in 47 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: 527/1149] 199.204.45.240 () {34 vars in 1016 bytes} [Tue Mar 31 06:13:38 2026] GET /v2.0/networks?tenant_id=54ef65794df1432fb852f36d1b3ac4e9&shared=False => generated 766 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1150] 199.204.45.240 () {34 vars in 928 bytes} [Tue Mar 31 06:13:38 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: 528/1151] 10.0.0.10 () {30 vars in 647 bytes} [Tue Mar 31 06:13:38 2026] GET /v2.0/extensions => generated 21537 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1152] 10.0.0.10 () {30 vars in 721 bytes} [Tue Mar 31 06:13:38 2026] GET /v2.0/quotas/01ac7beac7b14cbe889eed1baad66eea/details => generated 847 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1153] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:38 2026] GET /v2.0/ports?device_id=42520b5c-99c3-430b-a8bc-a3055b62b313 => generated 973 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1154] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:13:38 2026] GET /v2.0/security-groups?id=dc548dc1-8699-4517-9271-a95af76f6407&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1155] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:13:38 2026] GET /v2.0/security-groups?tenant_id=d30ee6f8ab494a9daa9a6d5fffe780c6&name=default => generated 2925 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1156] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:13:39 2026] GET /v2.0/ports?tenant_id=54ef65794df1432fb852f36d1b3ac4e9&device_id=42520b5c-99c3-430b-a8bc-a3055b62b313 => 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: 532/1157] 199.204.45.240 () {34 vars in 1058 bytes} [Tue Mar 31 06:13:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=412b2ef8-ec4e-4e41-a0bb-1204d8e917ef => 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: 626/1158] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:13:39 2026] DELETE /v2.0/security-groups/c55c3fef-caf6-4348-b182-b644c826bc23 => 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: 533/1159] 199.204.45.240 () {34 vars in 982 bytes} [Tue Mar 31 06:13:39 2026] GET /v2.0/subnets?id=e80d53c2-b72a-4482-9994-d18598ad43e2 => generated 688 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1160] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:13:39 2026] GET /v2.0/ports?network_id=f98eed24-56ce-46c2-887c-fa5b5c8d2c5b&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: 534/1161] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:13:39 2026] GET /v2.0/networks/f98eed24-56ce-46c2-887c-fa5b5c8d2c5b?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1162] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:13:39 2026] GET /v2.0/networks/f98eed24-56ce-46c2-887c-fa5b5c8d2c5b?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: 8|app: 0|req: 628/1163] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:13:39 2026] GET /v2.0/security-groups?tenant_id=f243e0e6b1d54e2a90bfa4a8985f5537&name=default => generated 2925 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1164] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:13:39 2026] DELETE /v2.0/security-groups/6d19aff9-12cd-4cd8-89e2-5d7f9cbba342 => 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: 629/1165] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:39 2026] GET /v2.0/ports?device_id=42520b5c-99c3-430b-a8bc-a3055b62b313 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1166] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:13:39 2026] GET /v2.0/security-groups?id=dc548dc1-8699-4517-9271-a95af76f6407&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: 630/1167] 10.0.0.10 () {30 vars in 647 bytes} [Tue Mar 31 06:13:40 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1168] 10.0.0.10 () {30 vars in 721 bytes} [Tue Mar 31 06:13:40 2026] GET /v2.0/quotas/01ac7beac7b14cbe889eed1baad66eea/details => generated 847 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1169] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:40 2026] GET /v2.0/ports?device_id=42520b5c-99c3-430b-a8bc-a3055b62b313 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1170] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:13:40 2026] GET /v2.0/security-groups?id=dc548dc1-8699-4517-9271-a95af76f6407&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1171] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:42 2026] GET /v2.0/ports?device_id=42520b5c-99c3-430b-a8bc-a3055b62b313 => generated 973 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1172] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:13:42 2026] GET /v2.0/security-groups?id=dc548dc1-8699-4517-9271-a95af76f6407&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: 633/1173] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:13:42 2026] GET /v2.0/security-groups?tenant_id=01ac7beac7b14cbe889eed1baad66eea&name=default => generated 2925 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1174] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:13:43 2026] DELETE /v2.0/security-groups/6e8260e0-457c-441b-9291-f4c32f4a6969 => 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: 634/1175] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:43 2026] GET /v2.0/ports?device_id=42520b5c-99c3-430b-a8bc-a3055b62b313 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1176] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:13:43 2026] GET /v2.0/security-groups?id=dc548dc1-8699-4517-9271-a95af76f6407&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1177] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:44 2026] GET /v2.0/ports?device_id=42520b5c-99c3-430b-a8bc-a3055b62b313 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1178] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:13:44 2026] GET /v2.0/security-groups?id=dc548dc1-8699-4517-9271-a95af76f6407&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1179] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:44 2026] GET /v2.0/ports?device_id=42520b5c-99c3-430b-a8bc-a3055b62b313 => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:13:44.962 7 INFO neutron.db.l3_db [None req-476bcc2b-e81d-4319-88c4-2917ad739f93 cf91e7b2eafd43f99b76820826d6f633 54ef65794df1432fb852f36d1b3ac4e9 - - default default] Floating IP 89193f89-8eb6-4920-8e4a-c4bf8666b41f associated. External IP: 10.96.250.211, port: 412b2ef8-ec4e-4e41-a0bb-1204d8e917ef. [pid: 8|app: 0|req: 637/1180] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:13:44 2026] GET /v2.0/security-groups?tenant_id=0dc0812ceb7e4d05a4a545d0e668e4eb&name=default => generated 2925 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:13:45.173 8 INFO neutron.db.segments_db [None req-a586562b-41b2-4fc1-8b32-a786b6d20e43 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Added segment 53ec77ad-fbb6-4d75-9c79-964e63150f77 of type vxlan for network 8d0aa335-ea3f-4caa-866c-e9b697c8bbb6 [pid: 7|app: 0|req: 544/1181] 10.0.0.183 () {34 vars in 747 bytes} [Tue Mar 31 06:13:44 2026] PUT /v2.0/floatingips/89193f89-8eb6-4920-8e4a-c4bf8666b41f => generated 856 bytes in 600 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:13:45.273 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-72fc6beb-0b60-4d7a-a73c-79323010fcbf'] response: {'name': 'network-changed', 'server_uuid': '42520b5c-99c3-430b-a8bc-a3055b62b313', 'tag': '412b2ef8-ec4e-4e41-a0bb-1204d8e917ef', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 638/1182] 10.0.0.183 () {34 vars in 669 bytes} [Tue Mar 31 06:13:44 2026] POST /v2.0/networks => generated 740 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1183] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:45 2026] GET /v2.0/ports?device_id=42520b5c-99c3-430b-a8bc-a3055b62b313 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1184] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:13:45 2026] DELETE /v2.0/security-groups/3ca55ad9-a5ee-4f27-ba90-496e2907a5b0 => 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: 546/1185] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:13:45 2026] GET /v2.0/security-groups?id=dc548dc1-8699-4517-9271-a95af76f6407&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1186] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:13:45 2026] POST /v2.0/subnets => generated 687 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1187] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:13:45 2026] GET /v2.0/security-groups?tenant_id=e917e44f861e4a47bc2aff34605ce150&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:13:45.604 8 INFO neutron.db.segments_db [None req-eaf21092-1729-4cbb-9d63-1eecea8290b2 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Added segment d97f479c-1bc4-4052-8d6a-00e36d8f19e1 of type vxlan for network 283f3109-f36d-4df8-8dc0-13cc2f5ec5cc [pid: 7|app: 0|req: 548/1188] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:13:45 2026] DELETE /v2.0/security-groups/7f5c08e7-0438-46e7-a7a7-8adef698a579 => 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: 549/1189] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:45 2026] GET /v2.0/ports?device_id=42520b5c-99c3-430b-a8bc-a3055b62b313 => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1190] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:13:45 2026] GET /v2.0/security-groups?id=dc548dc1-8699-4517-9271-a95af76f6407&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: 551/1191] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:13:45 2026] GET /v2.0/ports?tenant_id=54ef65794df1432fb852f36d1b3ac4e9&device_id=42520b5c-99c3-430b-a8bc-a3055b62b313 => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:13:45.886 8 INFO neutron.db.l3_hamode_db [None req-eaf21092-1729-4cbb-9d63-1eecea8290b2 3d16137646fb4a9bbcc3c445048aca03 33e159ee7504495ea37ca9c2f8bf71c7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 552/1192] 199.204.45.240 () {34 vars in 984 bytes} [Tue Mar 31 06:13:45 2026] GET /v2.0/networks?id=f98eed24-56ce-46c2-887c-fa5b5c8d2c5b => generated 766 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1193] 199.204.45.240 () {34 vars in 1058 bytes} [Tue Mar 31 06:13:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=412b2ef8-ec4e-4e41-a0bb-1204d8e917ef => generated 859 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1194] 199.204.45.240 () {34 vars in 982 bytes} [Tue Mar 31 06:13:45 2026] GET /v2.0/subnets?id=e80d53c2-b72a-4482-9994-d18598ad43e2 => generated 688 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1195] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:13:45 2026] GET /v2.0/ports?network_id=f98eed24-56ce-46c2-887c-fa5b5c8d2c5b&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: 556/1196] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:13:46 2026] GET /v2.0/networks/f98eed24-56ce-46c2-887c-fa5b5c8d2c5b?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: 557/1197] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:13:46 2026] GET /v2.0/networks/f98eed24-56ce-46c2-887c-fa5b5c8d2c5b?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) 2026-03-31 06:13:46.722 8 INFO neutron.db.l3_hamode_db [None req-eaf21092-1729-4cbb-9d63-1eecea8290b2 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 558/1198] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:46 2026] GET /v2.0/ports?device_id=42520b5c-99c3-430b-a8bc-a3055b62b313 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1199] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:13:46 2026] GET /v2.0/security-groups?id=dc548dc1-8699-4517-9271-a95af76f6407&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/1200] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:13:45 2026] POST /v2.0/routers => generated 727 bytes in 2096 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1201] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:48 2026] GET /v2.0/ports?device_id=42520b5c-99c3-430b-a8bc-a3055b62b313 => generated 975 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1202] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:13:48 2026] GET /v2.0/security-groups?id=dc548dc1-8699-4517-9271-a95af76f6407&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: 644/1203] 199.204.45.240 () {34 vars in 992 bytes} [Tue Mar 31 06:13:48 2026] GET /v2.0/ports?device_id=42520b5c-99c3-430b-a8bc-a3055b62b313 => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1204] 10.0.0.180 () {34 vars in 988 bytes} [Tue Mar 31 06:13:48 2026] GET /v2.0/ports?device_id=6b4eab22-e5c8-4ab6-ba8a-7590fd8c5d6f => generated 1240 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:13:48.603 8 INFO neutron_taas.services.taas.taas_plugin [req-68ca9438-9d39-48b1-a7bb-a97ffb2fcc77 req-84718142-0dc8-4fa1-9a9b-0f0fdf8a7f7d cf91e7b2eafd43f99b76820826d6f633 54ef65794df1432fb852f36d1b3ac4e9 - - default default] TaaS: Handle Delete Port: 412b2ef8-ec4e-4e41-a0bb-1204d8e917ef 2026-03-31 06:13:48.606 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-68ca9438-9d39-48b1-a7bb-a97ffb2fcc77 req-84718142-0dc8-4fa1-9a9b-0f0fdf8a7f7d cf91e7b2eafd43f99b76820826d6f633 54ef65794df1432fb852f36d1b3ac4e9 - - default default] Tap Mirror: Handle Delete Port: 412b2ef8-ec4e-4e41-a0bb-1204d8e917ef 2026-03-31 06:13:48.785 8 INFO neutron.db.l3_db [req-68ca9438-9d39-48b1-a7bb-a97ffb2fcc77 req-84718142-0dc8-4fa1-9a9b-0f0fdf8a7f7d cf91e7b2eafd43f99b76820826d6f633 54ef65794df1432fb852f36d1b3ac4e9 - - default default] Floating IP 89193f89-8eb6-4920-8e4a-c4bf8666b41f disassociated. External IP: 10.96.250.211, port: 412b2ef8-ec4e-4e41-a0bb-1204d8e917ef. [pid: 7|app: 0|req: 560/1205] 10.0.0.183 () {34 vars in 781 bytes} [Tue Mar 31 06:13:47 2026] PUT /v2.0/routers/4d481b95-ce37-4148-b46e-6171046d6306/add_router_interface => generated 309 bytes in 1359 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1206] 10.0.0.180 () {34 vars in 1038 bytes} [Tue Mar 31 06:13:49 2026] GET /v2.0/security-groups?id=2796fca6-9c19-464d-bcbf-7bbe639a568f&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1207] 199.204.45.240 () {36 vars in 995 bytes} [Tue Mar 31 06:13:48 2026] DELETE /v2.0/ports/412b2ef8-ec4e-4e41-a0bb-1204d8e917ef => generated 0 bytes in 636 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:13:49.174 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ea65e61b-d5ba-4235-98d6-33baf2036e3b'] response: {'server_uuid': '42520b5c-99c3-430b-a8bc-a3055b62b313', 'name': 'network-vif-deleted', 'tag': '412b2ef8-ec4e-4e41-a0bb-1204d8e917ef', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 562/1208] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:49 2026] GET /v2.0/ports?device_id=42520b5c-99c3-430b-a8bc-a3055b62b313 => 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: 647/1209] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:13:49 2026] GET /v2.0/security-groups?tenant_id=62a1d27095474715ba94ff8eebd25686&name=default => generated 2925 bytes in 383 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1210] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:13:49 2026] DELETE /v2.0/security-groups/11e9dcca-c098-4631-b16c-a0b5e078ace0 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1213] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:50 2026] GET /v2.0/ports?device_id=42520b5c-99c3-430b-a8bc-a3055b62b313 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:13:50.477 8 INFO neutron.db.segments_db [None req-3700f7bf-3d21-43b8-9a0f-d54ba0a6c08c 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Added segment 7ca7c556-f5bb-438a-9fc6-de1e59becd10 of type vxlan for network 707160c0-c1b7-4acf-91d2-8f84278a3df1 [pid: 8|app: 0|req: 648/1214] 10.0.0.183 () {34 vars in 669 bytes} [Tue Mar 31 06:13:50 2026] POST /v2.0/networks => generated 741 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1215] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:13:50 2026] POST /v2.0/subnets => generated 688 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:13:50.845 8 INFO neutron.db.segments_db [None req-59727de8-366f-4a80-b3da-2ce29978ece2 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Added segment b1b64051-eff6-42f9-9198-223bb30e2d9d of type vxlan for network cb89bdc7-93d4-4e9c-bf49-7cb82c7ebd1e 2026-03-31 06:13:51.077 8 INFO neutron.db.l3_hamode_db [None req-59727de8-366f-4a80-b3da-2ce29978ece2 3d16137646fb4a9bbcc3c445048aca03 d86af4c38f9e4ef4983de58709c74b98 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 568/1216] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:51 2026] GET /v2.0/ports?device_id=42520b5c-99c3-430b-a8bc-a3055b62b313 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:13:51.825 8 INFO neutron.db.l3_hamode_db [None req-59727de8-366f-4a80-b3da-2ce29978ece2 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 649/1217] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:13:50 2026] POST /v2.0/routers => generated 728 bytes in 1765 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1218] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:13:52 2026] DELETE /v2.0/security-groups/dc548dc1-8699-4517-9271-a95af76f6407 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:13:52.718 8 INFO neutron.api.v2.resource [None req-bdfde917-6d76-4051-843f-a3d05fca817b cf91e7b2eafd43f99b76820826d6f633 54ef65794df1432fb852f36d1b3ac4e9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 651/1219] 10.0.0.183 () {32 vars in 735 bytes} [Tue Mar 31 06:13:52 2026] GET /v2.0/security-groups/dc548dc1-8699-4517-9271-a95af76f6407 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:13:52.826 8 INFO neutron_taas.services.taas.taas_plugin [None req-6f256d9d-e9bb-4db3-ac0a-acf6786a5e70 cf91e7b2eafd43f99b76820826d6f633 54ef65794df1432fb852f36d1b3ac4e9 - - default default] TaaS: Handle Delete Port: 0f797f7c-1159-40b2-9b48-2c869cdcf194 2026-03-31 06:13:52.829 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f256d9d-e9bb-4db3-ac0a-acf6786a5e70 cf91e7b2eafd43f99b76820826d6f633 54ef65794df1432fb852f36d1b3ac4e9 - - default default] Tap Mirror: Handle Delete Port: 0f797f7c-1159-40b2-9b48-2c869cdcf194 [pid: 8|app: 0|req: 652/1220] 10.0.0.183 () {32 vars in 730 bytes} [Tue Mar 31 06:13:52 2026] DELETE /v2.0/floatingips/89193f89-8eb6-4920-8e4a-c4bf8666b41f => generated 0 bytes in 260 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:13:53.407 8 INFO neutron_taas.services.taas.taas_plugin [None req-1ebf9ffd-ea6f-456e-9983-c673ffb7d397 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: 20546533-ed8b-476d-bb8a-4630d2b7fb50 2026-03-31 06:13:53.423 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ebf9ffd-ea6f-456e-9983-c673ffb7d397 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: 20546533-ed8b-476d-bb8a-4630d2b7fb50 [pid: 7|app: 0|req: 569/1221] 10.0.0.183 () {34 vars in 781 bytes} [Tue Mar 31 06:13:52 2026] PUT /v2.0/routers/6417e2ad-76ba-4846-8add-209abad2ef56/add_router_interface => generated 309 bytes in 1126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1222] 10.0.0.183 () {34 vars in 787 bytes} [Tue Mar 31 06:13:52 2026] PUT /v2.0/routers/9cdbdc5c-42b5-4a78-9bf3-c32c9559a079/remove_router_interface => generated 309 bytes in 930 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:13:54.189 7 INFO neutron_taas.services.taas.taas_plugin [None req-5e48f0ee-bea1-4cc6-8dc7-2070643d3868 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: a5b75be4-6a40-4d80-aed2-46b587aefc66 2026-03-31 06:13:54.192 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e48f0ee-bea1-4cc6-8dc7-2070643d3868 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: a5b75be4-6a40-4d80-aed2-46b587aefc66 2026-03-31 06:13:54.563 7 INFO neutron_taas.services.taas.taas_plugin [None req-5e48f0ee-bea1-4cc6-8dc7-2070643d3868 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: d6a39095-d232-4b16-a0a7-2fde6f797313 2026-03-31 06:13:54.567 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e48f0ee-bea1-4cc6-8dc7-2070643d3868 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: d6a39095-d232-4b16-a0a7-2fde6f797313 2026-03-31 06:13:54.972 7 INFO neutron.services.segments.plugin [-] Segment 76b7a0ff-4694-4525-a1bf-9767e1a458fb resource provider aggregate not found 2026-03-31 06:13:54.978 7 INFO neutron.services.segments.plugin [-] Segment 76b7a0ff-4694-4525-a1bf-9767e1a458fb resource provider aggregate not found 2026-03-31 06:13:54.996 7 INFO neutron.services.segments.plugin [-] Segment 76b7a0ff-4694-4525-a1bf-9767e1a458fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76b7a0ff-4694-4525-a1bf-9767e1a458fb found for delete ", "request_id": "req-bbc379ae-a57a-4dd2-a0a1-57060696e4ea"}]} 2026-03-31 06:13:54.999 7 INFO neutron.services.segments.plugin [-] Segment 76b7a0ff-4694-4525-a1bf-9767e1a458fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76b7a0ff-4694-4525-a1bf-9767e1a458fb found for delete ", "request_id": "req-06d73196-5ff8-41a1-9c5e-6fe15ab09d96"}]} 2026-03-31 06:13:54.999 7 INFO neutron.db.l3_hamode_db [None req-5e48f0ee-bea1-4cc6-8dc7-2070643d3868 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] HA network 1cb52b92-b51e-40fc-8abd-c1abf835bd66 was deleted as no HA routers are present in tenant 54ef65794df1432fb852f36d1b3ac4e9. [pid: 8|app: 0|req: 654/1223] 10.0.0.183 () {34 vars in 674 bytes} [Tue Mar 31 06:13:54 2026] POST /v2.0/floatingips => generated 552 bytes in 856 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1224] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:13:53 2026] DELETE /v2.0/routers/9cdbdc5c-42b5-4a78-9bf3-c32c9559a079 => generated 0 bytes in 1077 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1225] 10.0.0.183 () {34 vars in 683 bytes} [Tue Mar 31 06:13:55 2026] POST /v2.0/security-groups => generated 1671 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1226] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:13:55 2026] DELETE /v2.0/subnets/e80d53c2-b72a-4482-9994-d18598ad43e2 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1227] 10.0.0.183 () {34 vars in 693 bytes} [Tue Mar 31 06:13:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1228] 10.0.0.183 () {34 vars in 674 bytes} [Tue Mar 31 06:13:55 2026] POST /v2.0/floatingips => generated 552 bytes in 503 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:13:55.558 8 INFO neutron_taas.services.taas.taas_plugin [None req-1c06ad6d-9724-4e2c-b196-0c6cad80d4f5 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: f5807aac-ae7b-469b-9183-203f14023c01 2026-03-31 06:13:55.562 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c06ad6d-9724-4e2c-b196-0c6cad80d4f5 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: f5807aac-ae7b-469b-9183-203f14023c01 [pid: 7|app: 0|req: 572/1229] 10.0.0.183 () {34 vars in 693 bytes} [Tue Mar 31 06:13:55 2026] POST /v2.0/security-group-rules => generated 596 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:13:55.738 8 INFO neutron.services.segments.plugin [-] Segment e91617cf-0737-4b79-8404-1f27161fee13 resource provider aggregate not found 2026-03-31 06:13:55.741 8 INFO neutron.services.segments.plugin [-] Segment e91617cf-0737-4b79-8404-1f27161fee13 resource provider aggregate not found 2026-03-31 06:13:55.758 8 INFO neutron.services.segments.plugin [-] Segment e91617cf-0737-4b79-8404-1f27161fee13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e91617cf-0737-4b79-8404-1f27161fee13 found for delete ", "request_id": "req-cf38641a-2df2-4526-bea7-16aab1e10133"}]} 2026-03-31 06:13:55.762 8 INFO neutron.services.segments.plugin [-] Segment e91617cf-0737-4b79-8404-1f27161fee13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e91617cf-0737-4b79-8404-1f27161fee13 found for delete ", "request_id": "req-d165c3e4-1d10-401a-90cd-58a7bcb62db4"}]} [pid: 8|app: 0|req: 658/1230] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:13:55 2026] DELETE /v2.0/networks/f98eed24-56ce-46c2-887c-fa5b5c8d2c5b => generated 0 bytes in 325 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1231] 10.0.0.183 () {34 vars in 693 bytes} [Tue Mar 31 06:13:55 2026] POST /v2.0/security-group-rules => generated 602 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1232] 10.0.0.183 () {34 vars in 693 bytes} [Tue Mar 31 06:13:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1233] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:13:56 2026] GET /v2.0/security-groups?tenant_id=54ef65794df1432fb852f36d1b3ac4e9&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1234] 10.0.0.183 () {34 vars in 674 bytes} [Tue Mar 31 06:13:55 2026] POST /v2.0/floatingips => generated 552 bytes in 531 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:13:56.178 8 INFO neutron.db.securitygroups_db [None req-398fa4cf-86af-45c5-9498-f910955f6f18 a0d79deebd1b496794e08328f9b7f153 33e159ee7504495ea37ca9c2f8bf71c7 - - default default] Project 33e159ee7504495ea37ca9c2f8bf71c7 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: 574/1235] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:13:56 2026] DELETE /v2.0/security-groups/dae2b820-ee9a-425f-9834-5bb50116f2c2 => 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: 662/1236] 10.0.0.183 () {34 vars in 693 bytes} [Tue Mar 31 06:13:56 2026] POST /v2.0/security-group-rules => generated 607 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:13:56.316 8 INFO neutron.db.securitygroups_db [None req-24b83112-0029-4fc5-9f33-c32537fe16a5 a0d79deebd1b496794e08328f9b7f153 33e159ee7504495ea37ca9c2f8bf71c7 - - default default] Project 33e159ee7504495ea37ca9c2f8bf71c7 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: 663/1237] 10.0.0.183 () {34 vars in 693 bytes} [Tue Mar 31 06:13:56 2026] POST /v2.0/security-group-rules => generated 606 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1238] 10.0.0.183 () {34 vars in 674 bytes} [Tue Mar 31 06:13:56 2026] POST /v2.0/floatingips => generated 552 bytes in 653 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1239] 10.0.0.183 () {34 vars in 683 bytes} [Tue Mar 31 06:13:56 2026] POST /v2.0/security-groups => generated 1661 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1240] 10.0.0.183 () {34 vars in 693 bytes} [Tue Mar 31 06:13:56 2026] POST /v2.0/security-group-rules => generated 597 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1241] 10.0.0.183 () {34 vars in 693 bytes} [Tue Mar 31 06:13:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1242] 10.0.0.183 () {34 vars in 674 bytes} [Tue Mar 31 06:13:56 2026] POST /v2.0/floatingips => generated 552 bytes in 507 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1243] 10.0.0.183 () {34 vars in 757 bytes} [Tue Mar 31 06:13:57 2026] PUT /v2.0/floatingips/9475f615-7603-48c9-9e02-7e89953be751/tags => generated 17 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1244] 10.0.0.183 () {34 vars in 757 bytes} [Tue Mar 31 06:13:57 2026] PUT /v2.0/floatingips/a39ef8f2-44ab-4c11-9a4f-1ba1b6433719/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1245] 10.0.0.183 () {34 vars in 674 bytes} [Tue Mar 31 06:13:57 2026] POST /v2.0/floatingips => generated 552 bytes in 546 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1246] 10.0.0.204 () {34 vars in 1094 bytes} [Tue Mar 31 06:13:57 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-86468942&fields=id&tenant_id=33e159ee7504495ea37ca9c2f8bf71c7 => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1247] 10.0.0.204 () {34 vars in 1098 bytes} [Tue Mar 31 06:13:57 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1168625720&fields=id&tenant_id=33e159ee7504495ea37ca9c2f8bf71c7 => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1248] 10.0.0.204 () {34 vars in 980 bytes} [Tue Mar 31 06:13:57 2026] GET /v2.0/networks?id=8d0aa335-ea3f-4caa-866c-e9b697c8bbb6 => generated 672 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1249] 10.0.0.204 () {34 vars in 963 bytes} [Tue Mar 31 06:13:57 2026] GET /v2.0/quotas/33e159ee7504495ea37ca9c2f8bf71c7 => 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: 579/1250] 10.0.0.183 () {34 vars in 757 bytes} [Tue Mar 31 06:13:57 2026] PUT /v2.0/floatingips/bb408a13-6682-4659-b6ff-67d2abb1b340/tags => generated 34 bytes in 419 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1251] 10.0.0.204 () {34 vars in 1000 bytes} [Tue Mar 31 06:13:58 2026] GET /v2.0/ports?tenant_id=33e159ee7504495ea37ca9c2f8bf71c7&fields=id => generated 103 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1252] 10.0.0.183 () {34 vars in 757 bytes} [Tue Mar 31 06:13:58 2026] PUT /v2.0/floatingips/72ffb895-8c75-4282-84c1-bbb179cfaf14/tags => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1253] 10.0.0.204 () {34 vars in 1006 bytes} [Tue Mar 31 06:13:58 2026] GET /v2.0/networks/8d0aa335-ea3f-4caa-866c-e9b697c8bbb6?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: 673/1254] 10.0.0.183 () {32 vars in 670 bytes} [Tue Mar 31 06:13:58 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1255] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:58 2026] GET /v2.0/ports?device_id=6b4eab22-e5c8-4ab6-ba8a-7590fd8c5d6f => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1256] 10.0.0.183 () {32 vars in 684 bytes} [Tue Mar 31 06:13:58 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1257] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:13:58 2026] GET /v2.0/security-groups?id=2796fca6-9c19-464d-bcbf-7bbe639a568f&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1258] 10.0.0.204 () {34 vars in 1106 bytes} [Tue Mar 31 06:13:58 2026] GET /v2.0/networks/8d0aa335-ea3f-4caa-866c-e9b697c8bbb6?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: 8|app: 0|req: 676/1259] 10.0.0.183 () {32 vars in 680 bytes} [Tue Mar 31 06:13:58 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1260] 10.0.0.183 () {32 vars in 692 bytes} [Tue Mar 31 06:13:58 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1261] 10.0.0.183 () {32 vars in 678 bytes} [Tue Mar 31 06:13:58 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1262] 10.0.0.183 () {32 vars in 692 bytes} [Tue Mar 31 06:13:58 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1263] 10.0.0.183 () {32 vars in 688 bytes} [Tue Mar 31 06:13:58 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1264] 10.0.0.183 () {32 vars in 700 bytes} [Tue Mar 31 06:13:58 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1265] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:58 2026] GET /v2.0/ports?device_id=d5a31212-529b-4041-946a-17a306402d66 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:13:58.634 8 INFO neutron_taas.services.taas.taas_plugin [None req-670885a5-5750-4b2a-9ec5-b596678f3ea5 4f8ac2f329694b699a324c99a8cd9e68 e51967b20be0416aa4b4f4b1f44572a2 - - default default] TaaS: Handle Delete Port: f05f32b6-7a7e-4d9c-90d0-1a088efc37a0 2026-03-31 06:13:58.637 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-670885a5-5750-4b2a-9ec5-b596678f3ea5 4f8ac2f329694b699a324c99a8cd9e68 e51967b20be0416aa4b4f4b1f44572a2 - - default default] Tap Mirror: Handle Delete Port: f05f32b6-7a7e-4d9c-90d0-1a088efc37a0 [pid: 7|app: 0|req: 588/1266] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:58 2026] GET /v2.0/ports?device_id=6b4eab22-e5c8-4ab6-ba8a-7590fd8c5d6f => 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: 589/1267] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:13:58 2026] GET /v2.0/security-groups?id=2796fca6-9c19-464d-bcbf-7bbe639a568f&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1268] 10.0.0.183 () {32 vars in 730 bytes} [Tue Mar 31 06:13:58 2026] DELETE /v2.0/floatingips/9475f615-7603-48c9-9e02-7e89953be751 => generated 0 bytes in 328 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:13:58.980 7 INFO neutron_taas.services.taas.taas_plugin [None req-54bd6d8b-e824-45ef-b501-60b51e76cf89 4f8ac2f329694b699a324c99a8cd9e68 e51967b20be0416aa4b4f4b1f44572a2 - - default default] TaaS: Handle Delete Port: e8ea965c-2b85-4570-ad3d-9ca219890ef1 2026-03-31 06:13:58.983 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54bd6d8b-e824-45ef-b501-60b51e76cf89 4f8ac2f329694b699a324c99a8cd9e68 e51967b20be0416aa4b4f4b1f44572a2 - - default default] Tap Mirror: Handle Delete Port: e8ea965c-2b85-4570-ad3d-9ca219890ef1 [pid: 7|app: 0|req: 590/1269] 10.0.0.183 () {32 vars in 730 bytes} [Tue Mar 31 06:13:58 2026] DELETE /v2.0/floatingips/a39ef8f2-44ab-4c11-9a4f-1ba1b6433719 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:13:59.244 8 INFO neutron_taas.services.taas.taas_plugin [None req-a4dc3e2b-f9d6-4f24-b421-0688724645d2 4f8ac2f329694b699a324c99a8cd9e68 e51967b20be0416aa4b4f4b1f44572a2 - - default default] TaaS: Handle Delete Port: fc72bd27-182e-46e9-be30-bf2012e13c14 2026-03-31 06:13:59.247 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4dc3e2b-f9d6-4f24-b421-0688724645d2 4f8ac2f329694b699a324c99a8cd9e68 e51967b20be0416aa4b4f4b1f44572a2 - - default default] Tap Mirror: Handle Delete Port: fc72bd27-182e-46e9-be30-bf2012e13c14 [pid: 8|app: 0|req: 680/1270] 10.0.0.183 () {32 vars in 730 bytes} [Tue Mar 31 06:13:59 2026] DELETE /v2.0/floatingips/bb408a13-6682-4659-b6ff-67d2abb1b340 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:13:59.569 8 INFO neutron_taas.services.taas.taas_plugin [None req-c6d0a9ff-29da-4b25-b359-4d40da6297e7 4f8ac2f329694b699a324c99a8cd9e68 e51967b20be0416aa4b4f4b1f44572a2 - - default default] TaaS: Handle Delete Port: 9ddd0e00-5588-434e-92ff-7a742bcef767 2026-03-31 06:13:59.573 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6d0a9ff-29da-4b25-b359-4d40da6297e7 4f8ac2f329694b699a324c99a8cd9e68 e51967b20be0416aa4b4f4b1f44572a2 - - default default] Tap Mirror: Handle Delete Port: 9ddd0e00-5588-434e-92ff-7a742bcef767 [pid: 7|app: 0|req: 591/1271] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:13:59 2026] GET /v2.0/security-groups?tenant_id=377747678c69480ea0f5bbd34d8b7fa7&name=default => generated 2925 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1272] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:13:59 2026] DELETE /v2.0/security-groups/3464c667-4d2b-4ba3-87ad-af34a924ef5b => 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: 593/1273] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:59 2026] GET /v2.0/ports?device_id=d5a31212-529b-4041-946a-17a306402d66 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1274] 10.0.0.183 () {32 vars in 730 bytes} [Tue Mar 31 06:13:59 2026] DELETE /v2.0/floatingips/72ffb895-8c75-4282-84c1-bbb179cfaf14 => generated 0 bytes in 318 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:13:59.869 7 INFO neutron_taas.services.taas.taas_plugin [None req-0ae6fd4f-6f6e-478d-ad0b-21e83edd1cca 4f8ac2f329694b699a324c99a8cd9e68 e51967b20be0416aa4b4f4b1f44572a2 - - default default] TaaS: Handle Delete Port: 9e69137a-83df-4765-a13d-e1c7a688e489 [pid: 8|app: 0|req: 682/1275] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:13:59 2026] GET /v2.0/ports?device_id=6b4eab22-e5c8-4ab6-ba8a-7590fd8c5d6f => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:13:59.872 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0ae6fd4f-6f6e-478d-ad0b-21e83edd1cca 4f8ac2f329694b699a324c99a8cd9e68 e51967b20be0416aa4b4f4b1f44572a2 - - default default] Tap Mirror: Handle Delete Port: 9e69137a-83df-4765-a13d-e1c7a688e489 [pid: 8|app: 0|req: 683/1276] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:13:59 2026] GET /v2.0/security-groups?id=2796fca6-9c19-464d-bcbf-7bbe639a568f&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: 594/1277] 10.0.0.183 () {32 vars in 730 bytes} [Tue Mar 31 06:13:59 2026] DELETE /v2.0/floatingips/b17805e4-6af9-48b8-b3f4-73c760d82348 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1278] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:14:00 2026] GET /v2.0/ports?device_id=d5a31212-529b-4041-946a-17a306402d66 => 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: 685/1279] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:14:00 2026] GET /v2.0/ports?device_id=6b4eab22-e5c8-4ab6-ba8a-7590fd8c5d6f => 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: 686/1280] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:14:01 2026] GET /v2.0/security-groups?id=2796fca6-9c19-464d-bcbf-7bbe639a568f&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1281] 199.204.45.240 () {34 vars in 992 bytes} [Tue Mar 31 06:14:01 2026] GET /v2.0/ports?device_id=6b4eab22-e5c8-4ab6-ba8a-7590fd8c5d6f => 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: 595/1282] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:14:00 2026] GET /v2.0/security-groups?tenant_id=8fae4ded2e604fc0be29b8334e60cfae&name=default => generated 2925 bytes in 349 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:14:01.200 8 INFO neutron_taas.services.taas.taas_plugin [req-e6afa9b5-4734-4a69-b0b7-957327947b2c req-328f18c4-de6b-4806-b49e-144e21228b51 555908fecde9426abd078c1f5923f69f 973455a22bf24ef0ac660370dfd63681 - - default default] TaaS: Handle Delete Port: 91e46fa1-f901-418b-91a7-1d92f7b61aee 2026-03-31 06:14:01.204 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e6afa9b5-4734-4a69-b0b7-957327947b2c req-328f18c4-de6b-4806-b49e-144e21228b51 555908fecde9426abd078c1f5923f69f 973455a22bf24ef0ac660370dfd63681 - - default default] Tap Mirror: Handle Delete Port: 91e46fa1-f901-418b-91a7-1d92f7b61aee [pid: 7|app: 0|req: 596/1283] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:14:01 2026] DELETE /v2.0/security-groups/c818fa92-4507-4cbb-9d72-71de2b666e9d => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:14:01.295 8 INFO neutron.db.l3_db [req-e6afa9b5-4734-4a69-b0b7-957327947b2c req-328f18c4-de6b-4806-b49e-144e21228b51 555908fecde9426abd078c1f5923f69f 973455a22bf24ef0ac660370dfd63681 - - default default] Floating IP 1e5f0ec3-7b62-4a67-8043-38b3e649bef7 disassociated. External IP: 10.96.250.215, port: 91e46fa1-f901-418b-91a7-1d92f7b61aee. [pid: 7|app: 0|req: 597/1284] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:14:01 2026] GET /v2.0/security-groups?tenant_id=73e3195930fe4f78b53df70cd69022f0&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1285] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:14:01 2026] DELETE /v2.0/security-groups/84e597f5-bfdb-4942-a0d3-9cf48165144d => 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: 688/1286] 199.204.45.240 () {36 vars in 995 bytes} [Tue Mar 31 06:14:01 2026] DELETE /v2.0/ports/91e46fa1-f901-418b-91a7-1d92f7b61aee => generated 0 bytes in 536 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:14:01.663 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-75b4bbca-03bb-40d9-83b4-42f0918f25fc'] response: {'server_uuid': '6b4eab22-e5c8-4ab6-ba8a-7590fd8c5d6f', 'name': 'network-vif-deleted', 'tag': '91e46fa1-f901-418b-91a7-1d92f7b61aee', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 689/1287] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:14:01 2026] GET /v2.0/ports?device_id=d5a31212-529b-4041-946a-17a306402d66 => 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: 599/1288] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:14:01 2026] GET /v2.0/security-groups?tenant_id=e51967b20be0416aa4b4f4b1f44572a2&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: 690/1289] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:14:01 2026] DELETE /v2.0/security-groups/765798e8-0022-4d02-a769-823e514f0e67 => 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: 691/1290] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:14:02 2026] GET /v2.0/ports?device_id=6b4eab22-e5c8-4ab6-ba8a-7590fd8c5d6f => 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: 600/1291] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:14:01 2026] GET /v2.0/security-groups?tenant_id=6129ceecf4f5492484698f635273cb3e&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: 692/1292] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:14:02 2026] DELETE /v2.0/security-groups/3689cc8a-cdc9-418e-be10-09dbfaaf8bbc => 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: 601/1293] 199.204.45.240 () {34 vars in 984 bytes} [Tue Mar 31 06:14:02 2026] GET /v2.0/networks?id=8d0aa335-ea3f-4caa-866c-e9b697c8bbb6 => generated 672 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1294] 199.204.45.240 () {34 vars in 1048 bytes} [Tue Mar 31 06:14:02 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=33e159ee7504495ea37ca9c2f8bf71c7 => generated 272 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1295] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:14:02 2026] GET /v2.0/ports?device_id=d5a31212-529b-4041-946a-17a306402d66 => 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: 602/1296] 199.204.45.240 () {38 vars in 953 bytes} [Tue Mar 31 06:14:02 2026] POST /v2.0/ports => generated 997 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 603/1297] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:14:03 2026] GET /v2.0/ports?device_id=6b4eab22-e5c8-4ab6-ba8a-7590fd8c5d6f => 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: 695/1298] 199.204.45.240 () {38 vars in 1026 bytes} [Tue Mar 31 06:14:03 2026] PUT /v2.0/ports/6b9a3aeb-5ef0-4bfb-9e1f-dea7a5b9e1d6 => generated 1278 bytes in 480 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:14:03.700 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-917ff19c-38dd-4d94-ae1a-86dcaa303958'] response: {'name': 'network-changed', 'server_uuid': 'd5a31212-529b-4041-946a-17a306402d66', 'tag': '6b9a3aeb-5ef0-4bfb-9e1f-dea7a5b9e1d6', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 696/1299] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:14:04 2026] GET /v2.0/ports?device_id=d5a31212-529b-4041-946a-17a306402d66 => generated 1012 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1300] 10.0.0.204 () {34 vars in 1118 bytes} [Tue Mar 31 06:14:04 2026] GET /v2.0/security-groups?id=6b845e2a-8098-4751-bbac-e408d7f4d71a&id=b045a250-a108-4019-b0b0-be58cabcfee1&fields=id&fields=name => generated 205 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1301] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:14:04 2026] GET /v2.0/ports?tenant_id=33e159ee7504495ea37ca9c2f8bf71c7&device_id=d5a31212-529b-4041-946a-17a306402d66 => generated 1281 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:14:04.294 7 INFO neutron.db.segments_db [None req-f3c82912-61d3-48d2-9f40-aa4992edec96 3806ad0f0c5e4508a3c34c3170041b80 3b8c94c6658c4793a6d78bb7f8cb70fe - - default default] Added segment 5c92b6ca-f023-46ad-b832-d854825b06bb of type vxlan for network 1022b019-57aa-4653-b2d2-1566358bcaf1 [pid: 8|app: 0|req: 699/1302] 199.204.45.240 () {34 vars in 1016 bytes} [Tue Mar 31 06:14:04 2026] GET /v2.0/networks?tenant_id=33e159ee7504495ea37ca9c2f8bf71c7&shared=False => generated 768 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1303] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:14:04 2026] GET /v2.0/ports?device_id=6b4eab22-e5c8-4ab6-ba8a-7590fd8c5d6f => 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: 701/1304] 199.204.45.240 () {34 vars in 928 bytes} [Tue Mar 31 06:14:04 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) 2026-03-31 06:14:04.364 7 INFO neutron.db.segments_db [None req-f3c82912-61d3-48d2-9f40-aa4992edec96 3806ad0f0c5e4508a3c34c3170041b80 3b8c94c6658c4793a6d78bb7f8cb70fe - - default default] Added segment 7f770453-b995-41f2-b424-5f716afecd15 of type vxlan for network 954cbb02-f536-4560-abaa-e75bab11d063 [pid: 7|app: 0|req: 604/1305] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:14:04 2026] POST /v2.0/networks => generated 1245 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1306] 10.0.0.183 () {32 vars in 647 bytes} [Tue Mar 31 06:14:04 2026] GET /v2.0/networks => generated 1844 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:14:04.651 7 INFO neutron.services.segments.plugin [-] Segment 5c92b6ca-f023-46ad-b832-d854825b06bb resource provider aggregate not found 2026-03-31 06:14:04.657 7 INFO neutron.services.segments.plugin [-] Segment 5c92b6ca-f023-46ad-b832-d854825b06bb resource provider aggregate not found 2026-03-31 06:14:04.672 7 INFO neutron.services.segments.plugin [-] Segment 5c92b6ca-f023-46ad-b832-d854825b06bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c92b6ca-f023-46ad-b832-d854825b06bb found for delete ", "request_id": "req-e76f1b22-af2c-41c1-bf72-ea5407a905de"}]} [pid: 7|app: 0|req: 605/1307] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:14:04 2026] DELETE /v2.0/networks/1022b019-57aa-4653-b2d2-1566358bcaf1 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:14:04.681 7 INFO neutron.services.segments.plugin [-] Segment 5c92b6ca-f023-46ad-b832-d854825b06bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c92b6ca-f023-46ad-b832-d854825b06bb found for delete ", "request_id": "req-9b8155d5-3edc-455b-93f7-187a25adf1cf"}]} 2026-03-31 06:14:04.797 8 INFO neutron.services.segments.plugin [-] Segment 7f770453-b995-41f2-b424-5f716afecd15 resource provider aggregate not found 2026-03-31 06:14:04.808 8 INFO neutron.services.segments.plugin [-] Segment 7f770453-b995-41f2-b424-5f716afecd15 resource provider aggregate not found 2026-03-31 06:14:04.828 8 INFO neutron.services.segments.plugin [-] Segment 7f770453-b995-41f2-b424-5f716afecd15 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f770453-b995-41f2-b424-5f716afecd15 found for delete ", "request_id": "req-5c38e01d-2497-463b-8cb8-3c2bd5d157a2"}]} 2026-03-31 06:14:04.834 8 INFO neutron.services.segments.plugin [-] Segment 7f770453-b995-41f2-b424-5f716afecd15 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f770453-b995-41f2-b424-5f716afecd15 found for delete ", "request_id": "req-be1458bf-2346-498e-ba49-7cec4d7efe46"}]} [pid: 8|app: 0|req: 703/1308] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:14:04 2026] DELETE /v2.0/networks/954cbb02-f536-4560-abaa-e75bab11d063 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1309] 10.0.0.183 () {32 vars in 647 bytes} [Tue Mar 31 06:14:04 2026] GET /v2.0/networks => generated 651 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:14:04.965 8 INFO neutron.db.segments_db [None req-d0df4860-9f54-449e-a102-237871506436 3806ad0f0c5e4508a3c34c3170041b80 3b8c94c6658c4793a6d78bb7f8cb70fe - - default default] Added segment c3d3ac0b-839b-4941-a162-928c7551bd6a of type vxlan for network cf834d15-2344-4414-bb99-f38aebd9717f [pid: 8|app: 0|req: 704/1310] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:14:04 2026] POST /v2.0/networks => generated 650 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:14:05.104 7 INFO neutron.db.segments_db [None req-6d9d7c82-e3d1-4fee-b246-8ebfe51a1d87 3806ad0f0c5e4508a3c34c3170041b80 3b8c94c6658c4793a6d78bb7f8cb70fe - - default default] Added segment e80a44ce-5795-431e-ac7a-cda7fcfef806 of type vxlan for network c2247eb4-06fc-4d53-b500-1deaba06850a [pid: 7|app: 0|req: 607/1311] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:14:05 2026] POST /v2.0/networks => generated 650 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1312] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:14:05 2026] GET /v2.0/ports?device_id=d5a31212-529b-4041-946a-17a306402d66 => generated 1012 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1313] 10.0.0.204 () {34 vars in 1118 bytes} [Tue Mar 31 06:14:05 2026] GET /v2.0/security-groups?id=6b845e2a-8098-4751-bbac-e408d7f4d71a&id=b045a250-a108-4019-b0b0-be58cabcfee1&fields=id&fields=name => generated 205 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1316] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:14:05 2026] GET /v2.0/ports?tenant_id=33e159ee7504495ea37ca9c2f8bf71c7&device_id=d5a31212-529b-4041-946a-17a306402d66 => generated 1281 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1317] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:14:05 2026] DELETE /v2.0/security-groups/2796fca6-9c19-464d-bcbf-7bbe639a568f => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1318] 199.204.45.240 () {34 vars in 1058 bytes} [Tue Mar 31 06:14:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=6b9a3aeb-5ef0-4bfb-9e1f-dea7a5b9e1d6 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:14:05.501 7 INFO neutron.api.v2.resource [None req-65d968b5-a140-4b90-a2b7-19be322ad52f 555908fecde9426abd078c1f5923f69f 973455a22bf24ef0ac660370dfd63681 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 615/1319] 10.0.0.183 () {32 vars in 735 bytes} [Tue Mar 31 06:14:05 2026] GET /v2.0/security-groups/2796fca6-9c19-464d-bcbf-7bbe639a568f => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1320] 199.204.45.240 () {34 vars in 982 bytes} [Tue Mar 31 06:14:05 2026] GET /v2.0/subnets?id=c541187b-d24e-4e51-a230-38416c864b24 => generated 690 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:14:05.616 7 INFO neutron_taas.services.taas.taas_plugin [None req-aacb18e8-937d-4fae-8d70-18eb29b4b5da 555908fecde9426abd078c1f5923f69f 973455a22bf24ef0ac660370dfd63681 - - default default] TaaS: Handle Delete Port: c4e54e2a-2a62-4997-b67b-44110e96c2a8 2026-03-31 06:14:05.619 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aacb18e8-937d-4fae-8d70-18eb29b4b5da 555908fecde9426abd078c1f5923f69f 973455a22bf24ef0ac660370dfd63681 - - default default] Tap Mirror: Handle Delete Port: c4e54e2a-2a62-4997-b67b-44110e96c2a8 [pid: 8|app: 0|req: 705/1321] 10.0.0.183 () {34 vars in 663 bytes} [Tue Mar 31 06:14:05 2026] POST /v2.0/ports => generated 1506 bytes in 541 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: 617/1322] 10.0.0.183 () {32 vars in 730 bytes} [Tue Mar 31 06:14:05 2026] DELETE /v2.0/floatingips/1e5f0ec3-7b62-4a67-8043-38b3e649bef7 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1323] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:14:05 2026] GET /v2.0/ports?network_id=8d0aa335-ea3f-4caa-866c-e9b697c8bbb6&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1324] 10.0.0.183 () {32 vars in 641 bytes} [Tue Mar 31 06:14:05 2026] GET /v2.0/ports => generated 1506 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1325] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:14:05 2026] GET /v2.0/networks/8d0aa335-ea3f-4caa-866c-e9b697c8bbb6?fields=segments => generated 14 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:14:05.940 7 INFO neutron_taas.services.taas.taas_plugin [None req-00b4e5f0-b92a-4357-8abb-789ecbba44fa 3806ad0f0c5e4508a3c34c3170041b80 3b8c94c6658c4793a6d78bb7f8cb70fe - - default default] TaaS: Handle Delete Port: dc45072e-8db3-4ac1-9123-fc7efed1da19 2026-03-31 06:14:05.943 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00b4e5f0-b92a-4357-8abb-789ecbba44fa 3806ad0f0c5e4508a3c34c3170041b80 3b8c94c6658c4793a6d78bb7f8cb70fe - - default default] Tap Mirror: Handle Delete Port: dc45072e-8db3-4ac1-9123-fc7efed1da19 [pid: 7|app: 0|req: 620/1326] 10.0.0.183 () {32 vars in 718 bytes} [Tue Mar 31 06:14:05 2026] DELETE /v2.0/ports/dc45072e-8db3-4ac1-9123-fc7efed1da19 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1327] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:14:06 2026] GET /v2.0/networks/8d0aa335-ea3f-4caa-866c-e9b697c8bbb6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:14:06.181 8 INFO neutron_taas.services.taas.taas_plugin [None req-cf7f3acd-3830-46d8-b25e-800046f56553 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: fb387f42-9dc2-413e-8a92-a90bbb03f14b 2026-03-31 06:14:06.184 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf7f3acd-3830-46d8-b25e-800046f56553 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: fb387f42-9dc2-413e-8a92-a90bbb03f14b 2026-03-31 06:14:06.319 7 INFO neutron.db.segments_db [None req-065ad34a-bb6d-4400-b42a-a00edd99a0df fa94d436809848d8a972a5dd14f9059e 3e80817c93344666a9db765d8a8af7cd - - default default] Added segment cd143d42-65db-4ea5-9092-02957645bca3 of type vxlan for network 829dd066-8039-46b9-8b49-dd457c62a941 [pid: 7|app: 0|req: 622/1328] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:14:06 2026] POST /v2.0/networks => generated 632 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:14:06.462 7 INFO neutron_taas.services.taas.taas_plugin [None req-742aaf86-73d3-4261-b90c-63ebb51ba674 3806ad0f0c5e4508a3c34c3170041b80 3b8c94c6658c4793a6d78bb7f8cb70fe - - default default] TaaS: Handle Delete Port: 530aa4ae-9450-42fc-87b0-656aa48188df 2026-03-31 06:14:06.464 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-742aaf86-73d3-4261-b90c-63ebb51ba674 3806ad0f0c5e4508a3c34c3170041b80 3b8c94c6658c4793a6d78bb7f8cb70fe - - default default] Tap Mirror: Handle Delete Port: 530aa4ae-9450-42fc-87b0-656aa48188df [pid: 7|app: 0|req: 623/1329] 10.0.0.183 () {32 vars in 718 bytes} [Tue Mar 31 06:14:06 2026] DELETE /v2.0/ports/530aa4ae-9450-42fc-87b0-656aa48188df => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1330] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:14:06 2026] GET /v2.0/ports?device_id=d5a31212-529b-4041-946a-17a306402d66 => generated 1012 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:14:06.605 7 INFO neutron.db.segments_db [None req-d5c00767-ea2d-4766-b866-bad8f68db5af fa94d436809848d8a972a5dd14f9059e 3e80817c93344666a9db765d8a8af7cd - - default default] Added segment afab2a70-8649-4bb3-9f82-22480c818eee of type vxlan for network 59f2f146-65c0-449b-a780-5fe97343b776 [pid: 7|app: 0|req: 625/1331] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:14:06 2026] POST /v2.0/networks => generated 632 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1332] 10.0.0.183 () {32 vars in 641 bytes} [Tue Mar 31 06:14:06 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) [pid: 7|app: 0|req: 627/1333] 10.0.0.204 () {34 vars in 1118 bytes} [Tue Mar 31 06:14:06 2026] GET /v2.0/security-groups?id=6b845e2a-8098-4751-bbac-e408d7f4d71a&id=b045a250-a108-4019-b0b0-be58cabcfee1&fields=id&fields=name => generated 205 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:14:06.758 7 INFO neutron.db.segments_db [None req-56313efe-ad75-4f00-837c-3b315017a479 fa94d436809848d8a972a5dd14f9059e 3e80817c93344666a9db765d8a8af7cd - - default default] Added segment 22f4281f-1e43-4065-90eb-615d1bdd7515 of type vxlan for network 0fbd3680-6488-44af-9317-7a6ed702962a [pid: 7|app: 0|req: 628/1334] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:14:06 2026] POST /v2.0/networks => generated 632 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:14:06.872 7 INFO neutron.db.segments_db [None req-a3b6a7f8-c9b4-4065-871a-e62370f702a9 3806ad0f0c5e4508a3c34c3170041b80 3b8c94c6658c4793a6d78bb7f8cb70fe - - default default] Added segment 3c5845c0-81cc-4685-a2d4-b28ce5d66676 of type vxlan for network 1ac4cd9e-8669-41a8-92cd-432ac37ccb20 [pid: 7|app: 0|req: 629/1335] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:14:06 2026] POST /v2.0/networks => generated 650 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:14:06.999 7 INFO neutron.db.segments_db [None req-376c8e9b-40aa-42b7-8dac-2ec827885f7c fa94d436809848d8a972a5dd14f9059e 3e80817c93344666a9db765d8a8af7cd - - default default] Added segment a76101b8-f44b-4eb4-9c94-17a861afdcfb of type vxlan for network 267734c3-4670-4b7a-ae6b-1738b7bcf9b2 [pid: 7|app: 0|req: 630/1336] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:14:06 2026] POST /v2.0/networks => generated 632 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1337] 10.0.0.183 () {34 vars in 787 bytes} [Tue Mar 31 06:14:05 2026] PUT /v2.0/routers/bcbf39c9-ea7c-4f50-9329-5933ddc6216d/remove_router_interface => generated 309 bytes in 1300 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:14:07.162 7 INFO neutron.db.segments_db [None req-36425476-63fa-4036-b1f9-8eb01992d1e2 3806ad0f0c5e4508a3c34c3170041b80 3b8c94c6658c4793a6d78bb7f8cb70fe - - default default] Added segment 89b3b944-45f0-47cc-afe7-84f18da6e39f of type vxlan for network 63748dac-be35-4d1b-93b7-d243ca0faabe [pid: 7|app: 0|req: 631/1338] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:14:07 2026] POST /v2.0/networks => generated 649 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:14:07.274 7 INFO neutron.db.segments_db [None req-228d6a0f-79f3-4c70-a93f-ed9198316761 fa94d436809848d8a972a5dd14f9059e 3e80817c93344666a9db765d8a8af7cd - - default default] Added segment 48084560-ac8c-4590-98aa-34c70ae66a86 of type vxlan for network 8a73ba62-d4de-4684-bf3f-6d1c46bafc85 2026-03-31 06:14:07.293 8 INFO neutron_taas.services.taas.taas_plugin [None req-e8e73432-f3f8-4c23-9ee1-5ca15441884a 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: 81814e75-0d95-4878-9135-f67aba80efef 2026-03-31 06:14:07.296 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8e73432-f3f8-4c23-9ee1-5ca15441884a 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: 81814e75-0d95-4878-9135-f67aba80efef [pid: 7|app: 0|req: 632/1339] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:14:07 2026] POST /v2.0/networks => generated 631 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:14:07.547 8 INFO neutron_taas.services.taas.taas_plugin [None req-e8e73432-f3f8-4c23-9ee1-5ca15441884a 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: edbe8a68-09ff-4156-a23c-e67b269e62c6 2026-03-31 06:14:07.551 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8e73432-f3f8-4c23-9ee1-5ca15441884a 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: edbe8a68-09ff-4156-a23c-e67b269e62c6 [pid: 7|app: 0|req: 633/1340] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:14:07 2026] POST /v2.0/subnets => generated 1274 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1341] 10.0.0.183 () {34 vars in 751 bytes} [Tue Mar 31 06:14:07 2026] PUT /v2.0/networks/829dd066-8039-46b9-8b49-dd457c62a941/tags => generated 17 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1342] 10.0.0.183 () {32 vars in 645 bytes} [Tue Mar 31 06:14:07 2026] GET /v2.0/subnets => generated 1910 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1343] 10.0.0.183 () {34 vars in 751 bytes} [Tue Mar 31 06:14:07 2026] PUT /v2.0/networks/59f2f146-65c0-449b-a780-5fe97343b776/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:14:07.878 8 INFO neutron.services.segments.plugin [-] Segment 7904ddf3-ac8a-4691-80ad-5f9cf5fbf20f resource provider aggregate not found 2026-03-31 06:14:07.879 8 INFO neutron.services.segments.plugin [-] Segment 7904ddf3-ac8a-4691-80ad-5f9cf5fbf20f resource provider aggregate not found 2026-03-31 06:14:07.901 8 INFO neutron.services.segments.plugin [-] Segment 7904ddf3-ac8a-4691-80ad-5f9cf5fbf20f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7904ddf3-ac8a-4691-80ad-5f9cf5fbf20f found for delete ", "request_id": "req-35eecc87-f59c-492c-855c-67edb08e177e"}]} 2026-03-31 06:14:07.905 8 INFO neutron.services.segments.plugin [-] Segment 7904ddf3-ac8a-4691-80ad-5f9cf5fbf20f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7904ddf3-ac8a-4691-80ad-5f9cf5fbf20f found for delete ", "request_id": "req-f8ab902e-5b57-4727-8e1f-661128262671"}]} 2026-03-31 06:14:07.907 8 INFO neutron.db.l3_hamode_db [None req-e8e73432-f3f8-4c23-9ee1-5ca15441884a 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] HA network 6a8c2e98-ca4f-43fe-b446-3f76138ac8f6 was deleted as no HA routers are present in tenant 973455a22bf24ef0ac660370dfd63681. [pid: 8|app: 0|req: 708/1344] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:14:07 2026] DELETE /v2.0/routers/bcbf39c9-ea7c-4f50-9329-5933ddc6216d => generated 0 bytes in 822 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1345] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:14:07 2026] DELETE /v2.0/subnets/52c8b2a0-ec1e-4c13-8827-0df44e9dd206 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1346] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:14:07 2026] GET /v2.0/ports?device_id=d5a31212-529b-4041-946a-17a306402d66 => generated 1012 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1347] 10.0.0.183 () {34 vars in 751 bytes} [Tue Mar 31 06:14:07 2026] PUT /v2.0/networks/0fbd3680-6488-44af-9317-7a6ed702962a/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1348] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:14:07 2026] DELETE /v2.0/subnets/89db38ce-8527-4133-bea0-1b240feeca0d => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1349] 10.0.0.204 () {34 vars in 1118 bytes} [Tue Mar 31 06:14:08 2026] GET /v2.0/security-groups?id=6b845e2a-8098-4751-bbac-e408d7f4d71a&id=b045a250-a108-4019-b0b0-be58cabcfee1&fields=id&fields=name => generated 205 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1350] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:14:07 2026] DELETE /v2.0/subnets/b1a88efe-5100-463b-ba94-b8a0d85fdecf => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1351] 10.0.0.183 () {34 vars in 751 bytes} [Tue Mar 31 06:14:08 2026] PUT /v2.0/networks/267734c3-4670-4b7a-ae6b-1738b7bcf9b2/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: 713/1352] 10.0.0.183 () {32 vars in 645 bytes} [Tue Mar 31 06:14:08 2026] GET /v2.0/subnets => generated 649 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1353] 10.0.0.183 () {32 vars in 664 bytes} [Tue Mar 31 06:14:08 2026] GET /v2.0/networks?tags=red => generated 1857 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:14:08.245 7 INFO neutron_taas.services.taas.taas_plugin [None req-86a7335d-4a9d-473e-aa7f-20dc4640e805 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: ddac8983-8a54-44a5-b732-693a064ca8ef 2026-03-31 06:14:08.248 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86a7335d-4a9d-473e-aa7f-20dc4640e805 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: ddac8983-8a54-44a5-b732-693a064ca8ef [pid: 8|app: 0|req: 715/1354] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:14:08 2026] DELETE /v2.0/networks/63748dac-be35-4d1b-93b7-d243ca0faabe => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1355] 10.0.0.183 () {32 vars in 678 bytes} [Tue Mar 31 06:14:08 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:14:08.403 7 INFO neutron.services.segments.plugin [-] Segment 844d2dbb-d6e4-41a0-9232-80233f95a0ce resource provider aggregate not found 2026-03-31 06:14:08.410 7 INFO neutron.services.segments.plugin [-] Segment 844d2dbb-d6e4-41a0-9232-80233f95a0ce resource provider aggregate not found 2026-03-31 06:14:08.417 7 INFO neutron.services.segments.plugin [-] Segment 844d2dbb-d6e4-41a0-9232-80233f95a0ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 844d2dbb-d6e4-41a0-9232-80233f95a0ce found for delete ", "request_id": "req-8d62fc5f-a0dc-4025-a712-e16e04a72c23"}]} 2026-03-31 06:14:08.422 7 INFO neutron.services.segments.plugin [-] Segment 844d2dbb-d6e4-41a0-9232-80233f95a0ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 844d2dbb-d6e4-41a0-9232-80233f95a0ce found for delete ", "request_id": "req-41116937-e18c-4536-a078-19aea7642aa8"}]} [pid: 7|app: 0|req: 640/1356] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:14:08 2026] DELETE /v2.0/networks/98b94518-56c1-4686-8f49-50165babe08e => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1357] 10.0.0.183 () {32 vars in 674 bytes} [Tue Mar 31 06:14:08 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1358] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:14:08 2026] DELETE /v2.0/networks/1ac4cd9e-8669-41a8-92cd-432ac37ccb20 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1359] 10.0.0.183 () {32 vars in 686 bytes} [Tue Mar 31 06:14:08 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1857 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1360] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:14:08 2026] DELETE /v2.0/networks/c2247eb4-06fc-4d53-b500-1deaba06850a => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1361] 10.0.0.183 () {32 vars in 672 bytes} [Tue Mar 31 06:14:08 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1362] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:14:08 2026] GET /v2.0/security-groups?tenant_id=973455a22bf24ef0ac660370dfd63681&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1363] 10.0.0.183 () {32 vars in 686 bytes} [Tue Mar 31 06:14:08 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: 7|app: 0|req: 644/1364] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:14:08 2026] DELETE /v2.0/networks/cf834d15-2344-4414-bb99-f38aebd9717f => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1365] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:14:08 2026] DELETE /v2.0/security-groups/72bd4370-64bb-4417-b4b4-8bb2e40307e6 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1366] 10.0.0.183 () {32 vars in 682 bytes} [Tue Mar 31 06:14:08 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1367] 10.0.0.183 () {32 vars in 694 bytes} [Tue Mar 31 06:14:08 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1368] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:14:08 2026] DELETE /v2.0/networks/829dd066-8039-46b9-8b49-dd457c62a941 => 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: 723/1369] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:14:09 2026] DELETE /v2.0/networks/59f2f146-65c0-449b-a780-5fe97343b776 => 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: 647/1370] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:14:09 2026] GET /v2.0/ports?device_id=d5a31212-529b-4041-946a-17a306402d66 => generated 1012 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1371] 199.204.45.240 () {34 vars in 992 bytes} [Tue Mar 31 06:14:09 2026] GET /v2.0/ports?device_id=d5a31212-529b-4041-946a-17a306402d66 => generated 1281 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1372] 10.0.0.204 () {34 vars in 1118 bytes} [Tue Mar 31 06:14:09 2026] GET /v2.0/security-groups?id=6b845e2a-8098-4751-bbac-e408d7f4d71a&id=b045a250-a108-4019-b0b0-be58cabcfee1&fields=id&fields=name => generated 205 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1373] 199.204.45.240 () {34 vars in 1122 bytes} [Tue Mar 31 06:14:09 2026] GET /v2.0/security-groups?id=6b845e2a-8098-4751-bbac-e408d7f4d71a&id=b045a250-a108-4019-b0b0-be58cabcfee1&fields=id&fields=name => generated 205 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1374] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:14:09 2026] DELETE /v2.0/networks/0fbd3680-6488-44af-9317-7a6ed702962a => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1375] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:14:09 2026] GET /v2.0/security-groups?tenant_id=3b8c94c6658c4793a6d78bb7f8cb70fe&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1376] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:14:09 2026] DELETE /v2.0/networks/267734c3-4670-4b7a-ae6b-1738b7bcf9b2 => 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: 728/1377] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:14:09 2026] DELETE /v2.0/security-groups/2c806921-6fcf-4d2d-a97e-8df4fda2c598 => 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: 650/1378] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:14:09 2026] DELETE /v2.0/networks/8a73ba62-d4de-4684-bf3f-6d1c46bafc85 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:14:09.926 8 INFO neutron.services.segments.plugin [-] Segment 89b3b944-45f0-47cc-afe7-84f18da6e39f resource provider aggregate not found 2026-03-31 06:14:09.942 8 INFO neutron.services.segments.plugin [-] Segment 89b3b944-45f0-47cc-afe7-84f18da6e39f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89b3b944-45f0-47cc-afe7-84f18da6e39f found for delete ", "request_id": "req-350a46a9-e551-420c-b64f-d15182285a24"}]} 2026-03-31 06:14:09.952 8 INFO neutron.services.segments.plugin [-] Segment 89b3b944-45f0-47cc-afe7-84f18da6e39f resource provider aggregate not found 2026-03-31 06:14:09.965 8 INFO neutron.services.segments.plugin [-] Segment 89b3b944-45f0-47cc-afe7-84f18da6e39f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89b3b944-45f0-47cc-afe7-84f18da6e39f found for delete ", "request_id": "req-d9e8671b-9c97-4290-a110-b2f0e0fe8200"}]} 2026-03-31 06:14:09.969 8 INFO neutron.services.segments.plugin [-] Segment 3c5845c0-81cc-4685-a2d4-b28ce5d66676 resource provider aggregate not found 2026-03-31 06:14:09.994 8 INFO neutron.services.segments.plugin [-] Segment 3c5845c0-81cc-4685-a2d4-b28ce5d66676 resource provider aggregate not found 2026-03-31 06:14:10.005 8 INFO neutron.services.segments.plugin [-] Segment 3c5845c0-81cc-4685-a2d4-b28ce5d66676 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c5845c0-81cc-4685-a2d4-b28ce5d66676 found for delete ", "request_id": "req-0d6857e1-a418-4d0e-84ce-8738834ac95e"}]} 2026-03-31 06:14:10.012 8 INFO neutron.services.segments.plugin [-] Segment 3c5845c0-81cc-4685-a2d4-b28ce5d66676 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c5845c0-81cc-4685-a2d4-b28ce5d66676 found for delete ", "request_id": "req-6ef607c8-2391-41d4-9485-2ede7ae41f85"}]} 2026-03-31 06:14:10.034 8 INFO neutron.services.segments.plugin [-] Segment e80a44ce-5795-431e-ac7a-cda7fcfef806 resource provider aggregate not found 2026-03-31 06:14:10.039 8 INFO neutron.services.segments.plugin [-] Segment e80a44ce-5795-431e-ac7a-cda7fcfef806 resource provider aggregate not found 2026-03-31 06:14:10.053 8 INFO neutron.services.segments.plugin [-] Segment e80a44ce-5795-431e-ac7a-cda7fcfef806 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e80a44ce-5795-431e-ac7a-cda7fcfef806 found for delete ", "request_id": "req-d7314174-6e30-4172-b9dc-ab38323ba5d4"}]} 2026-03-31 06:14:10.058 8 INFO neutron.services.segments.plugin [-] Segment e80a44ce-5795-431e-ac7a-cda7fcfef806 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e80a44ce-5795-431e-ac7a-cda7fcfef806 found for delete ", "request_id": "req-e92cb09f-4c4d-4452-b52b-a26873b6ed25"}]} 2026-03-31 06:14:10.066 8 INFO neutron.services.segments.plugin [-] Segment afab2a70-8649-4bb3-9f82-22480c818eee resource provider aggregate not found 2026-03-31 06:14:10.076 8 INFO neutron.services.segments.plugin [-] Segment afab2a70-8649-4bb3-9f82-22480c818eee resource provider aggregate not found 2026-03-31 06:14:10.081 8 INFO neutron.services.segments.plugin [-] Segment afab2a70-8649-4bb3-9f82-22480c818eee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afab2a70-8649-4bb3-9f82-22480c818eee found for delete ", "request_id": "req-e926e546-9f2d-4ebd-b859-ef0a9d7dbca6"}]} 2026-03-31 06:14:10.094 8 INFO neutron.services.segments.plugin [-] Segment afab2a70-8649-4bb3-9f82-22480c818eee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afab2a70-8649-4bb3-9f82-22480c818eee found for delete ", "request_id": "req-b4922355-ba9f-4a21-942c-0ef02bed3a39"}]} 2026-03-31 06:14:10.437 7 INFO neutron.services.segments.plugin [-] Segment c3d3ac0b-839b-4941-a162-928c7551bd6a resource provider aggregate not found [pid: 8|app: 0|req: 729/1379] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:14:10 2026] GET /v2.0/ports?device_id=d5a31212-529b-4041-946a-17a306402d66 => generated 1014 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:14:10.442 7 INFO neutron.services.segments.plugin [-] Segment c3d3ac0b-839b-4941-a162-928c7551bd6a resource provider aggregate not found 2026-03-31 06:14:10.455 7 INFO neutron.services.segments.plugin [-] Segment c3d3ac0b-839b-4941-a162-928c7551bd6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3d3ac0b-839b-4941-a162-928c7551bd6a found for delete ", "request_id": "req-f88d6e5e-8fa1-460d-ae56-2420c5451583"}]} 2026-03-31 06:14:10.475 7 INFO neutron.services.segments.plugin [-] Segment cd143d42-65db-4ea5-9092-02957645bca3 resource provider aggregate not found 2026-03-31 06:14:10.476 7 INFO neutron.services.segments.plugin [-] Segment c3d3ac0b-839b-4941-a162-928c7551bd6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3d3ac0b-839b-4941-a162-928c7551bd6a found for delete ", "request_id": "req-961b7218-5a55-4dd6-8ed1-f4fe33d3ce0a"}]} [pid: 7|app: 0|req: 651/1380] 10.0.0.204 () {34 vars in 1118 bytes} [Tue Mar 31 06:14:10 2026] GET /v2.0/security-groups?id=6b845e2a-8098-4751-bbac-e408d7f4d71a&id=b045a250-a108-4019-b0b0-be58cabcfee1&fields=id&fields=name => generated 205 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:14:10.495 7 INFO neutron.services.segments.plugin [-] Segment cd143d42-65db-4ea5-9092-02957645bca3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd143d42-65db-4ea5-9092-02957645bca3 found for delete ", "request_id": "req-0948a57d-d91c-4791-9977-4ef1c7355866"}]} 2026-03-31 06:14:10.499 7 INFO neutron.services.segments.plugin [-] Segment cd143d42-65db-4ea5-9092-02957645bca3 resource provider aggregate not found 2026-03-31 06:14:10.510 7 INFO neutron.services.segments.plugin [-] Segment 22f4281f-1e43-4065-90eb-615d1bdd7515 resource provider aggregate not found 2026-03-31 06:14:10.518 7 INFO neutron.services.segments.plugin [-] Segment cd143d42-65db-4ea5-9092-02957645bca3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd143d42-65db-4ea5-9092-02957645bca3 found for delete ", "request_id": "req-4c87aac0-c252-408b-a7dd-537d4a4605d1"}]} 2026-03-31 06:14:10.532 7 INFO neutron.services.segments.plugin [-] Segment 22f4281f-1e43-4065-90eb-615d1bdd7515 resource provider aggregate not found 2026-03-31 06:14:10.535 7 INFO neutron.services.segments.plugin [-] Segment 22f4281f-1e43-4065-90eb-615d1bdd7515 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22f4281f-1e43-4065-90eb-615d1bdd7515 found for delete ", "request_id": "req-68b99f08-974f-48be-bf25-081358310cfb"}]} 2026-03-31 06:14:10.547 7 INFO neutron.services.segments.plugin [-] Segment a76101b8-f44b-4eb4-9c94-17a861afdcfb resource provider aggregate not found 2026-03-31 06:14:10.549 7 INFO neutron.services.segments.plugin [-] Segment 22f4281f-1e43-4065-90eb-615d1bdd7515 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22f4281f-1e43-4065-90eb-615d1bdd7515 found for delete ", "request_id": "req-11303d2f-05ef-4e3f-a4c1-f2ed75f1afc4"}]} 2026-03-31 06:14:10.559 7 INFO neutron.services.segments.plugin [-] Segment a76101b8-f44b-4eb4-9c94-17a861afdcfb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a76101b8-f44b-4eb4-9c94-17a861afdcfb found for delete ", "request_id": "req-1b6b2447-5726-4787-b45c-454f5938122b"}]} 2026-03-31 06:14:10.563 7 INFO neutron.services.segments.plugin [-] Segment a76101b8-f44b-4eb4-9c94-17a861afdcfb resource provider aggregate not found 2026-03-31 06:14:10.572 7 INFO neutron.services.segments.plugin [-] Segment 48084560-ac8c-4590-98aa-34c70ae66a86 resource provider aggregate not found 2026-03-31 06:14:10.574 7 INFO neutron.services.segments.plugin [-] Segment a76101b8-f44b-4eb4-9c94-17a861afdcfb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a76101b8-f44b-4eb4-9c94-17a861afdcfb found for delete ", "request_id": "req-9268e380-5117-46a1-bc30-e507e6a6fa36"}]} 2026-03-31 06:14:10.583 7 INFO neutron.services.segments.plugin [-] Segment 48084560-ac8c-4590-98aa-34c70ae66a86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48084560-ac8c-4590-98aa-34c70ae66a86 found for delete ", "request_id": "req-a39781c5-b0ca-416c-a383-21197e5f31f9"}]} 2026-03-31 06:14:10.586 7 INFO neutron.services.segments.plugin [-] Segment 48084560-ac8c-4590-98aa-34c70ae66a86 resource provider aggregate not found 2026-03-31 06:14:10.598 7 INFO neutron.services.segments.plugin [-] Segment 48084560-ac8c-4590-98aa-34c70ae66a86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48084560-ac8c-4590-98aa-34c70ae66a86 found for delete ", "request_id": "req-8b4ab1f2-d790-466b-9dd4-b23273e7f64a"}]} [pid: 8|app: 0|req: 730/1381] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:14:10 2026] GET /v2.0/security-groups?tenant_id=dfeee62d308b4c50a76c66325ccb5a8d&name=default => generated 2925 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1382] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:14:10 2026] DELETE /v2.0/security-groups/afd05342-2887-4d8c-a53c-42895f37dd85 => 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: 731/1383] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:14:11 2026] GET /v2.0/security-groups?tenant_id=3e80817c93344666a9db765d8a8af7cd&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1384] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:14:11 2026] DELETE /v2.0/security-groups/37249385-a9f6-484c-9c77-97fee6ee2a5d => 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: 732/1385] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:14:11 2026] GET /v2.0/security-groups?tenant_id=78f6b1acf75749f4bf8990a234089dc5&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: 733/1386] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:14:11 2026] DELETE /v2.0/security-groups/52cdf924-ec38-4647-96aa-7fb40dc4b515 => 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: 734/1387] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:14:11 2026] GET /v2.0/ports?device_id=d5a31212-529b-4041-946a-17a306402d66 => generated 1014 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1388] 10.0.0.204 () {34 vars in 1118 bytes} [Tue Mar 31 06:14:11 2026] GET /v2.0/security-groups?id=6b845e2a-8098-4751-bbac-e408d7f4d71a&id=b045a250-a108-4019-b0b0-be58cabcfee1&fields=id&fields=name => generated 205 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:14:11.769 7 INFO neutron.db.segments_db [None req-f6c00c78-b203-42d2-acc1-9304499fdd28 5e3c4a059319450cbf999b8f447aec79 369d3fbac71e40d28ee2593cd853a794 - - default default] Added segment e12fcf05-688b-4f4e-bfd5-c85d12ea0170 of type vxlan for network ea403e9c-8cd7-4205-816d-b1bb909b5362 [pid: 8|app: 0|req: 736/1389] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:14:11 2026] GET /v2.0/ports?device_id=d5a31212-529b-4041-946a-17a306402d66 => generated 1014 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1390] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:14:11 2026] POST /v2.0/networks => generated 648 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:14:12.213 8 INFO neutron.db.l3_db [None req-1a3d5498-097d-457f-99f9-b68b87663f26 a0d79deebd1b496794e08328f9b7f153 33e159ee7504495ea37ca9c2f8bf71c7 - - default default] Floating IP 61d86f4c-2e9e-4678-a6b4-eee216902958 associated. External IP: 10.96.250.203, port: 6b9a3aeb-5ef0-4bfb-9e1f-dea7a5b9e1d6. [pid: 8|app: 0|req: 737/1391] 10.0.0.183 () {34 vars in 747 bytes} [Tue Mar 31 06:14:11 2026] PUT /v2.0/floatingips/61d86f4c-2e9e-4678-a6b4-eee216902958 => generated 856 bytes in 721 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:14:12.588 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7ba5b6c0-fa7d-40f7-83e2-e44543b880a6'] response: {'name': 'network-changed', 'server_uuid': 'd5a31212-529b-4041-946a-17a306402d66', 'tag': '6b9a3aeb-5ef0-4bfb-9e1f-dea7a5b9e1d6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 655/1392] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:14:12 2026] POST /v2.0/subnets => generated 673 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:14:12.675 8 INFO neutron.db.segments_db [None req-eef7f120-88b1-43f8-9f4a-f484c60dbbc7 5e3c4a059319450cbf999b8f447aec79 369d3fbac71e40d28ee2593cd853a794 - - default default] Added segment ab8376f4-4984-4228-9ad3-05692e802ea6 of type vxlan for network 6d4cdba4-8cec-4293-bc44-9cba0f2ebaa2 [pid: 8|app: 0|req: 738/1393] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:14:12 2026] POST /v2.0/networks => generated 647 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1394] 10.0.0.183 () {34 vars in 741 bytes} [Tue Mar 31 06:14:12 2026] PUT /v2.0/networks/6d4cdba4-8cec-4293-bc44-9cba0f2ebaa2 => generated 592 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1395] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:14:12 2026] POST /v2.0/subnets => generated 646 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1396] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:14:13 2026] GET /v2.0/ports?tenant_id=33e159ee7504495ea37ca9c2f8bf71c7&device_id=d5a31212-529b-4041-946a-17a306402d66 => generated 1283 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1397] 199.204.45.240 () {34 vars in 984 bytes} [Tue Mar 31 06:14:13 2026] GET /v2.0/networks?id=8d0aa335-ea3f-4caa-866c-e9b697c8bbb6 => generated 768 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1398] 199.204.45.240 () {34 vars in 1058 bytes} [Tue Mar 31 06:14:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=6b9a3aeb-5ef0-4bfb-9e1f-dea7a5b9e1d6 => 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: 740/1399] 10.0.0.183 () {34 vars in 739 bytes} [Tue Mar 31 06:14:13 2026] PUT /v2.0/subnets/5ea5913e-c0d8-47d2-a329-6e7044b15bc3 => generated 656 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1400] 199.204.45.240 () {34 vars in 982 bytes} [Tue Mar 31 06:14:13 2026] GET /v2.0/subnets?id=c541187b-d24e-4e51-a230-38416c864b24 => generated 690 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1401] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:14:13 2026] GET /v2.0/ports?network_id=8d0aa335-ea3f-4caa-866c-e9b697c8bbb6&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1402] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:14:13 2026] GET /v2.0/networks/8d0aa335-ea3f-4caa-866c-e9b697c8bbb6?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: 663/1403] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:14:13 2026] GET /v2.0/networks/8d0aa335-ea3f-4caa-866c-e9b697c8bbb6?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) 2026-03-31 06:14:13.479 8 INFO neutron.services.segments.plugin [-] Segment ab8376f4-4984-4228-9ad3-05692e802ea6 resource provider aggregate not found 2026-03-31 06:14:13.485 8 INFO neutron.services.segments.plugin [-] Segment ab8376f4-4984-4228-9ad3-05692e802ea6 resource provider aggregate not found 2026-03-31 06:14:13.497 8 INFO neutron.services.segments.plugin [-] Segment ab8376f4-4984-4228-9ad3-05692e802ea6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab8376f4-4984-4228-9ad3-05692e802ea6 found for delete ", "request_id": "req-c489326e-2a92-42b3-9409-d3016cd7af54"}]} 2026-03-31 06:14:13.512 8 INFO neutron.services.segments.plugin [-] Segment ab8376f4-4984-4228-9ad3-05692e802ea6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab8376f4-4984-4228-9ad3-05692e802ea6 found for delete ", "request_id": "req-91641eaa-eed0-4675-8840-2a1df30a1d7b"}]} [pid: 8|app: 0|req: 741/1404] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:14:13 2026] DELETE /v2.0/networks/6d4cdba4-8cec-4293-bc44-9cba0f2ebaa2 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:14:13.536 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c7959fb9-29fc-47d5-98da-3ee91d276af2 5e3c4a059319450cbf999b8f447aec79 369d3fbac71e40d28ee2593cd853a794 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 664/1405] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:14:13 2026] DELETE /v2.0/networks/6d4cdba4-8cec-4293-bc44-9cba0f2ebaa2 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1406] 10.0.0.183 () {32 vars in 692 bytes} [Tue Mar 31 06:14:13 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: 7|app: 0|req: 665/1407] 10.0.0.183 () {32 vars in 740 bytes} [Tue Mar 31 06:14:13 2026] GET /v2.0/subnets?network_id=99b58f27-84d4-4730-be1d-f5d2cce50535 => generated 649 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1408] 10.0.0.183 () {32 vars in 651 bytes} [Tue Mar 31 06:14:13 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1409] 10.0.0.183 () {32 vars in 647 bytes} [Tue Mar 31 06:14:13 2026] GET /v2.0/networks => generated 1313 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1410] 10.0.0.183 () {32 vars in 645 bytes} [Tue Mar 31 06:14:13 2026] GET /v2.0/subnets => generated 1312 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1411] 10.0.0.183 () {32 vars in 721 bytes} [Tue Mar 31 06:14:13 2026] GET /v2.0/networks/ea403e9c-8cd7-4205-816d-b1bb909b5362 => generated 673 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1412] 10.0.0.183 () {32 vars in 719 bytes} [Tue Mar 31 06:14:13 2026] GET /v2.0/subnets/b9024d84-872c-4651-9c4d-766f35bf4835 => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:14:13.838 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ec3d4056-2f02-426d-85be-4e1a9228b13e 5e3c4a059319450cbf999b8f447aec79 369d3fbac71e40d28ee2593cd853a794 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 668/1413] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:14:13 2026] DELETE /v2.0/subnets/5ea5913e-c0d8-47d2-a329-6e7044b15bc3 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:14:13.855 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c2d82689-69ef-49f6-aa3a-6b51c4b84a44 5e3c4a059319450cbf999b8f447aec79 369d3fbac71e40d28ee2593cd853a794 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 746/1414] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:14:13 2026] DELETE /v2.0/networks/6d4cdba4-8cec-4293-bc44-9cba0f2ebaa2 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1415] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:14:13 2026] DELETE /v2.0/subnets/b9024d84-872c-4651-9c4d-766f35bf4835 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:14:14.137 8 INFO neutron_taas.services.taas.taas_plugin [None req-27a58be7-141a-4240-b8e3-8d43091274e9 5e3c4a059319450cbf999b8f447aec79 369d3fbac71e40d28ee2593cd853a794 - - default default] TaaS: Handle Delete Port: 434f9992-b458-4697-9ee1-b73b4f3cfca3 2026-03-31 06:14:14.140 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27a58be7-141a-4240-b8e3-8d43091274e9 5e3c4a059319450cbf999b8f447aec79 369d3fbac71e40d28ee2593cd853a794 - - default default] Tap Mirror: Handle Delete Port: 434f9992-b458-4697-9ee1-b73b4f3cfca3 [pid: 8|app: 0|req: 747/1416] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:14:14 2026] DELETE /v2.0/networks/ea403e9c-8cd7-4205-816d-b1bb909b5362 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1417] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:14:14 2026] GET /v2.0/security-groups?tenant_id=369d3fbac71e40d28ee2593cd853a794&name=default => generated 2925 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1418] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:14:14 2026] DELETE /v2.0/security-groups/2b0ca94d-d6a4-4e68-b3e9-372799ab0bcf => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:14:15.519 8 INFO neutron.services.segments.plugin [-] Segment e12fcf05-688b-4f4e-bfd5-c85d12ea0170 resource provider aggregate not found 2026-03-31 06:14:15.536 8 INFO neutron.services.segments.plugin [-] Segment e12fcf05-688b-4f4e-bfd5-c85d12ea0170 resource provider aggregate not found 2026-03-31 06:14:15.550 8 INFO neutron.services.segments.plugin [-] Segment e12fcf05-688b-4f4e-bfd5-c85d12ea0170 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e12fcf05-688b-4f4e-bfd5-c85d12ea0170 found for delete ", "request_id": "req-e5a2d0f1-4b5c-4172-96e5-4098ef1bcd7a"}]} 2026-03-31 06:14:15.560 8 INFO neutron.services.segments.plugin [-] Segment e12fcf05-688b-4f4e-bfd5-c85d12ea0170 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e12fcf05-688b-4f4e-bfd5-c85d12ea0170 found for delete ", "request_id": "req-69c33ab3-35ac-4017-b792-5e4f9d48cbd9"}]} [pid: 7|app: 0|req: 671/1419] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:14:15 2026] GET /v2.0/security-groups?tenant_id=a8b95a48393e48449cc06dff14233580&name=default => generated 2925 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1420] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:14:15 2026] DELETE /v2.0/security-groups/b2e23b58-4a7f-4991-a351-21ea4ff1c439 => 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: 672/1421] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:14:15 2026] GET /v2.0/security-groups?tenant_id=517f19ae9e6a48f39cbf7679fa88d432&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: 750/1422] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:14:16 2026] DELETE /v2.0/security-groups/348a70df-aa86-42c3-bdcb-7cfeef9d06d2 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1423] 10.0.0.183 () {34 vars in 676 bytes} [Tue Mar 31 06:14:16 2026] POST /v2.0/qos/policies => generated 359 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1424] 10.0.0.183 () {34 vars in 676 bytes} [Tue Mar 31 06:14:16 2026] POST /v2.0/qos/policies => generated 359 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1425] 10.0.0.183 () {34 vars in 676 bytes} [Tue Mar 31 06:14:16 2026] POST /v2.0/qos/policies => generated 359 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1426] 10.0.0.183 () {34 vars in 676 bytes} [Tue Mar 31 06:14:16 2026] POST /v2.0/qos/policies => generated 359 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1427] 10.0.0.183 () {34 vars in 676 bytes} [Tue Mar 31 06:14:16 2026] POST /v2.0/qos/policies => generated 359 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1428] 10.0.0.183 () {34 vars in 751 bytes} [Tue Mar 31 06:14:16 2026] PUT /v2.0/policies/09d5c84f-f165-4441-8a0d-2b2f79409e0c/tags => generated 17 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1429] 10.0.0.183 () {34 vars in 751 bytes} [Tue Mar 31 06:14:16 2026] PUT /v2.0/policies/9d400296-bb93-47f0-97f5-076bdfd1e49e/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1430] 10.0.0.183 () {34 vars in 751 bytes} [Tue Mar 31 06:14:16 2026] PUT /v2.0/policies/48d1cb87-46de-44f8-a02f-367e82189fc8/tags => generated 34 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1431] 10.0.0.183 () {34 vars in 751 bytes} [Tue Mar 31 06:14:16 2026] PUT /v2.0/policies/ef03f957-c2c5-4413-be96-7da093ff5064/tags => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:14:17.367 8 INFO neutron.db.segments_db [None req-94c89297-513d-4cae-aff1-b027a940eae6 cdcfddca79ab434f9176b1a14596b875 f133a9fef0dd42bb99840e3dafcc94eb - - default default] Added segment dc881285-e4ce-4429-84ee-279c94bf9571 of type vxlan for network 8b581797-599e-4ac2-8ffd-330c21af0090 [pid: 7|app: 0|req: 678/1432] 10.0.0.183 () {32 vars in 672 bytes} [Tue Mar 31 06:14:17 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1433] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:14:16 2026] POST /v2.0/networks => generated 645 bytes in 486 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1434] 10.0.0.183 () {32 vars in 686 bytes} [Tue Mar 31 06:14:17 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1435] 10.0.0.183 () {32 vars in 682 bytes} [Tue Mar 31 06:14:17 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1436] 10.0.0.183 () {32 vars in 694 bytes} [Tue Mar 31 06:14:17 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1437] 10.0.0.183 () {32 vars in 680 bytes} [Tue Mar 31 06:14:17 2026] GET /v2.0/qos/policies?not-tags=red => 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: 683/1438] 10.0.0.183 () {32 vars in 694 bytes} [Tue Mar 31 06:14:17 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1439] 10.0.0.183 () {34 vars in 663 bytes} [Tue Mar 31 06:14:17 2026] POST /v2.0/ports => generated 774 bytes in 287 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: 684/1440] 10.0.0.183 () {32 vars in 690 bytes} [Tue Mar 31 06:14:17 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1441] 10.0.0.183 () {32 vars in 702 bytes} [Tue Mar 31 06:14:17 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:14:17.830 8 INFO neutron.db.segments_db [None req-99f13dc1-f155-489f-a49c-8e302f6ea15a cdcfddca79ab434f9176b1a14596b875 f133a9fef0dd42bb99840e3dafcc94eb - - default default] Added segment 83329d81-ca95-4faa-b7d3-91167ebcfc6a of type vxlan for network 732d0958-ef47-47b6-a797-fb14c5dea779 [pid: 7|app: 0|req: 686/1442] 10.0.0.183 () {32 vars in 732 bytes} [Tue Mar 31 06:14:17 2026] DELETE /v2.0/qos/policies/09d5c84f-f165-4441-8a0d-2b2f79409e0c => 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: 757/1443] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:14:17 2026] POST /v2.0/networks => generated 632 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1444] 10.0.0.183 () {32 vars in 732 bytes} [Tue Mar 31 06:14:17 2026] DELETE /v2.0/qos/policies/9d400296-bb93-47f0-97f5-076bdfd1e49e => 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: 688/1445] 10.0.0.183 () {32 vars in 732 bytes} [Tue Mar 31 06:14:17 2026] DELETE /v2.0/qos/policies/48d1cb87-46de-44f8-a02f-367e82189fc8 => 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: 689/1446] 10.0.0.183 () {32 vars in 732 bytes} [Tue Mar 31 06:14:18 2026] DELETE /v2.0/qos/policies/ef03f957-c2c5-4413-be96-7da093ff5064 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1447] 10.0.0.183 () {32 vars in 732 bytes} [Tue Mar 31 06:14:18 2026] DELETE /v2.0/qos/policies/8aac4a80-47f3-480f-88f6-6d25be3b2253 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1448] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:14:17 2026] POST /v2.0/subnets => generated 626 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1449] 10.0.0.183 () {34 vars in 663 bytes} [Tue Mar 31 06:14:18 2026] POST /v2.0/ports => generated 949 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, ' 2026-03-31 06:14:18.703 7 INFO neutron_taas.services.taas.taas_plugin [None req-fe18c2c9-d231-43b0-9619-c76078c0a17a cdcfddca79ab434f9176b1a14596b875 f133a9fef0dd42bb99840e3dafcc94eb - - default default] TaaS: Handle Delete Port: 71c5c017-d209-48ba-8c94-af5622fe9645 [pid: 8|app: 0|req: 759/1450] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:14:18 2026] GET /v2.0/security-groups?tenant_id=0eb6870e609249f4b18f5e48db3fb91e&name=default => generated 2925 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:14:18.706 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe18c2c9-d231-43b0-9619-c76078c0a17a cdcfddca79ab434f9176b1a14596b875 f133a9fef0dd42bb99840e3dafcc94eb - - default default] Tap Mirror: Handle Delete Port: 71c5c017-d209-48ba-8c94-af5622fe9645 [pid: 8|app: 0|req: 760/1451] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:14:18 2026] DELETE /v2.0/security-groups/cd2badf5-1122-45ff-9950-e3f9e2cecaa4 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1452] 10.0.0.183 () {32 vars in 718 bytes} [Tue Mar 31 06:14:18 2026] DELETE /v2.0/ports/71c5c017-d209-48ba-8c94-af5622fe9645 => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:14:18.864 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cb8768ca-b31f-4b54-851c-186e2106a409 cdcfddca79ab434f9176b1a14596b875 f133a9fef0dd42bb99840e3dafcc94eb - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 761/1453] 10.0.0.183 () {32 vars in 718 bytes} [Tue Mar 31 06:14:18 2026] DELETE /v2.0/ports/71c5c017-d209-48ba-8c94-af5622fe9645 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:14:18.897 7 INFO neutron.pecan_wsgi.hooks.translation [None req-96c2b895-e8b3-46db-b241-841aea6d88aa cdcfddca79ab434f9176b1a14596b875 f133a9fef0dd42bb99840e3dafcc94eb - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 693/1454] 10.0.0.183 () {32 vars in 715 bytes} [Tue Mar 31 06:14:18 2026] GET /v2.0/ports/71c5c017-d209-48ba-8c94-af5622fe9645 => 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: 762/1455] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:14:18 2026] DELETE /v2.0/subnets/7e7c2ff5-be4a-4d47-945b-c966a6abc314 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:14:19.114 7 INFO neutron.services.segments.plugin [-] Segment 83329d81-ca95-4faa-b7d3-91167ebcfc6a resource provider aggregate not found 2026-03-31 06:14:19.123 7 INFO neutron.services.segments.plugin [-] Segment 83329d81-ca95-4faa-b7d3-91167ebcfc6a resource provider aggregate not found 2026-03-31 06:14:19.142 7 INFO neutron.services.segments.plugin [-] Segment 83329d81-ca95-4faa-b7d3-91167ebcfc6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83329d81-ca95-4faa-b7d3-91167ebcfc6a found for delete ", "request_id": "req-ab4cee5c-9a5a-4002-8521-52688e67ffb2"}]} [pid: 7|app: 0|req: 694/1456] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:14:19 2026] DELETE /v2.0/networks/732d0958-ef47-47b6-a797-fb14c5dea779 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:14:19.161 7 INFO neutron.services.segments.plugin [-] Segment 83329d81-ca95-4faa-b7d3-91167ebcfc6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83329d81-ca95-4faa-b7d3-91167ebcfc6a found for delete ", "request_id": "req-f64544e4-2a69-4086-84ca-2b6b556dd662"}]} 2026-03-31 06:14:19.215 7 INFO neutron.db.segments_db [None req-a3724d03-cc18-42c7-a23c-4a86224de8eb cdcfddca79ab434f9176b1a14596b875 f133a9fef0dd42bb99840e3dafcc94eb - - default default] Added segment 5003eb5e-d035-4fef-a2c7-11efb035115b of type vxlan for network 21bf8590-fb7b-4aa7-9a3e-64380931504b [pid: 7|app: 0|req: 695/1457] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:14:19 2026] POST /v2.0/networks => generated 632 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1458] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:14:19 2026] GET /v2.0/security-groups?tenant_id=fb95c19cff6f43378475b51b2cb4f38c&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1459] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:14:19 2026] DELETE /v2.0/security-groups/2a76f7b8-603f-47fb-84dd-aff86db5ec19 => 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: 696/1460] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:14: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) [pid: 8|app: 0|req: 765/1461] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:14:19 2026] GET /v2.0/security-groups?tenant_id=ddd8d7340ade4d08987eba33e8160e8d&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1462] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:14:19 2026] DELETE /v2.0/security-groups/42401ead-0464-4f18-b2f1-9ca59e9095de => 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: 697/1463] 10.0.0.183 () {34 vars in 663 bytes} [Tue Mar 31 06:14:19 2026] POST /v2.0/ports => generated 915 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:14:20.021 8 INFO neutron_taas.services.taas.taas_plugin [None req-45ca4f90-3ea5-4906-8403-fdbc198e1105 cdcfddca79ab434f9176b1a14596b875 f133a9fef0dd42bb99840e3dafcc94eb - - default default] TaaS: Handle Delete Port: 355e48bc-cc6e-44b4-af4c-946aad6239c6 2026-03-31 06:14:20.027 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-45ca4f90-3ea5-4906-8403-fdbc198e1105 cdcfddca79ab434f9176b1a14596b875 f133a9fef0dd42bb99840e3dafcc94eb - - default default] Tap Mirror: Handle Delete Port: 355e48bc-cc6e-44b4-af4c-946aad6239c6 [pid: 7|app: 0|req: 698/1464] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:14:19 2026] GET /v2.0/security-groups?tenant_id=b5f2739fb430405db1dcd9de49a809fa&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1465] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:14:20 2026] DELETE /v2.0/security-groups/03935d84-c658-4ede-afb3-f07d84626cc8 => 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: 767/1466] 10.0.0.183 () {32 vars in 718 bytes} [Tue Mar 31 06:14:19 2026] DELETE /v2.0/ports/355e48bc-cc6e-44b4-af4c-946aad6239c6 => generated 0 bytes in 349 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:14:20.213 7 INFO neutron.pecan_wsgi.hooks.translation [None req-300d0edb-de01-4be0-b4c2-686a4431026c cdcfddca79ab434f9176b1a14596b875 f133a9fef0dd42bb99840e3dafcc94eb - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 700/1467] 10.0.0.183 () {32 vars in 715 bytes} [Tue Mar 31 06:14:20 2026] GET /v2.0/ports/355e48bc-cc6e-44b4-af4c-946aad6239c6 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1470] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:14:20 2026] DELETE /v2.0/subnets/784cee33-25db-4491-a487-4182f9c6c465 => 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: 703/1471] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:14:20 2026] DELETE /v2.0/networks/21bf8590-fb7b-4aa7-9a3e-64380931504b => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1472] 10.0.0.183 () {34 vars in 663 bytes} [Tue Mar 31 06:14:20 2026] POST /v2.0/ports => generated 774 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1473] 10.0.0.183 () {34 vars in 735 bytes} [Tue Mar 31 06:14:20 2026] PUT /v2.0/ports/a989f424-3a93-4ab9-abeb-6e818858fd7d => generated 752 bytes in 166 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-03-31 06:14:20.976 8 INFO neutron_taas.services.taas.taas_plugin [None req-932aa44f-8981-4b29-9e04-52d3e3e3bf43 cdcfddca79ab434f9176b1a14596b875 f133a9fef0dd42bb99840e3dafcc94eb - - default default] TaaS: Handle Delete Port: a989f424-3a93-4ab9-abeb-6e818858fd7d 2026-03-31 06:14:20.979 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-932aa44f-8981-4b29-9e04-52d3e3e3bf43 cdcfddca79ab434f9176b1a14596b875 f133a9fef0dd42bb99840e3dafcc94eb - - default default] Tap Mirror: Handle Delete Port: a989f424-3a93-4ab9-abeb-6e818858fd7d [pid: 8|app: 0|req: 770/1474] 10.0.0.183 () {32 vars in 718 bytes} [Tue Mar 31 06:14:20 2026] DELETE /v2.0/ports/a989f424-3a93-4ab9-abeb-6e818858fd7d => generated 0 bytes in 185 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: 705/1475] 10.0.0.183 () {32 vars in 641 bytes} [Tue Mar 31 06:14:21 2026] GET /v2.0/ports => generated 777 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:14:21.132 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b67ff596-4ec1-4097-9b61-c9cd4141f0b8 cdcfddca79ab434f9176b1a14596b875 f133a9fef0dd42bb99840e3dafcc94eb - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 771/1476] 10.0.0.183 () {32 vars in 715 bytes} [Tue Mar 31 06:14:21 2026] GET /v2.0/ports/a989f424-3a93-4ab9-abeb-6e818858fd7d => 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: 706/1477] 10.0.0.183 () {32 vars in 641 bytes} [Tue Mar 31 06:14:21 2026] GET /v2.0/ports => generated 777 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:14:21.180 7 INFO neutron.services.segments.plugin [-] Segment 5003eb5e-d035-4fef-a2c7-11efb035115b resource provider aggregate not found 2026-03-31 06:14:21.185 7 INFO neutron.services.segments.plugin [-] Segment 5003eb5e-d035-4fef-a2c7-11efb035115b resource provider aggregate not found 2026-03-31 06:14:21.201 7 INFO neutron.services.segments.plugin [-] Segment 5003eb5e-d035-4fef-a2c7-11efb035115b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5003eb5e-d035-4fef-a2c7-11efb035115b found for delete ", "request_id": "req-776dbf08-fa5c-438d-bb0f-04de0e3f0fe7"}]} 2026-03-31 06:14:21.210 7 INFO neutron.services.segments.plugin [-] Segment 5003eb5e-d035-4fef-a2c7-11efb035115b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5003eb5e-d035-4fef-a2c7-11efb035115b found for delete ", "request_id": "req-709b3bf3-efac-4dea-8aef-32c1119c11a9"}]} [pid: 8|app: 0|req: 772/1478] 10.0.0.183 () {32 vars in 715 bytes} [Tue Mar 31 06:14:21 2026] GET /v2.0/ports/66e7f058-2ef2-477a-bc1e-706adfad1786 => generated 774 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:14:21.242 7 INFO neutron.pecan_wsgi.hooks.translation [None req-07b76785-6561-4451-b303-8454d165d932 cdcfddca79ab434f9176b1a14596b875 f133a9fef0dd42bb99840e3dafcc94eb - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 707/1479] 10.0.0.183 () {32 vars in 718 bytes} [Tue Mar 31 06:14:21 2026] DELETE /v2.0/ports/355e48bc-cc6e-44b4-af4c-946aad6239c6 => generated 132 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:14:21.262 8 INFO neutron.pecan_wsgi.hooks.translation [None req-332cd838-978b-481d-aa9f-f61a6328cdaa cdcfddca79ab434f9176b1a14596b875 f133a9fef0dd42bb99840e3dafcc94eb - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 773/1480] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:14:21 2026] DELETE /v2.0/subnets/784cee33-25db-4491-a487-4182f9c6c465 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:14:21.283 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0959d5ee-43cc-4918-8855-d0cd73a69721 cdcfddca79ab434f9176b1a14596b875 f133a9fef0dd42bb99840e3dafcc94eb - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 708/1481] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:14:21 2026] DELETE /v2.0/subnets/7e7c2ff5-be4a-4d47-945b-c966a6abc314 => 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: 774/1482] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:14:21 2026] GET /v2.0/ports?device_id=d5a31212-529b-4041-946a-17a306402d66 => generated 1014 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:14:21.378 7 INFO neutron_taas.services.taas.taas_plugin [None req-3e848414-2f80-4b73-91da-92272898badc cdcfddca79ab434f9176b1a14596b875 f133a9fef0dd42bb99840e3dafcc94eb - - default default] TaaS: Handle Delete Port: 66e7f058-2ef2-477a-bc1e-706adfad1786 2026-03-31 06:14:21.382 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e848414-2f80-4b73-91da-92272898badc cdcfddca79ab434f9176b1a14596b875 f133a9fef0dd42bb99840e3dafcc94eb - - default default] Tap Mirror: Handle Delete Port: 66e7f058-2ef2-477a-bc1e-706adfad1786 [pid: 8|app: 0|req: 775/1483] 10.0.0.204 () {34 vars in 1118 bytes} [Tue Mar 31 06:14:21 2026] GET /v2.0/security-groups?id=6b845e2a-8098-4751-bbac-e408d7f4d71a&id=b045a250-a108-4019-b0b0-be58cabcfee1&fields=id&fields=name => generated 205 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1484] 10.0.0.183 () {32 vars in 718 bytes} [Tue Mar 31 06:14:21 2026] DELETE /v2.0/ports/66e7f058-2ef2-477a-bc1e-706adfad1786 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1485] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:14:21 2026] DELETE /v2.0/networks/8b581797-599e-4ac2-8ffd-330c21af0090 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1486] 10.0.0.183 () {32 vars in 734 bytes} [Tue Mar 31 06:14:21 2026] GET /v2.0/ports?device_id=d5a31212-529b-4041-946a-17a306402d66 => generated 1283 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1487] 10.0.0.183 () {32 vars in 856 bytes} [Tue Mar 31 06:14:21 2026] GET /v2.0/floatingips?floating_network_id=99b58f27-84d4-4730-be1d-f5d2cce50535&port_id=6b9a3aeb-5ef0-4bfb-9e1f-dea7a5b9e1d6 => generated 861 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1488] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:14:22 2026] GET /v2.0/security-groups?tenant_id=f133a9fef0dd42bb99840e3dafcc94eb&name=default => generated 2925 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1489] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:14:22 2026] DELETE /v2.0/security-groups/db093555-bee4-424e-b919-b4ea721a8752 => 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: 778/1490] 10.0.0.180 () {34 vars in 988 bytes} [Tue Mar 31 06:14:22 2026] GET /v2.0/ports?device_id=d5a31212-529b-4041-946a-17a306402d66 => 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: 713/1491] 10.0.0.180 () {34 vars in 1118 bytes} [Tue Mar 31 06:14:22 2026] GET /v2.0/security-groups?id=6b845e2a-8098-4751-bbac-e408d7f4d71a&id=b045a250-a108-4019-b0b0-be58cabcfee1&fields=id&fields=name => generated 205 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:14:23.223 7 INFO neutron.services.segments.plugin [-] Segment dc881285-e4ce-4429-84ee-279c94bf9571 resource provider aggregate not found 2026-03-31 06:14:23.227 7 INFO neutron.services.segments.plugin [-] Segment dc881285-e4ce-4429-84ee-279c94bf9571 resource provider aggregate not found 2026-03-31 06:14:23.239 7 INFO neutron.services.segments.plugin [-] Segment dc881285-e4ce-4429-84ee-279c94bf9571 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc881285-e4ce-4429-84ee-279c94bf9571 found for delete ", "request_id": "req-f8bf2062-178e-4848-9535-35ee8ace1a1e"}]} 2026-03-31 06:14:23.243 7 INFO neutron.services.segments.plugin [-] Segment dc881285-e4ce-4429-84ee-279c94bf9571 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc881285-e4ce-4429-84ee-279c94bf9571 found for delete ", "request_id": "req-db3d19a1-f69b-4920-9ca8-650eb9983337"}]} [pid: 8|app: 0|req: 779/1492] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:14:23 2026] GET /v2.0/security-groups?tenant_id=7449f95983e2435689667d6d39ec2bec&name=default => generated 2925 bytes in 383 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1493] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:14:23 2026] DELETE /v2.0/security-groups/f92a139d-baab-4cdc-beb7-8a3f80bb27b6 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:14:24.326 7 INFO neutron.db.segments_db [None req-3fe93ecd-0b05-4755-b06d-ca3f5348240b b0f8c706aefa40ccb5e4a20b9e26a8f1 92e57365256d498580d917d4f91d11e9 - - default default] Added segment f0773018-ed25-4cd6-a496-c3ef0f5cb979 of type vxlan for network 4f004efa-2b67-48f3-a473-5a03e074ed9b [pid: 8|app: 0|req: 780/1494] 10.0.0.183 () {34 vars in 675 bytes} [Tue Mar 31 06:14:24 2026] POST /v2.0/subnetpools => generated 549 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1495] 10.0.0.183 () {32 vars in 727 bytes} [Tue Mar 31 06:14:24 2026] GET /v2.0/subnetpools/2c08b8fb-c6dd-4c9e-a03c-db224d57fabc => generated 549 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1496] 10.0.0.183 () {34 vars in 747 bytes} [Tue Mar 31 06:14:24 2026] PUT /v2.0/subnetpools/2c08b8fb-c6dd-4c9e-a03c-db224d57fabc => generated 500 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1497] 10.0.0.183 () {32 vars in 730 bytes} [Tue Mar 31 06:14:24 2026] DELETE /v2.0/subnetpools/2c08b8fb-c6dd-4c9e-a03c-db224d57fabc => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:14:24.504 8 INFO neutron.api.v2.resource [None req-6390a666-f265-40f2-b962-d61b94d623d4 2bd02ea4fcbd47a395f68d3d198c5e8d 240395fa8d094175ab3b87442a86ebe5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 784/1498] 10.0.0.183 () {32 vars in 727 bytes} [Tue Mar 31 06:14:24 2026] GET /v2.0/subnetpools/2c08b8fb-c6dd-4c9e-a03c-db224d57fabc => generated 145 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:14:24.519 8 INFO neutron.api.v2.resource [None req-ffb64a00-ece4-41c8-8efa-5321c4d8cd04 2bd02ea4fcbd47a395f68d3d198c5e8d 240395fa8d094175ab3b87442a86ebe5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 785/1499] 10.0.0.183 () {32 vars in 730 bytes} [Tue Mar 31 06:14:24 2026] DELETE /v2.0/subnetpools/2c08b8fb-c6dd-4c9e-a03c-db224d57fabc => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:14:24.728 7 INFO neutron.db.l3_hamode_db [None req-3fe93ecd-0b05-4755-b06d-ca3f5348240b b0f8c706aefa40ccb5e4a20b9e26a8f1 92e57365256d498580d917d4f91d11e9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-31 06:14:24.842 7 INFO neutron.db.l3_hamode_db [None req-3fe93ecd-0b05-4755-b06d-ca3f5348240b b0f8c706aefa40ccb5e4a20b9e26a8f1 92e57365256d498580d917d4f91d11e9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 786/1500] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:14:24 2026] GET /v2.0/security-groups?tenant_id=240395fa8d094175ab3b87442a86ebe5&name=default => generated 2925 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1501] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:14:25 2026] GET /v2.0/ports?device_id=d5a31212-529b-4041-946a-17a306402d66 => generated 1014 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1502] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:14:25 2026] DELETE /v2.0/security-groups/d26af28c-0e74-40a4-b187-c47b70fd44c0 => 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: 789/1503] 10.0.0.204 () {34 vars in 1118 bytes} [Tue Mar 31 06:14:25 2026] GET /v2.0/security-groups?id=6b845e2a-8098-4751-bbac-e408d7f4d71a&id=b045a250-a108-4019-b0b0-be58cabcfee1&fields=id&fields=name => generated 205 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1504] 10.0.0.183 () {34 vars in 666 bytes} [Tue Mar 31 06:14:24 2026] POST /v2.0/routers => generated 474 bytes in 1305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:14:25.510 8 INFO neutron.db.l3_hamode_db [None req-0e268f7b-e06b-4f4c-9e6a-425aaff43732 b0f8c706aefa40ccb5e4a20b9e26a8f1 92e57365256d498580d917d4f91d11e9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-31 06:14:25.628 8 INFO neutron.db.l3_hamode_db [None req-0e268f7b-e06b-4f4c-9e6a-425aaff43732 b0f8c706aefa40ccb5e4a20b9e26a8f1 92e57365256d498580d917d4f91d11e9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 716/1505] 10.0.0.183 () {32 vars in 651 bytes} [Tue Mar 31 06:14:25 2026] GET /v2.0/extensions => generated 21537 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1506] 10.0.0.183 () {32 vars in 679 bytes} [Tue Mar 31 06:14:25 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1507] 10.0.0.183 () {32 vars in 679 bytes} [Tue Mar 31 06:14:25 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1508] 10.0.0.183 () {32 vars in 727 bytes} [Tue Mar 31 06:14:25 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: 7|app: 0|req: 720/1509] 10.0.0.183 () {32 vars in 663 bytes} [Tue Mar 31 06:14:25 2026] GET /v2.0/extensions/agent => generated 153 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1510] 10.0.0.183 () {32 vars in 697 bytes} [Tue Mar 31 06:14:25 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1511] 10.0.0.183 () {32 vars in 695 bytes} [Tue Mar 31 06:14:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1512] 10.0.0.183 () {32 vars in 699 bytes} [Tue Mar 31 06:14:25 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1513] 10.0.0.183 () {32 vars in 687 bytes} [Tue Mar 31 06:14:25 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1514] 10.0.0.183 () {32 vars in 701 bytes} [Tue Mar 31 06:14:25 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1515] 10.0.0.183 () {32 vars in 691 bytes} [Tue Mar 31 06:14:25 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1516] 10.0.0.183 () {32 vars in 693 bytes} [Tue Mar 31 06:14:25 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1517] 10.0.0.183 () {32 vars in 683 bytes} [Tue Mar 31 06:14:25 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1518] 10.0.0.183 () {32 vars in 685 bytes} [Tue Mar 31 06:14:25 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: 7|app: 0|req: 730/1519] 10.0.0.183 () {32 vars in 659 bytes} [Tue Mar 31 06:14:25 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: 731/1520] 10.0.0.183 () {32 vars in 697 bytes} [Tue Mar 31 06:14:25 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: 7|app: 0|req: 732/1521] 10.0.0.183 () {32 vars in 677 bytes} [Tue Mar 31 06:14:25 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: 733/1522] 10.0.0.183 () {32 vars in 681 bytes} [Tue Mar 31 06:14:25 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1523] 10.0.0.183 () {32 vars in 673 bytes} [Tue Mar 31 06:14:25 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1524] 10.0.0.183 () {32 vars in 687 bytes} [Tue Mar 31 06:14:25 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1525] 10.0.0.183 () {32 vars in 721 bytes} [Tue Mar 31 06:14:25 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: 737/1526] 10.0.0.183 () {32 vars in 685 bytes} [Tue Mar 31 06:14:25 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: 7|app: 0|req: 738/1527] 10.0.0.183 () {32 vars in 667 bytes} [Tue Mar 31 06:14:25 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: 739/1528] 10.0.0.183 () {32 vars in 685 bytes} [Tue Mar 31 06:14:25 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1529] 10.0.0.183 () {32 vars in 679 bytes} [Tue Mar 31 06:14:26 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: 741/1530] 10.0.0.183 () {32 vars in 697 bytes} [Tue Mar 31 06:14:26 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: 7|app: 0|req: 742/1531] 10.0.0.183 () {32 vars in 677 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/l2_adjacency => 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: 743/1532] 10.0.0.183 () {32 vars in 665 bytes} [Tue Mar 31 06:14:26 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: 7|app: 0|req: 744/1533] 10.0.0.183 () {32 vars in 675 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1534] 10.0.0.183 () {32 vars in 663 bytes} [Tue Mar 31 06:14:26 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: 7|app: 0|req: 746/1535] 10.0.0.183 () {32 vars in 673 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1536] 10.0.0.183 () {32 vars in 711 bytes} [Tue Mar 31 06:14:26 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: 7|app: 0|req: 748/1537] 10.0.0.183 () {32 vars in 689 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1538] 10.0.0.183 () {32 vars in 681 bytes} [Tue Mar 31 06:14:26 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: 7|app: 0|req: 750/1539] 10.0.0.183 () {32 vars in 667 bytes} [Tue Mar 31 06:14:26 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: 751/1540] 10.0.0.183 () {32 vars in 685 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1541] 10.0.0.183 () {32 vars in 703 bytes} [Tue Mar 31 06:14:26 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: 753/1542] 10.0.0.183 () {32 vars in 673 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1543] 10.0.0.183 () {32 vars in 699 bytes} [Tue Mar 31 06:14:26 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: 755/1544] 10.0.0.183 () {32 vars in 673 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1545] 10.0.0.183 () {32 vars in 691 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1546] 10.0.0.183 () {32 vars in 687 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1547] 10.0.0.183 () {32 vars in 707 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1548] 10.0.0.183 () {32 vars in 703 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1549] 10.0.0.183 () {32 vars in 717 bytes} [Tue Mar 31 06:14:26 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: 761/1550] 10.0.0.183 () {32 vars in 695 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1551] 10.0.0.183 () {32 vars in 709 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1552] 10.0.0.183 () {32 vars in 667 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/binding => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1553] 10.0.0.183 () {32 vars in 685 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1554] 10.0.0.183 () {32 vars in 679 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1555] 10.0.0.183 () {32 vars in 673 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1556] 10.0.0.183 () {32 vars in 669 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1557] 10.0.0.183 () {32 vars in 659 bytes} [Tue Mar 31 06:14:26 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: 769/1558] 10.0.0.183 () {32 vars in 697 bytes} [Tue Mar 31 06:14:26 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: 7|app: 0|req: 770/1559] 10.0.0.183 () {32 vars in 697 bytes} [Tue Mar 31 06:14:26 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: 771/1560] 10.0.0.183 () {32 vars in 675 bytes} [Tue Mar 31 06:14:26 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: 790/1561] 10.0.0.183 () {34 vars in 666 bytes} [Tue Mar 31 06:14:25 2026] POST /v2.0/routers => generated 474 bytes in 785 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1562] 10.0.0.183 () {32 vars in 667 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1563] 10.0.0.183 () {32 vars in 681 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1564] 10.0.0.183 () {32 vars in 699 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1565] 10.0.0.183 () {32 vars in 683 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1566] 10.0.0.183 () {32 vars in 705 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1567] 10.0.0.183 () {32 vars in 667 bytes} [Tue Mar 31 06:14:26 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) 2026-03-31 06:14:26.288 8 INFO neutron.db.l3_hamode_db [None req-e5aba9c0-22e4-4954-97d7-3e06e89556c2 b0f8c706aefa40ccb5e4a20b9e26a8f1 92e57365256d498580d917d4f91d11e9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 778/1568] 10.0.0.183 () {32 vars in 695 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1569] 10.0.0.183 () {32 vars in 693 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1570] 10.0.0.183 () {32 vars in 683 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1571] 10.0.0.183 () {32 vars in 687 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1572] 10.0.0.183 () {32 vars in 703 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1573] 10.0.0.183 () {32 vars in 665 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1574] 10.0.0.183 () {32 vars in 679 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1575] 10.0.0.183 () {32 vars in 679 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1576] 10.0.0.183 () {32 vars in 689 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1577] 10.0.0.183 () {32 vars in 689 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1578] 10.0.0.183 () {32 vars in 693 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1579] 10.0.0.183 () {32 vars in 683 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1580] 10.0.0.183 () {32 vars in 687 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:14:26.406 8 INFO neutron.db.l3_hamode_db [None req-e5aba9c0-22e4-4954-97d7-3e06e89556c2 b0f8c706aefa40ccb5e4a20b9e26a8f1 92e57365256d498580d917d4f91d11e9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 791/1581] 10.0.0.183 () {32 vars in 699 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1582] 10.0.0.183 () {32 vars in 701 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1583] 10.0.0.183 () {32 vars in 711 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1584] 10.0.0.183 () {32 vars in 715 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1585] 10.0.0.183 () {32 vars in 713 bytes} [Tue Mar 31 06:14:26 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: 7|app: 0|req: 796/1586] 10.0.0.183 () {32 vars in 725 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1587] 10.0.0.183 () {32 vars in 739 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1588] 10.0.0.183 () {32 vars in 717 bytes} [Tue Mar 31 06:14:26 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: 7|app: 0|req: 799/1589] 10.0.0.183 () {32 vars in 681 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1590] 10.0.0.183 () {32 vars in 667 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/segment => generated 145 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1591] 10.0.0.183 () {32 vars in 717 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1592] 10.0.0.183 () {32 vars in 677 bytes} [Tue Mar 31 06:14:26 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: 7|app: 0|req: 803/1593] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/ports?device_id=d5a31212-529b-4041-946a-17a306402d66 => generated 1014 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1594] 10.0.0.183 () {32 vars in 667 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1595] 10.0.0.204 () {34 vars in 1118 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/security-groups?id=6b845e2a-8098-4751-bbac-e408d7f4d71a&id=b045a250-a108-4019-b0b0-be58cabcfee1&fields=id&fields=name => generated 205 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1596] 10.0.0.183 () {32 vars in 695 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1597] 10.0.0.183 () {32 vars in 703 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1598] 10.0.0.183 () {32 vars in 699 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1599] 10.0.0.183 () {32 vars in 699 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1600] 10.0.0.183 () {32 vars in 681 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1601] 10.0.0.183 () {32 vars in 703 bytes} [Tue Mar 31 06:14:26 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: 812/1602] 10.0.0.183 () {32 vars in 693 bytes} [Tue Mar 31 06:14:26 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: 7|app: 0|req: 813/1603] 10.0.0.183 () {32 vars in 687 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1604] 10.0.0.183 () {32 vars in 695 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1605] 10.0.0.183 () {32 vars in 677 bytes} [Tue Mar 31 06:14:26 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: 816/1606] 10.0.0.183 () {32 vars in 687 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1607] 10.0.0.183 () {32 vars in 699 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1608] 10.0.0.183 () {32 vars in 663 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1609] 10.0.0.183 () {32 vars in 679 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1610] 10.0.0.183 () {32 vars in 675 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1611] 10.0.0.183 () {32 vars in 691 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1612] 10.0.0.183 () {32 vars in 675 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1613] 10.0.0.183 () {32 vars in 665 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1614] 10.0.0.183 () {32 vars in 661 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1615] 10.0.0.183 () {32 vars in 673 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1616] 10.0.0.183 () {32 vars in 685 bytes} [Tue Mar 31 06:14:26 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1617] 10.0.0.183 () {34 vars in 666 bytes} [Tue Mar 31 06:14:26 2026] POST /v2.0/routers => generated 474 bytes in 727 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:14:27.040 7 INFO neutron.db.l3_hamode_db [None req-8193ebed-5b1e-40f2-9b8a-69bf42c8a0b9 b0f8c706aefa40ccb5e4a20b9e26a8f1 92e57365256d498580d917d4f91d11e9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 792/1618] 10.0.0.183 () {32 vars in 621 bytes} [Tue Mar 31 06:14:27 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) 2026-03-31 06:14:27.153 7 INFO neutron.db.l3_hamode_db [None req-8193ebed-5b1e-40f2-9b8a-69bf42c8a0b9 b0f8c706aefa40ccb5e4a20b9e26a8f1 92e57365256d498580d917d4f91d11e9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 793/1619] 10.0.0.183 () {32 vars in 631 bytes} [Tue Mar 31 06:14:27 2026] GET /v2.0/ => generated 632 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1620] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:14:27 2026] GET /v2.0/security-groups?tenant_id=795523af81d24f15a22864350cf43137&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1621] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:14:27 2026] DELETE /v2.0/security-groups/b711152f-cddf-45f9-94dd-2159b27b4d7b => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1622] 199.204.45.240 () {34 vars in 992 bytes} [Tue Mar 31 06:14:27 2026] GET /v2.0/ports?device_id=d5a31212-529b-4041-946a-17a306402d66 => generated 1014 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1623] 10.0.0.183 () {34 vars in 666 bytes} [Tue Mar 31 06:14:26 2026] POST /v2.0/routers => generated 474 bytes in 763 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:14:27.764 8 INFO neutron_taas.services.taas.taas_plugin [req-381de9c8-31d1-4905-a889-d5139690a36e req-9a647b7d-7ba0-4e1c-8f21-15cef7ed0f36 a0d79deebd1b496794e08328f9b7f153 33e159ee7504495ea37ca9c2f8bf71c7 - - default default] TaaS: Handle Delete Port: 6b9a3aeb-5ef0-4bfb-9e1f-dea7a5b9e1d6 2026-03-31 06:14:27.766 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-381de9c8-31d1-4905-a889-d5139690a36e req-9a647b7d-7ba0-4e1c-8f21-15cef7ed0f36 a0d79deebd1b496794e08328f9b7f153 33e159ee7504495ea37ca9c2f8bf71c7 - - default default] Tap Mirror: Handle Delete Port: 6b9a3aeb-5ef0-4bfb-9e1f-dea7a5b9e1d6 [pid: 7|app: 0|req: 828/1624] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:14:27 2026] GET /v2.0/ports?device_id=d5a31212-529b-4041-946a-17a306402d66 => generated 1012 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:14:27.816 7 INFO neutron.db.l3_hamode_db [None req-c653fbb8-e181-4cdc-82a7-4ba3d92f2060 b0f8c706aefa40ccb5e4a20b9e26a8f1 92e57365256d498580d917d4f91d11e9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-31 06:14:27.917 8 INFO neutron.db.l3_db [req-381de9c8-31d1-4905-a889-d5139690a36e req-9a647b7d-7ba0-4e1c-8f21-15cef7ed0f36 a0d79deebd1b496794e08328f9b7f153 33e159ee7504495ea37ca9c2f8bf71c7 - - default default] Floating IP 61d86f4c-2e9e-4678-a6b4-eee216902958 disassociated. External IP: 10.96.250.203, port: 6b9a3aeb-5ef0-4bfb-9e1f-dea7a5b9e1d6. 2026-03-31 06:14:27.957 7 INFO neutron.db.l3_hamode_db [None req-c653fbb8-e181-4cdc-82a7-4ba3d92f2060 b0f8c706aefa40ccb5e4a20b9e26a8f1 92e57365256d498580d917d4f91d11e9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 797/1625] 199.204.45.240 () {36 vars in 995 bytes} [Tue Mar 31 06:14:27 2026] DELETE /v2.0/ports/6b9a3aeb-5ef0-4bfb-9e1f-dea7a5b9e1d6 => generated 0 bytes in 663 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:14:28.354 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fb810be6-9d94-4bdd-a415-0fd2e00b543a'] response: {'server_uuid': 'd5a31212-529b-4041-946a-17a306402d66', 'name': 'network-vif-deleted', 'tag': '6b9a3aeb-5ef0-4bfb-9e1f-dea7a5b9e1d6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 798/1626] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:14:28 2026] GET /v2.0/security-groups?tenant_id=9079e088d6bc431fa64252b6b4b27259&name=default => generated 2925 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1627] 10.0.0.204 () {34 vars in 1118 bytes} [Tue Mar 31 06:14:28 2026] GET /v2.0/security-groups?id=6b845e2a-8098-4751-bbac-e408d7f4d71a&id=b045a250-a108-4019-b0b0-be58cabcfee1&fields=id&fields=name => generated 205 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1628] 10.0.0.183 () {34 vars in 666 bytes} [Tue Mar 31 06:14:27 2026] POST /v2.0/routers => generated 474 bytes in 810 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1629] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:14:28 2026] DELETE /v2.0/security-groups/a145a79b-f4d2-4265-99d9-a3d6c7d7ddb7 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1630] 10.0.0.183 () {34 vars in 749 bytes} [Tue Mar 31 06:14:28 2026] PUT /v2.0/routers/41781aca-b51a-4c0e-bfbe-62211eb00e76/tags => generated 17 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1631] 10.0.0.183 () {34 vars in 749 bytes} [Tue Mar 31 06:14:28 2026] PUT /v2.0/routers/f9ffe281-bf8b-44c9-a748-870780980495/tags => generated 25 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1632] 10.0.0.183 () {34 vars in 749 bytes} [Tue Mar 31 06:14:28 2026] PUT /v2.0/routers/468431f7-3e36-4271-8afd-f02150ca5456/tags => generated 34 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1633] 10.0.0.183 () {34 vars in 749 bytes} [Tue Mar 31 06:14:28 2026] PUT /v2.0/routers/670fa0c2-c3c9-4dc8-bffb-8c98f78f760d/tags => generated 19 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1634] 10.0.0.183 () {32 vars in 662 bytes} [Tue Mar 31 06:14:29 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1635] 10.0.0.183 () {32 vars in 676 bytes} [Tue Mar 31 06:14:29 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1636] 10.0.0.183 () {32 vars in 672 bytes} [Tue Mar 31 06:14:29 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1637] 10.0.0.183 () {32 vars in 684 bytes} [Tue Mar 31 06:14:29 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1638] 10.0.0.183 () {32 vars in 670 bytes} [Tue Mar 31 06:14:29 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1639] 10.0.0.183 () {32 vars in 684 bytes} [Tue Mar 31 06:14:29 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:14:29.583 8 INFO neutron.db.segments_db [None req-1b2e1c24-b614-411e-bba9-a6946eb37fac 73b4fe8391e8492294896af8208c3f64 f01b45ece4de44beb9e98a338bbc6749 - - default default] Added segment 8baf1d3b-03d7-4b82-8890-afc5fc538536 of type vxlan for network 27c40325-23bc-40f9-9198-7f56d399eb87 [pid: 7|app: 0|req: 837/1640] 10.0.0.183 () {32 vars in 680 bytes} [Tue Mar 31 06:14:29 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1641] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:14:29 2026] POST /v2.0/networks => generated 650 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1642] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:14:29 2026] GET /v2.0/ports?device_id=d5a31212-529b-4041-946a-17a306402d66 => 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: 838/1643] 10.0.0.183 () {32 vars in 692 bytes} [Tue Mar 31 06:14:29 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1644] 10.0.0.183 () {32 vars in 719 bytes} [Tue Mar 31 06:14:29 2026] GET /v2.0/routers/41781aca-b51a-4c0e-bfbe-62211eb00e76 => generated 485 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1645] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:14:29 2026] POST /v2.0/subnets => generated 627 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:14:29.961 8 INFO neutron.db.segments_db [None req-5245ffd8-718f-4687-adb9-f2681eb1b36b 73b4fe8391e8492294896af8208c3f64 f01b45ece4de44beb9e98a338bbc6749 - - default default] Added segment 8491a719-68a3-494f-9a10-6089184323d4 of type vxlan for network ce3b7645-21a8-492f-b3a7-6acca23afc6e 2026-03-31 06:14:30.235 8 INFO neutron.db.l3_hamode_db [None req-5245ffd8-718f-4687-adb9-f2681eb1b36b 73b4fe8391e8492294896af8208c3f64 f01b45ece4de44beb9e98a338bbc6749 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 840/1646] 10.0.0.183 () {34 vars in 740 bytes} [Tue Mar 31 06:14:29 2026] PUT /v2.0/routers/41781aca-b51a-4c0e-bfbe-62211eb00e76 => generated 485 bytes in 528 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1647] 10.0.0.183 () {32 vars in 734 bytes} [Tue Mar 31 06:14:30 2026] GET /v2.0/ports?device_id=41781aca-b51a-4c0e-bfbe-62211eb00e76 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:14:30.884 7 INFO neutron_taas.services.taas.taas_plugin [None req-a3625e36-e2db-406e-823d-a15bbf00f2a9 b0f8c706aefa40ccb5e4a20b9e26a8f1 92e57365256d498580d917d4f91d11e9 - - default default] TaaS: Handle Delete Port: d59f7a09-9d41-42f5-af07-0e589ba5fd05 2026-03-31 06:14:30.886 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3625e36-e2db-406e-823d-a15bbf00f2a9 b0f8c706aefa40ccb5e4a20b9e26a8f1 92e57365256d498580d917d4f91d11e9 - - default default] Tap Mirror: Handle Delete Port: d59f7a09-9d41-42f5-af07-0e589ba5fd05 2026-03-31 06:14:30.990 8 INFO neutron.db.l3_hamode_db [None req-5245ffd8-718f-4687-adb9-f2681eb1b36b 73b4fe8391e8492294896af8208c3f64 f01b45ece4de44beb9e98a338bbc6749 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 842/1648] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:14:30 2026] DELETE /v2.0/routers/41781aca-b51a-4c0e-bfbe-62211eb00e76 => generated 0 bytes in 738 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1649] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:14:31 2026] GET /v2.0/ports?device_id=d5a31212-529b-4041-946a-17a306402d66 => 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: 844/1650] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:14:31 2026] GET /v2.0/security-groups?tenant_id=3df7806ab2624b168197bac41a1b2478&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: 845/1651] 10.0.0.183 () {32 vars in 719 bytes} [Tue Mar 31 06:14:31 2026] GET /v2.0/routers/f9ffe281-bf8b-44c9-a748-870780980495 => generated 493 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1652] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:14:31 2026] DELETE /v2.0/security-groups/9bf9bc88-97a1-4c23-94c6-2be4969eff23 => 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: 807/1653] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:14:29 2026] POST /v2.0/routers => generated 694 bytes in 1883 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1654] 10.0.0.183 () {34 vars in 740 bytes} [Tue Mar 31 06:14:31 2026] PUT /v2.0/routers/f9ffe281-bf8b-44c9-a748-870780980495 => generated 493 bytes in 428 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1655] 10.0.0.183 () {32 vars in 734 bytes} [Tue Mar 31 06:14:31 2026] GET /v2.0/ports?device_id=f9ffe281-bf8b-44c9-a748-870780980495 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:14:32.144 7 INFO neutron_taas.services.taas.taas_plugin [None req-83cfe5ab-d7fa-49e4-8058-e3f9316ce69b b0f8c706aefa40ccb5e4a20b9e26a8f1 92e57365256d498580d917d4f91d11e9 - - default default] TaaS: Handle Delete Port: 7ba1683e-df9e-4c0b-86e7-5372224bf94f 2026-03-31 06:14:32.146 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83cfe5ab-d7fa-49e4-8058-e3f9316ce69b b0f8c706aefa40ccb5e4a20b9e26a8f1 92e57365256d498580d917d4f91d11e9 - - default default] Tap Mirror: Handle Delete Port: 7ba1683e-df9e-4c0b-86e7-5372224bf94f [pid: 7|app: 0|req: 849/1656] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:14:31 2026] DELETE /v2.0/routers/f9ffe281-bf8b-44c9-a748-870780980495 => generated 0 bytes in 406 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1657] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:14:32 2026] DELETE /v2.0/security-groups/b045a250-a108-4019-b0b0-be58cabcfee1 => 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: 851/1658] 10.0.0.183 () {32 vars in 719 bytes} [Tue Mar 31 06:14:32 2026] GET /v2.0/routers/468431f7-3e36-4271-8afd-f02150ca5456 => generated 502 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:14:32.499 7 INFO neutron.api.v2.resource [None req-aa0c5d5c-9e34-4ea7-bb5a-59585917ad5e a0d79deebd1b496794e08328f9b7f153 33e159ee7504495ea37ca9c2f8bf71c7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 852/1659] 10.0.0.183 () {32 vars in 735 bytes} [Tue Mar 31 06:14:32 2026] GET /v2.0/security-groups/b045a250-a108-4019-b0b0-be58cabcfee1 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1660] 10.0.0.183 () {34 vars in 781 bytes} [Tue Mar 31 06:14:31 2026] PUT /v2.0/routers/22a88e48-44d0-4823-8723-e135c8a85f0e/add_router_interface => generated 309 bytes in 1164 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1661] 10.0.0.183 () {34 vars in 740 bytes} [Tue Mar 31 06:14:32 2026] PUT /v2.0/routers/468431f7-3e36-4271-8afd-f02150ca5456 => generated 502 bytes in 500 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:14:33.060 8 INFO neutron_taas.services.taas.taas_plugin [None req-8285ecb7-d939-43b2-847d-7086f763bbff a0d79deebd1b496794e08328f9b7f153 33e159ee7504495ea37ca9c2f8bf71c7 - - default default] TaaS: Handle Delete Port: 11056251-56a7-4a94-aced-0d8afe27bfbf 2026-03-31 06:14:33.063 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8285ecb7-d939-43b2-847d-7086f763bbff a0d79deebd1b496794e08328f9b7f153 33e159ee7504495ea37ca9c2f8bf71c7 - - default default] Tap Mirror: Handle Delete Port: 11056251-56a7-4a94-aced-0d8afe27bfbf [pid: 8|app: 0|req: 809/1662] 10.0.0.183 () {32 vars in 730 bytes} [Tue Mar 31 06:14:32 2026] DELETE /v2.0/floatingips/61d86f4c-2e9e-4678-a6b4-eee216902958 => generated 0 bytes in 248 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1663] 10.0.0.183 () {32 vars in 734 bytes} [Tue Mar 31 06:14:33 2026] GET /v2.0/ports?device_id=468431f7-3e36-4271-8afd-f02150ca5456 => 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: 854/1664] 10.0.0.183 () {34 vars in 663 bytes} [Tue Mar 31 06:14:33 2026] POST /v2.0/ports => generated 959 bytes in 346 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: 855/1665] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:14:33 2026] DELETE /v2.0/security-groups/6b845e2a-8098-4751-bbac-e408d7f4d71a => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:14:33.515 8 INFO neutron.db.segments_db [None req-2df8b73a-5b84-4308-ae6f-1edf361d17ee 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Added segment d611f3fa-a2bf-41b6-a086-5365ca26ce27 of type vxlan for network edfe5534-9ea0-414f-8a26-0d76e7f9291f [pid: 8|app: 0|req: 811/1666] 10.0.0.183 () {34 vars in 669 bytes} [Tue Mar 31 06:14:33 2026] POST /v2.0/networks => generated 740 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:14:33.618 7 INFO neutron_taas.services.taas.taas_plugin [None req-825f94e1-8b85-4362-8e2d-26b800564d67 b0f8c706aefa40ccb5e4a20b9e26a8f1 92e57365256d498580d917d4f91d11e9 - - default default] TaaS: Handle Delete Port: e23d1150-2e45-4fe2-ac29-25641337aa3c 2026-03-31 06:14:33.621 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-825f94e1-8b85-4362-8e2d-26b800564d67 b0f8c706aefa40ccb5e4a20b9e26a8f1 92e57365256d498580d917d4f91d11e9 - - default default] Tap Mirror: Handle Delete Port: e23d1150-2e45-4fe2-ac29-25641337aa3c [pid: 7|app: 0|req: 856/1667] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:14:33 2026] DELETE /v2.0/routers/468431f7-3e36-4271-8afd-f02150ca5456 => generated 0 bytes in 371 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1668] 10.0.0.183 () {34 vars in 663 bytes} [Tue Mar 31 06:14:33 2026] POST /v2.0/ports => generated 954 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 813/1669] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:14:33 2026] POST /v2.0/subnets => generated 687 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1670] 10.0.0.183 () {32 vars in 719 bytes} [Tue Mar 31 06:14:34 2026] GET /v2.0/routers/670fa0c2-c3c9-4dc8-bffb-8c98f78f760d => generated 487 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:14:34.181 7 INFO neutron_taas.services.taas.taas_plugin [None req-1fee5d2e-e32b-4e69-abda-221ce0c661c6 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: aa64e5f4-dd4e-4259-8658-fb485630e7d6 2026-03-31 06:14:34.184 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1fee5d2e-e32b-4e69-abda-221ce0c661c6 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: aa64e5f4-dd4e-4259-8658-fb485630e7d6 [pid: 7|app: 0|req: 857/1671] 10.0.0.183 () {34 vars in 787 bytes} [Tue Mar 31 06:14:33 2026] PUT /v2.0/routers/4d481b95-ce37-4148-b46e-6171046d6306/remove_router_interface => generated 309 bytes in 911 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:14:34.772 7 INFO neutron.db.segments_db [None req-6925d72d-d51f-488f-986b-7e4daef598b3 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Added segment e87d088c-2e28-44a8-93e2-235ebda0d226 of type vxlan for network c91306d6-5bbb-4eef-864c-2126bce08539 2026-03-31 06:14:34.839 8 INFO neutron.db.l3_db [None req-e726b62d-064e-4b36-9ec1-fa8705f27dbb 73b4fe8391e8492294896af8208c3f64 f01b45ece4de44beb9e98a338bbc6749 - - default default] Floating IP d94d5f0c-3d2e-46d3-9017-0232adb9e217 associated. External IP: 10.96.250.211, port: 52ae0c96-05a1-4a65-b596-c08d81d728bb. 2026-03-31 06:14:35.031 7 INFO neutron.db.l3_hamode_db [None req-6925d72d-d51f-488f-986b-7e4daef598b3 3d16137646fb4a9bbcc3c445048aca03 d329f90287934d47a808f57f386c201a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 815/1672] 10.0.0.183 () {34 vars in 675 bytes} [Tue Mar 31 06:14:34 2026] POST /v2.0/floatingips => generated 841 bytes in 972 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1673] 10.0.0.183 () {34 vars in 740 bytes} [Tue Mar 31 06:14:35 2026] PUT /v2.0/routers/670fa0c2-c3c9-4dc8-bffb-8c98f78f760d => generated 487 bytes in 514 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:14:35.816 8 INFO neutron_taas.services.taas.taas_plugin [None req-e4b1852b-856d-477c-924b-cd53794e4fd4 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: d3465eb4-7da0-4f78-b4fe-c2f558a5c989 2026-03-31 06:14:35.819 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4b1852b-856d-477c-924b-cd53794e4fd4 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: d3465eb4-7da0-4f78-b4fe-c2f558a5c989 2026-03-31 06:14:35.854 7 INFO neutron.db.l3_hamode_db [None req-6925d72d-d51f-488f-986b-7e4daef598b3 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-31 06:14:36.075 8 INFO neutron_taas.services.taas.taas_plugin [None req-e4b1852b-856d-477c-924b-cd53794e4fd4 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: cc819d21-977d-4967-a8f1-d782b74dc916 2026-03-31 06:14:36.077 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4b1852b-856d-477c-924b-cd53794e4fd4 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: cc819d21-977d-4967-a8f1-d782b74dc916 2026-03-31 06:14:36.416 8 INFO neutron.services.segments.plugin [-] Segment d97f479c-1bc4-4052-8d6a-00e36d8f19e1 resource provider aggregate not found 2026-03-31 06:14:36.425 8 INFO neutron.services.segments.plugin [-] Segment d97f479c-1bc4-4052-8d6a-00e36d8f19e1 resource provider aggregate not found 2026-03-31 06:14:36.434 8 INFO neutron.services.segments.plugin [-] Segment d97f479c-1bc4-4052-8d6a-00e36d8f19e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d97f479c-1bc4-4052-8d6a-00e36d8f19e1 found for delete ", "request_id": "req-261676d5-47be-40d5-a904-6e32a3beba8b"}]} 2026-03-31 06:14:36.445 8 INFO neutron.db.l3_hamode_db [None req-e4b1852b-856d-477c-924b-cd53794e4fd4 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] HA network 283f3109-f36d-4df8-8dc0-13cc2f5ec5cc was deleted as no HA routers are present in tenant 33e159ee7504495ea37ca9c2f8bf71c7. 2026-03-31 06:14:36.452 8 INFO neutron.services.segments.plugin [-] Segment d97f479c-1bc4-4052-8d6a-00e36d8f19e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d97f479c-1bc4-4052-8d6a-00e36d8f19e1 found for delete ", "request_id": "req-b68fbf30-f6a9-4ac9-8321-85d6f72b2e11"}]} [pid: 8|app: 0|req: 817/1674] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:14:35 2026] DELETE /v2.0/routers/4d481b95-ce37-4148-b46e-6171046d6306 => generated 0 bytes in 835 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:14:36.567 8 INFO neutron.db.l3_db [None req-f02bc5dc-c602-4e87-bc75-b53686facee8 73b4fe8391e8492294896af8208c3f64 f01b45ece4de44beb9e98a338bbc6749 - - default default] Floating IP d94d5f0c-3d2e-46d3-9017-0232adb9e217 disassociated. External IP: 10.96.250.211, port: 52ae0c96-05a1-4a65-b596-c08d81d728bb. [pid: 7|app: 0|req: 858/1675] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:14:34 2026] POST /v2.0/routers => generated 727 bytes in 1987 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1678] 10.0.0.183 () {32 vars in 734 bytes} [Tue Mar 31 06:14:36 2026] GET /v2.0/ports?device_id=670fa0c2-c3c9-4dc8-bffb-8c98f78f760d => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1679] 10.0.0.183 () {34 vars in 747 bytes} [Tue Mar 31 06:14:36 2026] PUT /v2.0/floatingips/d94d5f0c-3d2e-46d3-9017-0232adb9e217 => generated 552 bytes in 391 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1680] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:14:36 2026] DELETE /v2.0/subnets/c541187b-d24e-4e51-a230-38416c864b24 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:14:37.030 7 INFO neutron_taas.services.taas.taas_plugin [None req-a79d9166-f42e-4e39-8222-59a18441e88a b0f8c706aefa40ccb5e4a20b9e26a8f1 92e57365256d498580d917d4f91d11e9 - - default default] TaaS: Handle Delete Port: 7364e7a5-3b13-48e8-aaf2-cc20df7b0048 2026-03-31 06:14:37.033 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a79d9166-f42e-4e39-8222-59a18441e88a b0f8c706aefa40ccb5e4a20b9e26a8f1 92e57365256d498580d917d4f91d11e9 - - default default] Tap Mirror: Handle Delete Port: 7364e7a5-3b13-48e8-aaf2-cc20df7b0048 [pid: 7|app: 0|req: 863/1681] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:14:36 2026] DELETE /v2.0/routers/670fa0c2-c3c9-4dc8-bffb-8c98f78f760d => generated 0 bytes in 304 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:14:37.266 7 INFO neutron_taas.services.taas.taas_plugin [None req-533e9c14-73fd-4073-8181-89fd7b9c2e5a 73b4fe8391e8492294896af8208c3f64 f01b45ece4de44beb9e98a338bbc6749 - - default default] TaaS: Handle Delete Port: 7701b95b-e319-46a0-91d6-f905fea8e6a3 2026-03-31 06:14:37.269 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-533e9c14-73fd-4073-8181-89fd7b9c2e5a 73b4fe8391e8492294896af8208c3f64 f01b45ece4de44beb9e98a338bbc6749 - - default default] Tap Mirror: Handle Delete Port: 7701b95b-e319-46a0-91d6-f905fea8e6a3 [pid: 7|app: 0|req: 864/1682] 10.0.0.183 () {32 vars in 730 bytes} [Tue Mar 31 06:14:37 2026] DELETE /v2.0/floatingips/d94d5f0c-3d2e-46d3-9017-0232adb9e217 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:14:37.456 7 INFO neutron_taas.services.taas.taas_plugin [None req-7e1d0c59-0609-4f8f-8ef6-390670813449 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: eeb8e566-107a-4f20-8848-be01f8e3ddb1 2026-03-31 06:14:37.459 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e1d0c59-0609-4f8f-8ef6-390670813449 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: eeb8e566-107a-4f20-8848-be01f8e3ddb1 2026-03-31 06:14:37.609 7 INFO neutron.services.segments.plugin [-] Segment 53ec77ad-fbb6-4d75-9c79-964e63150f77 resource provider aggregate not found [pid: 7|app: 0|req: 865/1683] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:14:37 2026] DELETE /v2.0/networks/8d0aa335-ea3f-4caa-866c-e9b697c8bbb6 => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:14:37.632 7 INFO neutron.services.segments.plugin [-] Segment 53ec77ad-fbb6-4d75-9c79-964e63150f77 resource provider aggregate not found 2026-03-31 06:14:37.639 7 INFO neutron.services.segments.plugin [-] Segment 53ec77ad-fbb6-4d75-9c79-964e63150f77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53ec77ad-fbb6-4d75-9c79-964e63150f77 found for delete ", "request_id": "req-b96d1180-8c80-4dfd-a137-17f09d1d149e"}]} 2026-03-31 06:14:37.664 7 INFO neutron.services.segments.plugin [-] Segment 53ec77ad-fbb6-4d75-9c79-964e63150f77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53ec77ad-fbb6-4d75-9c79-964e63150f77 found for delete ", "request_id": "req-11a48069-d046-409e-9325-31b204228a24"}]} [pid: 7|app: 0|req: 866/1684] 10.0.0.183 () {32 vars in 719 bytes} [Tue Mar 31 06:14:37 2026] GET /v2.0/routers/fe628d02-d6d7-4c16-9d03-c92348c3f156 => generated 480 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1685] 10.0.0.183 () {34 vars in 781 bytes} [Tue Mar 31 06:14:36 2026] PUT /v2.0/routers/c764b34d-8130-4664-99b9-facc2e29620a/add_router_interface => generated 309 bytes in 1583 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:14:38.475 7 INFO neutron.db.l3_db [None req-eed8f70a-cdc1-49a1-a096-72d2a01e1e3a 73b4fe8391e8492294896af8208c3f64 f01b45ece4de44beb9e98a338bbc6749 - - default default] Floating IP ae3f8bb9-b01e-435d-8091-466f0179715d associated. External IP: 10.96.250.214, port: d225a557-77e2-419a-9d46-cce929c2c3e3. [pid: 7|app: 0|req: 867/1686] 10.0.0.183 () {34 vars in 675 bytes} [Tue Mar 31 06:14:37 2026] POST /v2.0/floatingips => generated 843 bytes in 1052 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:14:38.802 8 INFO neutron_taas.services.taas.taas_plugin [None req-f1fded88-6900-4b19-a192-550b46613743 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: b586327f-a48f-41a2-b4a8-e11443bb8357 2026-03-31 06:14:38.805 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1fded88-6900-4b19-a192-550b46613743 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: b586327f-a48f-41a2-b4a8-e11443bb8357 [pid: 7|app: 0|req: 868/1687] 10.0.0.183 () {34 vars in 740 bytes} [Tue Mar 31 06:14:38 2026] PUT /v2.0/routers/fe628d02-d6d7-4c16-9d03-c92348c3f156 => generated 480 bytes in 482 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1688] 10.0.0.183 () {32 vars in 727 bytes} [Tue Mar 31 06:14:39 2026] GET /v2.0/floatingips/ae3f8bb9-b01e-435d-8091-466f0179715d => generated 843 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1689] 10.0.0.183 () {32 vars in 734 bytes} [Tue Mar 31 06:14:39 2026] GET /v2.0/ports?device_id=fe628d02-d6d7-4c16-9d03-c92348c3f156 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1690] 10.0.0.183 () {32 vars in 653 bytes} [Tue Mar 31 06:14:39 2026] GET /v2.0/floatingips => generated 846 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1691] 10.0.0.183 () {34 vars in 787 bytes} [Tue Mar 31 06:14:38 2026] PUT /v2.0/routers/6417e2ad-76ba-4846-8add-209abad2ef56/remove_router_interface => generated 309 bytes in 1002 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:14:39.475 7 INFO neutron_taas.services.taas.taas_plugin [None req-0950e5e4-55bb-47e0-ac2d-612082029b20 b0f8c706aefa40ccb5e4a20b9e26a8f1 92e57365256d498580d917d4f91d11e9 - - default default] TaaS: Handle Delete Port: a986f007-76fa-4d99-a421-e88d0d6a538d 2026-03-31 06:14:39.478 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0950e5e4-55bb-47e0-ac2d-612082029b20 b0f8c706aefa40ccb5e4a20b9e26a8f1 92e57365256d498580d917d4f91d11e9 - - default default] Tap Mirror: Handle Delete Port: a986f007-76fa-4d99-a421-e88d0d6a538d 2026-03-31 06:14:39.774 8 INFO neutron.db.l3_db [None req-17e60964-ba5e-463c-9838-f8d0716fa80a 73b4fe8391e8492294896af8208c3f64 f01b45ece4de44beb9e98a338bbc6749 - - default default] Floating IP ae3f8bb9-b01e-435d-8091-466f0179715d associated. External IP: 10.96.250.214, port: d225a557-77e2-419a-9d46-cce929c2c3e3. 2026-03-31 06:14:39.804 7 INFO neutron.services.segments.plugin [-] Segment f0773018-ed25-4cd6-a496-c3ef0f5cb979 resource provider aggregate not found 2026-03-31 06:14:39.804 7 INFO neutron.services.segments.plugin [-] Segment f0773018-ed25-4cd6-a496-c3ef0f5cb979 resource provider aggregate not found 2026-03-31 06:14:39.829 7 INFO neutron.services.segments.plugin [-] Segment f0773018-ed25-4cd6-a496-c3ef0f5cb979 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0773018-ed25-4cd6-a496-c3ef0f5cb979 found for delete ", "request_id": "req-5f3e9f23-6e23-4268-8bd6-23a7781dccc2"}]} 2026-03-31 06:14:39.831 7 INFO neutron.services.segments.plugin [-] Segment f0773018-ed25-4cd6-a496-c3ef0f5cb979 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0773018-ed25-4cd6-a496-c3ef0f5cb979 found for delete ", "request_id": "req-067ef464-2317-42df-bf48-8eecf839f10a"}]} 2026-03-31 06:14:39.838 7 INFO neutron.db.l3_hamode_db [None req-0950e5e4-55bb-47e0-ac2d-612082029b20 b0f8c706aefa40ccb5e4a20b9e26a8f1 92e57365256d498580d917d4f91d11e9 - - default default] HA network 4f004efa-2b67-48f3-a473-5a03e074ed9b was deleted as no HA routers are present in tenant 92e57365256d498580d917d4f91d11e9. [pid: 7|app: 0|req: 872/1692] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:14:39 2026] DELETE /v2.0/routers/fe628d02-d6d7-4c16-9d03-c92348c3f156 => generated 0 bytes in 522 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:14:40.032 7 INFO neutron_taas.services.taas.taas_plugin [None req-079aa174-e9a0-4f4a-a23d-7c00b7cd7845 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: 800fabca-f908-415a-9637-ad8cd116732c 2026-03-31 06:14:40.034 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-079aa174-e9a0-4f4a-a23d-7c00b7cd7845 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: 800fabca-f908-415a-9637-ad8cd116732c 2026-03-31 06:14:40.274 7 INFO neutron_taas.services.taas.taas_plugin [None req-079aa174-e9a0-4f4a-a23d-7c00b7cd7845 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: 698c9749-67c5-4682-89a0-5d1c5b071e11 2026-03-31 06:14:40.277 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-079aa174-e9a0-4f4a-a23d-7c00b7cd7845 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: 698c9749-67c5-4682-89a0-5d1c5b071e11 [pid: 8|app: 0|req: 821/1693] 10.0.0.183 () {34 vars in 747 bytes} [Tue Mar 31 06:14:39 2026] PUT /v2.0/floatingips/ae3f8bb9-b01e-435d-8091-466f0179715d => generated 841 bytes in 927 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:14:40.506 8 INFO neutron.db.l3_db [None req-51c7a704-9a34-4f1e-a593-7d8b03cc0375 73b4fe8391e8492294896af8208c3f64 f01b45ece4de44beb9e98a338bbc6749 - - default default] Floating IP ae3f8bb9-b01e-435d-8091-466f0179715d disassociated. External IP: 10.96.250.214, port: 52ae0c96-05a1-4a65-b596-c08d81d728bb. 2026-03-31 06:14:40.683 7 INFO neutron.db.l3_hamode_db [None req-079aa174-e9a0-4f4a-a23d-7c00b7cd7845 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] HA network cb89bdc7-93d4-4e9c-bf49-7cb82c7ebd1e was deleted as no HA routers are present in tenant d86af4c38f9e4ef4983de58709c74b98. [pid: 7|app: 0|req: 873/1694] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:14:39 2026] DELETE /v2.0/routers/6417e2ad-76ba-4846-8add-209abad2ef56 => generated 0 bytes in 843 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1695] 10.0.0.183 () {34 vars in 747 bytes} [Tue Mar 31 06:14:40 2026] PUT /v2.0/floatingips/ae3f8bb9-b01e-435d-8091-466f0179715d => generated 552 bytes in 462 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1696] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:14:40 2026] DELETE /v2.0/subnets/bddda6a8-d81d-4c1a-bade-c51931050da1 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1697] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:14:40 2026] GET /v2.0/security-groups?tenant_id=92e57365256d498580d917d4f91d11e9&name=default => generated 2925 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1698] 10.0.0.204 () {34 vars in 980 bytes} [Tue Mar 31 06:14:40 2026] GET /v2.0/networks?id=edfe5534-9ea0-414f-8a26-0d76e7f9291f => generated 672 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:14:41.089 8 INFO neutron_taas.services.taas.taas_plugin [None req-b6034d9c-bde6-4cad-9658-f7c791d47b57 73b4fe8391e8492294896af8208c3f64 f01b45ece4de44beb9e98a338bbc6749 - - default default] TaaS: Handle Delete Port: 7bfeb3dc-94a2-44e8-90b1-35a227634e12 2026-03-31 06:14:41.091 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b6034d9c-bde6-4cad-9658-f7c791d47b57 73b4fe8391e8492294896af8208c3f64 f01b45ece4de44beb9e98a338bbc6749 - - default default] Tap Mirror: Handle Delete Port: 7bfeb3dc-94a2-44e8-90b1-35a227634e12 2026-03-31 06:14:41.116 7 INFO neutron_taas.services.taas.taas_plugin [None req-03e42253-672f-4ab9-87ab-5255eb69cd0f 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: e5f1bade-5169-446c-b86a-2f370102b3f4 2026-03-31 06:14:41.119 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03e42253-672f-4ab9-87ab-5255eb69cd0f 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: e5f1bade-5169-446c-b86a-2f370102b3f4 [pid: 8|app: 0|req: 824/1699] 10.0.0.183 () {32 vars in 730 bytes} [Tue Mar 31 06:14:40 2026] DELETE /v2.0/floatingips/ae3f8bb9-b01e-435d-8091-466f0179715d => generated 0 bytes in 277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1700] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:14:41 2026] DELETE /v2.0/networks/707160c0-c1b7-4acf-91d2-8f84278a3df1 => 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: 877/1701] 10.0.0.204 () {34 vars in 963 bytes} [Tue Mar 31 06:14:41 2026] GET /v2.0/quotas/d329f90287934d47a808f57f386c201a => generated 292 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1702] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:14:41 2026] DELETE /v2.0/security-groups/c114e362-bb22-431a-8fd9-4bb462ab2856 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:14:41.396 7 INFO neutron.api.v2.resource [None req-f691507b-4c5b-4fc1-9166-4baf068887f3 73b4fe8391e8492294896af8208c3f64 f01b45ece4de44beb9e98a338bbc6749 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 878/1703] 10.0.0.183 () {32 vars in 730 bytes} [Tue Mar 31 06:14:41 2026] DELETE /v2.0/floatingips/ae3f8bb9-b01e-435d-8091-466f0179715d => generated 144 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1704] 10.0.0.204 () {34 vars in 1000 bytes} [Tue Mar 31 06:14:41 2026] GET /v2.0/ports?tenant_id=d329f90287934d47a808f57f386c201a&fields=id => generated 103 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:14:41.587 7 INFO neutron_taas.services.taas.taas_plugin [None req-3b776f7a-a7e3-467f-8838-802e9cf96510 73b4fe8391e8492294896af8208c3f64 f01b45ece4de44beb9e98a338bbc6749 - - default default] TaaS: Handle Delete Port: 52ae0c96-05a1-4a65-b596-c08d81d728bb 2026-03-31 06:14:41.590 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b776f7a-a7e3-467f-8838-802e9cf96510 73b4fe8391e8492294896af8208c3f64 f01b45ece4de44beb9e98a338bbc6749 - - default default] Tap Mirror: Handle Delete Port: 52ae0c96-05a1-4a65-b596-c08d81d728bb [pid: 8|app: 0|req: 827/1705] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:14:41 2026] GET /v2.0/security-groups?tenant_id=5755e7128b904e3a9003c73dbc78d8c8&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1706] 10.0.0.183 () {32 vars in 718 bytes} [Tue Mar 31 06:14:41 2026] DELETE /v2.0/ports/52ae0c96-05a1-4a65-b596-c08d81d728bb => generated 0 bytes in 373 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1707] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:14:41 2026] DELETE /v2.0/security-groups/de005407-1bc2-42ac-932d-4c7727202017 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1708] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:14:41 2026] GET /v2.0/security-groups?tenant_id=33e159ee7504495ea37ca9c2f8bf71c7&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:14:41.858 7 INFO neutron.services.segments.plugin [-] Segment b1b64051-eff6-42f9-9198-223bb30e2d9d resource provider aggregate not found 2026-03-31 06:14:41.863 7 INFO neutron.services.segments.plugin [-] Segment b1b64051-eff6-42f9-9198-223bb30e2d9d resource provider aggregate not found 2026-03-31 06:14:41.885 7 INFO neutron.services.segments.plugin [-] Segment b1b64051-eff6-42f9-9198-223bb30e2d9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1b64051-eff6-42f9-9198-223bb30e2d9d found for delete ", "request_id": "req-947a651f-32c3-4252-b650-fd9f9969f11d"}]} 2026-03-31 06:14:41.891 7 INFO neutron.services.segments.plugin [-] Segment b1b64051-eff6-42f9-9198-223bb30e2d9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1b64051-eff6-42f9-9198-223bb30e2d9d found for delete ", "request_id": "req-dda78493-7e8d-4ed7-bef3-7560f9a35acc"}]} 2026-03-31 06:14:41.911 7 INFO neutron.services.segments.plugin [-] Segment 7ca7c556-f5bb-438a-9fc6-de1e59becd10 resource provider aggregate not found 2026-03-31 06:14:41.917 7 INFO neutron.services.segments.plugin [-] Segment 7ca7c556-f5bb-438a-9fc6-de1e59becd10 resource provider aggregate not found [pid: 7|app: 0|req: 881/1709] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:14:41 2026] DELETE /v2.0/security-groups/f90ca05a-5b92-41dd-b12f-f4f62317c527 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:14:41.938 7 INFO neutron.services.segments.plugin [-] Segment 7ca7c556-f5bb-438a-9fc6-de1e59becd10 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ca7c556-f5bb-438a-9fc6-de1e59becd10 found for delete ", "request_id": "req-60c44d0b-981c-4f30-9183-d838d8d20fa0"}]} 2026-03-31 06:14:41.942 7 INFO neutron.services.segments.plugin [-] Segment 7ca7c556-f5bb-438a-9fc6-de1e59becd10 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ca7c556-f5bb-438a-9fc6-de1e59becd10 found for delete ", "request_id": "req-46399109-1dac-49cb-b24a-7dd10631b4c4"}]} 2026-03-31 06:14:41.986 8 INFO neutron_taas.services.taas.taas_plugin [None req-aa0e696c-3162-4860-9bd9-f7c2b645148e 73b4fe8391e8492294896af8208c3f64 f01b45ece4de44beb9e98a338bbc6749 - - default default] TaaS: Handle Delete Port: d225a557-77e2-419a-9d46-cce929c2c3e3 [pid: 7|app: 0|req: 882/1710] 10.0.0.204 () {34 vars in 905 bytes} [Tue Mar 31 06:14:41 2026] GET /v2.0/extensions => generated 21537 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-03-31 06:14:41.994 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa0e696c-3162-4860-9bd9-f7c2b645148e 73b4fe8391e8492294896af8208c3f64 f01b45ece4de44beb9e98a338bbc6749 - - default default] Tap Mirror: Handle Delete Port: d225a557-77e2-419a-9d46-cce929c2c3e3 [pid: 7|app: 0|req: 883/1711] 10.0.0.204 () {34 vars in 1006 bytes} [Tue Mar 31 06:14:41 2026] GET /v2.0/networks/edfe5534-9ea0-414f-8a26-0d76e7f9291f?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: 829/1712] 10.0.0.183 () {32 vars in 718 bytes} [Tue Mar 31 06:14:41 2026] DELETE /v2.0/ports/d225a557-77e2-419a-9d46-cce929c2c3e3 => generated 0 bytes in 353 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1713] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:14:42 2026] GET /v2.0/security-groups?tenant_id=a03826df9464456ea7595450c2e57d4d&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: 885/1714] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:14:42 2026] GET /v2.0/security-groups?tenant_id=d86af4c38f9e4ef4983de58709c74b98&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1715] 10.0.0.204 () {34 vars in 1106 bytes} [Tue Mar 31 06:14:42 2026] GET /v2.0/networks/edfe5534-9ea0-414f-8a26-0d76e7f9291f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1716] 10.0.0.183 () {32 vars in 734 bytes} [Tue Mar 31 06:14:42 2026] GET /v2.0/ports?device_id=22a88e48-44d0-4823-8723-e135c8a85f0e => generated 958 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1717] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:14:42 2026] DELETE /v2.0/security-groups/07fc1732-f996-410c-a71b-840fd2d2f6a8 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1718] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:14:42 2026] DELETE /v2.0/security-groups/63413050-f83d-47ad-995b-22b99766e683 => 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: 888/1719] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:14:42 2026] GET /v2.0/ports?device_id=60bbad89-46c0-42b3-acb8-44819d023dfa => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:14:42.773 8 INFO neutron_taas.services.taas.taas_plugin [None req-7a9a1988-121a-4353-8d97-a9fbede5d115 73b4fe8391e8492294896af8208c3f64 f01b45ece4de44beb9e98a338bbc6749 - - default default] TaaS: Handle Delete Port: 224d2779-4641-41d0-85ca-cd8c02c8acbc 2026-03-31 06:14:42.776 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a9a1988-121a-4353-8d97-a9fbede5d115 73b4fe8391e8492294896af8208c3f64 f01b45ece4de44beb9e98a338bbc6749 - - default default] Tap Mirror: Handle Delete Port: 224d2779-4641-41d0-85ca-cd8c02c8acbc [pid: 8|app: 0|req: 832/1720] 10.0.0.183 () {34 vars in 787 bytes} [Tue Mar 31 06:14:42 2026] PUT /v2.0/routers/22a88e48-44d0-4823-8723-e135c8a85f0e/remove_router_interface => generated 309 bytes in 1020 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1721] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:14:43 2026] GET /v2.0/ports?device_id=60bbad89-46c0-42b3-acb8-44819d023dfa => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:14:43.570 7 INFO neutron_taas.services.taas.taas_plugin [None req-6799ff8c-1901-4dde-a023-a64f0484927a 73b4fe8391e8492294896af8208c3f64 f01b45ece4de44beb9e98a338bbc6749 - - default default] TaaS: Handle Delete Port: 3267bb95-4cf3-4ae7-acf9-5abdd657a2ee 2026-03-31 06:14:43.572 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6799ff8c-1901-4dde-a023-a64f0484927a 73b4fe8391e8492294896af8208c3f64 f01b45ece4de44beb9e98a338bbc6749 - - default default] Tap Mirror: Handle Delete Port: 3267bb95-4cf3-4ae7-acf9-5abdd657a2ee 2026-03-31 06:14:43.792 7 INFO neutron_taas.services.taas.taas_plugin [None req-6799ff8c-1901-4dde-a023-a64f0484927a 73b4fe8391e8492294896af8208c3f64 f01b45ece4de44beb9e98a338bbc6749 - - default default] TaaS: Handle Delete Port: 476bcb8e-9823-4a52-b672-4f93788a8153 2026-03-31 06:14:43.795 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6799ff8c-1901-4dde-a023-a64f0484927a 73b4fe8391e8492294896af8208c3f64 f01b45ece4de44beb9e98a338bbc6749 - - default default] Tap Mirror: Handle Delete Port: 476bcb8e-9823-4a52-b672-4f93788a8153 2026-03-31 06:14:44.157 7 INFO neutron.services.segments.plugin [-] Segment 8491a719-68a3-494f-9a10-6089184323d4 resource provider aggregate not found 2026-03-31 06:14:44.161 7 INFO neutron.services.segments.plugin [-] Segment 8491a719-68a3-494f-9a10-6089184323d4 resource provider aggregate not found 2026-03-31 06:14:44.174 7 INFO neutron.db.l3_hamode_db [None req-6799ff8c-1901-4dde-a023-a64f0484927a 73b4fe8391e8492294896af8208c3f64 f01b45ece4de44beb9e98a338bbc6749 - - default default] HA network ce3b7645-21a8-492f-b3a7-6acca23afc6e was deleted as no HA routers are present in tenant f01b45ece4de44beb9e98a338bbc6749. 2026-03-31 06:14:44.178 7 INFO neutron.services.segments.plugin [-] Segment 8491a719-68a3-494f-9a10-6089184323d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8491a719-68a3-494f-9a10-6089184323d4 found for delete ", "request_id": "req-95fd87c3-77c5-444f-b52c-c1d2655b1574"}]} [pid: 7|app: 0|req: 889/1722] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:14:43 2026] DELETE /v2.0/routers/22a88e48-44d0-4823-8723-e135c8a85f0e => generated 0 bytes in 831 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:14:44.190 7 INFO neutron.services.segments.plugin [-] Segment 8491a719-68a3-494f-9a10-6089184323d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8491a719-68a3-494f-9a10-6089184323d4 found for delete ", "request_id": "req-071bbaca-ecc1-42c6-b33f-7d5c9d0612be"}]} [pid: 8|app: 0|req: 834/1723] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:14:44 2026] DELETE /v2.0/subnets/2e6b63e1-5ba3-4c26-9f0b-ba5e8885fc48 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1724] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:14:44 2026] DELETE /v2.0/networks/27c40325-23bc-40f9-9198-7f56d399eb87 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1725] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:14:44 2026] GET /v2.0/ports?device_id=60bbad89-46c0-42b3-acb8-44819d023dfa => 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: 891/1726] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:14:44 2026] GET /v2.0/security-groups?tenant_id=f01b45ece4de44beb9e98a338bbc6749&name=default => generated 2925 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1727] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:14:45 2026] DELETE /v2.0/security-groups/75553d58-346b-4f60-8430-c3b04ae2641c => 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: 892/1728] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:14:45 2026] GET /v2.0/ports?device_id=60bbad89-46c0-42b3-acb8-44819d023dfa => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:14:46.198 7 INFO neutron.services.segments.plugin [-] Segment 8baf1d3b-03d7-4b82-8890-afc5fc538536 resource provider aggregate not found 2026-03-31 06:14:46.208 7 INFO neutron.services.segments.plugin [-] Segment 8baf1d3b-03d7-4b82-8890-afc5fc538536 resource provider aggregate not found 2026-03-31 06:14:46.221 7 INFO neutron.services.segments.plugin [-] Segment 8baf1d3b-03d7-4b82-8890-afc5fc538536 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8baf1d3b-03d7-4b82-8890-afc5fc538536 found for delete ", "request_id": "req-ee11666b-5e8c-4c55-98df-37e71c129d81"}]} 2026-03-31 06:14:46.230 7 INFO neutron.services.segments.plugin [-] Segment 8baf1d3b-03d7-4b82-8890-afc5fc538536 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8baf1d3b-03d7-4b82-8890-afc5fc538536 found for delete ", "request_id": "req-622dfad4-b9a0-4e66-b1f8-e04ce3363aec"}]} [pid: 7|app: 0|req: 893/1729] 199.204.45.240 () {34 vars in 984 bytes} [Tue Mar 31 06:14:46 2026] GET /v2.0/networks?id=edfe5534-9ea0-414f-8a26-0d76e7f9291f => generated 672 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:14:46.847 8 INFO neutron.db.segments_db [None req-aa3da307-b3de-40fa-bc39-7893dd926a97 c8725c626f294da4832de5e1042f07fe 61c0dcddc7ea464e940397886ef137b4 - - default default] Added segment 2e1d1feb-8c46-4f11-904c-e35a8842942c of type vxlan for network 81e578f3-c8d5-4ef0-8265-1bd55baf7674 2026-03-31 06:14:46.888 7 INFO neutron.db.segments_db [None req-b683270d-ca16-4efe-a576-b4a25edbc455 ffb0a5be013e4844adb217f226a187a5 7101db905f5c49beb673ab23a7863a0e - - default default] Added segment e6631869-f8e7-47f7-83e1-01185ed8e02c of type vxlan for network 8a6da76b-ec4c-4e82-ae5b-9adb8c2eaa84 [pid: 8|app: 0|req: 837/1730] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:14:46 2026] POST /v2.0/networks => generated 632 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1731] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:14:46 2026] GET /v2.0/ports?device_id=60bbad89-46c0-42b3-acb8-44819d023dfa => 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: 894/1732] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:14:46 2026] POST /v2.0/networks => generated 632 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:14:47.186 7 INFO neutron.db.segments_db [None req-ffb2dd10-3920-4b8c-abce-9dfe079696ac 36612bc7c36b4615b9fcce75da20133f 48373c4179974851bf020abc2f32d22f - - default default] Added segment 7cf7aafa-f980-49cc-83ec-64995f0d10fa of type vxlan for network 1b085d1a-e53b-48ea-acb5-05dfb9d8a448 2026-03-31 06:14:47.246 7 INFO neutron.db.segments_db [None req-ffb2dd10-3920-4b8c-abce-9dfe079696ac 36612bc7c36b4615b9fcce75da20133f 48373c4179974851bf020abc2f32d22f - - default default] Added segment 2ce416a3-31a8-44b4-bb8d-77f4fd8084cf of type vxlan for network 3dde756b-53ed-4f88-83e8-56ed8f3c7fbf [pid: 7|app: 0|req: 895/1733] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:14:46 2026] POST /v2.0/networks => generated 1244 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1734] 199.204.45.240 () {38 vars in 953 bytes} [Tue Mar 31 06:14:46 2026] POST /v2.0/ports => generated 954 bytes in 411 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 896/1735] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:14:47 2026] POST /v2.0/subnets => generated 626 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1736] 10.0.0.183 () {34 vars in 662 bytes} [Tue Mar 31 06:14:47 2026] POST /v2.0/ports => generated 743 bytes in 257 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: 897/1737] 10.0.0.183 () {32 vars in 647 bytes} [Tue Mar 31 06:14:47 2026] GET /v2.0/networks => generated 1843 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:14:47.696 7 INFO neutron.db.segments_db [None req-33b5d9ba-b450-4a4d-a2f6-bd02125da8c8 c8725c626f294da4832de5e1042f07fe 61c0dcddc7ea464e940397886ef137b4 - - default default] Added segment c5e4389f-571c-45d2-9fe4-acb9b545a7a1 of type vxlan for network a38fa614-146c-4b04-b00c-7b4aa5f63ed2 [pid: 7|app: 0|req: 898/1738] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:14:47 2026] POST /v2.0/networks => generated 631 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:14:47.850 7 INFO neutron.db.segments_db [None req-8d9d1566-a187-427b-acbd-43d7a9ed3f55 ffb0a5be013e4844adb217f226a187a5 7101db905f5c49beb673ab23a7863a0e - - default default] Added segment 228bb342-ae8e-4c04-8ca9-0460180ae9a4 of type vxlan for network 42bfaee1-aff0-425b-82f9-190974d7dd22 [pid: 7|app: 0|req: 899/1739] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:14:47 2026] POST /v2.0/networks => generated 631 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1740] 199.204.45.240 () {38 vars in 1026 bytes} [Tue Mar 31 06:14:47 2026] PUT /v2.0/ports/c72428dd-6585-4966-b890-da3e0491d2ad => generated 1235 bytes in 417 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-31 06:14:48.105 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1e23b5e0-bb08-40c9-9e3c-72887e5580ef'] response: {'name': 'network-changed', 'server_uuid': '60bbad89-46c0-42b3-acb8-44819d023dfa', 'tag': 'c72428dd-6585-4966-b890-da3e0491d2ad', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 900/1741] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:14:47 2026] DELETE /v2.0/networks/1b085d1a-e53b-48ea-acb5-05dfb9d8a448 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:14:48.252 7 INFO neutron.services.segments.plugin [-] Segment 7cf7aafa-f980-49cc-83ec-64995f0d10fa resource provider aggregate not found 2026-03-31 06:14:48.261 7 INFO neutron.services.segments.plugin [-] Segment 7cf7aafa-f980-49cc-83ec-64995f0d10fa resource provider aggregate not found 2026-03-31 06:14:48.276 7 INFO neutron.services.segments.plugin [-] Segment 7cf7aafa-f980-49cc-83ec-64995f0d10fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7cf7aafa-f980-49cc-83ec-64995f0d10fa found for delete ", "request_id": "req-f8c65eb4-1a27-4081-8fb8-bddf31f90104"}]} 2026-03-31 06:14:48.279 7 INFO neutron.services.segments.plugin [-] Segment 7cf7aafa-f980-49cc-83ec-64995f0d10fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7cf7aafa-f980-49cc-83ec-64995f0d10fa found for delete ", "request_id": "req-b220ea7a-ec39-4a34-918d-2436ea8e9cc8"}]} [pid: 8|app: 0|req: 842/1742] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:14:48 2026] POST /v2.0/subnets => generated 629 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1743] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:14:48 2026] GET /v2.0/ports?device_id=60bbad89-46c0-42b3-acb8-44819d023dfa => 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: 901/1744] 10.0.0.183 () {34 vars in 662 bytes} [Tue Mar 31 06:14:48 2026] POST /v2.0/ports => generated 743 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-03-31 06:14:48.497 8 INFO neutron.services.segments.plugin [-] Segment 2ce416a3-31a8-44b4-bb8d-77f4fd8084cf resource provider aggregate not found 2026-03-31 06:14:48.506 8 INFO neutron.services.segments.plugin [-] Segment 2ce416a3-31a8-44b4-bb8d-77f4fd8084cf resource provider aggregate not found 2026-03-31 06:14:48.513 8 INFO neutron.services.segments.plugin [-] Segment 2ce416a3-31a8-44b4-bb8d-77f4fd8084cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ce416a3-31a8-44b4-bb8d-77f4fd8084cf found for delete ", "request_id": "req-8b4dc715-83dd-4738-b9a3-9aa91bd92f38"}]} 2026-03-31 06:14:48.520 8 INFO neutron.services.segments.plugin [-] Segment 2ce416a3-31a8-44b4-bb8d-77f4fd8084cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ce416a3-31a8-44b4-bb8d-77f4fd8084cf found for delete ", "request_id": "req-f36786fe-d4da-465f-8d2e-7782dc14486a"}]} 2026-03-31 06:14:48.526 7 INFO neutron.db.segments_db [None req-bc883935-ee28-47d4-821a-3b0a66eb2e27 c8725c626f294da4832de5e1042f07fe 61c0dcddc7ea464e940397886ef137b4 - - default default] Added segment 19938908-2db4-4a43-b61c-83460f1b831c of type vxlan for network da0acecf-88e4-4f7a-a942-3ca1b7e6a101 [pid: 8|app: 0|req: 844/1745] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:14:48 2026] DELETE /v2.0/networks/3dde756b-53ed-4f88-83e8-56ed8f3c7fbf => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1746] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:14:48 2026] GET /v2.0/security-groups?id=bec95a96-f16f-4a0a-99ba-544e94288c60&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:14:48.613 8 INFO neutron.db.segments_db [None req-f1e2428b-81d6-462a-8df0-49a5629d45e6 ffb0a5be013e4844adb217f226a187a5 7101db905f5c49beb673ab23a7863a0e - - default default] Added segment 04f6ebe1-39ad-4b49-b7ab-6a53b2209f29 of type vxlan for network b48f782a-d187-4896-8500-6efd747004b5 [pid: 7|app: 0|req: 902/1747] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:14:48 2026] POST /v2.0/networks => generated 630 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1748] 10.0.0.183 () {32 vars in 647 bytes} [Tue Mar 31 06:14:48 2026] GET /v2.0/networks => generated 651 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1749] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:14:48 2026] POST /v2.0/networks => generated 631 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1750] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:14:48 2026] GET /v2.0/ports?tenant_id=d329f90287934d47a808f57f386c201a&device_id=60bbad89-46c0-42b3-acb8-44819d023dfa => generated 1238 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:14:48.795 7 INFO neutron.db.segments_db [None req-8793b431-c4b7-45e4-bc64-b98db690033e 36612bc7c36b4615b9fcce75da20133f 48373c4179974851bf020abc2f32d22f - - default default] Added segment 0b5cfc9a-2a6c-4b87-8406-73846b530946 of type vxlan for network dd9e3610-16bb-4134-8895-84f089d91bd2 [pid: 7|app: 0|req: 905/1751] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:14:48 2026] POST /v2.0/networks => generated 654 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1752] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:14:48 2026] POST /v2.0/subnets => generated 629 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1753] 199.204.45.240 () {34 vars in 1016 bytes} [Tue Mar 31 06:14:48 2026] GET /v2.0/networks?tenant_id=d329f90287934d47a808f57f386c201a&shared=False => generated 768 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:14:49.055 8 INFO neutron.db.segments_db [None req-139da3b5-a0cd-4872-b04b-d0f4e374a23d 36612bc7c36b4615b9fcce75da20133f 48373c4179974851bf020abc2f32d22f - - default default] Added segment df450b1a-82c3-47f4-945e-694e8389b262 of type vxlan for network bb409eee-c9b6-4290-a7fa-a5a33d32176b [pid: 8|app: 0|req: 849/1754] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:14:49 2026] POST /v2.0/networks => generated 652 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:14:49.190 8 INFO neutron.db.segments_db [None req-21e66742-0363-43e2-92b1-ca3c0a53f764 c8725c626f294da4832de5e1042f07fe 61c0dcddc7ea464e940397886ef137b4 - - default default] Added segment 958f1e6d-64fd-4a3c-94fb-8ae9bd9671e4 of type vxlan for network a4c8d103-1ab5-401b-972d-8cc0f25dcb3e [pid: 7|app: 0|req: 906/1755] 10.0.0.183 () {34 vars in 662 bytes} [Tue Mar 31 06:14:48 2026] POST /v2.0/ports => generated 743 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 907/1756] 199.204.45.240 () {34 vars in 928 bytes} [Tue Mar 31 06:14:49 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: 850/1757] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:14:49 2026] POST /v2.0/networks => generated 632 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:14:49.332 8 INFO neutron.db.segments_db [None req-65ed972c-5585-420c-bc79-3ca849f4a8bb ffb0a5be013e4844adb217f226a187a5 7101db905f5c49beb673ab23a7863a0e - - default default] Added segment 800d8eec-08be-4e14-b0b9-b8d33ed3f87f of type vxlan for network 3f2b2865-1a83-4b1d-99b3-1021de7ff0fd [pid: 8|app: 0|req: 851/1758] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:14:49 2026] POST /v2.0/networks => generated 632 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1759] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:14:49 2026] POST /v2.0/subnets => generated 629 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1760] 10.0.0.183 () {34 vars in 663 bytes} [Tue Mar 31 06:14:49 2026] POST /v2.0/ports => generated 1505 bytes in 654 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: 909/1761] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:14:49 2026] GET /v2.0/ports?device_id=60bbad89-46c0-42b3-acb8-44819d023dfa => generated 969 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1762] 10.0.0.183 () {34 vars in 662 bytes} [Tue Mar 31 06:14:49 2026] POST /v2.0/ports => generated 743 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-31 06:14:50.039 7 INFO neutron.db.segments_db [None req-a3bb4741-26bc-4bc6-b8e6-f9d9ba29b86a c8725c626f294da4832de5e1042f07fe 61c0dcddc7ea464e940397886ef137b4 - - default default] Added segment dde7e921-6a1e-427c-9821-cbb4c483d557 of type vxlan for network 42520d9b-1446-469a-9e15-48ee223ca793 [pid: 8|app: 0|req: 854/1763] 10.0.0.183 () {32 vars in 641 bytes} [Tue Mar 31 06:14:49 2026] GET /v2.0/ports => generated 1505 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1764] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:14:50 2026] GET /v2.0/security-groups?id=bec95a96-f16f-4a0a-99ba-544e94288c60&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: 7|app: 0|req: 910/1765] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:14:49 2026] POST /v2.0/networks => generated 631 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:14:50.205 8 INFO neutron.db.segments_db [None req-06d1659f-a2d2-4326-8c3c-7284e0c53d88 ffb0a5be013e4844adb217f226a187a5 7101db905f5c49beb673ab23a7863a0e - - default default] Added segment a03c5e6b-6fd1-4826-b913-4767ef904331 of type vxlan for network 1434a7cd-8f20-42af-babd-cff51f0a9666 2026-03-31 06:14:50.249 7 INFO neutron_taas.services.taas.taas_plugin [None req-ea830190-38af-4a2d-a117-efb7a644b7f5 36612bc7c36b4615b9fcce75da20133f 48373c4179974851bf020abc2f32d22f - - default default] TaaS: Handle Delete Port: 0e0bd7af-f021-483d-8017-883da5774416 2026-03-31 06:14:50.258 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea830190-38af-4a2d-a117-efb7a644b7f5 36612bc7c36b4615b9fcce75da20133f 48373c4179974851bf020abc2f32d22f - - default default] Tap Mirror: Handle Delete Port: 0e0bd7af-f021-483d-8017-883da5774416 [pid: 8|app: 0|req: 856/1766] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:14:50 2026] POST /v2.0/networks => generated 632 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1767] 10.0.0.183 () {32 vars in 718 bytes} [Tue Mar 31 06:14:50 2026] DELETE /v2.0/ports/0e0bd7af-f021-483d-8017-883da5774416 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1768] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:14:50 2026] GET /v2.0/ports?tenant_id=d329f90287934d47a808f57f386c201a&device_id=60bbad89-46c0-42b3-acb8-44819d023dfa => generated 1238 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1769] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:14:50 2026] POST /v2.0/subnets => generated 629 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:14:50.686 8 INFO neutron_taas.services.taas.taas_plugin [None req-769629ed-c7e0-40d9-8231-8ada10644370 36612bc7c36b4615b9fcce75da20133f 48373c4179974851bf020abc2f32d22f - - default default] TaaS: Handle Delete Port: bdc0865a-94ff-4295-9d44-0889534e153a 2026-03-31 06:14:50.689 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-769629ed-c7e0-40d9-8231-8ada10644370 36612bc7c36b4615b9fcce75da20133f 48373c4179974851bf020abc2f32d22f - - default default] Tap Mirror: Handle Delete Port: bdc0865a-94ff-4295-9d44-0889534e153a [pid: 7|app: 0|req: 913/1772] 10.0.0.183 () {34 vars in 662 bytes} [Tue Mar 31 06:14:50 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) [pid: 8|app: 0|req: 860/1773] 10.0.0.183 () {32 vars in 718 bytes} [Tue Mar 31 06:14:50 2026] DELETE /v2.0/ports/bdc0865a-94ff-4295-9d44-0889534e153a => generated 0 bytes in 203 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: 914/1774] 199.204.45.240 () {34 vars in 1056 bytes} [Tue Mar 31 06:14:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=c72428dd-6585-4966-b890-da3e0491d2ad => 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: 861/1775] 10.0.0.183 () {34 vars in 749 bytes} [Tue Mar 31 06:14:50 2026] PUT /v2.0/subnets/32c34072-1024-441a-9afe-45320ad2c238/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1776] 10.0.0.183 () {34 vars in 745 bytes} [Tue Mar 31 06:14:50 2026] PUT /v2.0/ports/b537c896-3a86-4a13-998c-03a171af16a2/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1777] 10.0.0.183 () {32 vars in 641 bytes} [Tue Mar 31 06:14:50 2026] GET /v2.0/ports => generated 12 bytes in 18 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: 916/1778] 199.204.45.240 () {34 vars in 982 bytes} [Tue Mar 31 06:14:50 2026] GET /v2.0/subnets?id=ae04d61a-4074-479c-82ec-fd157a0547a0 => generated 690 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1779] 10.0.0.183 () {34 vars in 749 bytes} [Tue Mar 31 06:14:50 2026] PUT /v2.0/subnets/a082d6a2-fb4b-43b1-8780-6ccc3c7415a8/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1780] 10.0.0.183 () {34 vars in 745 bytes} [Tue Mar 31 06:14:50 2026] PUT /v2.0/ports/3d683a10-08c7-486e-904f-afb87eef2abf/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-31 06:14:50.949 8 INFO neutron.db.segments_db [None req-dd24a5ac-843c-446b-ba14-96ddcc7cc03e 36612bc7c36b4615b9fcce75da20133f 48373c4179974851bf020abc2f32d22f - - default default] Added segment 9b270bdc-3033-4ac8-b919-75de6e86c747 of type vxlan for network 50ef4770-cbda-40d7-8076-43e421ca450b [pid: 7|app: 0|req: 918/1781] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:14:50 2026] GET /v2.0/ports?network_id=edfe5534-9ea0-414f-8a26-0d76e7f9291f&device_owner=network%3Adhcp => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1782] 10.0.0.183 () {34 vars in 749 bytes} [Tue Mar 31 06:14:50 2026] PUT /v2.0/subnets/9861ae5f-20ca-49fb-a2af-d3cbc0bfb6c0/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1783] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:14:50 2026] POST /v2.0/networks => generated 654 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1784] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:14:51 2026] GET /v2.0/networks/edfe5534-9ea0-414f-8a26-0d76e7f9291f?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: 920/1785] 10.0.0.183 () {34 vars in 745 bytes} [Tue Mar 31 06:14:51 2026] PUT /v2.0/ports/2663cea6-3901-4390-92db-73c7dd086013/tags => generated 34 bytes in 65 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: 866/1786] 10.0.0.183 () {34 vars in 749 bytes} [Tue Mar 31 06:14:51 2026] PUT /v2.0/subnets/cafed530-2c24-48a5-ad28-8f545d92c803/tags => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:14:51.142 7 INFO neutron.db.segments_db [None req-ba9ec6a7-6c1a-4fe6-96f4-54946feb23c9 36612bc7c36b4615b9fcce75da20133f 48373c4179974851bf020abc2f32d22f - - default default] Added segment 63433ddc-b18d-4c4c-863d-201437a177b4 of type vxlan for network b1b2a80f-44b0-4ec6-be05-637e90905127 [pid: 8|app: 0|req: 867/1787] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:14:51 2026] GET /v2.0/networks/edfe5534-9ea0-414f-8a26-0d76e7f9291f?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: 868/1788] 10.0.0.183 () {34 vars in 745 bytes} [Tue Mar 31 06:14:51 2026] PUT /v2.0/ports/cee54f81-84fe-4371-8427-fdadb4f5af66/tags => generated 19 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 921/1789] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:14:51 2026] POST /v2.0/networks => generated 654 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1790] 10.0.0.183 () {32 vars in 662 bytes} [Tue Mar 31 06:14:51 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1791] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:14:51 2026] GET /v2.0/ports?device_id=60bbad89-46c0-42b3-acb8-44819d023dfa => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1792] 10.0.0.183 () {32 vars in 676 bytes} [Tue Mar 31 06:14:51 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1793] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:14:51 2026] GET /v2.0/security-groups?id=bec95a96-f16f-4a0a-99ba-544e94288c60&fields=id&fields=name => generated 88 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1794] 10.0.0.183 () {32 vars in 658 bytes} [Tue Mar 31 06:14:51 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1795] 10.0.0.183 () {32 vars in 672 bytes} [Tue Mar 31 06:14:51 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1796] 10.0.0.183 () {32 vars in 672 bytes} [Tue Mar 31 06:14:51 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1797] 10.0.0.183 () {32 vars in 684 bytes} [Tue Mar 31 06:14:51 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1798] 10.0.0.183 () {32 vars in 668 bytes} [Tue Mar 31 06:14:51 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1799] 10.0.0.183 () {32 vars in 670 bytes} [Tue Mar 31 06:14:51 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1800] 10.0.0.183 () {32 vars in 680 bytes} [Tue Mar 31 06:14:51 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1801] 10.0.0.183 () {32 vars in 684 bytes} [Tue Mar 31 06:14:51 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1802] 10.0.0.183 () {32 vars in 680 bytes} [Tue Mar 31 06:14:51 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1803] 10.0.0.183 () {32 vars in 666 bytes} [Tue Mar 31 06:14:51 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1804] 10.0.0.183 () {32 vars in 692 bytes} [Tue Mar 31 06:14:51 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1805] 10.0.0.183 () {32 vars in 680 bytes} [Tue Mar 31 06:14:51 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1806] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:14:51 2026] DELETE /v2.0/subnets/32c34072-1024-441a-9afe-45320ad2c238 => 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: 876/1807] 10.0.0.183 () {32 vars in 676 bytes} [Tue Mar 31 06:14:51 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1808] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:14:51 2026] DELETE /v2.0/subnets/a082d6a2-fb4b-43b1-8780-6ccc3c7415a8 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1809] 10.0.0.183 () {32 vars in 688 bytes} [Tue Mar 31 06:14:51 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1810] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:14:51 2026] DELETE /v2.0/subnets/9861ae5f-20ca-49fb-a2af-d3cbc0bfb6c0 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:14:52.065 8 INFO neutron_taas.services.taas.taas_plugin [None req-1029d19e-cb44-4c3e-a52d-fa426314723d ffb0a5be013e4844adb217f226a187a5 7101db905f5c49beb673ab23a7863a0e - - default default] TaaS: Handle Delete Port: b537c896-3a86-4a13-998c-03a171af16a2 2026-03-31 06:14:52.067 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1029d19e-cb44-4c3e-a52d-fa426314723d ffb0a5be013e4844adb217f226a187a5 7101db905f5c49beb673ab23a7863a0e - - default default] Tap Mirror: Handle Delete Port: b537c896-3a86-4a13-998c-03a171af16a2 [pid: 7|app: 0|req: 932/1811] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:14:51 2026] POST /v2.0/subnets => generated 1323 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1812] 10.0.0.183 () {32 vars in 718 bytes} [Tue Mar 31 06:14:51 2026] DELETE /v2.0/ports/b537c896-3a86-4a13-998c-03a171af16a2 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1813] 10.0.0.183 () {32 vars in 645 bytes} [Tue Mar 31 06:14:52 2026] GET /v2.0/subnets => generated 1959 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1814] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:14:52 2026] DELETE /v2.0/subnets/cafed530-2c24-48a5-ad28-8f545d92c803 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:14:52.313 8 INFO neutron_taas.services.taas.taas_plugin [None req-7adce053-f9d0-4f4e-bb26-ed91879c6e72 ffb0a5be013e4844adb217f226a187a5 7101db905f5c49beb673ab23a7863a0e - - default default] TaaS: Handle Delete Port: 3d683a10-08c7-486e-904f-afb87eef2abf 2026-03-31 06:14:52.317 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7adce053-f9d0-4f4e-bb26-ed91879c6e72 ffb0a5be013e4844adb217f226a187a5 7101db905f5c49beb673ab23a7863a0e - - default default] Tap Mirror: Handle Delete Port: 3d683a10-08c7-486e-904f-afb87eef2abf [pid: 8|app: 0|req: 882/1815] 10.0.0.183 () {32 vars in 718 bytes} [Tue Mar 31 06:14:52 2026] DELETE /v2.0/ports/3d683a10-08c7-486e-904f-afb87eef2abf => 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: 934/1816] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:14:52 2026] DELETE /v2.0/subnets/c73028e5-e3e6-4777-8a7e-22a85c0fa01c => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1817] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:14:52 2026] GET /v2.0/ports?device_id=60bbad89-46c0-42b3-acb8-44819d023dfa => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1818] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:14:52 2026] DELETE /v2.0/subnets/b6d67b4c-a3ec-4a70-9654-44cfffea44ba => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:14:52.520 7 INFO neutron_taas.services.taas.taas_plugin [None req-ad80dc97-ed52-4832-b297-19550470e064 ffb0a5be013e4844adb217f226a187a5 7101db905f5c49beb673ab23a7863a0e - - default default] TaaS: Handle Delete Port: 2663cea6-3901-4390-92db-73c7dd086013 2026-03-31 06:14:52.524 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad80dc97-ed52-4832-b297-19550470e064 ffb0a5be013e4844adb217f226a187a5 7101db905f5c49beb673ab23a7863a0e - - default default] Tap Mirror: Handle Delete Port: 2663cea6-3901-4390-92db-73c7dd086013 [pid: 7|app: 0|req: 936/1819] 10.0.0.183 () {32 vars in 718 bytes} [Tue Mar 31 06:14:52 2026] DELETE /v2.0/ports/2663cea6-3901-4390-92db-73c7dd086013 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1820] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:14:52 2026] GET /v2.0/security-groups?id=bec95a96-f16f-4a0a-99ba-544e94288c60&fields=id&fields=name => generated 88 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1821] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:14:52 2026] DELETE /v2.0/subnets/43cb344b-f383-4864-9ea6-2f41380a28c1 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:14:52.704 7 INFO neutron_taas.services.taas.taas_plugin [None req-cca56a1f-330c-485d-93cc-3da628924509 c8725c626f294da4832de5e1042f07fe 61c0dcddc7ea464e940397886ef137b4 - - default default] TaaS: Handle Delete Port: 6d50f3a0-88e1-4ea5-b4c2-609c17e0bd94 2026-03-31 06:14:52.706 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cca56a1f-330c-485d-93cc-3da628924509 c8725c626f294da4832de5e1042f07fe 61c0dcddc7ea464e940397886ef137b4 - - default default] Tap Mirror: Handle Delete Port: 6d50f3a0-88e1-4ea5-b4c2-609c17e0bd94 2026-03-31 06:14:52.714 8 INFO neutron_taas.services.taas.taas_plugin [None req-4319a6ee-3d1f-46af-bc80-3055271b889d ffb0a5be013e4844adb217f226a187a5 7101db905f5c49beb673ab23a7863a0e - - default default] TaaS: Handle Delete Port: cee54f81-84fe-4371-8427-fdadb4f5af66 2026-03-31 06:14:52.717 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4319a6ee-3d1f-46af-bc80-3055271b889d ffb0a5be013e4844adb217f226a187a5 7101db905f5c49beb673ab23a7863a0e - - default default] Tap Mirror: Handle Delete Port: cee54f81-84fe-4371-8427-fdadb4f5af66 [pid: 8|app: 0|req: 885/1822] 10.0.0.183 () {32 vars in 718 bytes} [Tue Mar 31 06:14:52 2026] DELETE /v2.0/ports/cee54f81-84fe-4371-8427-fdadb4f5af66 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1823] 10.0.0.183 () {32 vars in 645 bytes} [Tue Mar 31 06:14:52 2026] GET /v2.0/subnets => generated 649 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:14:52.845 7 INFO neutron.services.segments.plugin [-] Segment 2e1d1feb-8c46-4f11-904c-e35a8842942c resource provider aggregate not found 2026-03-31 06:14:52.851 7 INFO neutron.services.segments.plugin [-] Segment 2e1d1feb-8c46-4f11-904c-e35a8842942c resource provider aggregate not found 2026-03-31 06:14:52.867 7 INFO neutron.services.segments.plugin [-] Segment 2e1d1feb-8c46-4f11-904c-e35a8842942c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e1d1feb-8c46-4f11-904c-e35a8842942c found for delete ", "request_id": "req-f4507058-7e23-4a87-91bc-50d11b683732"}]} 2026-03-31 06:14:52.872 7 INFO neutron.services.segments.plugin [-] Segment 2e1d1feb-8c46-4f11-904c-e35a8842942c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e1d1feb-8c46-4f11-904c-e35a8842942c found for delete ", "request_id": "req-c14e4366-8410-40d1-bc77-6ef6ff78479c"}]} [pid: 7|app: 0|req: 938/1824] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:14:52 2026] DELETE /v2.0/networks/81e578f3-c8d5-4ef0-8265-1bd55baf7674 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:14:52.916 8 INFO neutron_taas.services.taas.taas_plugin [None req-e23a1d67-ffe1-4411-bb50-774a4e1a9a71 ffb0a5be013e4844adb217f226a187a5 7101db905f5c49beb673ab23a7863a0e - - default default] TaaS: Handle Delete Port: 9b4abde1-44bc-4cd1-8699-3240ff59d731 2026-03-31 06:14:52.918 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e23a1d67-ffe1-4411-bb50-774a4e1a9a71 ffb0a5be013e4844adb217f226a187a5 7101db905f5c49beb673ab23a7863a0e - - default default] Tap Mirror: Handle Delete Port: 9b4abde1-44bc-4cd1-8699-3240ff59d731 [pid: 7|app: 0|req: 939/1825] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:14:52 2026] DELETE /v2.0/networks/b1b2a80f-44b0-4ec6-be05-637e90905127 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1826] 10.0.0.183 () {32 vars in 718 bytes} [Tue Mar 31 06:14:52 2026] DELETE /v2.0/ports/9b4abde1-44bc-4cd1-8699-3240ff59d731 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:14:53.095 8 INFO neutron.services.segments.plugin [-] Segment 9b270bdc-3033-4ac8-b919-75de6e86c747 resource provider aggregate not found 2026-03-31 06:14:53.099 8 INFO neutron.services.segments.plugin [-] Segment 9b270bdc-3033-4ac8-b919-75de6e86c747 resource provider aggregate not found [pid: 7|app: 0|req: 940/1827] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:14:52 2026] DELETE /v2.0/networks/a38fa614-146c-4b04-b00c-7b4aa5f63ed2 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:14:53.117 8 INFO neutron.services.segments.plugin [-] Segment 9b270bdc-3033-4ac8-b919-75de6e86c747 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b270bdc-3033-4ac8-b919-75de6e86c747 found for delete ", "request_id": "req-9ed4e563-5808-4b28-b583-c6cc6a29a75f"}]} 2026-03-31 06:14:53.123 8 INFO neutron.services.segments.plugin [-] Segment 9b270bdc-3033-4ac8-b919-75de6e86c747 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b270bdc-3033-4ac8-b919-75de6e86c747 found for delete ", "request_id": "req-47677a13-acb8-428b-9994-e965a064ee92"}]} [pid: 8|app: 0|req: 888/1828] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:14:52 2026] DELETE /v2.0/networks/50ef4770-cbda-40d7-8076-43e421ca450b => 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: 889/1829] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:14:53 2026] DELETE /v2.0/networks/da0acecf-88e4-4f7a-a942-3ca1b7e6a101 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1830] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:14:53 2026] DELETE /v2.0/networks/8a6da76b-ec4c-4e82-ae5b-9adb8c2eaa84 => 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: 890/1831] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:14:53 2026] DELETE /v2.0/networks/bb409eee-c9b6-4290-a7fa-a5a33d32176b => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1832] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:14:53 2026] DELETE /v2.0/networks/a4c8d103-1ab5-401b-972d-8cc0f25dcb3e => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1833] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:14:53 2026] DELETE /v2.0/networks/42bfaee1-aff0-425b-82f9-190974d7dd22 => 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: 943/1834] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:14:53 2026] DELETE /v2.0/networks/dd9e3610-16bb-4134-8895-84f089d91bd2 => generated 0 bytes in 112 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.183 () {32 vars in 724 bytes} [Tue Mar 31 06:14:53 2026] DELETE /v2.0/networks/42520d9b-1446-469a-9e15-48ee223ca793 => 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: 944/1836] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:14:53 2026] DELETE /v2.0/networks/b48f782a-d187-4896-8500-6efd747004b5 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1837] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:14:53 2026] GET /v2.0/ports?device_id=60bbad89-46c0-42b3-acb8-44819d023dfa => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1838] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:14:53 2026] GET /v2.0/security-groups?id=bec95a96-f16f-4a0a-99ba-544e94288c60&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1839] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:14:53 2026] DELETE /v2.0/networks/3f2b2865-1a83-4b1d-99b3-1021de7ff0fd => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1840] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:14:53 2026] DELETE /v2.0/networks/1434a7cd-8f20-42af-babd-cff51f0a9666 => 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: 894/1841] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:14:54 2026] GET /v2.0/security-groups?tenant_id=48373c4179974851bf020abc2f32d22f&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1842] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:14:54 2026] DELETE /v2.0/security-groups/b535e24e-2674-4364-8ece-cae6a0179f9a => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:14:54.890 7 INFO neutron.services.segments.plugin [-] Segment 63433ddc-b18d-4c4c-863d-201437a177b4 resource provider aggregate not found 2026-03-31 06:14:54.896 7 INFO neutron.services.segments.plugin [-] Segment 63433ddc-b18d-4c4c-863d-201437a177b4 resource provider aggregate not found 2026-03-31 06:14:54.928 7 INFO neutron.services.segments.plugin [-] Segment 63433ddc-b18d-4c4c-863d-201437a177b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63433ddc-b18d-4c4c-863d-201437a177b4 found for delete ", "request_id": "req-c9c86c58-ce19-406e-b33f-1299daa83418"}]} [pid: 8|app: 0|req: 895/1843] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:14:54 2026] GET /v2.0/security-groups?tenant_id=f5edaf21bfaf4223bfdf7af260877c68&name=default => generated 2925 bytes in 416 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:14:54.947 7 INFO neutron.services.segments.plugin [-] Segment 63433ddc-b18d-4c4c-863d-201437a177b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63433ddc-b18d-4c4c-863d-201437a177b4 found for delete ", "request_id": "req-8652d393-4f4f-4204-9bbd-823e013b3394"}]} [pid: 7|app: 0|req: 949/1844] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:14:54 2026] GET /v2.0/ports?device_id=60bbad89-46c0-42b3-acb8-44819d023dfa => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:14:54.958 7 INFO neutron.services.segments.plugin [-] Segment c5e4389f-571c-45d2-9fe4-acb9b545a7a1 resource provider aggregate not found 2026-03-31 06:14:54.973 7 INFO neutron.services.segments.plugin [-] Segment c5e4389f-571c-45d2-9fe4-acb9b545a7a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5e4389f-571c-45d2-9fe4-acb9b545a7a1 found for delete ", "request_id": "req-a8c3f9e8-5563-4639-bbdc-ea0f43d5bf6b"}]} 2026-03-31 06:14:54.976 7 INFO neutron.services.segments.plugin [-] Segment c5e4389f-571c-45d2-9fe4-acb9b545a7a1 resource provider aggregate not found 2026-03-31 06:14:54.996 7 INFO neutron.services.segments.plugin [-] Segment e6631869-f8e7-47f7-83e1-01185ed8e02c resource provider aggregate not found 2026-03-31 06:14:55.007 7 INFO neutron.services.segments.plugin [-] Segment c5e4389f-571c-45d2-9fe4-acb9b545a7a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5e4389f-571c-45d2-9fe4-acb9b545a7a1 found for delete ", "request_id": "req-5a89a19a-3a1b-4689-9cd1-3508215182a2"}]} [pid: 7|app: 0|req: 950/1845] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:14:54 2026] GET /v2.0/security-groups?id=bec95a96-f16f-4a0a-99ba-544e94288c60&fields=id&fields=name => generated 88 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:14:55.030 7 INFO neutron.services.segments.plugin [-] Segment e6631869-f8e7-47f7-83e1-01185ed8e02c resource provider aggregate not found 2026-03-31 06:14:55.034 7 INFO neutron.services.segments.plugin [-] Segment e6631869-f8e7-47f7-83e1-01185ed8e02c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6631869-f8e7-47f7-83e1-01185ed8e02c found for delete ", "request_id": "req-0ff4f65e-b639-4dfc-90ca-e775fc9101f4"}]} 2026-03-31 06:14:55.051 7 INFO neutron.services.segments.plugin [-] Segment e6631869-f8e7-47f7-83e1-01185ed8e02c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6631869-f8e7-47f7-83e1-01185ed8e02c found for delete ", "request_id": "req-f0a49e34-59b4-4cc2-800a-e698e2c2d887"}]} 2026-03-31 06:14:55.056 7 INFO neutron.services.segments.plugin [-] Segment 958f1e6d-64fd-4a3c-94fb-8ae9bd9671e4 resource provider aggregate not found [pid: 8|app: 0|req: 896/1846] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:14:54 2026] DELETE /v2.0/security-groups/224b9718-73ca-4cdb-8a5d-08db98265646 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:14:55.067 7 INFO neutron.services.segments.plugin [-] Segment 958f1e6d-64fd-4a3c-94fb-8ae9bd9671e4 resource provider aggregate not found 2026-03-31 06:14:55.074 7 INFO neutron.services.segments.plugin [-] Segment 958f1e6d-64fd-4a3c-94fb-8ae9bd9671e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 958f1e6d-64fd-4a3c-94fb-8ae9bd9671e4 found for delete ", "request_id": "req-51497432-49c1-4590-b906-afd42e20044f"}]} 2026-03-31 06:14:55.083 7 INFO neutron.services.segments.plugin [-] Segment 958f1e6d-64fd-4a3c-94fb-8ae9bd9671e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 958f1e6d-64fd-4a3c-94fb-8ae9bd9671e4 found for delete ", "request_id": "req-67fc81a1-a13a-4f7e-b32c-02424ed1619f"}]} 2026-03-31 06:14:55.093 7 INFO neutron.services.segments.plugin [-] Segment 0b5cfc9a-2a6c-4b87-8406-73846b530946 resource provider aggregate not found 2026-03-31 06:14:55.100 7 INFO neutron.services.segments.plugin [-] Segment 0b5cfc9a-2a6c-4b87-8406-73846b530946 resource provider aggregate not found 2026-03-31 06:14:55.104 7 INFO neutron.services.segments.plugin [-] Segment 0b5cfc9a-2a6c-4b87-8406-73846b530946 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b5cfc9a-2a6c-4b87-8406-73846b530946 found for delete ", "request_id": "req-5c32a44c-785d-4785-8548-92232e87e868"}]} 2026-03-31 06:14:55.116 7 INFO neutron.services.segments.plugin [-] Segment 04f6ebe1-39ad-4b49-b7ab-6a53b2209f29 resource provider aggregate not found 2026-03-31 06:14:55.120 7 INFO neutron.services.segments.plugin [-] Segment 0b5cfc9a-2a6c-4b87-8406-73846b530946 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b5cfc9a-2a6c-4b87-8406-73846b530946 found for delete ", "request_id": "req-8dc008da-0c0f-45df-b1f4-bf01f1220d03"}]} 2026-03-31 06:14:55.133 8 INFO neutron.services.segments.plugin [-] Segment 19938908-2db4-4a43-b61c-83460f1b831c resource provider aggregate not found 2026-03-31 06:14:55.141 7 INFO neutron.services.segments.plugin [-] Segment 04f6ebe1-39ad-4b49-b7ab-6a53b2209f29 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04f6ebe1-39ad-4b49-b7ab-6a53b2209f29 found for delete ", "request_id": "req-8364dda4-4f6a-46c8-b661-7963839f5377"}]} 2026-03-31 06:14:55.144 7 INFO neutron.services.segments.plugin [-] Segment 04f6ebe1-39ad-4b49-b7ab-6a53b2209f29 resource provider aggregate not found 2026-03-31 06:14:55.149 8 INFO neutron.services.segments.plugin [-] Segment 19938908-2db4-4a43-b61c-83460f1b831c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19938908-2db4-4a43-b61c-83460f1b831c found for delete ", "request_id": "req-cb395b90-6a0e-4541-831c-f49b25941a59"}]} 2026-03-31 06:14:55.152 8 INFO neutron.services.segments.plugin [-] Segment 19938908-2db4-4a43-b61c-83460f1b831c resource provider aggregate not found 2026-03-31 06:14:55.155 7 INFO neutron.services.segments.plugin [-] Segment a03c5e6b-6fd1-4826-b913-4767ef904331 resource provider aggregate not found 2026-03-31 06:14:55.163 8 INFO neutron.services.segments.plugin [-] Segment df450b1a-82c3-47f4-945e-694e8389b262 resource provider aggregate not found 2026-03-31 06:14:55.168 7 INFO neutron.services.segments.plugin [-] Segment 04f6ebe1-39ad-4b49-b7ab-6a53b2209f29 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04f6ebe1-39ad-4b49-b7ab-6a53b2209f29 found for delete ", "request_id": "req-dd18149e-d42e-49a7-9ffb-ab62537ce461"}]} 2026-03-31 06:14:55.169 8 INFO neutron.services.segments.plugin [-] Segment 19938908-2db4-4a43-b61c-83460f1b831c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19938908-2db4-4a43-b61c-83460f1b831c found for delete ", "request_id": "req-f74facac-1fb4-4471-8bf4-2e761f8d44e1"}]} 2026-03-31 06:14:55.180 8 INFO neutron.services.segments.plugin [-] Segment df450b1a-82c3-47f4-945e-694e8389b262 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df450b1a-82c3-47f4-945e-694e8389b262 found for delete ", "request_id": "req-fc573e3c-8d25-4734-a8c0-c12bc336b884"}]} 2026-03-31 06:14:55.180 7 INFO neutron.services.segments.plugin [-] Segment a03c5e6b-6fd1-4826-b913-4767ef904331 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a03c5e6b-6fd1-4826-b913-4767ef904331 found for delete ", "request_id": "req-2ca58852-d93b-4e83-ba87-d11dace4a535"}]} 2026-03-31 06:14:55.191 8 INFO neutron.services.segments.plugin [-] Segment df450b1a-82c3-47f4-945e-694e8389b262 resource provider aggregate not found 2026-03-31 06:14:55.194 7 INFO neutron.services.segments.plugin [-] Segment a03c5e6b-6fd1-4826-b913-4767ef904331 resource provider aggregate not found 2026-03-31 06:14:55.205 8 INFO neutron.services.segments.plugin [-] Segment 228bb342-ae8e-4c04-8ca9-0460180ae9a4 resource provider aggregate not found 2026-03-31 06:14:55.218 8 INFO neutron.services.segments.plugin [-] Segment df450b1a-82c3-47f4-945e-694e8389b262 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df450b1a-82c3-47f4-945e-694e8389b262 found for delete ", "request_id": "req-d5a95bfb-84f2-4969-8cc9-1bc3a71fa178"}]} 2026-03-31 06:14:55.219 7 INFO neutron.services.segments.plugin [-] Segment a03c5e6b-6fd1-4826-b913-4767ef904331 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a03c5e6b-6fd1-4826-b913-4767ef904331 found for delete ", "request_id": "req-2f3ab91a-bb85-4bab-8b94-78f6459b6808"}]} [pid: 7|app: 0|req: 951/1847] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:14:55 2026] GET /v2.0/security-groups?tenant_id=7101db905f5c49beb673ab23a7863a0e&name=default => generated 2925 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:14:55.234 8 INFO neutron.services.segments.plugin [-] Segment 228bb342-ae8e-4c04-8ca9-0460180ae9a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 228bb342-ae8e-4c04-8ca9-0460180ae9a4 found for delete ", "request_id": "req-7927ff31-2fbe-473d-b013-de806951615a"}]} 2026-03-31 06:14:55.243 8 INFO neutron.services.segments.plugin [-] Segment 228bb342-ae8e-4c04-8ca9-0460180ae9a4 resource provider aggregate not found 2026-03-31 06:14:55.267 8 INFO neutron.services.segments.plugin [-] Segment dde7e921-6a1e-427c-9821-cbb4c483d557 resource provider aggregate not found 2026-03-31 06:14:55.274 8 INFO neutron.services.segments.plugin [-] Segment 228bb342-ae8e-4c04-8ca9-0460180ae9a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 228bb342-ae8e-4c04-8ca9-0460180ae9a4 found for delete ", "request_id": "req-2a243025-30b9-4111-850d-37a6e3a623e9"}]} 2026-03-31 06:14:55.291 8 INFO neutron.services.segments.plugin [-] Segment dde7e921-6a1e-427c-9821-cbb4c483d557 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dde7e921-6a1e-427c-9821-cbb4c483d557 found for delete ", "request_id": "req-03a58933-ffa4-4e31-a7c4-8373997ef556"}]} 2026-03-31 06:14:55.297 8 INFO neutron.services.segments.plugin [-] Segment dde7e921-6a1e-427c-9821-cbb4c483d557 resource provider aggregate not found 2026-03-31 06:14:55.316 8 INFO neutron.services.segments.plugin [-] Segment dde7e921-6a1e-427c-9821-cbb4c483d557 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dde7e921-6a1e-427c-9821-cbb4c483d557 found for delete ", "request_id": "req-07b8f04d-d0e5-4ec9-91fb-b583ecc8e96b"}]} 2026-03-31 06:14:55.330 8 INFO neutron.services.segments.plugin [-] Segment 800d8eec-08be-4e14-b0b9-b8d33ed3f87f resource provider aggregate not found 2026-03-31 06:14:55.352 8 INFO neutron.services.segments.plugin [-] Segment 800d8eec-08be-4e14-b0b9-b8d33ed3f87f resource provider aggregate not found 2026-03-31 06:14:55.358 8 INFO neutron.services.segments.plugin [-] Segment 800d8eec-08be-4e14-b0b9-b8d33ed3f87f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 800d8eec-08be-4e14-b0b9-b8d33ed3f87f found for delete ", "request_id": "req-a045197c-2b82-42c2-a709-d2bbec3be46c"}]} 2026-03-31 06:14:55.370 8 INFO neutron.services.segments.plugin [-] Segment 800d8eec-08be-4e14-b0b9-b8d33ed3f87f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 800d8eec-08be-4e14-b0b9-b8d33ed3f87f found for delete ", "request_id": "req-d49875da-cdf1-4489-8fc6-8bb4ed4a4f5d"}]} [pid: 7|app: 0|req: 952/1848] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:14:55 2026] DELETE /v2.0/security-groups/f179ecd6-94d7-40b8-a096-8536420c7296 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1849] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:14:55 2026] GET /v2.0/security-groups?tenant_id=1f6a50c61d8e4d3c8962409b195d5e33&name=default => generated 2925 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1850] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:14:55 2026] DELETE /v2.0/security-groups/23196c22-b46f-445e-919a-19c591548676 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1851] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:14:55 2026] GET /v2.0/security-groups?tenant_id=ebfe0301f8174970b62fc93199d03804&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1852] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:14:55 2026] GET /v2.0/security-groups?tenant_id=61c0dcddc7ea464e940397886ef137b4&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1853] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:14:55 2026] DELETE /v2.0/security-groups/4db6d3d2-e5fb-4f24-873d-6d1022acaf41 => 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: 900/1854] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:14:55 2026] DELETE /v2.0/security-groups/c184af58-5c82-4874-9e64-4a1253332204 => 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: 955/1855] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:14:55 2026] GET /v2.0/security-groups?tenant_id=c1429f74216e4834a8f9a2439b06d484&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1856] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:14:55 2026] DELETE /v2.0/security-groups/18c03e9a-5eec-436a-bb62-e89e510d26b6 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1857] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:14:56 2026] GET /v2.0/ports?device_id=60bbad89-46c0-42b3-acb8-44819d023dfa => generated 971 bytes in 518 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1858] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:14:56 2026] GET /v2.0/security-groups?id=bec95a96-f16f-4a0a-99ba-544e94288c60&fields=id&fields=name => generated 88 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:14:56.885 7 INFO neutron.db.segments_db [None req-244629d7-a9f8-4a25-9204-a7e9311d9734 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] Added segment 47ceebd5-eef4-467f-ad05-91c6153da907 of type vxlan for network ce3b5db7-108e-466d-becd-d6fe33bbfc40 [pid: 7|app: 0|req: 957/1859] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:14:56 2026] POST /v2.0/networks => generated 629 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:14:57.041 8 INFO neutron.db.segments_db [None req-e4c3e9d3-5e2b-48e3-a15a-9f464cc1313a 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] Added segment 5488539e-9f76-4482-ba06-c240404a52e1 of type vxlan for network beaeb20c-d9a6-45ea-b310-140e3d9502b1 [pid: 8|app: 0|req: 903/1860] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:14:56 2026] POST /v2.0/networks => generated 629 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1861] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:14:57 2026] POST /v2.0/subnets => generated 626 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1862] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:14:57 2026] POST /v2.0/subnets => generated 626 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:14:57.758 7 INFO neutron.db.segments_db [None req-525aec4d-0b00-4e7f-b3c9-e7a6a6f91af7 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] Added segment 505fe4e6-efea-4ce5-a075-b1702b6cd2e8 of type vxlan for network fe4d3b06-20fd-4519-a37e-9583aa41c2f0 2026-03-31 06:14:57.988 7 INFO neutron.db.l3_hamode_db [None req-525aec4d-0b00-4e7f-b3c9-e7a6a6f91af7 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-31 06:14:58.113 7 INFO neutron.db.l3_hamode_db [None req-525aec4d-0b00-4e7f-b3c9-e7a6a6f91af7 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 905/1863] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:14:58 2026] GET /v2.0/ports?device_id=60bbad89-46c0-42b3-acb8-44819d023dfa => generated 971 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1864] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:14:58 2026] GET /v2.0/security-groups?id=bec95a96-f16f-4a0a-99ba-544e94288c60&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: 959/1865] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:14:57 2026] POST /v2.0/routers => generated 507 bytes in 1075 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1866] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:14:59 2026] GET /v2.0/ports?device_id=60bbad89-46c0-42b3-acb8-44819d023dfa => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:14:59.620 7 INFO neutron.db.segments_db [None req-dfcb7063-e01d-4bd6-8146-720fbd330f9d a5a63a929bd64dabb94ed156f7fd9b11 ea4dd9c2507f434a8cfa60ddf7db93b6 - - default default] Added segment ecc21d21-e573-4e77-9203-837488d237fe of type vxlan for network df075131-bcf6-419f-8354-d7dc847e06f0 [pid: 7|app: 0|req: 961/1867] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:14:59 2026] POST /v2.0/networks => generated 631 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1868] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:14:59 2026] GET /v2.0/security-groups?id=bec95a96-f16f-4a0a-99ba-544e94288c60&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: 8|app: 0|req: 907/1869] 10.0.0.183 () {34 vars in 781 bytes} [Tue Mar 31 06:14:58 2026] PUT /v2.0/routers/0f116b8f-191c-4d08-823c-9b0677e13d99/add_router_interface => generated 309 bytes in 1068 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1870] 10.0.0.183 () {32 vars in 715 bytes} [Tue Mar 31 06:14:59 2026] GET /v2.0/ports/81bc0a24-7beb-479c-8d5f-56c8eaebd882 => generated 955 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1871] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:14:59 2026] POST /v2.0/subnets => generated 626 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1872] 10.0.0.183 () {34 vars in 749 bytes} [Tue Mar 31 06:15:00 2026] PUT /v2.0/subnets/e10d8459-f7d6-4265-89a6-9b716cf93ea9/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1873] 10.0.0.183 () {32 vars in 729 bytes} [Tue Mar 31 06:15:00 2026] GET /v2.0/subnets/e10d8459-f7d6-4265-89a6-9b716cf93ea9/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:15:00.283 7 INFO neutron.db.segments_db [None req-ba550301-280b-49a5-be9a-d2176ffe3ef1 c00973574a2c42548c1551558d624d70 6ce3924c717e47d28892dbb7d89d14b0 - - default default] Added segment d2ef20d6-244e-4850-bebc-28fbf65a863a of type vxlan for network 5de8de79-7e2f-4a23-8830-eedecc4cdf74 [pid: 7|app: 0|req: 966/1874] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:15:00 2026] POST /v2.0/networks => generated 631 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1875] 10.0.0.183 () {34 vars in 760 bytes} [Tue Mar 31 06:15:00 2026] PUT /v2.0/subnets/e10d8459-f7d6-4265-89a6-9b716cf93ea9/tags/green => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1876] 10.0.0.183 () {34 vars in 662 bytes} [Tue Mar 31 06:15:00 2026] POST /v2.0/ports => generated 743 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 969/1877] 10.0.0.183 () {32 vars in 729 bytes} [Tue Mar 31 06:15:00 2026] GET /v2.0/subnets/e10d8459-f7d6-4265-89a6-9b716cf93ea9/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1878] 199.204.45.240 () {34 vars in 992 bytes} [Tue Mar 31 06:15:00 2026] GET /v2.0/ports?device_id=60bbad89-46c0-42b3-acb8-44819d023dfa => 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: 909/1879] 10.0.0.183 () {34 vars in 781 bytes} [Tue Mar 31 06:14:59 2026] PUT /v2.0/routers/0f116b8f-191c-4d08-823c-9b0677e13d99/add_router_interface => generated 309 bytes in 999 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1880] 10.0.0.183 () {34 vars in 664 bytes} [Tue Mar 31 06:15:00 2026] POST /v2.0/trunks => generated 407 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1881] 10.0.0.183 () {34 vars in 756 bytes} [Tue Mar 31 06:15:00 2026] PUT /v2.0/subnets/e10d8459-f7d6-4265-89a6-9b716cf93ea9/tags/red => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1882] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:15:00 2026] GET /v2.0/ports?device_id=60bbad89-46c0-42b3-acb8-44819d023dfa => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1883] 10.0.0.183 () {32 vars in 715 bytes} [Tue Mar 31 06:15:01 2026] GET /v2.0/ports/62464c9d-1e9f-42c6-be8d-dbaeefa08860 => generated 955 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:15:01.092 7 INFO neutron_taas.services.taas.taas_plugin [req-10891e02-d0da-4967-8fd5-5cc98a5f54a4 req-e6b53956-230f-441c-ba82-9b7731e94462 5efed51a12174943962dc66578e6e684 d329f90287934d47a808f57f386c201a - - default default] TaaS: Handle Delete Port: c72428dd-6585-4966-b890-da3e0491d2ad 2026-03-31 06:15:01.096 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-10891e02-d0da-4967-8fd5-5cc98a5f54a4 req-e6b53956-230f-441c-ba82-9b7731e94462 5efed51a12174943962dc66578e6e684 d329f90287934d47a808f57f386c201a - - default default] Tap Mirror: Handle Delete Port: c72428dd-6585-4966-b890-da3e0491d2ad 2026-03-31 06:15:01.097 8 INFO neutron.db.segments_db [None req-ac21cfe2-6ad2-425c-b12f-5efc37057b30 c00973574a2c42548c1551558d624d70 6ce3924c717e47d28892dbb7d89d14b0 - - default default] Added segment acd7bb0b-6e12-4449-ae70-4cc361eaa13b of type vxlan for network 4901da0c-51b9-46c6-9c96-0b015ce5bcc1 [pid: 8|app: 0|req: 913/1884] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:15:01 2026] POST /v2.0/networks => generated 631 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1885] 199.204.45.240 () {36 vars in 995 bytes} [Tue Mar 31 06:15:00 2026] DELETE /v2.0/ports/c72428dd-6585-4966-b890-da3e0491d2ad => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1886] 10.0.0.183 () {32 vars in 729 bytes} [Tue Mar 31 06:15:01 2026] GET /v2.0/subnets/e10d8459-f7d6-4265-89a6-9b716cf93ea9/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1887] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:15:01 2026] GET /v2.0/security-groups?id=bec95a96-f16f-4a0a-99ba-544e94288c60&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:15:01.244 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-44cbe72a-aa3c-48da-aa56-343cf37619ed'] response: {'server_uuid': '60bbad89-46c0-42b3-acb8-44819d023dfa', 'name': 'network-vif-deleted', 'tag': 'c72428dd-6585-4966-b890-da3e0491d2ad', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 974/1888] 10.0.0.183 () {34 vars in 662 bytes} [Tue Mar 31 06:15:01 2026] POST /v2.0/ports => generated 743 bytes in 231 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-03-31 06:15:01.520 8 INFO neutron_taas.services.taas.taas_plugin [None req-173ae0a9-8ade-45fb-ae9d-f5e43caf5146 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] TaaS: Handle Delete Port: 62464c9d-1e9f-42c6-be8d-dbaeefa08860 2026-03-31 06:15:01.522 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-173ae0a9-8ade-45fb-ae9d-f5e43caf5146 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] Tap Mirror: Handle Delete Port: 62464c9d-1e9f-42c6-be8d-dbaeefa08860 [pid: 7|app: 0|req: 975/1889] 10.0.0.183 () {34 vars in 778 bytes} [Tue Mar 31 06:15:01 2026] PUT /v2.0/subnets/e10d8459-f7d6-4265-89a6-9b716cf93ea9/tags/black.or.white => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1890] 10.0.0.183 () {34 vars in 664 bytes} [Tue Mar 31 06:15:01 2026] POST /v2.0/trunks => generated 407 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1891] 10.0.0.183 () {32 vars in 729 bytes} [Tue Mar 31 06:15:01 2026] GET /v2.0/subnets/e10d8459-f7d6-4265-89a6-9b716cf93ea9/tags => generated 52 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:15:01.749 7 INFO neutron.db.segments_db [None req-6a0c923c-ffbb-4d09-b37d-d7ddfe7e3935 c00973574a2c42548c1551558d624d70 6ce3924c717e47d28892dbb7d89d14b0 - - default default] Added segment c7309782-f4ec-422d-9e21-9da57a62f6f2 of type vxlan for network 60591305-7047-4fdc-8939-256625e18896 [pid: 7|app: 0|req: 978/1892] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:15:01 2026] POST /v2.0/networks => generated 632 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1893] 10.0.0.183 () {34 vars in 749 bytes} [Tue Mar 31 06:15:01 2026] PUT /v2.0/subnets/e10d8459-f7d6-4265-89a6-9b716cf93ea9/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1894] 10.0.0.183 () {34 vars in 787 bytes} [Tue Mar 31 06:15:01 2026] PUT /v2.0/routers/0f116b8f-191c-4d08-823c-9b0677e13d99/remove_router_interface => generated 309 bytes in 660 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1895] 10.0.0.183 () {32 vars in 729 bytes} [Tue Mar 31 06:15:01 2026] GET /v2.0/subnets/e10d8459-f7d6-4265-89a6-9b716cf93ea9/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:15:02.183 8 INFO neutron_taas.services.taas.taas_plugin [None req-1b63dc98-8a92-40f6-8a6f-cc3eb7125d37 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] TaaS: Handle Delete Port: 81bc0a24-7beb-479c-8d5f-56c8eaebd882 2026-03-31 06:15:02.186 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1b63dc98-8a92-40f6-8a6f-cc3eb7125d37 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] Tap Mirror: Handle Delete Port: 81bc0a24-7beb-479c-8d5f-56c8eaebd882 [pid: 7|app: 0|req: 980/1896] 10.0.0.183 () {34 vars in 662 bytes} [Tue Mar 31 06:15:01 2026] POST /v2.0/ports => generated 743 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 981/1897] 10.0.0.183 () {32 vars in 737 bytes} [Tue Mar 31 06:15:02 2026] GET /v2.0/subnets/e10d8459-f7d6-4265-89a6-9b716cf93ea9/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1898] 10.0.0.183 () {34 vars in 664 bytes} [Tue Mar 31 06:15:02 2026] POST /v2.0/trunks => generated 407 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:15:02.426 7 INFO neutron.api.v2.resource [None req-ea14f6cd-1ad8-4a60-8680-3f5f7ae81d01 a5a63a929bd64dabb94ed156f7fd9b11 ea4dd9c2507f434a8cfa60ddf7db93b6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 983/1899] 10.0.0.183 () {32 vars in 741 bytes} [Tue Mar 31 06:15:02 2026] GET /v2.0/subnets/e10d8459-f7d6-4265-89a6-9b716cf93ea9/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1900] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:15:02 2026] GET /v2.0/ports?device_id=60bbad89-46c0-42b3-acb8-44819d023dfa => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:15:02.488 7 INFO neutron.db.segments_db [None req-425cce32-5825-4f89-abbe-1819db043823 c00973574a2c42548c1551558d624d70 6ce3924c717e47d28892dbb7d89d14b0 - - default default] Added segment fe5e7889-abdd-437c-826e-017fb5f38c72 of type vxlan for network f12b8def-64e8-4bd6-987f-7f0cadbebeb3 [pid: 7|app: 0|req: 985/1901] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:15:02 2026] POST /v2.0/networks => generated 631 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1902] 10.0.0.183 () {32 vars in 740 bytes} [Tue Mar 31 06:15:02 2026] DELETE /v2.0/subnets/e10d8459-f7d6-4265-89a6-9b716cf93ea9/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1903] 10.0.0.183 () {34 vars in 787 bytes} [Tue Mar 31 06:15:01 2026] PUT /v2.0/routers/0f116b8f-191c-4d08-823c-9b0677e13d99/remove_router_interface => generated 309 bytes in 677 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1904] 10.0.0.183 () {32 vars in 729 bytes} [Tue Mar 31 06:15:02 2026] GET /v2.0/subnets/e10d8459-f7d6-4265-89a6-9b716cf93ea9/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1905] 10.0.0.183 () {32 vars in 734 bytes} [Tue Mar 31 06:15:02 2026] GET /v2.0/ports?device_id=0f116b8f-191c-4d08-823c-9b0677e13d99 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:15:02.700 8 INFO neutron.api.v2.resource [None req-a3c1157b-12fe-4c18-aea3-e816e3ea8481 a5a63a929bd64dabb94ed156f7fd9b11 ea4dd9c2507f434a8cfa60ddf7db93b6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 920/1906] 10.0.0.183 () {32 vars in 744 bytes} [Tue Mar 31 06:15:02 2026] DELETE /v2.0/subnets/e10d8459-f7d6-4265-89a6-9b716cf93ea9/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: 987/1907] 10.0.0.183 () {34 vars in 662 bytes} [Tue Mar 31 06:15:02 2026] POST /v2.0/ports => generated 743 bytes in 243 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-03-31 06:15:02.864 8 INFO neutron_taas.services.taas.taas_plugin [None req-101aaf82-3526-4239-9a55-d862be0de8fd 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] TaaS: Handle Delete Port: 2a43a2f7-537c-4052-9364-91cdd28eef25 2026-03-31 06:15:02.867 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-101aaf82-3526-4239-9a55-d862be0de8fd 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] Tap Mirror: Handle Delete Port: 2a43a2f7-537c-4052-9364-91cdd28eef25 [pid: 7|app: 0|req: 988/1908] 10.0.0.183 () {32 vars in 732 bytes} [Tue Mar 31 06:15:02 2026] DELETE /v2.0/subnets/e10d8459-f7d6-4265-89a6-9b716cf93ea9/tags => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1909] 10.0.0.183 () {34 vars in 664 bytes} [Tue Mar 31 06:15:02 2026] POST /v2.0/trunks => generated 407 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1910] 10.0.0.183 () {32 vars in 729 bytes} [Tue Mar 31 06:15:03 2026] GET /v2.0/subnets/e10d8459-f7d6-4265-89a6-9b716cf93ea9/tags => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:15:03.155 7 INFO neutron.db.segments_db [None req-3593b29a-040f-420a-9f3a-e608d472a2e6 c00973574a2c42548c1551558d624d70 6ce3924c717e47d28892dbb7d89d14b0 - - default default] Added segment 0d053415-979c-4e95-9a50-a92d4a62fc5c of type vxlan for network b87be7b2-d582-48ff-abbb-e859390d8274 2026-03-31 06:15:03.184 8 INFO neutron.services.segments.plugin [-] Segment 505fe4e6-efea-4ce5-a075-b1702b6cd2e8 resource provider aggregate not found 2026-03-31 06:15:03.187 8 INFO neutron.services.segments.plugin [-] Segment 505fe4e6-efea-4ce5-a075-b1702b6cd2e8 resource provider aggregate not found 2026-03-31 06:15:03.204 8 INFO neutron.services.segments.plugin [-] Segment 505fe4e6-efea-4ce5-a075-b1702b6cd2e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 505fe4e6-efea-4ce5-a075-b1702b6cd2e8 found for delete ", "request_id": "req-87ee8244-5373-4706-93a7-f9c6fb584d3c"}]} 2026-03-31 06:15:03.206 8 INFO neutron.services.segments.plugin [-] Segment 505fe4e6-efea-4ce5-a075-b1702b6cd2e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 505fe4e6-efea-4ce5-a075-b1702b6cd2e8 found for delete ", "request_id": "req-5f3c3eff-1fe8-4fc4-95b7-c3c551a3d9d6"}]} 2026-03-31 06:15:03.211 8 INFO neutron.db.l3_hamode_db [None req-101aaf82-3526-4239-9a55-d862be0de8fd 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] HA network fe4d3b06-20fd-4519-a37e-9583aa41c2f0 was deleted as no HA routers are present in tenant c58bfd4778c64e1392601e81225b3f8d. [pid: 8|app: 0|req: 921/1911] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:15:02 2026] DELETE /v2.0/routers/0f116b8f-191c-4d08-823c-9b0677e13d99 => generated 0 bytes in 518 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1912] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:15:03 2026] POST /v2.0/networks => generated 632 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1913] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:15:03 2026] DELETE /v2.0/subnets/e10d8459-f7d6-4265-89a6-9b716cf93ea9 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1914] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:15:03 2026] DELETE /v2.0/subnets/bcd2c7b9-857f-4f47-98b4-ac8be59bae78 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:15:03.537 7 INFO neutron.services.segments.plugin [-] Segment ecc21d21-e573-4e77-9203-837488d237fe resource provider aggregate not found 2026-03-31 06:15:03.539 7 INFO neutron.services.segments.plugin [-] Segment ecc21d21-e573-4e77-9203-837488d237fe resource provider aggregate not found 2026-03-31 06:15:03.557 7 INFO neutron.services.segments.plugin [-] Segment ecc21d21-e573-4e77-9203-837488d237fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecc21d21-e573-4e77-9203-837488d237fe found for delete ", "request_id": "req-6c108fb9-a7ad-4a6e-b6b1-db4fec42e998"}]} 2026-03-31 06:15:03.562 7 INFO neutron.services.segments.plugin [-] Segment ecc21d21-e573-4e77-9203-837488d237fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecc21d21-e573-4e77-9203-837488d237fe found for delete ", "request_id": "req-b7dcc421-03f0-4af5-9032-6992c56dfa0c"}]} [pid: 7|app: 0|req: 993/1915] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:15:03 2026] DELETE /v2.0/networks/df075131-bcf6-419f-8354-d7dc847e06f0 => 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: 923/1916] 10.0.0.183 () {34 vars in 662 bytes} [Tue Mar 31 06:15:03 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 924/1917] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:15:03 2026] GET /v2.0/ports?device_id=60bbad89-46c0-42b3-acb8-44819d023dfa => 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: 994/1918] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:15:03 2026] DELETE /v2.0/subnets/be2eaba5-fb34-48c6-994d-d158f17f2624 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:15:03.816 7 INFO neutron_taas.services.taas.taas_plugin [None req-a2210560-3fa1-433d-9c1a-a380537fdd63 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] TaaS: Handle Delete Port: 7171f353-68e0-4e9b-881d-c2c6d0f31b42 2026-03-31 06:15:03.820 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a2210560-3fa1-433d-9c1a-a380537fdd63 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] Tap Mirror: Handle Delete Port: 7171f353-68e0-4e9b-881d-c2c6d0f31b42 [pid: 8|app: 0|req: 925/1919] 10.0.0.183 () {34 vars in 664 bytes} [Tue Mar 31 06:15:03 2026] POST /v2.0/trunks => generated 407 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1920] 10.0.0.183 () {34 vars in 747 bytes} [Tue Mar 31 06:15:03 2026] PUT /v2.0/trunks/b5e6813c-7e7b-425f-ba7f-532e34bd8f66/tags => generated 17 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1921] 10.0.0.183 () {34 vars in 747 bytes} [Tue Mar 31 06:15:03 2026] PUT /v2.0/trunks/b2bde6a1-cb7c-4ccb-8439-0786029ae049/tags => generated 25 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1922] 10.0.0.183 () {34 vars in 747 bytes} [Tue Mar 31 06:15:03 2026] PUT /v2.0/trunks/70d39e05-a0de-4096-a72b-1c5a56f7a835/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1923] 10.0.0.183 () {34 vars in 747 bytes} [Tue Mar 31 06:15:03 2026] PUT /v2.0/trunks/457298c1-a9da-4cb1-99f9-552b8bc956fd/tags => 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: 995/1924] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:15:03 2026] DELETE /v2.0/networks/beaeb20c-d9a6-45ea-b310-140e3d9502b1 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1925] 10.0.0.183 () {32 vars in 660 bytes} [Tue Mar 31 06:15:04 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1926] 10.0.0.183 () {32 vars in 674 bytes} [Tue Mar 31 06:15:04 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1927] 10.0.0.183 () {32 vars in 670 bytes} [Tue Mar 31 06:15:04 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1928] 10.0.0.183 () {32 vars in 682 bytes} [Tue Mar 31 06:15:04 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:15:04.153 7 INFO neutron_taas.services.taas.taas_plugin [None req-ddc6f356-472a-4e6f-a736-4601400b1e02 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] TaaS: Handle Delete Port: 979fa78b-5a0b-43af-a873-6fe2a4a2a232 2026-03-31 06:15:04.157 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ddc6f356-472a-4e6f-a736-4601400b1e02 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] Tap Mirror: Handle Delete Port: 979fa78b-5a0b-43af-a873-6fe2a4a2a232 [pid: 8|app: 0|req: 934/1929] 10.0.0.183 () {32 vars in 668 bytes} [Tue Mar 31 06:15:04 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1930] 10.0.0.183 () {32 vars in 682 bytes} [Tue Mar 31 06:15:04 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: 8|app: 0|req: 936/1931] 10.0.0.183 () {32 vars in 678 bytes} [Tue Mar 31 06:15:04 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1932] 10.0.0.183 () {32 vars in 690 bytes} [Tue Mar 31 06:15:04 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1933] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:15:04 2026] DELETE /v2.0/networks/ce3b5db7-108e-466d-becd-d6fe33bbfc40 => generated 0 bytes in 341 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1934] 10.0.0.183 () {32 vars in 717 bytes} [Tue Mar 31 06:15:04 2026] GET /v2.0/trunks/b5e6813c-7e7b-425f-ba7f-532e34bd8f66 => generated 412 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1935] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:15:04 2026] GET /v2.0/security-groups?tenant_id=ea4dd9c2507f434a8cfa60ddf7db93b6&name=default => generated 2925 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:15:04.442 7 INFO neutron.db.segments_db [None req-636ffdb6-164c-4e2b-91d8-8f63d56f4434 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] Added segment 39561491-9ef9-4b9b-a357-88c999d085ee of type vxlan for network 1f742eb0-bc87-4261-9dcf-da2a9b9eb223 [pid: 8|app: 0|req: 939/1936] 10.0.0.183 () {32 vars in 715 bytes} [Tue Mar 31 06:15:04 2026] GET /v2.0/ports/77e3e1d2-829f-4970-9f81-5a27e0ec342f => generated 826 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/1937] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:15:04 2026] POST /v2.0/networks => generated 630 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1938] 10.0.0.183 () {32 vars in 720 bytes} [Tue Mar 31 06:15:04 2026] DELETE /v2.0/trunks/b5e6813c-7e7b-425f-ba7f-532e34bd8f66 => 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: 940/1939] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:15:04 2026] DELETE /v2.0/security-groups/240539c7-0ff3-4a73-bbff-bbfd23648490 => 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: 941/1940] 10.0.0.183 () {32 vars in 717 bytes} [Tue Mar 31 06:15:04 2026] GET /v2.0/trunks/b2bde6a1-cb7c-4ccb-8439-0786029ae049 => generated 420 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1941] 10.0.0.183 () {32 vars in 715 bytes} [Tue Mar 31 06:15:04 2026] GET /v2.0/ports/9a5def62-2b16-4403-b08a-2bed13e8606d => generated 826 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1942] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:15:04 2026] GET /v2.0/security-groups?tenant_id=e7586e4cd3394c7f9ea5fc2d72915a42&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1943] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:15:04 2026] POST /v2.0/subnets => generated 626 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1944] 10.0.0.183 () {32 vars in 720 bytes} [Tue Mar 31 06:15:04 2026] DELETE /v2.0/trunks/b2bde6a1-cb7c-4ccb-8439-0786029ae049 => 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: 1001/1945] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:15:04 2026] DELETE /v2.0/security-groups/1de90981-4190-4026-a6c8-1aa8ae592289 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:15:04.999 8 INFO neutron.db.segments_db [None req-94b0b835-472e-4e1c-b1a5-ddc9668f00c4 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] Added segment e18e1650-15b4-4cf5-9d27-be352f1a9eb0 of type vxlan for network 5b2824e7-6cd7-4f0f-8ca6-aeaee1342927 [pid: 7|app: 0|req: 1002/1946] 10.0.0.183 () {32 vars in 717 bytes} [Tue Mar 31 06:15:04 2026] GET /v2.0/trunks/70d39e05-a0de-4096-a72b-1c5a56f7a835 => generated 429 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1947] 10.0.0.183 () {32 vars in 715 bytes} [Tue Mar 31 06:15:05 2026] GET /v2.0/ports/f1d92cf5-454f-48ee-a9cf-aa2d41156665 => generated 826 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1948] 10.0.0.183 () {32 vars in 720 bytes} [Tue Mar 31 06:15:05 2026] DELETE /v2.0/trunks/70d39e05-a0de-4096-a72b-1c5a56f7a835 => 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: 1005/1949] 10.0.0.183 () {32 vars in 717 bytes} [Tue Mar 31 06:15:05 2026] GET /v2.0/trunks/457298c1-a9da-4cb1-99f9-552b8bc956fd => generated 414 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1950] 10.0.0.183 () {32 vars in 715 bytes} [Tue Mar 31 06:15:05 2026] GET /v2.0/ports/16dc1895-2853-45d9-b86d-98cdeff4b44b => generated 826 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:15:05.295 8 INFO neutron.db.l3_hamode_db [None req-94b0b835-472e-4e1c-b1a5-ddc9668f00c4 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1007/1951] 10.0.0.183 () {32 vars in 720 bytes} [Tue Mar 31 06:15:05 2026] DELETE /v2.0/trunks/457298c1-a9da-4cb1-99f9-552b8bc956fd => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/1954] 10.0.0.183 () {32 vars in 717 bytes} [Tue Mar 31 06:15:05 2026] GET /v2.0/trunks/4b463906-099b-44ae-8612-ef9cd4e3efa6 => generated 407 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/1955] 10.0.0.183 () {32 vars in 715 bytes} [Tue Mar 31 06:15:05 2026] GET /v2.0/ports/fe6ce7ba-8b5a-4c63-9ac8-ad8adeab94d2 => generated 826 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/1956] 10.0.0.183 () {32 vars in 720 bytes} [Tue Mar 31 06:15:05 2026] DELETE /v2.0/trunks/4b463906-099b-44ae-8612-ef9cd4e3efa6 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:15:05.581 7 INFO neutron.services.segments.plugin [-] Segment 5488539e-9f76-4482-ba06-c240404a52e1 resource provider aggregate not found 2026-03-31 06:15:05.586 7 INFO neutron.services.segments.plugin [-] Segment 5488539e-9f76-4482-ba06-c240404a52e1 resource provider aggregate not found 2026-03-31 06:15:05.616 7 INFO neutron.services.segments.plugin [-] Segment 5488539e-9f76-4482-ba06-c240404a52e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5488539e-9f76-4482-ba06-c240404a52e1 found for delete ", "request_id": "req-0dc425d7-3f38-4fe3-86b3-22856b4e2252"}]} 2026-03-31 06:15:05.631 7 INFO neutron.services.segments.plugin [-] Segment 5488539e-9f76-4482-ba06-c240404a52e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5488539e-9f76-4482-ba06-c240404a52e1 found for delete ", "request_id": "req-978046db-67cb-4c59-8c33-a44f5704c94e"}]} 2026-03-31 06:15:05.640 7 INFO neutron.services.segments.plugin [-] Segment 47ceebd5-eef4-467f-ad05-91c6153da907 resource provider aggregate not found 2026-03-31 06:15:05.658 7 INFO neutron_taas.services.taas.taas_plugin [None req-39012dce-6fbf-481f-8373-a1662e1cda8f c00973574a2c42548c1551558d624d70 6ce3924c717e47d28892dbb7d89d14b0 - - default default] TaaS: Handle Delete Port: 77e3e1d2-829f-4970-9f81-5a27e0ec342f 2026-03-31 06:15:05.660 7 INFO neutron.services.segments.plugin [-] Segment 47ceebd5-eef4-467f-ad05-91c6153da907 resource provider aggregate not found 2026-03-31 06:15:05.675 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39012dce-6fbf-481f-8373-a1662e1cda8f c00973574a2c42548c1551558d624d70 6ce3924c717e47d28892dbb7d89d14b0 - - default default] Tap Mirror: Handle Delete Port: 77e3e1d2-829f-4970-9f81-5a27e0ec342f 2026-03-31 06:15:05.679 7 INFO neutron.services.segments.plugin [-] Segment 47ceebd5-eef4-467f-ad05-91c6153da907 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47ceebd5-eef4-467f-ad05-91c6153da907 found for delete ", "request_id": "req-952d01aa-71e4-4e04-a0a9-34a8ee8c092e"}]} 2026-03-31 06:15:05.700 7 INFO neutron.services.segments.plugin [-] Segment 47ceebd5-eef4-467f-ad05-91c6153da907 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47ceebd5-eef4-467f-ad05-91c6153da907 found for delete ", "request_id": "req-38a63f20-b09e-4d4b-a784-4664764aa8a0"}]} [pid: 7|app: 0|req: 1013/1957] 10.0.0.183 () {32 vars in 718 bytes} [Tue Mar 31 06:15:05 2026] DELETE /v2.0/ports/77e3e1d2-829f-4970-9f81-5a27e0ec342f => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:15:05.809 8 INFO neutron.db.l3_hamode_db [None req-94b0b835-472e-4e1c-b1a5-ddc9668f00c4 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-31 06:15:05.842 7 INFO neutron_taas.services.taas.taas_plugin [None req-5a51985e-f58b-4abe-a807-0288e88276ff c00973574a2c42548c1551558d624d70 6ce3924c717e47d28892dbb7d89d14b0 - - default default] TaaS: Handle Delete Port: 9a5def62-2b16-4403-b08a-2bed13e8606d 2026-03-31 06:15:05.844 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a51985e-f58b-4abe-a807-0288e88276ff c00973574a2c42548c1551558d624d70 6ce3924c717e47d28892dbb7d89d14b0 - - default default] Tap Mirror: Handle Delete Port: 9a5def62-2b16-4403-b08a-2bed13e8606d [pid: 7|app: 0|req: 1014/1958] 10.0.0.183 () {32 vars in 718 bytes} [Tue Mar 31 06:15:05 2026] DELETE /v2.0/ports/9a5def62-2b16-4403-b08a-2bed13e8606d => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:15:06.320 7 INFO neutron_taas.services.taas.taas_plugin [None req-ff440efb-f41e-4668-a58e-8626f3b1e4d4 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: a2f87f7b-bb2d-4d3f-aa28-5e5987056dca 2026-03-31 06:15:06.323 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff440efb-f41e-4668-a58e-8626f3b1e4d4 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: a2f87f7b-bb2d-4d3f-aa28-5e5987056dca [pid: 8|app: 0|req: 945/1959] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:15:04 2026] POST /v2.0/routers => generated 507 bytes in 1387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:15:06.454 8 INFO neutron_taas.services.taas.taas_plugin [None req-4118b51c-f705-4507-b764-9ed1977be28d c00973574a2c42548c1551558d624d70 6ce3924c717e47d28892dbb7d89d14b0 - - default default] TaaS: Handle Delete Port: f1d92cf5-454f-48ee-a9cf-aa2d41156665 2026-03-31 06:15:06.457 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4118b51c-f705-4507-b764-9ed1977be28d c00973574a2c42548c1551558d624d70 6ce3924c717e47d28892dbb7d89d14b0 - - default default] Tap Mirror: Handle Delete Port: f1d92cf5-454f-48ee-a9cf-aa2d41156665 [pid: 8|app: 0|req: 946/1960] 10.0.0.183 () {32 vars in 718 bytes} [Tue Mar 31 06:15:06 2026] DELETE /v2.0/ports/f1d92cf5-454f-48ee-a9cf-aa2d41156665 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1961] 10.0.0.183 () {34 vars in 787 bytes} [Tue Mar 31 06:15:05 2026] PUT /v2.0/routers/c764b34d-8130-4664-99b9-facc2e29620a/remove_router_interface => generated 309 bytes in 917 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1962] 10.0.0.183 () {34 vars in 663 bytes} [Tue Mar 31 06:15:06 2026] POST /v2.0/ports => generated 947 bytes in 325 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-03-31 06:15:06.959 7 INFO neutron_taas.services.taas.taas_plugin [None req-8d3057ed-4192-4105-b85c-0c07ccfcd877 c00973574a2c42548c1551558d624d70 6ce3924c717e47d28892dbb7d89d14b0 - - default default] TaaS: Handle Delete Port: 16dc1895-2853-45d9-b86d-98cdeff4b44b 2026-03-31 06:15:06.963 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d3057ed-4192-4105-b85c-0c07ccfcd877 c00973574a2c42548c1551558d624d70 6ce3924c717e47d28892dbb7d89d14b0 - - default default] Tap Mirror: Handle Delete Port: 16dc1895-2853-45d9-b86d-98cdeff4b44b 2026-03-31 06:15:07.050 8 INFO neutron_taas.services.taas.taas_plugin [None req-8c5d56b2-6a92-4176-a483-8a9db116de2b 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: 8eacc053-8db3-4452-b623-e3b8c2314369 [pid: 7|app: 0|req: 1016/1963] 10.0.0.183 () {32 vars in 718 bytes} [Tue Mar 31 06:15:06 2026] DELETE /v2.0/ports/16dc1895-2853-45d9-b86d-98cdeff4b44b => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:15:07.052 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c5d56b2-6a92-4176-a483-8a9db116de2b 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: 8eacc053-8db3-4452-b623-e3b8c2314369 2026-03-31 06:15:07.288 8 INFO neutron_taas.services.taas.taas_plugin [None req-8c5d56b2-6a92-4176-a483-8a9db116de2b 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: 90d75e9b-c6a5-4a8c-a003-78965fa0df07 2026-03-31 06:15:07.291 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c5d56b2-6a92-4176-a483-8a9db116de2b 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: 90d75e9b-c6a5-4a8c-a003-78965fa0df07 2026-03-31 06:15:07.625 8 INFO neutron.services.segments.plugin [-] Segment e87d088c-2e28-44a8-93e2-235ebda0d226 resource provider aggregate not found 2026-03-31 06:15:07.630 8 INFO neutron.services.segments.plugin [-] Segment e87d088c-2e28-44a8-93e2-235ebda0d226 resource provider aggregate not found 2026-03-31 06:15:07.645 8 INFO neutron.db.l3_hamode_db [None req-8c5d56b2-6a92-4176-a483-8a9db116de2b 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] HA network c91306d6-5bbb-4eef-864c-2126bce08539 was deleted as no HA routers are present in tenant d329f90287934d47a808f57f386c201a. 2026-03-31 06:15:07.649 8 INFO neutron.services.segments.plugin [-] Segment e87d088c-2e28-44a8-93e2-235ebda0d226 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e87d088c-2e28-44a8-93e2-235ebda0d226 found for delete ", "request_id": "req-e7db48f2-124a-4577-9b64-e18c56c0f3b2"}]} 2026-03-31 06:15:07.656 8 INFO neutron.services.segments.plugin [-] Segment e87d088c-2e28-44a8-93e2-235ebda0d226 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e87d088c-2e28-44a8-93e2-235ebda0d226 found for delete ", "request_id": "req-113fbfba-c4c9-40fc-938c-5d5c96ea5852"}]} [pid: 8|app: 0|req: 948/1964] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:15:06 2026] DELETE /v2.0/routers/c764b34d-8130-4664-99b9-facc2e29620a => generated 0 bytes in 798 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:15:07.730 8 INFO neutron_taas.services.taas.taas_plugin [None req-efac1f70-02a2-46bc-985f-8bb938310c59 c00973574a2c42548c1551558d624d70 6ce3924c717e47d28892dbb7d89d14b0 - - default default] TaaS: Handle Delete Port: fe6ce7ba-8b5a-4c63-9ac8-ad8adeab94d2 2026-03-31 06:15:07.732 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-efac1f70-02a2-46bc-985f-8bb938310c59 c00973574a2c42548c1551558d624d70 6ce3924c717e47d28892dbb7d89d14b0 - - default default] Tap Mirror: Handle Delete Port: fe6ce7ba-8b5a-4c63-9ac8-ad8adeab94d2 [pid: 8|app: 0|req: 949/1965] 10.0.0.183 () {32 vars in 718 bytes} [Tue Mar 31 06:15:07 2026] DELETE /v2.0/ports/fe6ce7ba-8b5a-4c63-9ac8-ad8adeab94d2 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1966] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:15:07 2026] DELETE /v2.0/subnets/ae04d61a-4074-479c-82ec-fd157a0547a0 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1967] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:15:07 2026] DELETE /v2.0/networks/5de8de79-7e2f-4a23-8830-eedecc4cdf74 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:15:08.212 8 INFO neutron_taas.services.taas.taas_plugin [None req-b3b84f04-2501-423e-82fd-a0475881b55d 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: 5c1bea94-20b5-4de9-9c3c-a4be7c19a16d 2026-03-31 06:15:08.216 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3b84f04-2501-423e-82fd-a0475881b55d 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: 5c1bea94-20b5-4de9-9c3c-a4be7c19a16d [pid: 7|app: 0|req: 1017/1968] 10.0.0.183 () {34 vars in 781 bytes} [Tue Mar 31 06:15:07 2026] PUT /v2.0/routers/8dadd113-722b-4930-94c3-9aa9597dfe75/add_router_interface => generated 309 bytes in 1236 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-03-31 06:15:08.384 7 INFO neutron.services.segments.plugin [-] Segment acd7bb0b-6e12-4449-ae70-4cc361eaa13b resource provider aggregate not found 2026-03-31 06:15:08.387 7 INFO neutron.services.segments.plugin [-] Segment acd7bb0b-6e12-4449-ae70-4cc361eaa13b resource provider aggregate not found 2026-03-31 06:15:08.406 7 INFO neutron.services.segments.plugin [-] Segment acd7bb0b-6e12-4449-ae70-4cc361eaa13b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acd7bb0b-6e12-4449-ae70-4cc361eaa13b found for delete ", "request_id": "req-03a9ba0a-2147-4ec3-a46a-eee3be850cae"}]} [pid: 7|app: 0|req: 1018/1969] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:15:08 2026] DELETE /v2.0/networks/4901da0c-51b9-46c6-9c96-0b015ce5bcc1 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1970] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:15:08 2026] DELETE /v2.0/networks/edfe5534-9ea0-414f-8a26-0d76e7f9291f => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:15:08.416 7 INFO neutron.services.segments.plugin [-] Segment acd7bb0b-6e12-4449-ae70-4cc361eaa13b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acd7bb0b-6e12-4449-ae70-4cc361eaa13b found for delete ", "request_id": "req-3feae1cd-32dd-4435-a64a-1fd905d38f23"}]} [pid: 8|app: 0|req: 953/1971] 10.0.0.183 () {32 vars in 715 bytes} [Tue Mar 31 06:15:08 2026] GET /v2.0/ports/586cd37d-f1be-4845-8293-70e6433bed02 => generated 1021 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1972] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:15:08 2026] DELETE /v2.0/networks/60591305-7047-4fdc-8939-256625e18896 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:15:08.788 7 INFO neutron.db.segments_db [None req-ea5e6b45-a415-4064-85ad-8c625388920a 08731e18f0c440c6983564bc7aa1ea3e f3e691578a524d898ef118265ff12d33 - - default default] Added segment 29d6d6f6-71d7-49da-aca4-5a49e71e12b3 of type vxlan for network 005dee0e-cf07-4223-9070-65d0aba6e664 [pid: 7|app: 0|req: 1019/1973] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:15:08 2026] POST /v2.0/networks => generated 632 bytes in 458 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:15:08.904 8 INFO neutron_taas.services.taas.taas_plugin [None req-b40250db-cadb-4a54-afd5-495f69055f59 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] TaaS: Handle Delete Port: 586cd37d-f1be-4845-8293-70e6433bed02 2026-03-31 06:15:08.907 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b40250db-cadb-4a54-afd5-495f69055f59 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] Tap Mirror: Handle Delete Port: 586cd37d-f1be-4845-8293-70e6433bed02 [pid: 7|app: 0|req: 1020/1974] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:15:08 2026] DELETE /v2.0/networks/f12b8def-64e8-4bd6-987f-7f0cadbebeb3 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/1975] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:15:09 2026] GET /v2.0/security-groups?tenant_id=d329f90287934d47a808f57f386c201a&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:15:09.083 7 INFO neutron.db.segments_db [None req-1d5a6d03-a870-4642-b8e6-d4fb2e8d99b1 08731e18f0c440c6983564bc7aa1ea3e f3e691578a524d898ef118265ff12d33 - - default default] Added segment 7d18854d-b397-4aac-b4b3-03e39178cb70 of type vxlan for network c143fc10-e3d1-4bba-91dd-81bac0cea3c9 [pid: 7|app: 0|req: 1022/1976] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:15:09 2026] POST /v2.0/networks => generated 632 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/1977] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:15:09 2026] DELETE /v2.0/networks/b87be7b2-d582-48ff-abbb-e859390d8274 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1978] 10.0.0.183 () {34 vars in 787 bytes} [Tue Mar 31 06:15:08 2026] PUT /v2.0/routers/8dadd113-722b-4930-94c3-9aa9597dfe75/remove_router_interface => generated 309 bytes in 762 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: 1024/1979] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:15:09 2026] DELETE /v2.0/security-groups/bec95a96-f16f-4a0a-99ba-544e94288c60 => 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: 956/1980] 10.0.0.183 () {34 vars in 751 bytes} [Tue Mar 31 06:15:09 2026] PUT /v2.0/networks/005dee0e-cf07-4223-9070-65d0aba6e664/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1981] 10.0.0.183 () {32 vars in 731 bytes} [Tue Mar 31 06:15:09 2026] GET /v2.0/networks/005dee0e-cf07-4223-9070-65d0aba6e664/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1982] 10.0.0.183 () {34 vars in 751 bytes} [Tue Mar 31 06:15:09 2026] PUT /v2.0/networks/c143fc10-e3d1-4bba-91dd-81bac0cea3c9/tags => generated 17 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:15:09.562 7 INFO neutron.api.v2.resource [None req-ef771aa3-a87c-443d-aa78-9aec12edc784 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1025/1983] 10.0.0.183 () {34 vars in 787 bytes} [Tue Mar 31 06:15:09 2026] PUT /v2.0/routers/8dadd113-722b-4930-94c3-9aa9597dfe75/remove_router_interface => generated 197 bytes in 158 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/1984] 10.0.0.183 () {32 vars in 734 bytes} [Tue Mar 31 06:15:09 2026] GET /v2.0/ports?device_id=8dadd113-722b-4930-94c3-9aa9597dfe75 => 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: 959/1985] 10.0.0.183 () {32 vars in 731 bytes} [Tue Mar 31 06:15:09 2026] GET /v2.0/networks/c143fc10-e3d1-4bba-91dd-81bac0cea3c9/tags => generated 17 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/1986] 10.0.0.183 () {34 vars in 751 bytes} [Tue Mar 31 06:15:09 2026] PUT /v2.0/networks/c143fc10-e3d1-4bba-91dd-81bac0cea3c9/tags => generated 12 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:15:09.701 8 INFO neutron.services.segments.plugin [-] Segment d2ef20d6-244e-4850-bebc-28fbf65a863a resource provider aggregate not found 2026-03-31 06:15:09.708 8 INFO neutron.services.segments.plugin [-] Segment d2ef20d6-244e-4850-bebc-28fbf65a863a resource provider aggregate not found 2026-03-31 06:15:09.726 8 INFO neutron.services.segments.plugin [-] Segment d2ef20d6-244e-4850-bebc-28fbf65a863a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2ef20d6-244e-4850-bebc-28fbf65a863a found for delete ", "request_id": "req-41a70c6b-f78a-4714-a0b2-21e1c3a2ca1c"}]} 2026-03-31 06:15:09.734 8 INFO neutron.services.segments.plugin [-] Segment d2ef20d6-244e-4850-bebc-28fbf65a863a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2ef20d6-244e-4850-bebc-28fbf65a863a found for delete ", "request_id": "req-4f49dce7-8d6f-4c1a-af8f-845c94cdf8b0"}]} [pid: 7|app: 0|req: 1028/1987] 10.0.0.183 () {32 vars in 731 bytes} [Tue Mar 31 06:15:09 2026] GET /v2.0/networks/c143fc10-e3d1-4bba-91dd-81bac0cea3c9/tags => generated 12 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:15:09.748 8 INFO neutron.services.segments.plugin [-] Segment d611f3fa-a2bf-41b6-a086-5365ca26ce27 resource provider aggregate not found 2026-03-31 06:15:09.764 8 INFO neutron.services.segments.plugin [-] Segment d611f3fa-a2bf-41b6-a086-5365ca26ce27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d611f3fa-a2bf-41b6-a086-5365ca26ce27 found for delete ", "request_id": "req-e4c6856c-beab-49a2-9621-65832901dc9b"}]} 2026-03-31 06:15:09.769 8 INFO neutron.services.segments.plugin [-] Segment d611f3fa-a2bf-41b6-a086-5365ca26ce27 resource provider aggregate not found 2026-03-31 06:15:09.787 8 INFO neutron.services.segments.plugin [-] Segment c7309782-f4ec-422d-9e21-9da57a62f6f2 resource provider aggregate not found 2026-03-31 06:15:09.793 8 INFO neutron.services.segments.plugin [-] Segment d611f3fa-a2bf-41b6-a086-5365ca26ce27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d611f3fa-a2bf-41b6-a086-5365ca26ce27 found for delete ", "request_id": "req-69792330-8985-4292-b1c2-49a6d6835c58"}]} [pid: 7|app: 0|req: 1029/1988] 10.0.0.183 () {32 vars in 731 bytes} [Tue Mar 31 06:15:09 2026] GET /v2.0/networks/005dee0e-cf07-4223-9070-65d0aba6e664/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:15:09.827 8 INFO neutron.services.segments.plugin [-] Segment c7309782-f4ec-422d-9e21-9da57a62f6f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7309782-f4ec-422d-9e21-9da57a62f6f2 found for delete ", "request_id": "req-253f9ebe-1d3d-4b3f-a6c2-52a1f38fb244"}]} 2026-03-31 06:15:09.837 8 INFO neutron.services.segments.plugin [-] Segment c7309782-f4ec-422d-9e21-9da57a62f6f2 resource provider aggregate not found 2026-03-31 06:15:09.862 8 INFO neutron.services.segments.plugin [-] Segment c7309782-f4ec-422d-9e21-9da57a62f6f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7309782-f4ec-422d-9e21-9da57a62f6f2 found for delete ", "request_id": "req-0abe2cb6-f6a1-480b-9f3e-dc3a7fcab83a"}]} 2026-03-31 06:15:09.867 8 INFO neutron_taas.services.taas.taas_plugin [None req-f8a44e68-a923-4b25-a30d-06ac644596d2 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] TaaS: Handle Delete Port: 5a3ab59b-b187-4092-8069-89949c34230d 2026-03-31 06:15:09.871 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f8a44e68-a923-4b25-a30d-06ac644596d2 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] Tap Mirror: Handle Delete Port: 5a3ab59b-b187-4092-8069-89949c34230d [pid: 7|app: 0|req: 1030/1989] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:15:09 2026] DELETE /v2.0/networks/005dee0e-cf07-4223-9070-65d0aba6e664 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/1990] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:15:09 2026] DELETE /v2.0/networks/c143fc10-e3d1-4bba-91dd-81bac0cea3c9 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:15:10.224 8 INFO neutron.db.l3_hamode_db [None req-f8a44e68-a923-4b25-a30d-06ac644596d2 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] HA network 5b2824e7-6cd7-4f0f-8ca6-aeaee1342927 was deleted as no HA routers are present in tenant c58bfd4778c64e1392601e81225b3f8d. [pid: 8|app: 0|req: 960/1991] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:15:09 2026] DELETE /v2.0/routers/8dadd113-722b-4930-94c3-9aa9597dfe75 => generated 0 bytes in 634 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/1992] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:15:10 2026] DELETE /v2.0/subnets/b971f41b-0841-47db-906c-43ddc3c2f0c8 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:15:10.423 7 INFO neutron.services.segments.plugin [-] Segment fe5e7889-abdd-437c-826e-017fb5f38c72 resource provider aggregate not found 2026-03-31 06:15:10.436 7 INFO neutron.services.segments.plugin [-] Segment fe5e7889-abdd-437c-826e-017fb5f38c72 resource provider aggregate not found 2026-03-31 06:15:10.446 7 INFO neutron.services.segments.plugin [-] Segment fe5e7889-abdd-437c-826e-017fb5f38c72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe5e7889-abdd-437c-826e-017fb5f38c72 found for delete ", "request_id": "req-8ed9a76f-4a37-4eaa-8f9b-85e191cb6632"}]} 2026-03-31 06:15:10.467 7 INFO neutron.services.segments.plugin [-] Segment fe5e7889-abdd-437c-826e-017fb5f38c72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe5e7889-abdd-437c-826e-017fb5f38c72 found for delete ", "request_id": "req-168ac1eb-ebed-42df-8371-b52691d78f9b"}]} 2026-03-31 06:15:10.472 7 INFO neutron.services.segments.plugin [-] Segment 0d053415-979c-4e95-9a50-a92d4a62fc5c resource provider aggregate not found 2026-03-31 06:15:10.491 7 INFO neutron.services.segments.plugin [-] Segment 0d053415-979c-4e95-9a50-a92d4a62fc5c resource provider aggregate not found 2026-03-31 06:15:10.493 7 INFO neutron.services.segments.plugin [-] Segment 0d053415-979c-4e95-9a50-a92d4a62fc5c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d053415-979c-4e95-9a50-a92d4a62fc5c found for delete ", "request_id": "req-0f4f00d8-02a1-4f09-a2e5-ecec86458a8b"}]} 2026-03-31 06:15:10.518 7 INFO neutron.services.segments.plugin [-] Segment 0d053415-979c-4e95-9a50-a92d4a62fc5c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d053415-979c-4e95-9a50-a92d4a62fc5c found for delete ", "request_id": "req-34f48156-4fe3-4d6f-bf32-590ba1e5c93d"}]} 2026-03-31 06:15:10.521 7 INFO neutron.services.segments.plugin [-] Segment 29d6d6f6-71d7-49da-aca4-5a49e71e12b3 resource provider aggregate not found 2026-03-31 06:15:10.546 7 INFO neutron.services.segments.plugin [-] Segment 29d6d6f6-71d7-49da-aca4-5a49e71e12b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29d6d6f6-71d7-49da-aca4-5a49e71e12b3 found for delete ", "request_id": "req-f09fd91a-62d2-455d-b9a1-7af74d662259"}]} 2026-03-31 06:15:10.557 7 INFO neutron.services.segments.plugin [-] Segment 29d6d6f6-71d7-49da-aca4-5a49e71e12b3 resource provider aggregate not found 2026-03-31 06:15:10.563 7 INFO neutron.services.segments.plugin [-] Segment 7d18854d-b397-4aac-b4b3-03e39178cb70 resource provider aggregate not found 2026-03-31 06:15:10.573 7 INFO neutron.services.segments.plugin [-] Segment 29d6d6f6-71d7-49da-aca4-5a49e71e12b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29d6d6f6-71d7-49da-aca4-5a49e71e12b3 found for delete ", "request_id": "req-843932f9-91c2-4979-b79b-cd17a72af0a7"}]} 2026-03-31 06:15:10.582 7 INFO neutron_taas.services.taas.taas_plugin [None req-2ac2f686-dfcf-436d-ad58-458bfcbce778 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] TaaS: Handle Delete Port: afe3e35b-aa64-4042-8b96-b815276b3604 2026-03-31 06:15:10.586 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ac2f686-dfcf-436d-ad58-458bfcbce778 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] Tap Mirror: Handle Delete Port: afe3e35b-aa64-4042-8b96-b815276b3604 2026-03-31 06:15:10.587 7 INFO neutron.services.segments.plugin [-] Segment 7d18854d-b397-4aac-b4b3-03e39178cb70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d18854d-b397-4aac-b4b3-03e39178cb70 found for delete ", "request_id": "req-b4f6f2a2-5e14-4b60-b665-a0a77e23d95f"}]} 2026-03-31 06:15:10.593 7 INFO neutron.services.segments.plugin [-] Segment 7d18854d-b397-4aac-b4b3-03e39178cb70 resource provider aggregate not found 2026-03-31 06:15:10.618 7 INFO neutron.services.segments.plugin [-] Segment 7d18854d-b397-4aac-b4b3-03e39178cb70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d18854d-b397-4aac-b4b3-03e39178cb70 found for delete ", "request_id": "req-141b1439-2ea1-47b8-93f8-81c47616b40c"}]} [pid: 8|app: 0|req: 961/1993] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:15:10 2026] GET /v2.0/security-groups?tenant_id=11ed111a4d90463f9b34f52c8cb3ae4d&name=default => generated 2925 bytes in 341 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/1994] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:15:10 2026] DELETE /v2.0/networks/1f742eb0-bc87-4261-9dcf-da2a9b9eb223 => generated 0 bytes in 362 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1995] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:15:10 2026] DELETE /v2.0/security-groups/64e787b2-0bd9-496d-8063-2accd4d511b0 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:15:10.855 8 INFO neutron.db.segments_db [None req-25384a37-44b5-450a-840d-ac8c38f17d11 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] Added segment cd071a98-885e-4416-a488-7e7c4a163488 of type vxlan for network 9473edbe-9eda-4954-b05e-035567397266 [pid: 8|app: 0|req: 963/1996] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:15:10 2026] POST /v2.0/networks => generated 630 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/1997] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:15:10 2026] GET /v2.0/security-groups?tenant_id=9bae987501964ad1a03219543456d4fd&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1998] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:15:10 2026] GET /v2.0/security-groups?tenant_id=89eaaa3a3daa435da6f7017ad8d5e7f0&name=default => generated 2925 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1999] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:15:11 2026] DELETE /v2.0/security-groups/96f2fabe-560e-41b5-a6bf-d30c58f77f44 => 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: 1035/2000] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:15:11 2026] POST /v2.0/subnets => generated 626 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/2001] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:15:11 2026] DELETE /v2.0/security-groups/2c8eea91-d1f4-4dcb-8cf2-7a417b3e12ab => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:15:11.289 7 INFO neutron.db.segments_db [None req-13f57a14-589b-44e6-9e52-4e2c8a1d6ef3 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] Added segment 6569c4dc-e8eb-48f0-9c8f-073790925840 of type vxlan for network f2919247-40f6-499f-b143-0579ac97b468 [pid: 8|app: 0|req: 967/2002] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:15:11 2026] GET /v2.0/security-groups?tenant_id=f3e691578a524d898ef118265ff12d33&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/2003] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:15:11 2026] DELETE /v2.0/security-groups/901ee0f0-545e-4aa4-9e18-76598af6c8ba => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:15:11.490 7 INFO neutron.db.l3_hamode_db [None req-13f57a14-589b-44e6-9e52-4e2c8a1d6ef3 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 969/2004] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:15:11 2026] GET /v2.0/security-groups?tenant_id=6ce3924c717e47d28892dbb7d89d14b0&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:15:11.573 7 INFO neutron.db.l3_hamode_db [None req-13f57a14-589b-44e6-9e52-4e2c8a1d6ef3 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 970/2005] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:15:11 2026] DELETE /v2.0/security-groups/1012a934-c6b1-4210-bfb1-795c811fe69a => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:15:11.860 8 INFO neutron.services.segments.plugin [-] Segment e18e1650-15b4-4cf5-9d27-be352f1a9eb0 resource provider aggregate not found 2026-03-31 06:15:11.882 8 INFO neutron.services.segments.plugin [-] Segment e18e1650-15b4-4cf5-9d27-be352f1a9eb0 resource provider aggregate not found 2026-03-31 06:15:11.887 8 INFO neutron.services.segments.plugin [-] Segment e18e1650-15b4-4cf5-9d27-be352f1a9eb0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e18e1650-15b4-4cf5-9d27-be352f1a9eb0 found for delete ", "request_id": "req-08c04b6b-35a0-4f2c-9c3d-35e909d84e48"}]} 2026-03-31 06:15:11.900 8 INFO neutron.services.segments.plugin [-] Segment e18e1650-15b4-4cf5-9d27-be352f1a9eb0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e18e1650-15b4-4cf5-9d27-be352f1a9eb0 found for delete ", "request_id": "req-844f0536-a9ae-4168-ade8-9618fc08c013"}]} [pid: 7|app: 0|req: 1036/2006] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:15:11 2026] POST /v2.0/routers => generated 507 bytes in 851 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:15:12.607 7 INFO neutron.services.segments.plugin [-] Segment 39561491-9ef9-4b9b-a357-88c999d085ee resource provider aggregate not found 2026-03-31 06:15:12.626 7 INFO neutron.services.segments.plugin [-] Segment 39561491-9ef9-4b9b-a357-88c999d085ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39561491-9ef9-4b9b-a357-88c999d085ee found for delete ", "request_id": "req-4f3035e3-ba02-4896-8198-fce1f6b09f40"}]} 2026-03-31 06:15:12.635 7 INFO neutron.services.segments.plugin [-] Segment 39561491-9ef9-4b9b-a357-88c999d085ee resource provider aggregate not found 2026-03-31 06:15:12.651 7 INFO neutron.services.segments.plugin [-] Segment 39561491-9ef9-4b9b-a357-88c999d085ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39561491-9ef9-4b9b-a357-88c999d085ee found for delete ", "request_id": "req-311d58fa-161b-4f04-96dd-236a59262e0c"}]} [pid: 8|app: 0|req: 971/2007] 10.0.0.183 () {34 vars in 781 bytes} [Tue Mar 31 06:15:12 2026] PUT /v2.0/routers/904e1e98-000e-4175-b1ce-a2cf7d592794/add_router_interface => generated 309 bytes in 1034 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2008] 10.0.0.183 () {32 vars in 715 bytes} [Tue Mar 31 06:15:13 2026] GET /v2.0/ports/fc22a6a9-2a8e-4116-a7ad-ce242aa5edc5 => generated 955 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:15:13.517 8 INFO neutron_taas.services.taas.taas_plugin [None req-753ed4da-5a3a-45d0-a4f8-9ad1a34ffd82 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] TaaS: Handle Delete Port: fc22a6a9-2a8e-4116-a7ad-ce242aa5edc5 2026-03-31 06:15:13.520 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-753ed4da-5a3a-45d0-a4f8-9ad1a34ffd82 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] Tap Mirror: Handle Delete Port: fc22a6a9-2a8e-4116-a7ad-ce242aa5edc5 [pid: 8|app: 0|req: 972/2009] 10.0.0.183 () {34 vars in 787 bytes} [Tue Mar 31 06:15:13 2026] PUT /v2.0/routers/904e1e98-000e-4175-b1ce-a2cf7d592794/remove_router_interface => generated 309 bytes in 819 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2010] 10.0.0.183 () {32 vars in 734 bytes} [Tue Mar 31 06:15:14 2026] GET /v2.0/ports?device_id=904e1e98-000e-4175-b1ce-a2cf7d592794 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:15:14.184 8 INFO neutron_taas.services.taas.taas_plugin [None req-167fe6c0-4960-4621-9436-c8b5ddfcf750 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] TaaS: Handle Delete Port: d33a2522-48f8-4833-9e3f-fd2e3ce65e6f 2026-03-31 06:15:14.186 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-167fe6c0-4960-4621-9436-c8b5ddfcf750 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] Tap Mirror: Handle Delete Port: d33a2522-48f8-4833-9e3f-fd2e3ce65e6f 2026-03-31 06:15:14.513 8 INFO neutron.services.segments.plugin [-] Segment 6569c4dc-e8eb-48f0-9c8f-073790925840 resource provider aggregate not found 2026-03-31 06:15:14.523 8 INFO neutron.services.segments.plugin [-] Segment 6569c4dc-e8eb-48f0-9c8f-073790925840 resource provider aggregate not found 2026-03-31 06:15:14.534 8 INFO neutron.services.segments.plugin [-] Segment 6569c4dc-e8eb-48f0-9c8f-073790925840 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6569c4dc-e8eb-48f0-9c8f-073790925840 found for delete ", "request_id": "req-d2485d11-02c1-4b6d-8fc2-fb33954c42ab"}]} 2026-03-31 06:15:14.538 8 INFO neutron.services.segments.plugin [-] Segment 6569c4dc-e8eb-48f0-9c8f-073790925840 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6569c4dc-e8eb-48f0-9c8f-073790925840 found for delete ", "request_id": "req-d321006f-ff3a-4e28-80bb-3d1c1f5c0354"}]} 2026-03-31 06:15:14.561 8 INFO neutron.db.l3_hamode_db [None req-167fe6c0-4960-4621-9436-c8b5ddfcf750 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] HA network f2919247-40f6-499f-b143-0579ac97b468 was deleted as no HA routers are present in tenant c58bfd4778c64e1392601e81225b3f8d. [pid: 8|app: 0|req: 973/2011] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:15:14 2026] DELETE /v2.0/routers/904e1e98-000e-4175-b1ce-a2cf7d592794 => generated 0 bytes in 523 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2012] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:15:14 2026] DELETE /v2.0/subnets/0e2a43ac-04c6-47ee-b6a0-dfd5763ad275 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:15:14.823 7 INFO neutron_taas.services.taas.taas_plugin [None req-a7e6f90b-cd42-4ea9-8d0c-13616fe493a8 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] TaaS: Handle Delete Port: 4d498ad6-6bd2-4a7b-a8e4-de8426b0ec9a 2026-03-31 06:15:14.827 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7e6f90b-cd42-4ea9-8d0c-13616fe493a8 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] Tap Mirror: Handle Delete Port: 4d498ad6-6bd2-4a7b-a8e4-de8426b0ec9a 2026-03-31 06:15:14.910 8 INFO neutron.db.segments_db [None req-872df4da-1f1f-4224-ad52-d7496e176f1d 14388e93fe0c443bb436e655036d436e 602f5093fa3e42b09f33a4b1429e3544 - - default default] Added segment fb80750b-f08b-4e88-8308-f4e69c81d661 of type vxlan for network 0fe0a587-a666-48de-9c51-d48b590a71df 2026-03-31 06:15:14.996 7 INFO neutron.services.segments.plugin [-] Segment cd071a98-885e-4416-a488-7e7c4a163488 resource provider aggregate not found [pid: 8|app: 0|req: 974/2013] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:15:14 2026] POST /v2.0/networks => generated 632 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:15:15.003 7 INFO neutron.services.segments.plugin [-] Segment cd071a98-885e-4416-a488-7e7c4a163488 resource provider aggregate not found 2026-03-31 06:15:15.020 7 INFO neutron.services.segments.plugin [-] Segment cd071a98-885e-4416-a488-7e7c4a163488 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd071a98-885e-4416-a488-7e7c4a163488 found for delete ", "request_id": "req-f4b320f3-082c-4eff-aecf-e8b149c2325d"}]} 2026-03-31 06:15:15.021 7 INFO neutron.services.segments.plugin [-] Segment cd071a98-885e-4416-a488-7e7c4a163488 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd071a98-885e-4416-a488-7e7c4a163488 found for delete ", "request_id": "req-2c4fbb07-68f9-4e5b-b23b-bced52e1e9a9"}]} [pid: 7|app: 0|req: 1040/2014] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:15:14 2026] DELETE /v2.0/networks/9473edbe-9eda-4954-b05e-035567397266 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:15:15.075 7 INFO neutron.db.segments_db [None req-d99364b3-3504-4163-bcf7-017a23fd83a4 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] Added segment 6d4a955c-e456-4faf-a54c-d5942ba73de4 of type vxlan for network 6a22a36c-0ca9-4a28-bd22-8285db7077e3 [pid: 8|app: 0|req: 975/2015] 10.0.0.183 () {34 vars in 662 bytes} [Tue Mar 31 06:15:15 2026] POST /v2.0/ports => generated 743 bytes in 287 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-03-31 06:15:15.313 7 INFO neutron.db.l3_hamode_db [None req-d99364b3-3504-4163-bcf7-017a23fd83a4 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 976/2016] 10.0.0.183 () {34 vars in 745 bytes} [Tue Mar 31 06:15:15 2026] PUT /v2.0/ports/7ea42c2c-f87d-4f88-97df-591eb87c115d/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 977/2017] 10.0.0.183 () {32 vars in 725 bytes} [Tue Mar 31 06:15:15 2026] GET /v2.0/ports/7ea42c2c-f87d-4f88-97df-591eb87c115d/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 978/2018] 10.0.0.183 () {34 vars in 756 bytes} [Tue Mar 31 06:15:15 2026] PUT /v2.0/ports/7ea42c2c-f87d-4f88-97df-591eb87c115d/tags/green => generated 4 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 979/2019] 10.0.0.183 () {32 vars in 725 bytes} [Tue Mar 31 06:15:15 2026] GET /v2.0/ports/7ea42c2c-f87d-4f88-97df-591eb87c115d/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 980/2020] 10.0.0.183 () {34 vars in 752 bytes} [Tue Mar 31 06:15:15 2026] PUT /v2.0/ports/7ea42c2c-f87d-4f88-97df-591eb87c115d/tags/red => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 981/2021] 10.0.0.183 () {32 vars in 725 bytes} [Tue Mar 31 06:15:15 2026] GET /v2.0/ports/7ea42c2c-f87d-4f88-97df-591eb87c115d/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: 8|app: 0|req: 982/2022] 10.0.0.183 () {34 vars in 774 bytes} [Tue Mar 31 06:15:15 2026] PUT /v2.0/ports/7ea42c2c-f87d-4f88-97df-591eb87c115d/tags/black.or.white => generated 4 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 983/2023] 10.0.0.183 () {32 vars in 725 bytes} [Tue Mar 31 06:15:15 2026] GET /v2.0/ports/7ea42c2c-f87d-4f88-97df-591eb87c115d/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: 8|app: 0|req: 984/2024] 10.0.0.183 () {34 vars in 745 bytes} [Tue Mar 31 06:15:15 2026] PUT /v2.0/ports/7ea42c2c-f87d-4f88-97df-591eb87c115d/tags => generated 37 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 985/2025] 10.0.0.183 () {32 vars in 725 bytes} [Tue Mar 31 06:15:15 2026] GET /v2.0/ports/7ea42c2c-f87d-4f88-97df-591eb87c115d/tags => generated 37 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-03-31 06:15:16.088 7 INFO neutron.db.l3_hamode_db [None req-d99364b3-3504-4163-bcf7-017a23fd83a4 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 986/2026] 10.0.0.183 () {32 vars in 733 bytes} [Tue Mar 31 06:15:16 2026] GET /v2.0/ports/7ea42c2c-f87d-4f88-97df-591eb87c115d/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, ' 2026-03-31 06:15:16.136 8 INFO neutron.api.v2.resource [None req-ab8d24ef-0079-4b33-86e8-1e1256dfc413 14388e93fe0c443bb436e655036d436e 602f5093fa3e42b09f33a4b1429e3544 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 987/2027] 10.0.0.183 () {32 vars in 737 bytes} [Tue Mar 31 06:15:16 2026] GET /v2.0/ports/7ea42c2c-f87d-4f88-97df-591eb87c115d/tags/green => generated 99 bytes in 42 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: 988/2028] 10.0.0.183 () {32 vars in 736 bytes} [Tue Mar 31 06:15:16 2026] DELETE /v2.0/ports/7ea42c2c-f87d-4f88-97df-591eb87c115d/tags/red => generated 0 bytes in 63 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: 989/2029] 10.0.0.183 () {32 vars in 725 bytes} [Tue Mar 31 06:15:16 2026] GET /v2.0/ports/7ea42c2c-f87d-4f88-97df-591eb87c115d/tags => generated 30 bytes in 56 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-03-31 06:15:16.319 8 INFO neutron.api.v2.resource [None req-247210a4-7581-45cd-b929-9867ae8876d6 14388e93fe0c443bb436e655036d436e 602f5093fa3e42b09f33a4b1429e3544 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 990/2030] 10.0.0.183 () {32 vars in 740 bytes} [Tue Mar 31 06:15:16 2026] DELETE /v2.0/ports/7ea42c2c-f87d-4f88-97df-591eb87c115d/tags/green => generated 99 bytes in 51 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: 991/2031] 10.0.0.183 () {32 vars in 728 bytes} [Tue Mar 31 06:15:16 2026] DELETE /v2.0/ports/7ea42c2c-f87d-4f88-97df-591eb87c115d/tags => generated 0 bytes in 62 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: 992/2032] 10.0.0.183 () {32 vars in 725 bytes} [Tue Mar 31 06:15:16 2026] GET /v2.0/ports/7ea42c2c-f87d-4f88-97df-591eb87c115d/tags => generated 12 bytes in 43 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-03-31 06:15:16.518 8 INFO neutron_taas.services.taas.taas_plugin [None req-e28476f1-5c68-4eda-b080-11aa130f0599 14388e93fe0c443bb436e655036d436e 602f5093fa3e42b09f33a4b1429e3544 - - default default] TaaS: Handle Delete Port: 7ea42c2c-f87d-4f88-97df-591eb87c115d 2026-03-31 06:15:16.521 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e28476f1-5c68-4eda-b080-11aa130f0599 14388e93fe0c443bb436e655036d436e 602f5093fa3e42b09f33a4b1429e3544 - - default default] Tap Mirror: Handle Delete Port: 7ea42c2c-f87d-4f88-97df-591eb87c115d [pid: 8|app: 0|req: 993/2033] 10.0.0.183 () {32 vars in 718 bytes} [Tue Mar 31 06:15:16 2026] DELETE /v2.0/ports/7ea42c2c-f87d-4f88-97df-591eb87c115d => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:15:16.726 8 INFO neutron.services.segments.plugin [-] Segment fb80750b-f08b-4e88-8308-f4e69c81d661 resource provider aggregate not found 2026-03-31 06:15:16.737 8 INFO neutron.services.segments.plugin [-] Segment fb80750b-f08b-4e88-8308-f4e69c81d661 resource provider aggregate not found 2026-03-31 06:15:16.749 8 INFO neutron.services.segments.plugin [-] Segment fb80750b-f08b-4e88-8308-f4e69c81d661 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb80750b-f08b-4e88-8308-f4e69c81d661 found for delete ", "request_id": "req-4e352e0b-38a5-44da-a39e-cce9dea91b16"}]} 2026-03-31 06:15:16.757 8 INFO neutron.services.segments.plugin [-] Segment fb80750b-f08b-4e88-8308-f4e69c81d661 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb80750b-f08b-4e88-8308-f4e69c81d661 found for delete ", "request_id": "req-41e426ef-c233-4444-98b2-bbea0da2a519"}]} [pid: 8|app: 0|req: 994/2034] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:15:16 2026] DELETE /v2.0/networks/0fe0a587-a666-48de-9c51-d48b590a71df => 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: 1041/2035] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:15:15 2026] POST /v2.0/routers => generated 688 bytes in 1892 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2036] 10.0.0.183 () {32 vars in 719 bytes} [Tue Mar 31 06:15:16 2026] GET /v2.0/routers/751efdc9-d25d-4ed5-be5e-c21270ac4b81 => generated 694 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2037] 10.0.0.183 () {32 vars in 645 bytes} [Tue Mar 31 06:15:17 2026] GET /v2.0/routers => generated 697 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/2038] 10.0.0.183 () {34 vars in 739 bytes} [Tue Mar 31 06:15:17 2026] PUT /v2.0/routers/751efdc9-d25d-4ed5-be5e-c21270ac4b81 => generated 701 bytes in 459 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2039] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:15:17 2026] GET /v2.0/security-groups?tenant_id=1dc2291b53124c16a15b0dbdc261d50b&name=default => generated 2925 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2040] 10.0.0.183 () {32 vars in 719 bytes} [Tue Mar 31 06:15:17 2026] GET /v2.0/routers/751efdc9-d25d-4ed5-be5e-c21270ac4b81 => generated 701 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2041] 10.0.0.183 () {32 vars in 734 bytes} [Tue Mar 31 06:15:17 2026] GET /v2.0/ports?device_id=751efdc9-d25d-4ed5-be5e-c21270ac4b81 => 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: 1044/2042] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:15:17 2026] DELETE /v2.0/security-groups/3ddfab00-ef97-495f-b177-b41c11147ba5 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:15:17.875 8 INFO neutron_taas.services.taas.taas_plugin [None req-cbcbe504-2599-4135-ba44-2d4d86bcf5f9 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] TaaS: Handle Delete Port: a33f161b-c955-4be2-be6b-96f54ec78425 2026-03-31 06:15:17.879 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cbcbe504-2599-4135-ba44-2d4d86bcf5f9 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] Tap Mirror: Handle Delete Port: a33f161b-c955-4be2-be6b-96f54ec78425 [pid: 7|app: 0|req: 1045/2043] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:15:17 2026] GET /v2.0/security-groups?tenant_id=602f5093fa3e42b09f33a4b1429e3544&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2044] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:15:17 2026] DELETE /v2.0/security-groups/a22bdf69-66cf-4dea-bd93-13d8b5774ad7 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:15:18.135 8 INFO neutron_taas.services.taas.taas_plugin [None req-cbcbe504-2599-4135-ba44-2d4d86bcf5f9 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] TaaS: Handle Delete Port: 8b9ea800-1bfa-4334-9d2f-4413b1bbd758 2026-03-31 06:15:18.139 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cbcbe504-2599-4135-ba44-2d4d86bcf5f9 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] Tap Mirror: Handle Delete Port: 8b9ea800-1bfa-4334-9d2f-4413b1bbd758 2026-03-31 06:15:18.526 8 INFO neutron.db.l3_hamode_db [None req-cbcbe504-2599-4135-ba44-2d4d86bcf5f9 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] HA network 6a22a36c-0ca9-4a28-bd22-8285db7077e3 was deleted as no HA routers are present in tenant c58bfd4778c64e1392601e81225b3f8d. [pid: 8|app: 0|req: 999/2045] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:15:17 2026] DELETE /v2.0/routers/751efdc9-d25d-4ed5-be5e-c21270ac4b81 => generated 0 bytes in 851 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2046] 10.0.0.183 () {32 vars in 734 bytes} [Tue Mar 31 06:15:18 2026] GET /v2.0/ports?device_id=751efdc9-d25d-4ed5-be5e-c21270ac4b81 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:15:18.585 8 INFO neutron.api.v2.resource [None req-e5588cc9-9b24-4551-be13-f01ec7b0d1a0 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1000/2047] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:15:18 2026] DELETE /v2.0/routers/751efdc9-d25d-4ed5-be5e-c21270ac4b81 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2048] 10.0.0.183 () {32 vars in 734 bytes} [Tue Mar 31 06:15:18 2026] GET /v2.0/ports?device_id=904e1e98-000e-4175-b1ce-a2cf7d592794 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:15:18.638 8 INFO neutron.api.v2.resource [None req-0e06496c-834f-49f1-8882-e039d754257a 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1001/2049] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:15:18 2026] DELETE /v2.0/routers/904e1e98-000e-4175-b1ce-a2cf7d592794 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:15:18.658 7 INFO neutron.pecan_wsgi.hooks.translation [None req-595b2194-7f28-4856-8a70-f0bf192444a2 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1049/2050] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:15:18 2026] DELETE /v2.0/subnets/0e2a43ac-04c6-47ee-b6a0-dfd5763ad275 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2051] 10.0.0.183 () {32 vars in 734 bytes} [Tue Mar 31 06:15:18 2026] GET /v2.0/ports?device_id=8dadd113-722b-4930-94c3-9aa9597dfe75 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:15:18.720 7 INFO neutron.api.v2.resource [None req-a67289b7-b6f9-4794-b4c8-fcd93b636351 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1050/2052] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:15:18 2026] DELETE /v2.0/routers/8dadd113-722b-4930-94c3-9aa9597dfe75 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:15:18.746 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ebc1c864-3397-4f75-90a2-805ecf45c3dc 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1003/2053] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:15:18 2026] DELETE /v2.0/subnets/b971f41b-0841-47db-906c-43ddc3c2f0c8 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:15:18.770 8 INFO neutron.services.segments.plugin [-] Segment 6d4a955c-e456-4faf-a54c-d5942ba73de4 resource provider aggregate not found 2026-03-31 06:15:18.772 8 INFO neutron.services.segments.plugin [-] Segment 6d4a955c-e456-4faf-a54c-d5942ba73de4 resource provider aggregate not found [pid: 7|app: 0|req: 1051/2054] 10.0.0.183 () {32 vars in 734 bytes} [Tue Mar 31 06:15:18 2026] GET /v2.0/ports?device_id=0f116b8f-191c-4d08-823c-9b0677e13d99 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:15:18.787 8 INFO neutron.services.segments.plugin [-] Segment 6d4a955c-e456-4faf-a54c-d5942ba73de4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d4a955c-e456-4faf-a54c-d5942ba73de4 found for delete ", "request_id": "req-207d6291-c36a-4545-91ac-bc00bb5bacf6"}]} 2026-03-31 06:15:18.788 8 INFO neutron.services.segments.plugin [-] Segment 6d4a955c-e456-4faf-a54c-d5942ba73de4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d4a955c-e456-4faf-a54c-d5942ba73de4 found for delete ", "request_id": "req-88f0d3df-3fb4-4cd4-83ee-7edb25bb650b"}]} 2026-03-31 06:15:18.806 8 INFO neutron.api.v2.resource [None req-e6728a2c-7c15-42ab-b10f-bfc2f83500a0 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1004/2055] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:15:18 2026] DELETE /v2.0/routers/0f116b8f-191c-4d08-823c-9b0677e13d99 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:15:18.822 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0cd08ba0-2e75-4f7b-8509-eba795924686 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1052/2056] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:15:18 2026] DELETE /v2.0/subnets/bcd2c7b9-857f-4f47-98b4-ac8be59bae78 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:15:18.840 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0b3f3c6b-9179-480b-8419-285040922eac 5791cf61b1a74c7db4f9dbca5e619775 c58bfd4778c64e1392601e81225b3f8d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1005/2057] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:15:18 2026] DELETE /v2.0/subnets/be2eaba5-fb34-48c6-994d-d158f17f2624 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2058] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:15:19 2026] GET /v2.0/security-groups?tenant_id=c58bfd4778c64e1392601e81225b3f8d&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: 1006/2059] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:15:19 2026] DELETE /v2.0/security-groups/4578c14d-8316-450e-b1ed-1af252dc946c => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2062] 10.0.0.183 () {34 vars in 674 bytes} [Tue Mar 31 06:15:21 2026] POST /v2.0/subnetpools => generated 516 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2063] 10.0.0.183 () {34 vars in 757 bytes} [Tue Mar 31 06:15:21 2026] PUT /v2.0/subnetpools/a8008e21-9260-4c66-9b6c-d98cdfc9c228/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2064] 10.0.0.183 () {32 vars in 737 bytes} [Tue Mar 31 06:15:21 2026] GET /v2.0/subnetpools/a8008e21-9260-4c66-9b6c-d98cdfc9c228/tags => generated 25 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2065] 10.0.0.183 () {34 vars in 768 bytes} [Tue Mar 31 06:15:21 2026] PUT /v2.0/subnetpools/a8008e21-9260-4c66-9b6c-d98cdfc9c228/tags/green => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2066] 10.0.0.183 () {32 vars in 737 bytes} [Tue Mar 31 06:15:21 2026] GET /v2.0/subnetpools/a8008e21-9260-4c66-9b6c-d98cdfc9c228/tags => generated 34 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2067] 10.0.0.183 () {34 vars in 682 bytes} [Tue Mar 31 06:15:21 2026] POST /v2.0/security-groups => generated 1625 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2068] 10.0.0.183 () {34 vars in 764 bytes} [Tue Mar 31 06:15:21 2026] PUT /v2.0/subnetpools/a8008e21-9260-4c66-9b6c-d98cdfc9c228/tags/red => 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: 1014/2069] 10.0.0.183 () {32 vars in 737 bytes} [Tue Mar 31 06:15:21 2026] GET /v2.0/subnetpools/a8008e21-9260-4c66-9b6c-d98cdfc9c228/tags => generated 34 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2070] 10.0.0.183 () {32 vars in 661 bytes} [Tue Mar 31 06:15:21 2026] GET /v2.0/security-groups => generated 4530 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2071] 10.0.0.183 () {34 vars in 786 bytes} [Tue Mar 31 06:15:21 2026] PUT /v2.0/subnetpools/a8008e21-9260-4c66-9b6c-d98cdfc9c228/tags/black.or.white => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2072] 10.0.0.183 () {34 vars in 756 bytes} [Tue Mar 31 06:15:21 2026] PUT /v2.0/security-groups/a9f6c3a1-6928-45ae-af40-1bf03fce1f0e => generated 1663 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2073] 10.0.0.183 () {32 vars in 737 bytes} [Tue Mar 31 06:15:21 2026] GET /v2.0/subnetpools/a8008e21-9260-4c66-9b6c-d98cdfc9c228/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: 1058/2074] 10.0.0.183 () {32 vars in 735 bytes} [Tue Mar 31 06:15:21 2026] GET /v2.0/security-groups/a9f6c3a1-6928-45ae-af40-1bf03fce1f0e => generated 1663 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2075] 10.0.0.183 () {34 vars in 757 bytes} [Tue Mar 31 06:15:21 2026] PUT /v2.0/subnetpools/a8008e21-9260-4c66-9b6c-d98cdfc9c228/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2076] 10.0.0.183 () {32 vars in 737 bytes} [Tue Mar 31 06:15:21 2026] GET /v2.0/subnetpools/a8008e21-9260-4c66-9b6c-d98cdfc9c228/tags => generated 37 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2077] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:15:21 2026] DELETE /v2.0/security-groups/a9f6c3a1-6928-45ae-af40-1bf03fce1f0e => 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: 1019/2078] 10.0.0.183 () {32 vars in 745 bytes} [Tue Mar 31 06:15:21 2026] GET /v2.0/subnetpools/a8008e21-9260-4c66-9b6c-d98cdfc9c228/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2079] 10.0.0.183 () {32 vars in 661 bytes} [Tue Mar 31 06:15:21 2026] GET /v2.0/security-groups => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:15:21.866 7 INFO neutron.api.v2.resource [None req-d622762a-fb27-4aa6-8543-96b93dadee89 bd4e254cab964628bec3b6000d6f94bc 70dc247099ac4beca081b6dffd925853 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1061/2080] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:15:21 2026] DELETE /v2.0/security-groups/a9f6c3a1-6928-45ae-af40-1bf03fce1f0e => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:15:21.879 8 INFO neutron.api.v2.resource [None req-e8bbf82e-d9e4-464d-923c-0583ed80978e 9a33a4960ca54ed58832015837c29602 c7403700c9e24f5685ef709879f77cf8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1020/2081] 10.0.0.183 () {32 vars in 749 bytes} [Tue Mar 31 06:15:21 2026] GET /v2.0/subnetpools/a8008e21-9260-4c66-9b6c-d98cdfc9c228/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2082] 10.0.0.183 () {32 vars in 748 bytes} [Tue Mar 31 06:15:21 2026] DELETE /v2.0/subnetpools/a8008e21-9260-4c66-9b6c-d98cdfc9c228/tags/red => 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: 1022/2083] 10.0.0.183 () {32 vars in 737 bytes} [Tue Mar 31 06:15:21 2026] GET /v2.0/subnetpools/a8008e21-9260-4c66-9b6c-d98cdfc9c228/tags => generated 30 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:15:21.981 8 INFO neutron.api.v2.resource [None req-145290b3-de6a-429c-b05b-b9e06b076753 9a33a4960ca54ed58832015837c29602 c7403700c9e24f5685ef709879f77cf8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1023/2084] 10.0.0.183 () {32 vars in 752 bytes} [Tue Mar 31 06:15:21 2026] DELETE /v2.0/subnetpools/a8008e21-9260-4c66-9b6c-d98cdfc9c228/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: 1062/2085] 10.0.0.183 () {34 vars in 682 bytes} [Tue Mar 31 06:15:21 2026] POST /v2.0/security-groups => generated 1625 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2086] 10.0.0.183 () {32 vars in 740 bytes} [Tue Mar 31 06:15:21 2026] DELETE /v2.0/subnetpools/a8008e21-9260-4c66-9b6c-d98cdfc9c228/tags => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2087] 10.0.0.183 () {32 vars in 737 bytes} [Tue Mar 31 06:15:22 2026] GET /v2.0/subnetpools/a8008e21-9260-4c66-9b6c-d98cdfc9c228/tags => 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: 1063/2088] 10.0.0.183 () {34 vars in 693 bytes} [Tue Mar 31 06:15:21 2026] POST /v2.0/security-group-rules => generated 601 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2090] 10.0.0.183 () {32 vars in 745 bytes} [Tue Mar 31 06:15:22 2026] GET /v2.0/security-group-rules/74559f9f-3993-4e05-b1cf-82daa9242373 => 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: 1026/2090] 10.0.0.183 () {32 vars in 730 bytes} [Tue Mar 31 06:15:22 2026] DELETE /v2.0/subnetpools/a8008e21-9260-4c66-9b6c-d98cdfc9c228 => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2091] 10.0.0.183 () {32 vars in 671 bytes} [Tue Mar 31 06:15:22 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2092] 10.0.0.183 () {32 vars in 748 bytes} [Tue Mar 31 06:15:22 2026] DELETE /v2.0/security-group-rules/74559f9f-3993-4e05-b1cf-82daa9242373 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2093] 10.0.0.183 () {32 vars in 671 bytes} [Tue Mar 31 06:15:22 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2094] 10.0.0.183 () {34 vars in 693 bytes} [Tue Mar 31 06:15:22 2026] POST /v2.0/security-group-rules => generated 601 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2095] 10.0.0.183 () {32 vars in 745 bytes} [Tue Mar 31 06:15:22 2026] GET /v2.0/security-group-rules/0d4445d2-99f7-4fb4-978a-ce7daf288a56 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2096] 10.0.0.183 () {32 vars in 671 bytes} [Tue Mar 31 06:15:22 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2097] 10.0.0.183 () {32 vars in 748 bytes} [Tue Mar 31 06:15:22 2026] DELETE /v2.0/security-group-rules/0d4445d2-99f7-4fb4-978a-ce7daf288a56 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2098] 10.0.0.183 () {32 vars in 671 bytes} [Tue Mar 31 06:15:22 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:15:22.659 8 INFO neutron.db.securitygroups_db [None req-d4780a84-62c9-4580-85ab-ead24a95a606 bd4e254cab964628bec3b6000d6f94bc 70dc247099ac4beca081b6dffd925853 - - default default] Project 70dc247099ac4beca081b6dffd925853 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: 1067/2099] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:15:22 2026] GET /v2.0/security-groups?tenant_id=55a8b98485304f8390c257d0a637d25a&name=default => generated 2925 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2100] 10.0.0.183 () {34 vars in 693 bytes} [Tue Mar 31 06:15:22 2026] POST /v2.0/security-group-rules => generated 607 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2101] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:15:22 2026] DELETE /v2.0/security-groups/6f8dce29-2ebc-4f6f-b299-8cc1eacc9337 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2102] 10.0.0.183 () {32 vars in 745 bytes} [Tue Mar 31 06:15:22 2026] GET /v2.0/security-group-rules/31e5bb61-ee4a-4a1f-a6d8-48cd2e74e979 => generated 607 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2103] 10.0.0.183 () {32 vars in 671 bytes} [Tue Mar 31 06:15:22 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2104] 10.0.0.183 () {32 vars in 748 bytes} [Tue Mar 31 06:15:22 2026] DELETE /v2.0/security-group-rules/31e5bb61-ee4a-4a1f-a6d8-48cd2e74e979 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2105] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:15:22 2026] GET /v2.0/security-groups?tenant_id=88459acdce1c4fbdb8fd6e3c346daf76&name=default => generated 2925 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2106] 10.0.0.183 () {32 vars in 671 bytes} [Tue Mar 31 06:15:22 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2107] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:15:22 2026] DELETE /v2.0/security-groups/e53ccbf9-84f5-4e1b-b286-60c7a80f3400 => 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: 1073/2108] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:15:22 2026] DELETE /v2.0/security-groups/28a9642a-b799-4e2a-b9ea-8685b0f6fad5 => 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: 1036/2109] 10.0.0.183 () {32 vars in 661 bytes} [Tue Mar 31 06:15:23 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) [pid: 7|app: 0|req: 1074/2110] 10.0.0.183 () {32 vars in 661 bytes} [Tue Mar 31 06:15:23 2026] GET /v2.0/security-groups => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2111] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:15:23 2026] GET /v2.0/security-groups?tenant_id=c7403700c9e24f5685ef709879f77cf8&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2112] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:15:23 2026] DELETE /v2.0/security-groups/e532fbfc-b997-4b2c-ba6c-8f30df6633be => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2113] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:15:23 2026] GET /v2.0/security-groups?tenant_id=70dc247099ac4beca081b6dffd925853&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2114] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:15:23 2026] DELETE /v2.0/security-groups/73071dc0-b60c-48b9-b070-3adba0d6a845 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:15:27.053 8 INFO neutron.db.segments_db [None req-b639ec3a-d0ca-46af-b782-a2e9f084b093 4e9a618b7bc04ea780815ea9604662bf 3796a38f8b5446bca82809e1fc2a9994 - - default default] Added segment fc7dda64-e42e-4ae2-aae9-74dd6d951c31 of type vxlan for network 4917bb9a-3f93-487d-ac16-2b7866477360 [pid: 7|app: 0|req: 1077/2115] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:15:26 2026] GET /v2.0/security-groups?tenant_id=f3eed015428d4a93be09067285684866&name=default => generated 2925 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2116] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:15:26 2026] POST /v2.0/networks => generated 727 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2117] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:15:27 2026] DELETE /v2.0/security-groups/4cee4d94-3b35-417c-81e4-c33acd699504 => 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: 1040/2118] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:15:27 2026] POST /v2.0/subnets => generated 644 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:15:27.339 7 WARNING neutron.api.v2.base [None req-786c8129-cc42-42fd-862b-f2668a76ef0c 4e9a618b7bc04ea780815ea9604662bf 3796a38f8b5446bca82809e1fc2a9994 - - 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-03-31 06:15:27.340 7 INFO neutron.api.v2.resource [None req-786c8129-cc42-42fd-862b-f2668a76ef0c 4e9a618b7bc04ea780815ea9604662bf 3796a38f8b5446bca82809e1fc2a9994 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1079/2119] 10.0.0.183 () {34 vars in 679 bytes} [Tue Mar 31 06:15:27 2026] POST /v2.0/rbac-policies => generated 143 bytes in 9 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-03-31 06:15:27.504 8 INFO neutron.services.segments.plugin [-] Segment fc7dda64-e42e-4ae2-aae9-74dd6d951c31 resource provider aggregate not found 2026-03-31 06:15:27.509 8 INFO neutron.services.segments.plugin [-] Segment fc7dda64-e42e-4ae2-aae9-74dd6d951c31 resource provider aggregate not found 2026-03-31 06:15:27.526 8 INFO neutron.services.segments.plugin [-] Segment fc7dda64-e42e-4ae2-aae9-74dd6d951c31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc7dda64-e42e-4ae2-aae9-74dd6d951c31 found for delete ", "request_id": "req-cc673c70-14bb-4e46-8f11-234a82ad344c"}]} 2026-03-31 06:15:27.529 8 INFO neutron.services.segments.plugin [-] Segment fc7dda64-e42e-4ae2-aae9-74dd6d951c31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc7dda64-e42e-4ae2-aae9-74dd6d951c31 found for delete ", "request_id": "req-0ae3d789-6f6b-4ed5-8464-b7a673f3b4cf"}]} [pid: 8|app: 0|req: 1041/2120] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:15:27 2026] DELETE /v2.0/networks/4917bb9a-3f93-487d-ac16-2b7866477360 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:15:27.616 7 INFO neutron.db.segments_db [None req-2761d709-6867-47c6-9d7d-d22e79a9ce36 4e9a618b7bc04ea780815ea9604662bf 3796a38f8b5446bca82809e1fc2a9994 - - default default] Added segment 151dabc0-4636-4c1d-885d-db688b251ca1 of type vxlan for network 2bcc7179-73ce-406d-8fee-ed294b7153f4 [pid: 7|app: 0|req: 1080/2121] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:15:27 2026] POST /v2.0/networks => generated 727 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2122] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:15:27 2026] POST /v2.0/subnets => generated 647 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:15:27.872 7 WARNING neutron.api.v2.base [None req-ac5869d2-401f-4c0c-92d2-03afd0028cc5 4e9a618b7bc04ea780815ea9604662bf 3796a38f8b5446bca82809e1fc2a9994 - - 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-03-31 06:15:27.872 7 INFO neutron.api.v2.resource [None req-ac5869d2-401f-4c0c-92d2-03afd0028cc5 4e9a618b7bc04ea780815ea9604662bf 3796a38f8b5446bca82809e1fc2a9994 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1081/2123] 10.0.0.183 () {34 vars in 679 bytes} [Tue Mar 31 06:15:27 2026] POST /v2.0/rbac-policies => generated 547 bytes in 8 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2124] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:15:27 2026] DELETE /v2.0/networks/2bcc7179-73ce-406d-8fee-ed294b7153f4 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:15:28.108 7 INFO neutron.db.segments_db [None req-06fdd927-9001-4e37-8f24-2f3fd2e647d2 4e9a618b7bc04ea780815ea9604662bf 3796a38f8b5446bca82809e1fc2a9994 - - default default] Added segment b3c08c46-54b3-4ba5-9063-076c17db0aac of type vxlan for network a611730f-3856-4e27-b2fd-ddcfd9736cae [pid: 7|app: 0|req: 1082/2125] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:15:28 2026] POST /v2.0/networks => generated 726 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2126] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:15:28 2026] POST /v2.0/subnets => generated 647 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2127] 10.0.0.183 () {34 vars in 679 bytes} [Tue Mar 31 06:15:28 2026] POST /v2.0/rbac-policies => generated 324 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2128] 10.0.0.183 () {32 vars in 721 bytes} [Tue Mar 31 06:15:28 2026] GET /v2.0/networks/a611730f-3856-4e27-b2fd-ddcfd9736cae => generated 655 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:15:29.546 8 INFO neutron.services.segments.plugin [-] Segment 151dabc0-4636-4c1d-885d-db688b251ca1 resource provider aggregate not found 2026-03-31 06:15:29.551 8 INFO neutron.services.segments.plugin [-] Segment 151dabc0-4636-4c1d-885d-db688b251ca1 resource provider aggregate not found 2026-03-31 06:15:29.567 8 INFO neutron.services.segments.plugin [-] Segment 151dabc0-4636-4c1d-885d-db688b251ca1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 151dabc0-4636-4c1d-885d-db688b251ca1 found for delete ", "request_id": "req-b9809795-d6e2-4e4b-925d-fa8be7307f8e"}]} 2026-03-31 06:15:29.567 8 INFO neutron.services.segments.plugin [-] Segment 151dabc0-4636-4c1d-885d-db688b251ca1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 151dabc0-4636-4c1d-885d-db688b251ca1 found for delete ", "request_id": "req-6ebb4f16-c0dd-46e8-92b5-12e5f8ec8830"}]} 2026-03-31 06:15:29.646 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2930e2a4-059f-475b-b134-3a16919ae63f e5b8263de5b94f169a9cae8829641282 22efe701062a4cdd8da65ce27d946412 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1084/2129] 10.0.0.183 () {32 vars in 721 bytes} [Tue Mar 31 06:15:29 2026] GET /v2.0/networks/a611730f-3856-4e27-b2fd-ddcfd9736cae => generated 138 bytes in 124 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:15:30.397 8 INFO neutron_taas.services.taas.taas_plugin [None req-56f06675-c81d-409a-b2b1-1193e2353027 4e9a618b7bc04ea780815ea9604662bf 3796a38f8b5446bca82809e1fc2a9994 - - default default] TaaS: Handle Delete Port: 9741db19-f898-4274-ac7e-ad657fb62f60 2026-03-31 06:15:30.399 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56f06675-c81d-409a-b2b1-1193e2353027 4e9a618b7bc04ea780815ea9604662bf 3796a38f8b5446bca82809e1fc2a9994 - - default default] Tap Mirror: Handle Delete Port: 9741db19-f898-4274-ac7e-ad657fb62f60 [pid: 8|app: 0|req: 1046/2130] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:15:29 2026] DELETE /v2.0/networks/a611730f-3856-4e27-b2fd-ddcfd9736cae => generated 0 bytes in 886 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:15:30.556 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7a47fa89-427f-4190-8621-3f9350aa82a3 4e9a618b7bc04ea780815ea9604662bf 3796a38f8b5446bca82809e1fc2a9994 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1085/2131] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:15:30 2026] DELETE /v2.0/subnets/28bc059e-350a-496c-90a0-6507b8301ae5 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:15:30.575 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ec322d92-1066-4728-9822-f7d525ab4379 4e9a618b7bc04ea780815ea9604662bf 3796a38f8b5446bca82809e1fc2a9994 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1047/2132] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:15:30 2026] DELETE /v2.0/subnets/64bfd3df-2689-4b59-b579-30cc9dc81fd8 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:15:30.602 7 INFO neutron.pecan_wsgi.hooks.translation [None req-25111b59-11e7-4c77-bb24-42be02f25461 4e9a618b7bc04ea780815ea9604662bf 3796a38f8b5446bca82809e1fc2a9994 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1086/2133] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:15:30 2026] DELETE /v2.0/subnets/c8efc517-c360-4229-8009-45f151346e35 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:15:31.592 8 INFO neutron.services.segments.plugin [-] Segment b3c08c46-54b3-4ba5-9063-076c17db0aac resource provider aggregate not found 2026-03-31 06:15:31.595 8 INFO neutron.services.segments.plugin [-] Segment b3c08c46-54b3-4ba5-9063-076c17db0aac resource provider aggregate not found 2026-03-31 06:15:31.611 8 INFO neutron.services.segments.plugin [-] Segment b3c08c46-54b3-4ba5-9063-076c17db0aac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3c08c46-54b3-4ba5-9063-076c17db0aac found for delete ", "request_id": "req-2d9c7e4e-98ca-42be-ae66-2929817174f1"}]} 2026-03-31 06:15:31.617 8 INFO neutron.services.segments.plugin [-] Segment b3c08c46-54b3-4ba5-9063-076c17db0aac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3c08c46-54b3-4ba5-9063-076c17db0aac found for delete ", "request_id": "req-117addbe-28f0-42f6-94ae-9f7240ac8ccb"}]} 2026-03-31 06:15:31.632 8 INFO neutron.services.segments.plugin [-] Segment b3c08c46-54b3-4ba5-9063-076c17db0aac resource provider aggregate not found 2026-03-31 06:15:31.638 8 INFO neutron.services.segments.plugin [-] Segment b3c08c46-54b3-4ba5-9063-076c17db0aac resource provider aggregate not found 2026-03-31 06:15:31.655 8 INFO neutron.services.segments.plugin [-] Segment b3c08c46-54b3-4ba5-9063-076c17db0aac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3c08c46-54b3-4ba5-9063-076c17db0aac found for delete ", "request_id": "req-8bdf578f-79f9-4664-9182-b434695ca7ef"}]} 2026-03-31 06:15:31.657 8 INFO neutron.services.segments.plugin [-] Segment b3c08c46-54b3-4ba5-9063-076c17db0aac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3c08c46-54b3-4ba5-9063-076c17db0aac found for delete ", "request_id": "req-ca77d900-4c22-4ef6-ad9b-463874bb07fa"}]} [pid: 8|app: 0|req: 1048/2134] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:15:31 2026] GET /v2.0/security-groups?tenant_id=056cd453ce824540bc4f6cc390c9bbd4&name=default => generated 2925 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2135] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:15:31 2026] DELETE /v2.0/security-groups/12e42c14-38f4-4955-9dae-c6be522929c2 => 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: 1049/2136] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:15:31 2026] GET /v2.0/security-groups?tenant_id=3796a38f8b5446bca82809e1fc2a9994&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2137] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:15:31 2026] DELETE /v2.0/security-groups/77c871b0-b94a-4a79-8ee7-2c051632dcf4 => 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: 1089/2138] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:15:32 2026] GET /v2.0/security-groups?tenant_id=22efe701062a4cdd8da65ce27d946412&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:15:32.315 8 INFO neutron.db.segments_db [None req-a1383833-957c-435d-aa41-430acbb570ac 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] Added segment 7fb5ddfa-5723-4fb5-8305-3e98f82ddaae of type vxlan for network a350aad2-60bf-4868-8a51-5fdc1439d7ae [pid: 7|app: 0|req: 1090/2139] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:15:32 2026] DELETE /v2.0/security-groups/ec61d313-837c-4800-8734-23f55572c272 => 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: 1050/2140] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:15:32 2026] POST /v2.0/networks => generated 638 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2141] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:15:32 2026] POST /v2.0/subnets => generated 657 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2142] 10.0.0.183 () {32 vars in 720 bytes} [Tue Mar 31 06:15:32 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2143] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:15:32 2026] POST /v2.0/subnets => generated 731 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:15:33.094 8 INFO neutron.db.segments_db [None req-bdd67e66-e6a9-4fa7-b3fd-2dd17cdeb0b5 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] Added segment d6ec1a7a-a4d5-4dd2-8c68-5475e6d3a59b of type vxlan for network 466f6b86-aad9-4018-9090-20b9bccf2f78 [pid: 8|app: 0|req: 1052/2144] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:15:33 2026] POST /v2.0/networks => generated 637 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2145] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:15:33 2026] POST /v2.0/subnets => generated 655 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2146] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:15:33 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) 2026-03-31 06:15:33.784 7 INFO neutron.db.segments_db [None req-0719dada-4092-4138-9aa4-8162c5a9c113 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] Added segment eca40e1a-c7c7-4c98-9df2-b5673eb8adb3 of type vxlan for network 799f0447-b36a-44e4-a2db-9ff89317d64a [pid: 7|app: 0|req: 1094/2147] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:15:33 2026] POST /v2.0/networks => generated 638 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2148] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:15:33 2026] POST /v2.0/subnets => generated 655 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2149] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:15:34 2026] POST /v2.0/subnets => generated 729 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:15:34.413 8 INFO neutron.db.segments_db [None req-6c141e2e-79e4-4d3a-9dc7-bbbf5a4ca855 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] Added segment eeda2503-84ad-47cb-9dac-904e4b1602cd of type vxlan for network a337aa2a-96cc-4d68-90f4-669460750320 2026-03-31 06:15:34.651 8 INFO neutron.db.l3_hamode_db [None req-6c141e2e-79e4-4d3a-9dc7-bbbf5a4ca855 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-31 06:15:35.374 8 INFO neutron.db.l3_hamode_db [None req-6c141e2e-79e4-4d3a-9dc7-bbbf5a4ca855 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-31 06:15:35.802 7 INFO neutron.db.segments_db [None req-db6533f7-c319-4445-b231-623afd4a8bbb 5be0f56ef11742bda8b2c5969b99f2e4 770b8724995a4f55ae56a1eebea3f311 - - default default] Added segment 795db195-580d-4a38-98f0-a34ed24ff523 of type vxlan for network f06bc4e3-2117-47f3-9f73-865db9590253 [pid: 7|app: 0|req: 1098/2152] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:15:35 2026] POST /v2.0/networks => generated 632 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2153] 10.0.0.183 () {34 vars in 751 bytes} [Tue Mar 31 06:15:35 2026] PUT /v2.0/networks/f06bc4e3-2117-47f3-9f73-865db9590253/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2154] 10.0.0.183 () {32 vars in 731 bytes} [Tue Mar 31 06:15:35 2026] GET /v2.0/networks/f06bc4e3-2117-47f3-9f73-865db9590253/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2155] 10.0.0.183 () {34 vars in 762 bytes} [Tue Mar 31 06:15:35 2026] PUT /v2.0/networks/f06bc4e3-2117-47f3-9f73-865db9590253/tags/green => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2156] 10.0.0.183 () {32 vars in 731 bytes} [Tue Mar 31 06:15:36 2026] GET /v2.0/networks/f06bc4e3-2117-47f3-9f73-865db9590253/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2157] 10.0.0.183 () {34 vars in 758 bytes} [Tue Mar 31 06:15:36 2026] PUT /v2.0/networks/f06bc4e3-2117-47f3-9f73-865db9590253/tags/red => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2158] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:15:34 2026] POST /v2.0/routers => generated 684 bytes in 1850 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2159] 10.0.0.183 () {32 vars in 731 bytes} [Tue Mar 31 06:15:36 2026] GET /v2.0/networks/f06bc4e3-2117-47f3-9f73-865db9590253/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: 1105/2160] 10.0.0.183 () {34 vars in 780 bytes} [Tue Mar 31 06:15:36 2026] PUT /v2.0/networks/f06bc4e3-2117-47f3-9f73-865db9590253/tags/black.or.white => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2161] 10.0.0.183 () {32 vars in 731 bytes} [Tue Mar 31 06:15:36 2026] GET /v2.0/networks/f06bc4e3-2117-47f3-9f73-865db9590253/tags => generated 52 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2162] 10.0.0.183 () {34 vars in 751 bytes} [Tue Mar 31 06:15:36 2026] PUT /v2.0/networks/f06bc4e3-2117-47f3-9f73-865db9590253/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2163] 10.0.0.183 () {32 vars in 731 bytes} [Tue Mar 31 06:15:36 2026] GET /v2.0/networks/f06bc4e3-2117-47f3-9f73-865db9590253/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: 1109/2164] 10.0.0.183 () {32 vars in 739 bytes} [Tue Mar 31 06:15:36 2026] GET /v2.0/networks/f06bc4e3-2117-47f3-9f73-865db9590253/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:15:36.542 7 INFO neutron.api.v2.resource [None req-2aedc14e-0bf0-4658-9433-9137f6ec4f97 5be0f56ef11742bda8b2c5969b99f2e4 770b8724995a4f55ae56a1eebea3f311 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1110/2165] 10.0.0.183 () {32 vars in 743 bytes} [Tue Mar 31 06:15:36 2026] GET /v2.0/networks/f06bc4e3-2117-47f3-9f73-865db9590253/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2166] 10.0.0.183 () {32 vars in 742 bytes} [Tue Mar 31 06:15:36 2026] DELETE /v2.0/networks/f06bc4e3-2117-47f3-9f73-865db9590253/tags/red => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2167] 10.0.0.183 () {32 vars in 731 bytes} [Tue Mar 31 06:15:36 2026] GET /v2.0/networks/f06bc4e3-2117-47f3-9f73-865db9590253/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:15:36.698 7 INFO neutron.api.v2.resource [None req-8becaf51-7b9f-4664-b1d1-a96ce894a91f 5be0f56ef11742bda8b2c5969b99f2e4 770b8724995a4f55ae56a1eebea3f311 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1113/2168] 10.0.0.183 () {32 vars in 746 bytes} [Tue Mar 31 06:15:36 2026] DELETE /v2.0/networks/f06bc4e3-2117-47f3-9f73-865db9590253/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2169] 10.0.0.183 () {32 vars in 734 bytes} [Tue Mar 31 06:15:36 2026] DELETE /v2.0/networks/f06bc4e3-2117-47f3-9f73-865db9590253/tags => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2170] 10.0.0.183 () {32 vars in 731 bytes} [Tue Mar 31 06:15:36 2026] GET /v2.0/networks/f06bc4e3-2117-47f3-9f73-865db9590253/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:15:36.905 7 INFO neutron.services.segments.plugin [-] Segment 795db195-580d-4a38-98f0-a34ed24ff523 resource provider aggregate not found 2026-03-31 06:15:36.907 7 INFO neutron.services.segments.plugin [-] Segment 795db195-580d-4a38-98f0-a34ed24ff523 resource provider aggregate not found 2026-03-31 06:15:36.922 7 INFO neutron.services.segments.plugin [-] Segment 795db195-580d-4a38-98f0-a34ed24ff523 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 795db195-580d-4a38-98f0-a34ed24ff523 found for delete ", "request_id": "req-6abe9e68-88f7-4f96-89d5-d136e0696de6"}]} 2026-03-31 06:15:36.925 7 INFO neutron.services.segments.plugin [-] Segment 795db195-580d-4a38-98f0-a34ed24ff523 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 795db195-580d-4a38-98f0-a34ed24ff523 found for delete ", "request_id": "req-4244063b-f823-4b84-b10b-f29cbee156f9"}]} [pid: 7|app: 0|req: 1116/2171] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:15:36 2026] DELETE /v2.0/networks/f06bc4e3-2117-47f3-9f73-865db9590253 => 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: 1056/2172] 10.0.0.183 () {34 vars in 781 bytes} [Tue Mar 31 06:15:36 2026] PUT /v2.0/routers/6d81120b-05fd-4948-a549-ac0460efbcb0/add_router_interface => generated 309 bytes in 980 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2173] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:15:37 2026] GET /v2.0/security-groups?tenant_id=f9da00dafd18449a964a44f221e0700b&name=default => generated 2929 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2174] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:15:37 2026] DELETE /v2.0/security-groups/16f972bc-80ee-49b6-8b8f-d0a9c4955fd7 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2175] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:15:37 2026] GET /v2.0/security-groups?tenant_id=770b8724995a4f55ae56a1eebea3f311&name=default => generated 2929 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2176] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:15:37 2026] DELETE /v2.0/security-groups/4c6ca5dc-40a0-465f-bfe7-92a9de9cff4f => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2177] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:15:37 2026] GET /v2.0/security-groups?tenant_id=c014de20cb3d437c9330833774b8b9e1&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2178] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:15:38 2026] DELETE /v2.0/security-groups/913d07e6-549e-401e-8e35-9d438d17cee9 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2179] 10.0.0.183 () {34 vars in 781 bytes} [Tue Mar 31 06:15:37 2026] PUT /v2.0/routers/6d81120b-05fd-4948-a549-ac0460efbcb0/add_router_interface => generated 309 bytes in 1339 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2180] 10.0.0.183 () {34 vars in 781 bytes} [Tue Mar 31 06:15:38 2026] PUT /v2.0/routers/6d81120b-05fd-4948-a549-ac0460efbcb0/add_router_interface => generated 309 bytes in 1536 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2181] 10.0.0.183 () {34 vars in 682 bytes} [Tue Mar 31 06:15:40 2026] POST /v2.0/security-groups => generated 1630 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2182] 10.0.0.183 () {34 vars in 693 bytes} [Tue Mar 31 06:15:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2183] 10.0.0.183 () {34 vars in 693 bytes} [Tue Mar 31 06:15:40 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: 1126/2184] 10.0.0.183 () {34 vars in 693 bytes} [Tue Mar 31 06:15:40 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) 2026-03-31 06:15:40.704 8 INFO neutron.db.segments_db [None req-8b868ce3-c035-4829-988d-309ad3f17a7f 9bc01ac6a7f747558f117dd13b0d9931 94ca83311461478c84cd283b42b8db0c - - default default] Added segment f3976895-9183-43e4-853e-4ac86889036b of type vxlan for network b1a13de8-cf70-4681-bd56-ddf63223c67e [pid: 7|app: 0|req: 1127/2185] 10.0.0.183 () {34 vars in 693 bytes} [Tue Mar 31 06:15:40 2026] POST /v2.0/security-group-rules => generated 601 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2186] 10.0.0.183 () {34 vars in 669 bytes} [Tue Mar 31 06:15:40 2026] POST /v2.0/networks => generated 632 bytes in 482 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:15:40.879 8 INFO neutron.db.segments_db [None req-4a5c0dbd-83e1-4f0a-8020-75b8b820e6ef 9bc01ac6a7f747558f117dd13b0d9931 94ca83311461478c84cd283b42b8db0c - - default default] Added segment 62843911-0979-4627-a065-250d6fbc0575 of type vxlan for network 55d1a1ec-e30e-461f-8634-7d42d579cc1d [pid: 7|app: 0|req: 1128/2187] 10.0.0.183 () {34 vars in 693 bytes} [Tue Mar 31 06:15:40 2026] POST /v2.0/security-group-rules => generated 601 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2188] 10.0.0.183 () {34 vars in 693 bytes} [Tue Mar 31 06:15:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:15:41.162 8 INFO neutron.db.l3_hamode_db [None req-4a5c0dbd-83e1-4f0a-8020-75b8b820e6ef 9bc01ac6a7f747558f117dd13b0d9931 94ca83311461478c84cd283b42b8db0c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1130/2189] 10.0.0.183 () {34 vars in 693 bytes} [Tue Mar 31 06:15:41 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: 7|app: 0|req: 1131/2190] 10.0.0.183 () {34 vars in 693 bytes} [Tue Mar 31 06:15:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2191] 10.0.0.183 () {34 vars in 682 bytes} [Tue Mar 31 06:15:41 2026] POST /v2.0/security-groups => generated 1603 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2192] 10.0.0.183 () {34 vars in 693 bytes} [Tue Mar 31 06:15:41 2026] POST /v2.0/security-group-rules => generated 599 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2193] 10.0.0.183 () {34 vars in 765 bytes} [Tue Mar 31 06:15:41 2026] PUT /v2.0/security-groups/d8c77a3a-ad28-47f0-a28f-224974b9193e/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:15:42.011 8 INFO neutron.db.l3_hamode_db [None req-4a5c0dbd-83e1-4f0a-8020-75b8b820e6ef 9bc01ac6a7f747558f117dd13b0d9931 94ca83311461478c84cd283b42b8db0c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1135/2194] 10.0.0.183 () {34 vars in 693 bytes} [Tue Mar 31 06:15:41 2026] POST /v2.0/security-group-rules => generated 601 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2195] 10.0.0.183 () {32 vars in 745 bytes} [Tue Mar 31 06:15:42 2026] GET /v2.0/security-groups/d8c77a3a-ad28-47f0-a28f-224974b9193e/tags => generated 25 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2196] 10.0.0.183 () {34 vars in 693 bytes} [Tue Mar 31 06:15:42 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2197] 10.0.0.183 () {34 vars in 776 bytes} [Tue Mar 31 06:15:42 2026] PUT /v2.0/security-groups/d8c77a3a-ad28-47f0-a28f-224974b9193e/tags/green => 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: 1139/2198] 10.0.0.183 () {32 vars in 745 bytes} [Tue Mar 31 06:15:42 2026] GET /v2.0/security-groups/d8c77a3a-ad28-47f0-a28f-224974b9193e/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2199] 10.0.0.183 () {34 vars in 772 bytes} [Tue Mar 31 06:15:42 2026] PUT /v2.0/security-groups/d8c77a3a-ad28-47f0-a28f-224974b9193e/tags/red => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2200] 10.0.0.183 () {32 vars in 745 bytes} [Tue Mar 31 06:15:42 2026] GET /v2.0/security-groups/d8c77a3a-ad28-47f0-a28f-224974b9193e/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: 1142/2201] 10.0.0.204 () {34 vars in 1094 bytes} [Tue Mar 31 06:15:42 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1382495648&fields=id&tenant_id=db71b6db2bcc46ec9117ab16c596b44e => 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: 1143/2202] 10.0.0.183 () {34 vars in 794 bytes} [Tue Mar 31 06:15:42 2026] PUT /v2.0/security-groups/d8c77a3a-ad28-47f0-a28f-224974b9193e/tags/black.or.white => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2203] 10.0.0.204 () {34 vars in 980 bytes} [Tue Mar 31 06:15:42 2026] GET /v2.0/networks?id=466f6b86-aad9-4018-9090-20b9bccf2f78 => generated 704 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2204] 10.0.0.183 () {32 vars in 745 bytes} [Tue Mar 31 06:15:42 2026] GET /v2.0/security-groups/d8c77a3a-ad28-47f0-a28f-224974b9193e/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: 1146/2205] 10.0.0.204 () {34 vars in 963 bytes} [Tue Mar 31 06:15:42 2026] GET /v2.0/quotas/db71b6db2bcc46ec9117ab16c596b44e => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2206] 10.0.0.183 () {34 vars in 765 bytes} [Tue Mar 31 06:15:42 2026] PUT /v2.0/security-groups/d8c77a3a-ad28-47f0-a28f-224974b9193e/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2207] 10.0.0.204 () {34 vars in 1000 bytes} [Tue Mar 31 06:15:42 2026] GET /v2.0/ports?tenant_id=db71b6db2bcc46ec9117ab16c596b44e&fields=id => generated 241 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2208] 10.0.0.183 () {32 vars in 745 bytes} [Tue Mar 31 06:15:42 2026] GET /v2.0/security-groups/d8c77a3a-ad28-47f0-a28f-224974b9193e/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2209] 10.0.0.204 () {34 vars in 1006 bytes} [Tue Mar 31 06:15:42 2026] GET /v2.0/networks/466f6b86-aad9-4018-9090-20b9bccf2f78?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: 1151/2210] 10.0.0.183 () {32 vars in 753 bytes} [Tue Mar 31 06:15:42 2026] GET /v2.0/security-groups/d8c77a3a-ad28-47f0-a28f-224974b9193e/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2211] 10.0.0.204 () {34 vars in 1106 bytes} [Tue Mar 31 06:15:42 2026] GET /v2.0/networks/466f6b86-aad9-4018-9090-20b9bccf2f78?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) 2026-03-31 06:15:42.946 7 INFO neutron.api.v2.resource [None req-eac09977-db1d-41f5-8a07-21a52fc20316 b713573dcb394b6599d5ce801b38e025 7bc504864d854dd8b44c7f4f6ec95a10 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1153/2212] 10.0.0.183 () {32 vars in 757 bytes} [Tue Mar 31 06:15:42 2026] GET /v2.0/security-groups/d8c77a3a-ad28-47f0-a28f-224974b9193e/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2213] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:15:40 2026] POST /v2.0/routers => generated 694 bytes in 2155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2214] 10.0.0.183 () {32 vars in 756 bytes} [Tue Mar 31 06:15:42 2026] DELETE /v2.0/security-groups/d8c77a3a-ad28-47f0-a28f-224974b9193e/tags/red => 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: 1155/2215] 10.0.0.183 () {32 vars in 745 bytes} [Tue Mar 31 06:15:43 2026] GET /v2.0/security-groups/d8c77a3a-ad28-47f0-a28f-224974b9193e/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2216] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:15:43 2026] GET /v2.0/ports?device_id=2d2b7a3b-66ba-423d-a17d-740bdd834aa1 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:15:43.088 7 INFO neutron.api.v2.resource [None req-852431e9-ad7a-4aee-ae1c-3a52a963375b b713573dcb394b6599d5ce801b38e025 7bc504864d854dd8b44c7f4f6ec95a10 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1157/2217] 10.0.0.183 () {32 vars in 760 bytes} [Tue Mar 31 06:15:43 2026] DELETE /v2.0/security-groups/d8c77a3a-ad28-47f0-a28f-224974b9193e/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: 1061/2218] 10.0.0.183 () {32 vars in 774 bytes} [Tue Mar 31 06:15:42 2026] GET /v2.0/subnets?project_id=94ca83311461478c84cd283b42b8db0c&cidr=10.100.0.0%2F28 => generated 14 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2219] 10.0.0.183 () {32 vars in 748 bytes} [Tue Mar 31 06:15:43 2026] DELETE /v2.0/security-groups/d8c77a3a-ad28-47f0-a28f-224974b9193e/tags => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2220] 10.0.0.183 () {32 vars in 692 bytes} [Tue Mar 31 06:15:43 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2221] 10.0.0.183 () {32 vars in 745 bytes} [Tue Mar 31 06:15:43 2026] GET /v2.0/security-groups/d8c77a3a-ad28-47f0-a28f-224974b9193e/tags => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2222] 10.0.0.183 () {32 vars in 782 bytes} [Tue Mar 31 06:15:43 2026] GET /v2.0/subnets?network_id=99b58f27-84d4-4730-be1d-f5d2cce50535&cidr=10.100.0.0%2F28 => generated 14 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2223] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:15:43 2026] DELETE /v2.0/security-groups/d8c77a3a-ad28-47f0-a28f-224974b9193e => 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: 1160/2224] 10.0.0.183 () {34 vars in 667 bytes} [Tue Mar 31 06:15:43 2026] POST /v2.0/subnets => generated 656 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2225] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:15:43 2026] GET /v2.0/security-groups?tenant_id=9ba2563c8b774380b906d1e508073d02&name=default => generated 2929 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2226] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:15:44 2026] DELETE /v2.0/security-groups/39bceacd-300f-4de4-84d3-6d5cc5a221f2 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2227] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:15:44 2026] GET /v2.0/security-groups?tenant_id=7bc504864d854dd8b44c7f4f6ec95a10&name=default => generated 2929 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2228] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:15:44 2026] DELETE /v2.0/security-groups/a9abf850-fd65-4aea-bcfa-1fd13ffc05fc => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2229] 10.0.0.183 () {34 vars in 781 bytes} [Tue Mar 31 06:15:43 2026] PUT /v2.0/routers/43cd8de1-ab39-410f-a96a-949501c0a958/add_router_interface => generated 309 bytes in 1415 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2230] 10.0.0.183 () {32 vars in 647 bytes} [Tue Mar 31 06:15:44 2026] GET /v2.0/networks => generated 6662 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2231] 10.0.0.183 () {32 vars in 645 bytes} [Tue Mar 31 06:15:44 2026] GET /v2.0/subnets => generated 7417 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2232] 10.0.0.183 () {32 vars in 645 bytes} [Tue Mar 31 06:15:45 2026] GET /v2.0/routers => generated 1451 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2233] 10.0.0.183 () {34 vars in 683 bytes} [Tue Mar 31 06:15:45 2026] POST /v2.0/security-groups => generated 1677 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2234] 10.0.0.183 () {34 vars in 693 bytes} [Tue Mar 31 06:15:45 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2235] 10.0.0.183 () {34 vars in 693 bytes} [Tue Mar 31 06:15:45 2026] POST /v2.0/security-group-rules => generated 596 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2236] 10.0.0.183 () {34 vars in 693 bytes} [Tue Mar 31 06:15:45 2026] POST /v2.0/security-group-rules => generated 602 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2237] 10.0.0.183 () {34 vars in 693 bytes} [Tue Mar 31 06:15:45 2026] POST /v2.0/security-group-rules => generated 601 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:15:45.893 7 INFO neutron.db.securitygroups_db [None req-8e6b3c25-4ae7-4c71-96af-829030a4f6ef 9bc01ac6a7f747558f117dd13b0d9931 94ca83311461478c84cd283b42b8db0c - - default default] Project 94ca83311461478c84cd283b42b8db0c 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: 1169/2238] 10.0.0.183 () {34 vars in 693 bytes} [Tue Mar 31 06:15:45 2026] POST /v2.0/security-group-rules => generated 607 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:15:46.022 8 INFO neutron.db.securitygroups_db [None req-0dd62401-1294-4c15-9a40-56b0d25951da 9bc01ac6a7f747558f117dd13b0d9931 94ca83311461478c84cd283b42b8db0c - - default default] Project 94ca83311461478c84cd283b42b8db0c 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: 1070/2239] 10.0.0.183 () {34 vars in 693 bytes} [Tue Mar 31 06:15:45 2026] POST /v2.0/security-group-rules => generated 606 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2240] 10.0.0.183 () {32 vars in 647 bytes} [Tue Mar 31 06:15:46 2026] GET /v2.0/networks => generated 1297 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2241] 10.0.0.204 () {34 vars in 1098 bytes} [Tue Mar 31 06:15:46 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-2020706409&fields=id&tenant_id=94ca83311461478c84cd283b42b8db0c => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2242] 10.0.0.204 () {34 vars in 980 bytes} [Tue Mar 31 06:15:46 2026] GET /v2.0/networks?id=b1a13de8-cf70-4681-bd56-ddf63223c67e => generated 660 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2243] 10.0.0.204 () {34 vars in 963 bytes} [Tue Mar 31 06:15:46 2026] GET /v2.0/quotas/94ca83311461478c84cd283b42b8db0c => 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: 1172/2244] 10.0.0.204 () {34 vars in 1000 bytes} [Tue Mar 31 06:15:46 2026] GET /v2.0/ports?tenant_id=94ca83311461478c84cd283b42b8db0c&fields=id => generated 57 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2245] 10.0.0.204 () {34 vars in 1006 bytes} [Tue Mar 31 06:15:46 2026] GET /v2.0/networks/b1a13de8-cf70-4681-bd56-ddf63223c67e?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2246] 10.0.0.204 () {34 vars in 1106 bytes} [Tue Mar 31 06:15:47 2026] GET /v2.0/networks/b1a13de8-cf70-4681-bd56-ddf63223c67e?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: 1074/2247] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:15:47 2026] GET /v2.0/ports?device_id=ea129148-67ec-4e48-b090-9ea144ad6444 => 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: 1174/2248] 199.204.45.240 () {34 vars in 984 bytes} [Tue Mar 31 06:15:47 2026] GET /v2.0/networks?id=466f6b86-aad9-4018-9090-20b9bccf2f78 => generated 704 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2249] 199.204.45.240 () {34 vars in 1048 bytes} [Tue Mar 31 06:15:47 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=db71b6db2bcc46ec9117ab16c596b44e => generated 179 bytes in 519 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2250] 199.204.45.240 () {38 vars in 953 bytes} [Tue Mar 31 06:15:47 2026] POST /v2.0/ports => generated 1183 bytes in 470 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: 1176/2251] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:15:48 2026] GET /v2.0/ports?device_id=2d2b7a3b-66ba-423d-a17d-740bdd834aa1 => generated 1186 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2252] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:15:48 2026] GET /v2.0/ports?device_id=ea129148-67ec-4e48-b090-9ea144ad6444 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:15:48.407 8 INFO neutron.db.segments_db [None req-24c6d260-8c64-44f4-9ba9-9f564cc5befd 2e2faf1536ca44dc8cfb22eb7715c8fb 932b9fba3337401ab388cc0109867b8b - - default default] Added segment 131bd999-52c2-42de-afe2-46dfc75b4971 of type vxlan for network 808130d8-07bc-4f85-951f-cde5b8a0fc4f [pid: 8|app: 0|req: 1076/2253] 10.0.0.183 () {34 vars in 668 bytes} [Tue Mar 31 06:15:48 2026] POST /v2.0/networks => generated 632 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2254] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:15:48 2026] GET /v2.0/security-groups?id=05351b69-0be3-4e1e-8252-46f420e424d9&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2255] 10.0.0.183 () {34 vars in 662 bytes} [Tue Mar 31 06:15:48 2026] POST /v2.0/ports => generated 743 bytes in 315 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: 1079/2256] 10.0.0.183 () {34 vars in 664 bytes} [Tue Mar 31 06:15:48 2026] POST /v2.0/trunks => generated 407 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2257] 10.0.0.183 () {34 vars in 747 bytes} [Tue Mar 31 06:15:49 2026] PUT /v2.0/trunks/b3b56900-d8bc-4e4b-8a2d-4c75197141e9/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2258] 10.0.0.183 () {32 vars in 727 bytes} [Tue Mar 31 06:15:49 2026] GET /v2.0/trunks/b3b56900-d8bc-4e4b-8a2d-4c75197141e9/tags => generated 25 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2259] 10.0.0.183 () {34 vars in 758 bytes} [Tue Mar 31 06:15:49 2026] PUT /v2.0/trunks/b3b56900-d8bc-4e4b-8a2d-4c75197141e9/tags/green => generated 4 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2260] 10.0.0.183 () {32 vars in 727 bytes} [Tue Mar 31 06:15:49 2026] GET /v2.0/trunks/b3b56900-d8bc-4e4b-8a2d-4c75197141e9/tags => generated 34 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2261] 10.0.0.183 () {34 vars in 754 bytes} [Tue Mar 31 06:15:49 2026] PUT /v2.0/trunks/b3b56900-d8bc-4e4b-8a2d-4c75197141e9/tags/red => generated 4 bytes in 25 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2262] 10.0.0.183 () {32 vars in 727 bytes} [Tue Mar 31 06:15:49 2026] GET /v2.0/trunks/b3b56900-d8bc-4e4b-8a2d-4c75197141e9/tags => generated 34 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2263] 10.0.0.183 () {34 vars in 776 bytes} [Tue Mar 31 06:15:49 2026] PUT /v2.0/trunks/b3b56900-d8bc-4e4b-8a2d-4c75197141e9/tags/black.or.white => generated 4 bytes in 28 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2264] 10.0.0.183 () {32 vars in 727 bytes} [Tue Mar 31 06:15:49 2026] GET /v2.0/trunks/b3b56900-d8bc-4e4b-8a2d-4c75197141e9/tags => generated 52 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2265] 199.204.45.240 () {38 vars in 1026 bytes} [Tue Mar 31 06:15:48 2026] PUT /v2.0/ports/59b23c28-3fde-42d1-a98e-0f12c25b9689 => generated 1464 bytes in 880 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2266] 10.0.0.183 () {34 vars in 747 bytes} [Tue Mar 31 06:15:49 2026] PUT /v2.0/trunks/b3b56900-d8bc-4e4b-8a2d-4c75197141e9/tags => generated 37 bytes in 26 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-03-31 06:15:49.314 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ea7a53aa-8f68-4f73-acde-77ee32ea8531'] response: {'name': 'network-changed', 'server_uuid': '2d2b7a3b-66ba-423d-a17d-740bdd834aa1', 'tag': '59b23c28-3fde-42d1-a98e-0f12c25b9689', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1179/2267] 10.0.0.183 () {32 vars in 727 bytes} [Tue Mar 31 06:15:49 2026] GET /v2.0/trunks/b3b56900-d8bc-4e4b-8a2d-4c75197141e9/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: 1089/2268] 10.0.0.183 () {32 vars in 735 bytes} [Tue Mar 31 06:15:49 2026] GET /v2.0/trunks/b3b56900-d8bc-4e4b-8a2d-4c75197141e9/tags/red => generated 0 bytes in 19 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:15:49.366 7 INFO neutron.api.v2.resource [None req-d0437ee1-e113-43f9-861f-41557b52a798 2e2faf1536ca44dc8cfb22eb7715c8fb 932b9fba3337401ab388cc0109867b8b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1180/2269] 10.0.0.183 () {32 vars in 739 bytes} [Tue Mar 31 06:15:49 2026] GET /v2.0/trunks/b3b56900-d8bc-4e4b-8a2d-4c75197141e9/tags/green => generated 99 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2270] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:15:49 2026] DELETE /v2.0/trunks/b3b56900-d8bc-4e4b-8a2d-4c75197141e9/tags/red => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2271] 10.0.0.183 () {32 vars in 727 bytes} [Tue Mar 31 06:15:49 2026] GET /v2.0/trunks/b3b56900-d8bc-4e4b-8a2d-4c75197141e9/tags => generated 30 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:15:49.457 8 INFO neutron.api.v2.resource [None req-2d6f741a-2563-4b4b-887a-40cff56d5b61 2e2faf1536ca44dc8cfb22eb7715c8fb 932b9fba3337401ab388cc0109867b8b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1091/2272] 10.0.0.183 () {32 vars in 742 bytes} [Tue Mar 31 06:15:49 2026] DELETE /v2.0/trunks/b3b56900-d8bc-4e4b-8a2d-4c75197141e9/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2273] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:15:49 2026] GET /v2.0/ports?device_id=ea129148-67ec-4e48-b090-9ea144ad6444 => 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: 1182/2274] 10.0.0.183 () {32 vars in 730 bytes} [Tue Mar 31 06:15:49 2026] DELETE /v2.0/trunks/b3b56900-d8bc-4e4b-8a2d-4c75197141e9/tags => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2275] 10.0.0.183 () {32 vars in 727 bytes} [Tue Mar 31 06:15:49 2026] GET /v2.0/trunks/b3b56900-d8bc-4e4b-8a2d-4c75197141e9/tags => 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: 1183/2276] 10.0.0.183 () {32 vars in 717 bytes} [Tue Mar 31 06:15:49 2026] GET /v2.0/trunks/b3b56900-d8bc-4e4b-8a2d-4c75197141e9 => generated 407 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2277] 10.0.0.183 () {32 vars in 715 bytes} [Tue Mar 31 06:15:49 2026] GET /v2.0/ports/55750562-9708-41cd-abcd-8e0f4c8be67e => generated 826 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2278] 10.0.0.183 () {32 vars in 720 bytes} [Tue Mar 31 06:15:49 2026] DELETE /v2.0/trunks/b3b56900-d8bc-4e4b-8a2d-4c75197141e9 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:15:49.772 8 INFO neutron_taas.services.taas.taas_plugin [None req-38a94324-8cf2-4910-8d6c-4308fcad2714 2e2faf1536ca44dc8cfb22eb7715c8fb 932b9fba3337401ab388cc0109867b8b - - default default] TaaS: Handle Delete Port: 55750562-9708-41cd-abcd-8e0f4c8be67e 2026-03-31 06:15:49.774 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38a94324-8cf2-4910-8d6c-4308fcad2714 2e2faf1536ca44dc8cfb22eb7715c8fb 932b9fba3337401ab388cc0109867b8b - - default default] Tap Mirror: Handle Delete Port: 55750562-9708-41cd-abcd-8e0f4c8be67e [pid: 8|app: 0|req: 1095/2279] 10.0.0.183 () {32 vars in 718 bytes} [Tue Mar 31 06:15:49 2026] DELETE /v2.0/ports/55750562-9708-41cd-abcd-8e0f4c8be67e => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2280] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:15:49 2026] GET /v2.0/ports?tenant_id=db71b6db2bcc46ec9117ab16c596b44e&device_id=2d2b7a3b-66ba-423d-a17d-740bdd834aa1 => generated 1467 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2281] 199.204.45.240 () {34 vars in 1016 bytes} [Tue Mar 31 06:15:49 2026] GET /v2.0/networks?tenant_id=db71b6db2bcc46ec9117ab16c596b44e&shared=False => generated 2373 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:15:49.962 8 INFO neutron.services.segments.plugin [-] Segment 131bd999-52c2-42de-afe2-46dfc75b4971 resource provider aggregate not found 2026-03-31 06:15:49.967 8 INFO neutron.services.segments.plugin [-] Segment 131bd999-52c2-42de-afe2-46dfc75b4971 resource provider aggregate not found 2026-03-31 06:15:49.982 8 INFO neutron.services.segments.plugin [-] Segment 131bd999-52c2-42de-afe2-46dfc75b4971 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 131bd999-52c2-42de-afe2-46dfc75b4971 found for delete ", "request_id": "req-9fcb8bcf-72f3-46c6-b7dd-9095ae51725f"}]} 2026-03-31 06:15:49.984 8 INFO neutron.services.segments.plugin [-] Segment 131bd999-52c2-42de-afe2-46dfc75b4971 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 131bd999-52c2-42de-afe2-46dfc75b4971 found for delete ", "request_id": "req-2a7fe7b6-1a2e-4c45-83b5-ae942675d7c6"}]} [pid: 7|app: 0|req: 1187/2282] 199.204.45.240 () {34 vars in 928 bytes} [Tue Mar 31 06:15:49 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2283] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:15:49 2026] DELETE /v2.0/networks/808130d8-07bc-4f85-951f-cde5b8a0fc4f => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2286] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:15:50 2026] GET /v2.0/ports?device_id=ea129148-67ec-4e48-b090-9ea144ad6444 => 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: 1189/2287] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:15:50 2026] GET /v2.0/security-groups?tenant_id=9d198f679cc24c719e883933f8e3ab46&name=default => generated 2929 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2288] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:15:50 2026] DELETE /v2.0/security-groups/2c2f08ae-3929-49b4-a800-f583e2a44729 => 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: 1190/2289] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:15:50 2026] GET /v2.0/ports?tenant_id=db71b6db2bcc46ec9117ab16c596b44e&device_id=2d2b7a3b-66ba-423d-a17d-740bdd834aa1 => generated 1467 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2290] 199.204.45.240 () {34 vars in 1056 bytes} [Tue Mar 31 06:15:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.181&port_id=59b23c28-3fde-42d1-a98e-0f12c25b9689 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2291] 199.204.45.240 () {34 vars in 1102 bytes} [Tue Mar 31 06:15:51 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2f2&port_id=59b23c28-3fde-42d1-a98e-0f12c25b9689 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2292] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:15:51 2026] GET /v2.0/security-groups?tenant_id=932b9fba3337401ab388cc0109867b8b&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2293] 199.204.45.240 () {34 vars in 1062 bytes} [Tue Mar 31 06:15:51 2026] GET /v2.0/subnets?id=ec6ff401-da13-4dc9-8893-a9231c3c64c0&id=d11d9a3d-790d-47f8-a021-e6805a7fd724 => generated 1410 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2294] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:15:51 2026] GET /v2.0/ports?network_id=466f6b86-aad9-4018-9090-20b9bccf2f78&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: 1194/2295] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:15:51 2026] GET /v2.0/ports?network_id=466f6b86-aad9-4018-9090-20b9bccf2f78&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2296] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:15:51 2026] DELETE /v2.0/security-groups/61368b8e-c52f-4a8f-b498-ef80e93c05d9 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2297] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:15:51 2026] GET /v2.0/networks/466f6b86-aad9-4018-9090-20b9bccf2f78?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2298] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:15:51 2026] GET /v2.0/networks/466f6b86-aad9-4018-9090-20b9bccf2f78?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2299] 199.204.45.240 () {34 vars in 984 bytes} [Tue Mar 31 06:15:51 2026] GET /v2.0/networks?id=b1a13de8-cf70-4681-bd56-ddf63223c67e => generated 660 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2300] 199.204.45.240 () {34 vars in 1048 bytes} [Tue Mar 31 06:15:51 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=94ca83311461478c84cd283b42b8db0c => generated 181 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2301] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:15:51 2026] GET /v2.0/ports?device_id=ea129148-67ec-4e48-b090-9ea144ad6444 => 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: 1197/2302] 199.204.45.240 () {38 vars in 953 bytes} [Tue Mar 31 06:15:51 2026] POST /v2.0/ports => generated 958 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2303] 199.204.45.240 () {38 vars in 1026 bytes} [Tue Mar 31 06:15:51 2026] PUT /v2.0/ports/121f025a-173a-43ab-952a-4d811d3b3b44 => generated 1239 bytes in 431 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:15:52.345 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7d61fad6-8881-408e-b44b-9465cd9d376e'] response: {'name': 'network-changed', 'server_uuid': 'ea129148-67ec-4e48-b090-9ea144ad6444', 'tag': '121f025a-173a-43ab-952a-4d811d3b3b44', '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: 1198/2304] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:15:52 2026] GET /v2.0/ports?device_id=ea129148-67ec-4e48-b090-9ea144ad6444 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1107/2305] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:15:52 2026] GET /v2.0/security-groups?id=905d550e-80fd-42c7-82e5-4fcb84bb8342&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2306] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:15:52 2026] GET /v2.0/ports?tenant_id=94ca83311461478c84cd283b42b8db0c&device_id=ea129148-67ec-4e48-b090-9ea144ad6444 => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2307] 199.204.45.240 () {34 vars in 1016 bytes} [Tue Mar 31 06:15:52 2026] GET /v2.0/networks?tenant_id=94ca83311461478c84cd283b42b8db0c&shared=False => generated 757 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2308] 199.204.45.240 () {34 vars in 928 bytes} [Tue Mar 31 06:15:52 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2309] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:15:53 2026] GET /v2.0/ports?device_id=2d2b7a3b-66ba-423d-a17d-740bdd834aa1 => generated 1198 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2310] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:15:53 2026] GET /v2.0/security-groups?id=05351b69-0be3-4e1e-8252-46f420e424d9&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2311] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:15:53 2026] GET /v2.0/ports?device_id=ea129148-67ec-4e48-b090-9ea144ad6444 => generated 973 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2312] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:15:53 2026] GET /v2.0/security-groups?id=905d550e-80fd-42c7-82e5-4fcb84bb8342&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2313] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:15:54 2026] GET /v2.0/ports?tenant_id=94ca83311461478c84cd283b42b8db0c&device_id=ea129148-67ec-4e48-b090-9ea144ad6444 => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2314] 199.204.45.240 () {34 vars in 1058 bytes} [Tue Mar 31 06:15:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=121f025a-173a-43ab-952a-4d811d3b3b44 => 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: 1112/2315] 199.204.45.240 () {34 vars in 982 bytes} [Tue Mar 31 06:15:54 2026] GET /v2.0/subnets?id=7fbc86e4-a782-4dc4-bbbf-214767125aa9 => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2316] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:15:54 2026] GET /v2.0/ports?network_id=b1a13de8-cf70-4681-bd56-ddf63223c67e&device_owner=network%3Adhcp => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2317] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:15:54 2026] GET /v2.0/networks/b1a13de8-cf70-4681-bd56-ddf63223c67e?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: 1205/2318] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:15:54 2026] GET /v2.0/networks/b1a13de8-cf70-4681-bd56-ddf63223c67e?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: 1114/2319] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:15:54 2026] GET /v2.0/security-groups?tenant_id=fa21cedfce4f45f7b6cbc8d75803d0cc&name=default => generated 2929 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2320] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:15:55 2026] GET /v2.0/ports?device_id=ea129148-67ec-4e48-b090-9ea144ad6444 => 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: 1116/2321] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:15:55 2026] GET /v2.0/security-groups?id=905d550e-80fd-42c7-82e5-4fcb84bb8342&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2322] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:15:55 2026] DELETE /v2.0/security-groups/2cb06c36-c605-4292-bf54-8760917d23ed => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2323] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:15:55 2026] GET /v2.0/security-groups?tenant_id=8e0c89b225fb4d4da0e326a94646745e&name=default => generated 2929 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2324] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:15:55 2026] DELETE /v2.0/security-groups/7475a803-5983-41f8-8e7f-e2e31f0137d3 => 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: 1118/2325] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:15:56 2026] GET /v2.0/ports?device_id=ea129148-67ec-4e48-b090-9ea144ad6444 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2326] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:15:56 2026] GET /v2.0/security-groups?id=905d550e-80fd-42c7-82e5-4fcb84bb8342&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: 1119/2327] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:15:57 2026] GET /v2.0/ports?device_id=ea129148-67ec-4e48-b090-9ea144ad6444 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2328] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:15:57 2026] GET /v2.0/security-groups?id=905d550e-80fd-42c7-82e5-4fcb84bb8342&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: 1120/2329] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:15:58 2026] GET /v2.0/ports?device_id=ea129148-67ec-4e48-b090-9ea144ad6444 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2330] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:15:58 2026] GET /v2.0/security-groups?id=905d550e-80fd-42c7-82e5-4fcb84bb8342&fields=id&fields=name => generated 114 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2331] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:15:58 2026] GET /v2.0/ports?device_id=2d2b7a3b-66ba-423d-a17d-740bdd834aa1 => generated 1200 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2332] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:15:58 2026] GET /v2.0/security-groups?id=05351b69-0be3-4e1e-8252-46f420e424d9&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: 1122/2333] 10.0.0.183 () {32 vars in 816 bytes} [Tue Mar 31 06:15:58 2026] GET /v2.0/ports?network_id=466f6b86-aad9-4018-9090-20b9bccf2f78&mac_address=fa%3A16%3A3e%3Ade%3A47%3A0e => generated 1200 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:15:59.696 7 INFO neutron.db.l3_db [None req-6b011870-3e4d-46af-afb1-ed08a7395477 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] Floating IP 4c6b9368-2b15-4c87-9e61-93cc3718a82b associated. External IP: 10.96.250.207, port: 59b23c28-3fde-42d1-a98e-0f12c25b9689. [pid: 8|app: 0|req: 1123/2334] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:15:59 2026] GET /v2.0/ports?device_id=ea129148-67ec-4e48-b090-9ea144ad6444 => 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: 1124/2335] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:15:59 2026] GET /v2.0/security-groups?id=905d550e-80fd-42c7-82e5-4fcb84bb8342&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: 1125/2336] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:15:59 2026] GET /v2.0/ports?device_id=ea129148-67ec-4e48-b090-9ea144ad6444 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2337] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:15:59 2026] GET /v2.0/security-groups?id=905d550e-80fd-42c7-82e5-4fcb84bb8342&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2338] 10.0.0.183 () {34 vars in 675 bytes} [Tue Mar 31 06:15:58 2026] POST /v2.0/floatingips => generated 855 bytes in 1008 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2339] 10.0.0.183 () {32 vars in 734 bytes} [Tue Mar 31 06:15:59 2026] GET /v2.0/ports?device_id=ea129148-67ec-4e48-b090-9ea144ad6444 => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:16:00.047 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6093ab24-bd02-4aaa-b889-150b4b537d72'] response: {'name': 'network-changed', 'server_uuid': '2d2b7a3b-66ba-423d-a17d-740bdd834aa1', 'tag': '59b23c28-3fde-42d1-a98e-0f12c25b9689', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1128/2340] 10.0.0.204 () {34 vars in 1094 bytes} [Tue Mar 31 06:16:00 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1382495648&fields=id&tenant_id=db71b6db2bcc46ec9117ab16c596b44e => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2341] 10.0.0.204 () {34 vars in 980 bytes} [Tue Mar 31 06:16:00 2026] GET /v2.0/networks?id=799f0447-b36a-44e4-a2db-9ff89317d64a => generated 705 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2342] 10.0.0.204 () {34 vars in 963 bytes} [Tue Mar 31 06:16:00 2026] GET /v2.0/quotas/db71b6db2bcc46ec9117ab16c596b44e => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2343] 10.0.0.204 () {34 vars in 1000 bytes} [Tue Mar 31 06:16:00 2026] GET /v2.0/ports?tenant_id=db71b6db2bcc46ec9117ab16c596b44e&fields=id => generated 333 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2344] 10.0.0.204 () {34 vars in 1006 bytes} [Tue Mar 31 06:16:00 2026] GET /v2.0/networks/799f0447-b36a-44e4-a2db-9ff89317d64a?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: 1133/2345] 10.0.0.204 () {34 vars in 1106 bytes} [Tue Mar 31 06:16:00 2026] GET /v2.0/networks/799f0447-b36a-44e4-a2db-9ff89317d64a?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: 1134/2346] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:16:00 2026] GET /v2.0/ports?device_id=df5af003-271f-4c54-85e8-40b6bd2b6509 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2347] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:16:00 2026] GET /v2.0/ports?tenant_id=db71b6db2bcc46ec9117ab16c596b44e&device_id=2d2b7a3b-66ba-423d-a17d-740bdd834aa1 => generated 1469 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2348] 199.204.45.240 () {34 vars in 984 bytes} [Tue Mar 31 06:16:00 2026] GET /v2.0/networks?id=466f6b86-aad9-4018-9090-20b9bccf2f78 => 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: 1137/2349] 199.204.45.240 () {34 vars in 1056 bytes} [Tue Mar 31 06:16:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.181&port_id=59b23c28-3fde-42d1-a98e-0f12c25b9689 => generated 858 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2350] 199.204.45.240 () {34 vars in 1102 bytes} [Tue Mar 31 06:16:00 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2f2&port_id=59b23c28-3fde-42d1-a98e-0f12c25b9689 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:16:00.728 7 INFO neutron.db.l3_db [None req-ee12821c-fe12-42b7-9f60-a0140a0657a1 9bc01ac6a7f747558f117dd13b0d9931 94ca83311461478c84cd283b42b8db0c - - default default] Floating IP b56d2c09-3a2b-4020-8213-888c8f8917c8 associated. External IP: 10.96.250.217, port: 121f025a-173a-43ab-952a-4d811d3b3b44. [pid: 8|app: 0|req: 1139/2351] 199.204.45.240 () {34 vars in 1062 bytes} [Tue Mar 31 06:16:00 2026] GET /v2.0/subnets?id=ec6ff401-da13-4dc9-8893-a9231c3c64c0&id=d11d9a3d-790d-47f8-a021-e6805a7fd724 => generated 1410 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2352] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:16:00 2026] GET /v2.0/ports?network_id=466f6b86-aad9-4018-9090-20b9bccf2f78&device_owner=network%3Adhcp => generated 1457 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2353] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:16:00 2026] GET /v2.0/ports?network_id=466f6b86-aad9-4018-9090-20b9bccf2f78&device_owner=network%3Adhcp => generated 1457 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2354] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:16:00 2026] GET /v2.0/networks/466f6b86-aad9-4018-9090-20b9bccf2f78?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: 1143/2355] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:16:00 2026] GET /v2.0/networks/466f6b86-aad9-4018-9090-20b9bccf2f78?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: 1213/2356] 10.0.0.183 () {34 vars in 675 bytes} [Tue Mar 31 06:15:59 2026] POST /v2.0/floatingips => generated 856 bytes in 1014 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2357] 10.0.0.183 () {32 vars in 727 bytes} [Tue Mar 31 06:16:01 2026] GET /v2.0/floatingips/b56d2c09-3a2b-4020-8213-888c8f8917c8 => generated 856 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:16:02.080 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d2bf48db-bfb5-4cce-8bfc-8029878c8dd7'] response: {'name': 'network-changed', 'server_uuid': 'ea129148-67ec-4e48-b090-9ea144ad6444', 'tag': '121f025a-173a-43ab-952a-4d811d3b3b44', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1214/2358] 10.0.0.183 () {32 vars in 727 bytes} [Tue Mar 31 06:16:02 2026] GET /v2.0/floatingips/b56d2c09-3a2b-4020-8213-888c8f8917c8 => generated 856 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2359] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:16:02 2026] GET /v2.0/ports?tenant_id=94ca83311461478c84cd283b42b8db0c&device_id=ea129148-67ec-4e48-b090-9ea144ad6444 => 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: 1215/2360] 199.204.45.240 () {34 vars in 984 bytes} [Tue Mar 31 06:16:02 2026] GET /v2.0/networks?id=b1a13de8-cf70-4681-bd56-ddf63223c67e => generated 757 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2361] 199.204.45.240 () {34 vars in 1058 bytes} [Tue Mar 31 06:16:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=121f025a-173a-43ab-952a-4d811d3b3b44 => generated 861 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2362] 199.204.45.240 () {34 vars in 982 bytes} [Tue Mar 31 06:16:02 2026] GET /v2.0/subnets?id=7fbc86e4-a782-4dc4-bbbf-214767125aa9 => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2363] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:16:02 2026] GET /v2.0/ports?network_id=b1a13de8-cf70-4681-bd56-ddf63223c67e&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: 1217/2364] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:16:02 2026] GET /v2.0/networks/b1a13de8-cf70-4681-bd56-ddf63223c67e?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: 1148/2365] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:16:02 2026] GET /v2.0/networks/b1a13de8-cf70-4681-bd56-ddf63223c67e?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: 1218/2366] 10.0.0.183 () {32 vars in 727 bytes} [Tue Mar 31 06:16:03 2026] GET /v2.0/floatingips/b56d2c09-3a2b-4020-8213-888c8f8917c8 => generated 858 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2367] 199.204.45.240 () {34 vars in 984 bytes} [Tue Mar 31 06:16:04 2026] GET /v2.0/networks?id=799f0447-b36a-44e4-a2db-9ff89317d64a => generated 705 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2368] 199.204.45.240 () {34 vars in 1048 bytes} [Tue Mar 31 06:16:04 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=db71b6db2bcc46ec9117ab16c596b44e => generated 179 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2369] 199.204.45.240 () {38 vars in 953 bytes} [Tue Mar 31 06:16:04 2026] POST /v2.0/ports => generated 1187 bytes in 372 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: 1151/2370] 10.0.0.180 () {34 vars in 988 bytes} [Tue Mar 31 06:16:05 2026] GET /v2.0/ports?device_id=2d2b7a3b-66ba-423d-a17d-740bdd834aa1 => generated 1469 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2371] 10.0.0.180 () {34 vars in 1038 bytes} [Tue Mar 31 06:16:05 2026] GET /v2.0/security-groups?id=05351b69-0be3-4e1e-8252-46f420e424d9&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2374] 199.204.45.240 () {38 vars in 1026 bytes} [Tue Mar 31 06:16:05 2026] PUT /v2.0/ports/480f92c3-7a55-49e6-9ac2-6699c9b60560 => generated 1468 bytes in 408 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:16:05.669 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-448f4494-3287-44f5-89db-99ba38127c01'] response: {'name': 'network-changed', 'server_uuid': 'df5af003-271f-4c54-85e8-40b6bd2b6509', 'tag': '480f92c3-7a55-49e6-9ac2-6699c9b60560', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1155/2375] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:16:05 2026] GET /v2.0/ports?device_id=df5af003-271f-4c54-85e8-40b6bd2b6509 => generated 1202 bytes in 78 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: 1221/2376] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:16:05 2026] GET /v2.0/security-groups?id=05351b69-0be3-4e1e-8252-46f420e424d9&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2377] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:16:06 2026] GET /v2.0/ports?tenant_id=db71b6db2bcc46ec9117ab16c596b44e&device_id=df5af003-271f-4c54-85e8-40b6bd2b6509 => generated 1471 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2378] 199.204.45.240 () {34 vars in 1016 bytes} [Tue Mar 31 06:16:06 2026] GET /v2.0/networks?tenant_id=db71b6db2bcc46ec9117ab16c596b44e&shared=False => generated 2373 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2379] 199.204.45.240 () {34 vars in 928 bytes} [Tue Mar 31 06:16:06 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2380] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:16:07 2026] GET /v2.0/ports?tenant_id=db71b6db2bcc46ec9117ab16c596b44e&device_id=df5af003-271f-4c54-85e8-40b6bd2b6509 => generated 1471 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2381] 199.204.45.240 () {34 vars in 1056 bytes} [Tue Mar 31 06:16:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.225&port_id=480f92c3-7a55-49e6-9ac2-6699c9b60560 => 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: 1224/2382] 199.204.45.240 () {34 vars in 1104 bytes} [Tue Mar 31 06:16:07 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A289&port_id=480f92c3-7a55-49e6-9ac2-6699c9b60560 => 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: 1159/2383] 199.204.45.240 () {34 vars in 1062 bytes} [Tue Mar 31 06:16:07 2026] GET /v2.0/subnets?id=4160b1b4-726a-4f99-8955-a92e97a5ce92&id=28786293-d4f8-4535-9e96-1ac7526c5244 => generated 1413 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2384] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:16:07 2026] GET /v2.0/ports?network_id=799f0447-b36a-44e4-a2db-9ff89317d64a&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2385] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:16:07 2026] GET /v2.0/ports?network_id=799f0447-b36a-44e4-a2db-9ff89317d64a&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2386] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:16:07 2026] GET /v2.0/networks/799f0447-b36a-44e4-a2db-9ff89317d64a?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: 1161/2387] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:16:07 2026] GET /v2.0/networks/799f0447-b36a-44e4-a2db-9ff89317d64a?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: 1227/2388] 10.0.0.180 () {34 vars in 988 bytes} [Tue Mar 31 06:16:10 2026] GET /v2.0/ports?device_id=ea129148-67ec-4e48-b090-9ea144ad6444 => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2389] 10.0.0.180 () {34 vars in 1038 bytes} [Tue Mar 31 06:16:10 2026] GET /v2.0/security-groups?id=905d550e-80fd-42c7-82e5-4fcb84bb8342&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: 1228/2390] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:16:10 2026] GET /v2.0/ports?device_id=df5af003-271f-4c54-85e8-40b6bd2b6509 => generated 1204 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2391] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:16:10 2026] GET /v2.0/security-groups?id=05351b69-0be3-4e1e-8252-46f420e424d9&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2392] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:16:15 2026] GET /v2.0/ports?device_id=df5af003-271f-4c54-85e8-40b6bd2b6509 => generated 1204 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2393] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:16:16 2026] GET /v2.0/security-groups?id=05351b69-0be3-4e1e-8252-46f420e424d9&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2394] 10.0.0.183 () {32 vars in 816 bytes} [Tue Mar 31 06:16:16 2026] GET /v2.0/ports?network_id=799f0447-b36a-44e4-a2db-9ff89317d64a&mac_address=fa%3A16%3A3e%3A39%3A4e%3Af1 => generated 1204 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:16:16.860 8 INFO neutron.db.l3_db [None req-4e4f067c-1766-49cc-bdd7-63d7bd8a22f9 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] Floating IP bac91ac2-5bda-4591-be84-275a209ef30f associated. External IP: 10.96.250.220, port: 480f92c3-7a55-49e6-9ac2-6699c9b60560. [pid: 8|app: 0|req: 1165/2395] 10.0.0.183 () {34 vars in 675 bytes} [Tue Mar 31 06:16:16 2026] POST /v2.0/floatingips => generated 855 bytes in 981 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:16:17.196 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f3168e10-175e-43e7-93ed-ddceaaf26cc6'] response: {'name': 'network-changed', 'server_uuid': 'df5af003-271f-4c54-85e8-40b6bd2b6509', 'tag': '480f92c3-7a55-49e6-9ac2-6699c9b60560', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1231/2396] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:16:17 2026] GET /v2.0/ports?tenant_id=db71b6db2bcc46ec9117ab16c596b44e&device_id=df5af003-271f-4c54-85e8-40b6bd2b6509 => generated 1473 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2397] 199.204.45.240 () {34 vars in 984 bytes} [Tue Mar 31 06:16:17 2026] GET /v2.0/networks?id=799f0447-b36a-44e4-a2db-9ff89317d64a => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2398] 199.204.45.240 () {34 vars in 1056 bytes} [Tue Mar 31 06:16:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.225&port_id=480f92c3-7a55-49e6-9ac2-6699c9b60560 => generated 858 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2399] 199.204.45.240 () {34 vars in 1104 bytes} [Tue Mar 31 06:16:17 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A289&port_id=480f92c3-7a55-49e6-9ac2-6699c9b60560 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2400] 199.204.45.240 () {34 vars in 1062 bytes} [Tue Mar 31 06:16:17 2026] GET /v2.0/subnets?id=4160b1b4-726a-4f99-8955-a92e97a5ce92&id=28786293-d4f8-4535-9e96-1ac7526c5244 => generated 1413 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2401] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:16:17 2026] GET /v2.0/ports?network_id=799f0447-b36a-44e4-a2db-9ff89317d64a&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: 1234/2402] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:16:17 2026] GET /v2.0/ports?network_id=799f0447-b36a-44e4-a2db-9ff89317d64a&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2403] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:16:18 2026] GET /v2.0/networks/799f0447-b36a-44e4-a2db-9ff89317d64a?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: 1235/2404] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:16:18 2026] GET /v2.0/networks/799f0447-b36a-44e4-a2db-9ff89317d64a?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: 1170/2405] 10.0.0.183 () {32 vars in 824 bytes} [Tue Mar 31 06:16:19 2026] GET /v2.0/ports?project_id=94ca83311461478c84cd283b42b8db0c&network_id=b1a13de8-cf70-4681-bd56-ddf63223c67e => generated 3695 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2406] 10.0.0.183 () {32 vars in 740 bytes} [Tue Mar 31 06:16:19 2026] GET /v2.0/subnets?network_id=99b58f27-84d4-4730-be1d-f5d2cce50535 => generated 667 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:16:19.872 8 INFO neutron.db.l3_db [None req-e36e80b7-50ce-48ff-bd52-c402d4e6bfae 9bc01ac6a7f747558f117dd13b0d9931 94ca83311461478c84cd283b42b8db0c - - default default] Floating IP b56d2c09-3a2b-4020-8213-888c8f8917c8 disassociated. External IP: 10.96.250.217, port: 121f025a-173a-43ab-952a-4d811d3b3b44. [pid: 8|app: 0|req: 1171/2407] 10.0.0.183 () {34 vars in 747 bytes} [Tue Mar 31 06:16:19 2026] PUT /v2.0/floatingips/b56d2c09-3a2b-4020-8213-888c8f8917c8 => generated 554 bytes in 443 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2408] 10.0.0.183 () {32 vars in 727 bytes} [Tue Mar 31 06:16:20 2026] GET /v2.0/floatingips/b56d2c09-3a2b-4020-8213-888c8f8917c8 => generated 554 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:16:20.226 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9f2f6e99-6d2d-40a7-8906-4b977096a3a5'] response: {'name': 'network-changed', 'server_uuid': 'ea129148-67ec-4e48-b090-9ea144ad6444', 'tag': '121f025a-173a-43ab-952a-4d811d3b3b44', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1173/2411] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:16:20 2026] GET /v2.0/ports?tenant_id=94ca83311461478c84cd283b42b8db0c&device_id=ea129148-67ec-4e48-b090-9ea144ad6444 => 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: 1239/2412] 199.204.45.240 () {34 vars in 984 bytes} [Tue Mar 31 06:16:20 2026] GET /v2.0/networks?id=b1a13de8-cf70-4681-bd56-ddf63223c67e => generated 757 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2413] 199.204.45.240 () {34 vars in 1058 bytes} [Tue Mar 31 06:16:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=121f025a-173a-43ab-952a-4d811d3b3b44 => 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: 1240/2414] 199.204.45.240 () {34 vars in 982 bytes} [Tue Mar 31 06:16:20 2026] GET /v2.0/subnets?id=7fbc86e4-a782-4dc4-bbbf-214767125aa9 => generated 677 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2415] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:16:20 2026] GET /v2.0/ports?network_id=b1a13de8-cf70-4681-bd56-ddf63223c67e&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2416] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:16:20 2026] GET /v2.0/networks/b1a13de8-cf70-4681-bd56-ddf63223c67e?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2417] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:16:20 2026] GET /v2.0/networks/b1a13de8-cf70-4681-bd56-ddf63223c67e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2418] 10.0.0.183 () {32 vars in 727 bytes} [Tue Mar 31 06:16:21 2026] GET /v2.0/floatingips/b56d2c09-3a2b-4020-8213-888c8f8917c8 => generated 554 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2419] 10.0.0.183 () {32 vars in 727 bytes} [Tue Mar 31 06:16:22 2026] GET /v2.0/floatingips/b56d2c09-3a2b-4020-8213-888c8f8917c8 => generated 552 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2420] 10.0.0.183 () {34 vars in 683 bytes} [Tue Mar 31 06:16:23 2026] POST /v2.0/security-groups => generated 1675 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2421] 10.0.0.183 () {34 vars in 693 bytes} [Tue Mar 31 06:16:23 2026] POST /v2.0/security-group-rules => generated 597 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2422] 10.0.0.183 () {34 vars in 693 bytes} [Tue Mar 31 06:16:23 2026] POST /v2.0/security-group-rules => generated 596 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2423] 10.0.0.183 () {34 vars in 693 bytes} [Tue Mar 31 06:16:23 2026] POST /v2.0/security-group-rules => generated 602 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2424] 10.0.0.180 () {34 vars in 988 bytes} [Tue Mar 31 06:16:23 2026] GET /v2.0/ports?device_id=df5af003-271f-4c54-85e8-40b6bd2b6509 => generated 1473 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2425] 10.0.0.183 () {34 vars in 693 bytes} [Tue Mar 31 06:16:23 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: 1181/2426] 10.0.0.180 () {34 vars in 1038 bytes} [Tue Mar 31 06:16:23 2026] GET /v2.0/security-groups?id=05351b69-0be3-4e1e-8252-46f420e424d9&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:16:23.976 7 INFO neutron.db.securitygroups_db [None req-816b0f9e-f211-4c65-9b0f-34617a0a540a 9bc01ac6a7f747558f117dd13b0d9931 94ca83311461478c84cd283b42b8db0c - - default default] Project 94ca83311461478c84cd283b42b8db0c 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: 1246/2427] 10.0.0.183 () {34 vars in 693 bytes} [Tue Mar 31 06:16:23 2026] POST /v2.0/security-group-rules => generated 607 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-31 06:16:24.100 8 INFO neutron.db.securitygroups_db [None req-8903beb6-0525-4db8-b77d-f33748b3f0dc 9bc01ac6a7f747558f117dd13b0d9931 94ca83311461478c84cd283b42b8db0c - - default default] Project 94ca83311461478c84cd283b42b8db0c 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: 1182/2428] 10.0.0.183 () {34 vars in 693 bytes} [Tue Mar 31 06:16:24 2026] POST /v2.0/security-group-rules => generated 606 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2429] 10.0.0.183 () {32 vars in 647 bytes} [Tue Mar 31 06:16:24 2026] GET /v2.0/networks => generated 1297 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2430] 10.0.0.204 () {34 vars in 1096 bytes} [Tue Mar 31 06:16:24 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-322031976&fields=id&tenant_id=94ca83311461478c84cd283b42b8db0c => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2431] 10.0.0.204 () {34 vars in 980 bytes} [Tue Mar 31 06:16:24 2026] GET /v2.0/networks?id=b1a13de8-cf70-4681-bd56-ddf63223c67e => 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: 1184/2432] 10.0.0.204 () {34 vars in 963 bytes} [Tue Mar 31 06:16:24 2026] GET /v2.0/quotas/94ca83311461478c84cd283b42b8db0c => 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: 1249/2433] 10.0.0.204 () {34 vars in 1000 bytes} [Tue Mar 31 06:16:24 2026] GET /v2.0/ports?tenant_id=94ca83311461478c84cd283b42b8db0c&fields=id => generated 149 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2434] 10.0.0.204 () {34 vars in 1006 bytes} [Tue Mar 31 06:16:24 2026] GET /v2.0/networks/b1a13de8-cf70-4681-bd56-ddf63223c67e?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: 1250/2435] 10.0.0.204 () {34 vars in 1106 bytes} [Tue Mar 31 06:16:25 2026] GET /v2.0/networks/b1a13de8-cf70-4681-bd56-ddf63223c67e?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: 8|app: 0|req: 1186/2436] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:16:25 2026] GET /v2.0/ports?device_id=e018c405-9cdc-429d-9029-93302101f79a => 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: 1251/2437] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:16:26 2026] GET /v2.0/ports?device_id=e018c405-9cdc-429d-9029-93302101f79a => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2438] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:16:27 2026] GET /v2.0/ports?device_id=e018c405-9cdc-429d-9029-93302101f79a => 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: 1252/2439] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:16:28 2026] GET /v2.0/ports?device_id=e018c405-9cdc-429d-9029-93302101f79a => 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: 1188/2440] 199.204.45.240 () {34 vars in 984 bytes} [Tue Mar 31 06:16:29 2026] GET /v2.0/networks?id=b1a13de8-cf70-4681-bd56-ddf63223c67e => generated 660 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2441] 199.204.45.240 () {34 vars in 1048 bytes} [Tue Mar 31 06:16:29 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=94ca83311461478c84cd283b42b8db0c => generated 273 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2442] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:16:29 2026] GET /v2.0/ports?device_id=e018c405-9cdc-429d-9029-93302101f79a => 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: 1254/2443] 199.204.45.240 () {38 vars in 953 bytes} [Tue Mar 31 06:16:29 2026] POST /v2.0/ports => generated 954 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2444] 199.204.45.240 () {38 vars in 1026 bytes} [Tue Mar 31 06:16:29 2026] PUT /v2.0/ports/fad3da2f-5037-42f0-9f6b-d85be9d6ec2b => generated 1235 bytes in 378 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:16:30.268 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f89363cc-2b5b-4cdf-95f5-98f58aeadcc1'] response: {'name': 'network-changed', 'server_uuid': 'e018c405-9cdc-429d-9029-93302101f79a', 'tag': 'fad3da2f-5037-42f0-9f6b-d85be9d6ec2b', '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: 1255/2445] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:16:30 2026] GET /v2.0/ports?device_id=e018c405-9cdc-429d-9029-93302101f79a => generated 969 bytes in 74 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: 1191/2446] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:16:30 2026] GET /v2.0/security-groups?id=a9f2865c-7f32-4820-8607-7cec8fe374da&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: 1256/2447] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:16:30 2026] GET /v2.0/ports?tenant_id=94ca83311461478c84cd283b42b8db0c&device_id=e018c405-9cdc-429d-9029-93302101f79a => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2448] 199.204.45.240 () {34 vars in 1016 bytes} [Tue Mar 31 06:16:30 2026] GET /v2.0/networks?tenant_id=94ca83311461478c84cd283b42b8db0c&shared=False => generated 757 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2449] 199.204.45.240 () {34 vars in 928 bytes} [Tue Mar 31 06:16:30 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2450] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:16:31 2026] GET /v2.0/ports?device_id=e018c405-9cdc-429d-9029-93302101f79a => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2451] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:16:31 2026] GET /v2.0/security-groups?id=a9f2865c-7f32-4820-8607-7cec8fe374da&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: 1194/2452] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:16:31 2026] GET /v2.0/ports?tenant_id=94ca83311461478c84cd283b42b8db0c&device_id=e018c405-9cdc-429d-9029-93302101f79a => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2453] 199.204.45.240 () {34 vars in 1056 bytes} [Tue Mar 31 06:16:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=fad3da2f-5037-42f0-9f6b-d85be9d6ec2b => 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: 1195/2454] 199.204.45.240 () {34 vars in 982 bytes} [Tue Mar 31 06:16:32 2026] GET /v2.0/subnets?id=7fbc86e4-a782-4dc4-bbbf-214767125aa9 => 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: 1260/2455] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:16:32 2026] GET /v2.0/ports?network_id=b1a13de8-cf70-4681-bd56-ddf63223c67e&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2456] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:16:32 2026] GET /v2.0/networks/b1a13de8-cf70-4681-bd56-ddf63223c67e?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: 1261/2457] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:16:32 2026] GET /v2.0/networks/b1a13de8-cf70-4681-bd56-ddf63223c67e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2458] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:16:32 2026] GET /v2.0/ports?device_id=e018c405-9cdc-429d-9029-93302101f79a => 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: 1262/2459] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:16:33 2026] GET /v2.0/security-groups?id=a9f2865c-7f32-4820-8607-7cec8fe374da&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: 1263/2460] 10.0.0.183 () {32 vars in 719 bytes} [Tue Mar 31 06:16:34 2026] GET /v2.0/subnets/6ec6e5db-91b9-45bb-8067-07533ab7c4aa => generated 675 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2461] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:16:34 2026] GET /v2.0/ports?device_id=e018c405-9cdc-429d-9029-93302101f79a => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2462] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:16:34 2026] GET /v2.0/security-groups?id=a9f2865c-7f32-4820-8607-7cec8fe374da&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2463] 10.0.0.168 () {30 vars in 688 bytes} [Tue Mar 31 06:16:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2464] 10.0.0.168 () {30 vars in 690 bytes} [Tue Mar 31 06:16:35 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2465] 10.0.0.168 () {30 vars in 666 bytes} [Tue Mar 31 06:16:35 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2466] 10.0.0.168 () {30 vars in 702 bytes} [Tue Mar 31 06:16:35 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2467] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:16:35 2026] GET /v2.0/ports?device_id=e018c405-9cdc-429d-9029-93302101f79a => 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: 1203/2470] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:16:35 2026] GET /v2.0/security-groups?id=a9f2865c-7f32-4820-8607-7cec8fe374da&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: 1268/2471] 10.0.0.168 () {28 vars in 437 bytes} [Tue Mar 31 06:16:35 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2472] 10.0.0.168 () {30 vars in 726 bytes} [Tue Mar 31 06:16:35 2026] GET /v2.0/subnets/6ec6e5db-91b9-45bb-8067-07533ab7c4aa => generated 657 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2473] 10.0.0.168 () {30 vars in 688 bytes} [Tue Mar 31 06:16:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2474] 10.0.0.168 () {30 vars in 690 bytes} [Tue Mar 31 06:16:35 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2475] 10.0.0.168 () {30 vars in 666 bytes} [Tue Mar 31 06:16:35 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2476] 10.0.0.168 () {30 vars in 702 bytes} [Tue Mar 31 06:16:35 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2477] 10.0.0.168 () {30 vars in 726 bytes} [Tue Mar 31 06:16:35 2026] GET /v2.0/subnets/6ec6e5db-91b9-45bb-8067-07533ab7c4aa => generated 675 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2478] 10.0.0.168 () {30 vars in 688 bytes} [Tue Mar 31 06:16:36 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2479] 10.0.0.168 () {30 vars in 690 bytes} [Tue Mar 31 06:16:36 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2480] 10.0.0.168 () {30 vars in 666 bytes} [Tue Mar 31 06:16:36 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: 1273/2481] 10.0.0.168 () {30 vars in 702 bytes} [Tue Mar 31 06:16:36 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: 1209/2482] 10.0.0.168 () {30 vars in 728 bytes} [Tue Mar 31 06:16:36 2026] GET /v2.0/networks/a350aad2-60bf-4868-8a51-5fdc1439d7ae => generated 797 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2483] 10.0.0.168 () {30 vars in 680 bytes} [Tue Mar 31 06:16:36 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2484] 10.0.0.168 () {34 vars in 702 bytes} [Tue Mar 31 06:16:36 2026] POST /v2.0/ports => generated 1132 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2485] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:16:36 2026] GET /v2.0/ports?device_id=e018c405-9cdc-429d-9029-93302101f79a => generated 971 bytes in 97 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: 1211/2486] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:16:36 2026] GET /v2.0/security-groups?id=a9f2865c-7f32-4820-8607-7cec8fe374da&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: 1276/2487] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:16:37 2026] GET /v2.0/ports?device_id=e018c405-9cdc-429d-9029-93302101f79a => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2488] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:16:37 2026] GET /v2.0/security-groups?id=a9f2865c-7f32-4820-8607-7cec8fe374da&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: 1277/2489] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:16:37 2026] GET /v2.0/ports?device_id=e018c405-9cdc-429d-9029-93302101f79a => 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: 1213/2490] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:16:37 2026] GET /v2.0/security-groups?id=a9f2865c-7f32-4820-8607-7cec8fe374da&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: 1278/2491] 10.0.0.183 () {32 vars in 734 bytes} [Tue Mar 31 06:16:37 2026] GET /v2.0/ports?device_id=e018c405-9cdc-429d-9029-93302101f79a => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:16:38.208 8 INFO neutron.db.l3_db [None req-158f9911-2396-4d90-bb7a-63bf51a6f00b 9bc01ac6a7f747558f117dd13b0d9931 94ca83311461478c84cd283b42b8db0c - - default default] Floating IP b56d2c09-3a2b-4020-8213-888c8f8917c8 associated. External IP: 10.96.250.217, port: fad3da2f-5037-42f0-9f6b-d85be9d6ec2b. [pid: 8|app: 0|req: 1214/2492] 10.0.0.183 () {34 vars in 747 bytes} [Tue Mar 31 06:16:37 2026] PUT /v2.0/floatingips/b56d2c09-3a2b-4020-8213-888c8f8917c8 => generated 855 bytes in 723 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:16:38.666 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-81642950-2fdf-4c36-88f4-545acbaf531a'] response: {'name': 'network-changed', 'server_uuid': 'e018c405-9cdc-429d-9029-93302101f79a', 'tag': 'fad3da2f-5037-42f0-9f6b-d85be9d6ec2b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1279/2493] 10.0.0.183 () {32 vars in 727 bytes} [Tue Mar 31 06:16:38 2026] GET /v2.0/floatingips/b56d2c09-3a2b-4020-8213-888c8f8917c8 => generated 855 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2494] 199.204.45.240 () {30 vars in 701 bytes} [Tue Mar 31 06:16:39 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2495] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:16:39 2026] GET /v2.0/ports?tenant_id=94ca83311461478c84cd283b42b8db0c&device_id=e018c405-9cdc-429d-9029-93302101f79a => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2496] 199.204.45.240 () {30 vars in 703 bytes} [Tue Mar 31 06:16: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: 8|app: 0|req: 1217/2497] 199.204.45.240 () {30 vars in 679 bytes} [Tue Mar 31 06:16:39 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: 1218/2498] 199.204.45.240 () {30 vars in 715 bytes} [Tue Mar 31 06:16:39 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: 1281/2499] 199.204.45.240 () {34 vars in 984 bytes} [Tue Mar 31 06:16:39 2026] GET /v2.0/networks?id=b1a13de8-cf70-4681-bd56-ddf63223c67e => generated 757 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2500] 199.204.45.240 () {30 vars in 735 bytes} [Tue Mar 31 06:16:39 2026] GET /v2.0/ports/629d3b11-8d33-4cfa-8825-50e5398733fd => 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: 1282/2501] 199.204.45.240 () {34 vars in 1056 bytes} [Tue Mar 31 06:16:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=fad3da2f-5037-42f0-9f6b-d85be9d6ec2b => generated 858 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2502] 199.204.45.240 () {34 vars in 982 bytes} [Tue Mar 31 06:16:39 2026] GET /v2.0/subnets?id=7fbc86e4-a782-4dc4-bbbf-214767125aa9 => generated 677 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2503] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:16:39 2026] GET /v2.0/ports?network_id=b1a13de8-cf70-4681-bd56-ddf63223c67e&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: 1221/2504] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:16:39 2026] GET /v2.0/networks/b1a13de8-cf70-4681-bd56-ddf63223c67e?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2505] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:16:39 2026] GET /v2.0/networks/b1a13de8-cf70-4681-bd56-ddf63223c67e?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: 1222/2506] 199.204.45.240 () {30 vars in 701 bytes} [Tue Mar 31 06:16:39 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2507] 199.204.45.240 () {30 vars in 703 bytes} [Tue Mar 31 06:16:39 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2508] 199.204.45.240 () {30 vars in 679 bytes} [Tue Mar 31 06:16:39 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: 1286/2509] 199.204.45.240 () {30 vars in 715 bytes} [Tue Mar 31 06:16:39 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:16:39.625 8 INFO neutron.api.v2.resource [None req-b812cfeb-fe35-49cc-b2c5-47735f6c545a 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1224/2510] 199.204.45.240 () {30 vars in 761 bytes} [Tue Mar 31 06:16:39 2026] GET /v2.0/security-groups/lb-f8baf950-a5fb-49dc-84c0-1d3ebfcfabd2 => generated 149 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2511] 199.204.45.240 () {30 vars in 783 bytes} [Tue Mar 31 06:16:39 2026] GET /v2.0/security-groups?name=lb-f8baf950-a5fb-49dc-84c0-1d3ebfcfabd2 => generated 23 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2512] 10.0.0.183 () {32 vars in 727 bytes} [Tue Mar 31 06:16:39 2026] GET /v2.0/floatingips/b56d2c09-3a2b-4020-8213-888c8f8917c8 => generated 855 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2513] 199.204.45.240 () {34 vars in 734 bytes} [Tue Mar 31 06:16:39 2026] POST /v2.0/security-groups => generated 1638 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2514] 199.204.45.240 () {30 vars in 813 bytes} [Tue Mar 31 06:16:39 2026] GET /v2.0/security-group-rules?security_group_id=acb9f093-9f22-4bcc-b9d8-a62d61306d97 => generated 1182 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2515] 199.204.45.240 () {34 vars in 787 bytes} [Tue Mar 31 06:16:39 2026] PUT /v2.0/ports/629d3b11-8d33-4cfa-8825-50e5398733fd => generated 1132 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2516] 199.204.45.240 () {30 vars in 701 bytes} [Tue Mar 31 06:16: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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1227/2517] 199.204.45.240 () {30 vars in 703 bytes} [Tue Mar 31 06:16:40 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: 1291/2518] 199.204.45.240 () {30 vars in 679 bytes} [Tue Mar 31 06:16:40 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: 1228/2519] 199.204.45.240 () {30 vars in 715 bytes} [Tue Mar 31 06:16:40 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: 1292/2520] 199.204.45.240 () {30 vars in 739 bytes} [Tue Mar 31 06:16:40 2026] GET /v2.0/subnets/6ec6e5db-91b9-45bb-8067-07533ab7c4aa => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2521] 10.0.0.183 () {32 vars in 727 bytes} [Tue Mar 31 06:16:40 2026] GET /v2.0/floatingips/b56d2c09-3a2b-4020-8213-888c8f8917c8 => generated 857 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2522] 10.0.0.204 () {34 vars in 1014 bytes} [Tue Mar 31 06:16:47 2026] GET /v2.0/security-groups?id=0d7894d1-c4f7-40d0-a645-89fcd663f0f4&fields=id => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2523] 10.0.0.204 () {34 vars in 980 bytes} [Tue Mar 31 06:16:47 2026] GET /v2.0/networks?id=d7b4a1cc-85ef-49bd-a0b8-5a29dd7211e4 => generated 735 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2524] 10.0.0.204 () {34 vars in 963 bytes} [Tue Mar 31 06:16:47 2026] GET /v2.0/quotas/f13f8b8231514851a966b0c2a1c9e67d => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2525] 10.0.0.204 () {34 vars in 1000 bytes} [Tue Mar 31 06:16:47 2026] GET /v2.0/ports?tenant_id=f13f8b8231514851a966b0c2a1c9e67d&fields=id => generated 149 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2526] 10.0.0.204 () {34 vars in 1006 bytes} [Tue Mar 31 06:16:47 2026] GET /v2.0/networks/d7b4a1cc-85ef-49bd-a0b8-5a29dd7211e4?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: 1232/2527] 10.0.0.204 () {34 vars in 1106 bytes} [Tue Mar 31 06:16:47 2026] GET /v2.0/networks/d7b4a1cc-85ef-49bd-a0b8-5a29dd7211e4?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: 1296/2528] 10.0.0.180 () {34 vars in 988 bytes} [Tue Mar 31 06:16:48 2026] GET /v2.0/ports?device_id=e018c405-9cdc-429d-9029-93302101f79a => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2529] 10.0.0.180 () {34 vars in 1038 bytes} [Tue Mar 31 06:16:48 2026] GET /v2.0/security-groups?id=a9f2865c-7f32-4820-8607-7cec8fe374da&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: 1297/2530] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:16:48 2026] GET /v2.0/ports?device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => 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: 1234/2531] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:16:48 2026] GET /v2.0/ports?device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => 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: 1236/2534] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:16:51 2026] GET /v2.0/ports?device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2535] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:16:51 2026] GET /v2.0/ports?device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => 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: 1237/2536] 199.204.45.240 () {34 vars in 984 bytes} [Tue Mar 31 06:16:52 2026] GET /v2.0/networks?id=d7b4a1cc-85ef-49bd-a0b8-5a29dd7211e4 => generated 735 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2537] 199.204.45.240 () {34 vars in 1048 bytes} [Tue Mar 31 06:16:52 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f13f8b8231514851a966b0c2a1c9e67d => generated 343 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2538] 199.204.45.240 () {38 vars in 953 bytes} [Tue Mar 31 06:16:52 2026] POST /v2.0/ports => generated 1082 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2539] 199.204.45.240 () {38 vars in 1026 bytes} [Tue Mar 31 06:16:52 2026] PUT /v2.0/ports/8a127301-9b11-48fb-a9d3-87969815e025 => generated 1243 bytes in 367 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:16:53.354 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cd08a059-c3cc-489a-a330-33e5cc2c25da'] response: {'name': 'network-changed', 'server_uuid': '1cf41d2e-1953-482a-99f4-8c1da7e32fdf', 'tag': '8a127301-9b11-48fb-a9d3-87969815e025', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1239/2540] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:16:53 2026] GET /v2.0/ports?tenant_id=f13f8b8231514851a966b0c2a1c9e67d&device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1302/2541] 199.204.45.240 () {34 vars in 1016 bytes} [Tue Mar 31 06:16:53 2026] GET /v2.0/networks?tenant_id=f13f8b8231514851a966b0c2a1c9e67d&shared=False => generated 735 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2542] 199.204.45.240 () {34 vars in 928 bytes} [Tue Mar 31 06:16:53 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2543] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:16:54 2026] GET /v2.0/ports?device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => generated 1246 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2544] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:16:54 2026] GET /v2.0/security-groups?id=0d7894d1-c4f7-40d0-a645-89fcd663f0f4&fields=id&fields=name => generated 96 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2545] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:16:54 2026] GET /v2.0/ports?device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => generated 1246 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2546] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:16:55 2026] GET /v2.0/ports?tenant_id=f13f8b8231514851a966b0c2a1c9e67d&device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => generated 1246 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2547] 199.204.45.240 () {34 vars in 1060 bytes} [Tue Mar 31 06:16:55 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.177&port_id=8a127301-9b11-48fb-a9d3-87969815e025 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2548] 199.204.45.240 () {34 vars in 982 bytes} [Tue Mar 31 06:16:55 2026] GET /v2.0/subnets?id=c1351826-8f29-421b-b7fd-df3a56fa5591 => 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: 1306/2549] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:16:55 2026] GET /v2.0/ports?network_id=d7b4a1cc-85ef-49bd-a0b8-5a29dd7211e4&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: 1244/2550] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:16:55 2026] GET /v2.0/networks/d7b4a1cc-85ef-49bd-a0b8-5a29dd7211e4?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: 1307/2551] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:16:55 2026] GET /v2.0/networks/d7b4a1cc-85ef-49bd-a0b8-5a29dd7211e4?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: 1245/2552] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:16:57 2026] GET /v2.0/ports?device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2553] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:16:57 2026] GET /v2.0/security-groups?id=0d7894d1-c4f7-40d0-a645-89fcd663f0f4&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2554] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:16:57 2026] GET /v2.0/ports?device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => generated 1246 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2555] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:16:58 2026] GET /v2.0/ports?device_id=e018c405-9cdc-429d-9029-93302101f79a => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2556] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:16:58 2026] GET /v2.0/security-groups?id=a9f2865c-7f32-4820-8607-7cec8fe374da&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: 1310/2557] 199.204.45.240 () {34 vars in 992 bytes} [Tue Mar 31 06:16:58 2026] GET /v2.0/ports?device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2558] 199.204.45.240 () {34 vars in 1042 bytes} [Tue Mar 31 06:16:58 2026] GET /v2.0/security-groups?id=0d7894d1-c4f7-40d0-a645-89fcd663f0f4&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2559] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:16:59 2026] GET /v2.0/ports?device_id=e018c405-9cdc-429d-9029-93302101f79a => 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: 1249/2560] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:16:59 2026] GET /v2.0/security-groups?id=a9f2865c-7f32-4820-8607-7cec8fe374da&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2561] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:17:00 2026] GET /v2.0/ports?device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2562] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:17:00 2026] GET /v2.0/security-groups?id=0d7894d1-c4f7-40d0-a645-89fcd663f0f4&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2563] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:17:00 2026] GET /v2.0/ports?device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => generated 1248 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2564] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:17:00 2026] GET /v2.0/ports?device_id=e018c405-9cdc-429d-9029-93302101f79a => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2565] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:17:00 2026] GET /v2.0/security-groups?id=a9f2865c-7f32-4820-8607-7cec8fe374da&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: 1252/2566] 199.204.45.240 () {34 vars in 992 bytes} [Tue Mar 31 06:17:00 2026] GET /v2.0/ports?device_id=e018c405-9cdc-429d-9029-93302101f79a => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:17:00.702 7 INFO neutron_taas.services.taas.taas_plugin [req-e993904e-a9c8-4b90-8dbc-f7553a790ed0 req-743a1c57-6bcc-47a4-b161-fff7b6bb3cb5 9bc01ac6a7f747558f117dd13b0d9931 94ca83311461478c84cd283b42b8db0c - - default default] TaaS: Handle Delete Port: fad3da2f-5037-42f0-9f6b-d85be9d6ec2b 2026-03-31 06:17:00.705 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e993904e-a9c8-4b90-8dbc-f7553a790ed0 req-743a1c57-6bcc-47a4-b161-fff7b6bb3cb5 9bc01ac6a7f747558f117dd13b0d9931 94ca83311461478c84cd283b42b8db0c - - default default] Tap Mirror: Handle Delete Port: fad3da2f-5037-42f0-9f6b-d85be9d6ec2b 2026-03-31 06:17:00.824 7 INFO neutron.db.l3_db [req-e993904e-a9c8-4b90-8dbc-f7553a790ed0 req-743a1c57-6bcc-47a4-b161-fff7b6bb3cb5 9bc01ac6a7f747558f117dd13b0d9931 94ca83311461478c84cd283b42b8db0c - - default default] Floating IP b56d2c09-3a2b-4020-8213-888c8f8917c8 disassociated. External IP: 10.96.250.217, port: fad3da2f-5037-42f0-9f6b-d85be9d6ec2b. [pid: 7|app: 0|req: 1315/2567] 199.204.45.240 () {36 vars in 995 bytes} [Tue Mar 31 06:17:00 2026] DELETE /v2.0/ports/fad3da2f-5037-42f0-9f6b-d85be9d6ec2b => generated 0 bytes in 567 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:17:01.218 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3e77b7ba-ddfa-4191-adfa-6587e235f277'] response: {'server_uuid': 'e018c405-9cdc-429d-9029-93302101f79a', 'name': 'network-vif-deleted', 'tag': 'fad3da2f-5037-42f0-9f6b-d85be9d6ec2b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1253/2568] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:17:01 2026] GET /v2.0/ports?device_id=e018c405-9cdc-429d-9029-93302101f79a => 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: 1316/2569] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:17:02 2026] GET /v2.0/ports?device_id=e018c405-9cdc-429d-9029-93302101f79a => 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: 1254/2570] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:17:02 2026] GET /v2.0/ports?device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2571] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:17:02 2026] GET /v2.0/security-groups?id=0d7894d1-c4f7-40d0-a645-89fcd663f0f4&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2572] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:17:03 2026] GET /v2.0/ports?device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2573] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:17:03 2026] GET /v2.0/ports?device_id=e018c405-9cdc-429d-9029-93302101f79a => 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: 1256/2574] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:17:04 2026] DELETE /v2.0/security-groups/a9f2865c-7f32-4820-8607-7cec8fe374da => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:17:05.145 7 INFO neutron_taas.services.taas.taas_plugin [None req-6d36c6e3-56f3-4ccd-a883-15b8bfedbc9b 9bc01ac6a7f747558f117dd13b0d9931 94ca83311461478c84cd283b42b8db0c - - default default] TaaS: Handle Delete Port: 0c1f661f-a744-4fae-8cef-0c35a957ccc3 2026-03-31 06:17:05.147 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6d36c6e3-56f3-4ccd-a883-15b8bfedbc9b 9bc01ac6a7f747558f117dd13b0d9931 94ca83311461478c84cd283b42b8db0c - - default default] Tap Mirror: Handle Delete Port: 0c1f661f-a744-4fae-8cef-0c35a957ccc3 [pid: 7|app: 0|req: 1319/2575] 10.0.0.183 () {32 vars in 730 bytes} [Tue Mar 31 06:17:05 2026] DELETE /v2.0/floatingips/b56d2c09-3a2b-4020-8213-888c8f8917c8 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2578] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:17:05 2026] GET /v2.0/ports?device_id=ea129148-67ec-4e48-b090-9ea144ad6444 => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2579] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:17:05 2026] GET /v2.0/security-groups?id=905d550e-80fd-42c7-82e5-4fcb84bb8342&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2580] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:17:06 2026] GET /v2.0/ports?device_id=ea129148-67ec-4e48-b090-9ea144ad6444 => 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: 1259/2581] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:17:06 2026] GET /v2.0/security-groups?id=905d550e-80fd-42c7-82e5-4fcb84bb8342&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2582] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:17:07 2026] GET /v2.0/ports?device_id=ea129148-67ec-4e48-b090-9ea144ad6444 => generated 975 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2583] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:17:07 2026] GET /v2.0/security-groups?id=905d550e-80fd-42c7-82e5-4fcb84bb8342&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2584] 199.204.45.240 () {34 vars in 992 bytes} [Tue Mar 31 06:17:07 2026] GET /v2.0/ports?device_id=ea129148-67ec-4e48-b090-9ea144ad6444 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:17:08.193 8 INFO neutron_taas.services.taas.taas_plugin [req-c25b3711-5dfa-4c92-81b5-53f7053eb5c3 req-e3aff8a5-cb0b-47f1-8f10-53a489bb68e3 9bc01ac6a7f747558f117dd13b0d9931 94ca83311461478c84cd283b42b8db0c - - default default] TaaS: Handle Delete Port: 121f025a-173a-43ab-952a-4d811d3b3b44 2026-03-31 06:17:08.198 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c25b3711-5dfa-4c92-81b5-53f7053eb5c3 req-e3aff8a5-cb0b-47f1-8f10-53a489bb68e3 9bc01ac6a7f747558f117dd13b0d9931 94ca83311461478c84cd283b42b8db0c - - default default] Tap Mirror: Handle Delete Port: 121f025a-173a-43ab-952a-4d811d3b3b44 [pid: 8|app: 0|req: 1261/2585] 199.204.45.240 () {36 vars in 995 bytes} [Tue Mar 31 06:17:08 2026] DELETE /v2.0/ports/121f025a-173a-43ab-952a-4d811d3b3b44 => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:17:08.387 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3722e33f-2e0e-4925-9c6a-273ff1bfdd84'] response: {'server_uuid': 'ea129148-67ec-4e48-b090-9ea144ad6444', 'name': 'network-vif-deleted', 'tag': '121f025a-173a-43ab-952a-4d811d3b3b44', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1325/2586] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:17:09 2026] GET /v2.0/ports?device_id=ea129148-67ec-4e48-b090-9ea144ad6444 => generated 12 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2587] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:17:10 2026] GET /v2.0/ports?device_id=ea129148-67ec-4e48-b090-9ea144ad6444 => 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: 1326/2588] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:17:11 2026] GET /v2.0/ports?device_id=ea129148-67ec-4e48-b090-9ea144ad6444 => 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: 1263/2589] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:17:12 2026] DELETE /v2.0/security-groups/905d550e-80fd-42c7-82e5-4fcb84bb8342 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:17:12.844 7 INFO neutron_taas.services.taas.taas_plugin [None req-0fecb0fc-c764-43bf-82e3-8e640bf3057f 9bc01ac6a7f747558f117dd13b0d9931 94ca83311461478c84cd283b42b8db0c - - default default] TaaS: Handle Delete Port: 3ef1c98e-ee39-47a9-a070-07c8e25ee735 2026-03-31 06:17:12.847 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0fecb0fc-c764-43bf-82e3-8e640bf3057f 9bc01ac6a7f747558f117dd13b0d9931 94ca83311461478c84cd283b42b8db0c - - default default] Tap Mirror: Handle Delete Port: 3ef1c98e-ee39-47a9-a070-07c8e25ee735 [pid: 7|app: 0|req: 1327/2590] 10.0.0.183 () {34 vars in 787 bytes} [Tue Mar 31 06:17:12 2026] PUT /v2.0/routers/43cd8de1-ab39-410f-a96a-949501c0a958/remove_router_interface => generated 309 bytes in 962 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2591] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:17:13 2026] DELETE /v2.0/subnets/7fbc86e4-a782-4dc4-bbbf-214767125aa9 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:17:13.829 7 INFO neutron_taas.services.taas.taas_plugin [None req-d7572992-28f4-4779-9bd6-595247bb836d 9bc01ac6a7f747558f117dd13b0d9931 94ca83311461478c84cd283b42b8db0c - - default default] TaaS: Handle Delete Port: 5ba5c9f9-cf6d-4aa9-beb6-dfb6ce5ad993 2026-03-31 06:17:13.832 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7572992-28f4-4779-9bd6-595247bb836d 9bc01ac6a7f747558f117dd13b0d9931 94ca83311461478c84cd283b42b8db0c - - default default] Tap Mirror: Handle Delete Port: 5ba5c9f9-cf6d-4aa9-beb6-dfb6ce5ad993 2026-03-31 06:17:14.106 7 INFO neutron_taas.services.taas.taas_plugin [None req-d7572992-28f4-4779-9bd6-595247bb836d 9bc01ac6a7f747558f117dd13b0d9931 94ca83311461478c84cd283b42b8db0c - - default default] TaaS: Handle Delete Port: a87f6ce4-c4ae-43f9-8f09-e8dd6bd902b3 2026-03-31 06:17:14.108 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7572992-28f4-4779-9bd6-595247bb836d 9bc01ac6a7f747558f117dd13b0d9931 94ca83311461478c84cd283b42b8db0c - - default default] Tap Mirror: Handle Delete Port: a87f6ce4-c4ae-43f9-8f09-e8dd6bd902b3 2026-03-31 06:17:14.447 7 INFO neutron.db.l3_hamode_db [None req-d7572992-28f4-4779-9bd6-595247bb836d 9bc01ac6a7f747558f117dd13b0d9931 94ca83311461478c84cd283b42b8db0c - - default default] HA network 55d1a1ec-e30e-461f-8634-7d42d579cc1d was deleted as no HA routers are present in tenant 94ca83311461478c84cd283b42b8db0c. [pid: 7|app: 0|req: 1328/2592] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:17:13 2026] DELETE /v2.0/routers/43cd8de1-ab39-410f-a96a-949501c0a958 => generated 0 bytes in 855 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:17:14.552 8 INFO neutron_taas.services.taas.taas_plugin [None req-509e3bb5-2957-4271-bfe2-7627e596eae7 9bc01ac6a7f747558f117dd13b0d9931 94ca83311461478c84cd283b42b8db0c - - default default] TaaS: Handle Delete Port: 76ab6ef6-b1ee-4981-9d58-c62f9ed6ee76 2026-03-31 06:17:14.552 7 INFO neutron.services.segments.plugin [-] Segment 62843911-0979-4627-a065-250d6fbc0575 resource provider aggregate not found 2026-03-31 06:17:14.554 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-509e3bb5-2957-4271-bfe2-7627e596eae7 9bc01ac6a7f747558f117dd13b0d9931 94ca83311461478c84cd283b42b8db0c - - default default] Tap Mirror: Handle Delete Port: 76ab6ef6-b1ee-4981-9d58-c62f9ed6ee76 2026-03-31 06:17:14.557 7 INFO neutron.services.segments.plugin [-] Segment 62843911-0979-4627-a065-250d6fbc0575 resource provider aggregate not found 2026-03-31 06:17:14.571 7 INFO neutron.services.segments.plugin [-] Segment 62843911-0979-4627-a065-250d6fbc0575 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62843911-0979-4627-a065-250d6fbc0575 found for delete ", "request_id": "req-4965dac1-833d-453a-8e2a-2d38bba9c16b"}]} 2026-03-31 06:17:14.573 7 INFO neutron.services.segments.plugin [-] Segment 62843911-0979-4627-a065-250d6fbc0575 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62843911-0979-4627-a065-250d6fbc0575 found for delete ", "request_id": "req-2d61b859-511a-4094-9ef5-3d13053e7ecd"}]} [pid: 8|app: 0|req: 1265/2593] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:17:14 2026] DELETE /v2.0/networks/b1a13de8-cf70-4681-bd56-ddf63223c67e => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:17:14.777 8 INFO neutron.services.segments.plugin [-] Segment f3976895-9183-43e4-853e-4ac86889036b resource provider aggregate not found 2026-03-31 06:17:14.788 8 INFO neutron.services.segments.plugin [-] Segment f3976895-9183-43e4-853e-4ac86889036b resource provider aggregate not found 2026-03-31 06:17:14.794 8 INFO neutron.services.segments.plugin [-] Segment f3976895-9183-43e4-853e-4ac86889036b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3976895-9183-43e4-853e-4ac86889036b found for delete ", "request_id": "req-98a8ffcc-3caf-4811-9b0c-589323372d81"}]} 2026-03-31 06:17:14.802 8 INFO neutron.services.segments.plugin [-] Segment f3976895-9183-43e4-853e-4ac86889036b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3976895-9183-43e4-853e-4ac86889036b found for delete ", "request_id": "req-4ee5f6e1-3cec-4428-ac9f-15fd5212c654"}]} [pid: 7|app: 0|req: 1329/2594] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:17:15 2026] GET /v2.0/security-groups?tenant_id=5ef745ba78a64c629d7350dfd0f25d7e&name=default => generated 2929 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2595] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:17:15 2026] DELETE /v2.0/security-groups/4ec2f209-2b54-4d2b-83c7-fcb185017b7b => 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: 1330/2596] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:17:15 2026] GET /v2.0/security-groups?tenant_id=94ca83311461478c84cd283b42b8db0c&name=default => generated 2929 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2597] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:17:15 2026] DELETE /v2.0/security-groups/34de680b-b96d-4603-9199-008e61938042 => 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: 1331/2600] 10.0.0.183 () {34 vars in 682 bytes} [Tue Mar 31 06:17:20 2026] POST /v2.0/security-groups => generated 1603 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2601] 10.0.0.183 () {34 vars in 682 bytes} [Tue Mar 31 06:17:20 2026] POST /v2.0/security-groups => generated 1603 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2602] 10.0.0.183 () {34 vars in 682 bytes} [Tue Mar 31 06:17:20 2026] POST /v2.0/security-groups => generated 1603 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2603] 10.0.0.183 () {34 vars in 682 bytes} [Tue Mar 31 06:17:20 2026] POST /v2.0/security-groups => generated 1603 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2604] 10.0.0.183 () {34 vars in 682 bytes} [Tue Mar 31 06:17:20 2026] POST /v2.0/security-groups => generated 1603 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2605] 10.0.0.183 () {34 vars in 765 bytes} [Tue Mar 31 06:17:21 2026] PUT /v2.0/security-groups/1f2a2ffa-b343-4c8b-865f-56110789a06c/tags => generated 17 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2606] 10.0.0.183 () {34 vars in 765 bytes} [Tue Mar 31 06:17:21 2026] PUT /v2.0/security-groups/0f268d8a-9a4b-4f21-b6a2-469fa19e86d1/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2607] 10.0.0.183 () {34 vars in 765 bytes} [Tue Mar 31 06:17:21 2026] PUT /v2.0/security-groups/5188bb97-13d7-496c-9557-d93a6c882bb6/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2608] 10.0.0.183 () {34 vars in 765 bytes} [Tue Mar 31 06:17:21 2026] PUT /v2.0/security-groups/0bf3bbae-73f1-447f-9da5-f723c3597999/tags => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2609] 10.0.0.183 () {32 vars in 678 bytes} [Tue Mar 31 06:17:21 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2610] 10.0.0.183 () {32 vars in 692 bytes} [Tue Mar 31 06:17:21 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2611] 10.0.0.183 () {32 vars in 688 bytes} [Tue Mar 31 06:17:21 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: 7|app: 0|req: 1337/2612] 10.0.0.183 () {32 vars in 700 bytes} [Tue Mar 31 06:17:21 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2613] 10.0.0.183 () {32 vars in 686 bytes} [Tue Mar 31 06:17:21 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2614] 10.0.0.183 () {32 vars in 700 bytes} [Tue Mar 31 06:17:21 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2615] 10.0.0.183 () {32 vars in 696 bytes} [Tue Mar 31 06:17:21 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2616] 10.0.0.183 () {32 vars in 708 bytes} [Tue Mar 31 06:17:21 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2617] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:17:21 2026] DELETE /v2.0/security-groups/1f2a2ffa-b343-4c8b-865f-56110789a06c => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2618] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:17:21 2026] DELETE /v2.0/security-groups/0f268d8a-9a4b-4f21-b6a2-469fa19e86d1 => 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: 1279/2619] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:17:21 2026] DELETE /v2.0/security-groups/5188bb97-13d7-496c-9557-d93a6c882bb6 => 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: 1341/2620] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:17:22 2026] DELETE /v2.0/security-groups/0bf3bbae-73f1-447f-9da5-f723c3597999 => 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: 1280/2621] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:17:22 2026] DELETE /v2.0/security-groups/036068e3-4fd6-4062-8c1f-1ddab6ce039c => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2622] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:17:22 2026] GET /v2.0/security-groups?tenant_id=7b5ae18cc0184d0d8f85af3f85bc770e&name=default => generated 2929 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2623] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:17:23 2026] DELETE /v2.0/security-groups/ff12da70-13c6-4d14-8a4e-d6d459e27771 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2624] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:17:23 2026] GET /v2.0/security-groups?tenant_id=1e65ed007d63407dae18bd468cff4f0f&name=default => generated 2929 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2625] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:17:23 2026] DELETE /v2.0/security-groups/09bd0a0d-0187-4f8a-9ca2-e81f472c8d28 => 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: 1344/2626] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:17:23 2026] GET /v2.0/security-groups?tenant_id=34e8ee87d30544d484c7964c11e92233&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2627] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:17:23 2026] DELETE /v2.0/security-groups/8e38b303-cf30-40d2-8cf3-cc2cc39866c8 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2628] 10.0.0.183 () {34 vars in 674 bytes} [Tue Mar 31 06:17:28 2026] POST /v2.0/subnetpools => generated 516 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2629] 10.0.0.183 () {34 vars in 674 bytes} [Tue Mar 31 06:17:28 2026] POST /v2.0/subnetpools => generated 516 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2630] 10.0.0.183 () {34 vars in 674 bytes} [Tue Mar 31 06:17:28 2026] POST /v2.0/subnetpools => generated 516 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2631] 10.0.0.183 () {34 vars in 674 bytes} [Tue Mar 31 06:17:28 2026] POST /v2.0/subnetpools => generated 516 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2632] 10.0.0.183 () {34 vars in 674 bytes} [Tue Mar 31 06:17:28 2026] POST /v2.0/subnetpools => generated 516 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2633] 10.0.0.183 () {34 vars in 757 bytes} [Tue Mar 31 06:17:28 2026] PUT /v2.0/subnetpools/6140718d-9b98-4db7-ae29-e652f3e22d99/tags => generated 17 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2634] 10.0.0.183 () {34 vars in 757 bytes} [Tue Mar 31 06:17:28 2026] PUT /v2.0/subnetpools/521d781f-cfa6-4688-a533-314cfbbf063c/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: 1287/2635] 10.0.0.183 () {34 vars in 757 bytes} [Tue Mar 31 06:17:28 2026] PUT /v2.0/subnetpools/399e7d8b-ca1d-4d8c-b695-f8e0b29f122b/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2636] 10.0.0.183 () {34 vars in 757 bytes} [Tue Mar 31 06:17:28 2026] PUT /v2.0/subnetpools/54037f7c-ee83-4da0-9bfe-1f9a6b5657b7/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2637] 10.0.0.183 () {32 vars in 670 bytes} [Tue Mar 31 06:17:28 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2638] 10.0.0.183 () {32 vars in 684 bytes} [Tue Mar 31 06:17:28 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2639] 10.0.0.183 () {32 vars in 680 bytes} [Tue Mar 31 06:17:28 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2640] 10.0.0.183 () {32 vars in 692 bytes} [Tue Mar 31 06:17:28 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2641] 10.0.0.183 () {32 vars in 678 bytes} [Tue Mar 31 06:17:28 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2642] 10.0.0.183 () {32 vars in 692 bytes} [Tue Mar 31 06:17:29 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2643] 10.0.0.183 () {32 vars in 688 bytes} [Tue Mar 31 06:17:29 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2644] 10.0.0.183 () {32 vars in 700 bytes} [Tue Mar 31 06:17:29 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2645] 10.0.0.183 () {32 vars in 730 bytes} [Tue Mar 31 06:17:29 2026] DELETE /v2.0/subnetpools/6140718d-9b98-4db7-ae29-e652f3e22d99 => 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: 1354/2646] 10.0.0.183 () {32 vars in 730 bytes} [Tue Mar 31 06:17:29 2026] DELETE /v2.0/subnetpools/521d781f-cfa6-4688-a533-314cfbbf063c => 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: 1293/2647] 10.0.0.183 () {32 vars in 730 bytes} [Tue Mar 31 06:17:29 2026] DELETE /v2.0/subnetpools/399e7d8b-ca1d-4d8c-b695-f8e0b29f122b => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2648] 10.0.0.183 () {32 vars in 730 bytes} [Tue Mar 31 06:17:29 2026] DELETE /v2.0/subnetpools/54037f7c-ee83-4da0-9bfe-1f9a6b5657b7 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2649] 10.0.0.183 () {32 vars in 730 bytes} [Tue Mar 31 06:17:29 2026] DELETE /v2.0/subnetpools/12b9caa1-8461-48b3-90ea-5556a81864c3 => 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: 1356/2650] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:17:30 2026] GET /v2.0/security-groups?tenant_id=ca8cbf78560e4994a16ac0d591a1a9f9&name=default => generated 2929 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2651] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:17:30 2026] DELETE /v2.0/security-groups/a1139dfe-342e-424e-b91c-b27db13ddea0 => 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: 1357/2652] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:17:30 2026] GET /v2.0/security-groups?tenant_id=684b71f7979e4410a032476c39d07fe2&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2653] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:17:30 2026] DELETE /v2.0/security-groups/65ed4982-0866-43e4-adcb-0065e6429aab => 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: 1358/2654] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:17:31 2026] GET /v2.0/security-groups?tenant_id=b2ac243b53c045c2ac3683e37143492e&name=default => generated 2929 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2655] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:17:31 2026] DELETE /v2.0/security-groups/03942456-6507-4803-a8c8-8260e60df71c => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2656] 10.0.0.183 () {34 vars in 674 bytes} [Tue Mar 31 06:17:34 2026] POST /v2.0/floatingips => generated 552 bytes in 678 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2657] 10.0.0.183 () {34 vars in 757 bytes} [Tue Mar 31 06:17:35 2026] PUT /v2.0/floatingips/7870ef32-7541-42a2-ba8c-a6692a02ee8b/tags => generated 25 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2658] 10.0.0.183 () {32 vars in 737 bytes} [Tue Mar 31 06:17:35 2026] GET /v2.0/floatingips/7870ef32-7541-42a2-ba8c-a6692a02ee8b/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2659] 10.0.0.183 () {34 vars in 768 bytes} [Tue Mar 31 06:17:35 2026] PUT /v2.0/floatingips/7870ef32-7541-42a2-ba8c-a6692a02ee8b/tags/green => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2660] 10.0.0.183 () {32 vars in 737 bytes} [Tue Mar 31 06:17:35 2026] GET /v2.0/floatingips/7870ef32-7541-42a2-ba8c-a6692a02ee8b/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: 1300/2663] 10.0.0.183 () {34 vars in 764 bytes} [Tue Mar 31 06:17:35 2026] PUT /v2.0/floatingips/7870ef32-7541-42a2-ba8c-a6692a02ee8b/tags/red => 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: 1364/2664] 10.0.0.183 () {32 vars in 737 bytes} [Tue Mar 31 06:17:35 2026] GET /v2.0/floatingips/7870ef32-7541-42a2-ba8c-a6692a02ee8b/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2665] 10.0.0.183 () {34 vars in 786 bytes} [Tue Mar 31 06:17:35 2026] PUT /v2.0/floatingips/7870ef32-7541-42a2-ba8c-a6692a02ee8b/tags/black.or.white => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2666] 10.0.0.183 () {32 vars in 737 bytes} [Tue Mar 31 06:17:35 2026] GET /v2.0/floatingips/7870ef32-7541-42a2-ba8c-a6692a02ee8b/tags => generated 52 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2667] 10.0.0.183 () {34 vars in 757 bytes} [Tue Mar 31 06:17:35 2026] PUT /v2.0/floatingips/7870ef32-7541-42a2-ba8c-a6692a02ee8b/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2668] 10.0.0.183 () {32 vars in 737 bytes} [Tue Mar 31 06:17:35 2026] GET /v2.0/floatingips/7870ef32-7541-42a2-ba8c-a6692a02ee8b/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2669] 10.0.0.183 () {32 vars in 745 bytes} [Tue Mar 31 06:17:35 2026] GET /v2.0/floatingips/7870ef32-7541-42a2-ba8c-a6692a02ee8b/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:17:35.739 7 INFO neutron.api.v2.resource [None req-388253d4-ab9b-49de-b520-8535c38e8268 4d8889b1c9944e8eb3cc514c5f9c24e6 e38ec09304e44629b428534f0274d762 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1367/2670] 10.0.0.183 () {32 vars in 749 bytes} [Tue Mar 31 06:17:35 2026] GET /v2.0/floatingips/7870ef32-7541-42a2-ba8c-a6692a02ee8b/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: 1304/2671] 10.0.0.183 () {32 vars in 748 bytes} [Tue Mar 31 06:17:35 2026] DELETE /v2.0/floatingips/7870ef32-7541-42a2-ba8c-a6692a02ee8b/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2672] 10.0.0.183 () {32 vars in 737 bytes} [Tue Mar 31 06:17:35 2026] GET /v2.0/floatingips/7870ef32-7541-42a2-ba8c-a6692a02ee8b/tags => generated 30 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:17:35.885 8 INFO neutron.api.v2.resource [None req-8e2a81c6-f7fa-4407-8884-cde5e34d0b47 4d8889b1c9944e8eb3cc514c5f9c24e6 e38ec09304e44629b428534f0274d762 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1305/2673] 10.0.0.183 () {32 vars in 752 bytes} [Tue Mar 31 06:17:35 2026] DELETE /v2.0/floatingips/7870ef32-7541-42a2-ba8c-a6692a02ee8b/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2674] 10.0.0.183 () {32 vars in 740 bytes} [Tue Mar 31 06:17:35 2026] DELETE /v2.0/floatingips/7870ef32-7541-42a2-ba8c-a6692a02ee8b/tags => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2675] 10.0.0.183 () {32 vars in 737 bytes} [Tue Mar 31 06:17:35 2026] GET /v2.0/floatingips/7870ef32-7541-42a2-ba8c-a6692a02ee8b/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:17:36.098 7 INFO neutron_taas.services.taas.taas_plugin [None req-9cc8f087-35a3-439c-99fa-a1e0aa50ea39 4d8889b1c9944e8eb3cc514c5f9c24e6 e38ec09304e44629b428534f0274d762 - - default default] TaaS: Handle Delete Port: 9e37a8ef-489f-4506-b54b-9b52109d20d3 2026-03-31 06:17:36.101 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9cc8f087-35a3-439c-99fa-a1e0aa50ea39 4d8889b1c9944e8eb3cc514c5f9c24e6 e38ec09304e44629b428534f0274d762 - - default default] Tap Mirror: Handle Delete Port: 9e37a8ef-489f-4506-b54b-9b52109d20d3 [pid: 7|app: 0|req: 1370/2676] 10.0.0.183 () {32 vars in 730 bytes} [Tue Mar 31 06:17:35 2026] DELETE /v2.0/floatingips/7870ef32-7541-42a2-ba8c-a6692a02ee8b => generated 0 bytes in 275 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2677] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:17:36 2026] GET /v2.0/security-groups?tenant_id=e38ec09304e44629b428534f0274d762&name=default => generated 2929 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2678] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:17:37 2026] DELETE /v2.0/security-groups/137af60c-957e-4c13-8f61-b1ad134cada9 => 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: 1308/2679] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:17:37 2026] GET /v2.0/security-groups?tenant_id=0ff3c661714a41b78c8971cde0e43c30&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2680] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:17:37 2026] DELETE /v2.0/security-groups/d6224b2b-54b7-4099-8ffa-505af5a4e580 => 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: 1309/2681] 199.204.45.240 () {30 vars in 701 bytes} [Tue Mar 31 06:17:37 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: 1373/2682] 199.204.45.240 () {30 vars in 703 bytes} [Tue Mar 31 06:17:37 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: 1310/2683] 199.204.45.240 () {30 vars in 679 bytes} [Tue Mar 31 06:17:37 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2684] 199.204.45.240 () {30 vars in 715 bytes} [Tue Mar 31 06:17:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2685] 199.204.45.240 () {30 vars in 739 bytes} [Tue Mar 31 06:17:37 2026] GET /v2.0/subnets/6ec6e5db-91b9-45bb-8067-07533ab7c4aa => generated 675 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2686] 199.204.45.240 () {30 vars in 767 bytes} [Tue Mar 31 06:17:37 2026] GET /v2.0/ports?device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => generated 1248 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2687] 199.204.45.240 () {34 vars in 715 bytes} [Tue Mar 31 06:17:37 2026] POST /v2.0/ports => generated 1059 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2688] 10.0.0.204 () {34 vars in 969 bytes} [Tue Mar 31 06:17:38 2026] GET /v2.0/ports/2b163488-03a7-4b79-a384-df1d136fe313 => generated 1059 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2689] 10.0.0.204 () {34 vars in 905 bytes} [Tue Mar 31 06:17:38 2026] GET /v2.0/extensions => generated 21537 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2690] 199.204.45.240 () {34 vars in 1260 bytes} [Tue Mar 31 06:17:39 2026] GET /v2.0/ports/2b163488-03a7-4b79-a384-df1d136fe313?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2691] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:17:39 2026] GET /v2.0/networks/a350aad2-60bf-4868-8a51-5fdc1439d7ae?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2692] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:17:39 2026] GET /v2.0/networks/a350aad2-60bf-4868-8a51-5fdc1439d7ae?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: 8|app: 0|req: 1315/2693] 199.204.45.240 () {34 vars in 973 bytes} [Tue Mar 31 06:17:40 2026] GET /v2.0/ports/2b163488-03a7-4b79-a384-df1d136fe313 => generated 1059 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2694] 199.204.45.240 () {34 vars in 984 bytes} [Tue Mar 31 06:17:40 2026] GET /v2.0/networks?id=a350aad2-60bf-4868-8a51-5fdc1439d7ae => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2695] 199.204.45.240 () {38 vars in 1026 bytes} [Tue Mar 31 06:17:40 2026] PUT /v2.0/ports/2b163488-03a7-4b79-a384-df1d136fe313 => generated 1249 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2696] 10.0.0.183 () {34 vars in 676 bytes} [Tue Mar 31 06:17:40 2026] POST /v2.0/qos/policies => generated 359 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2697] 10.0.0.183 () {34 vars in 751 bytes} [Tue Mar 31 06:17:40 2026] PUT /v2.0/policies/30898a55-5027-4ecc-8a66-660c2926c9f7/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:17:40.897 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e08db7a0-8ce7-4824-8e6a-12e8d4f3f068'] response: {'name': 'network-changed', 'server_uuid': '1cf41d2e-1953-482a-99f4-8c1da7e32fdf', 'tag': '2b163488-03a7-4b79-a384-df1d136fe313', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1381/2698] 10.0.0.183 () {32 vars in 731 bytes} [Tue Mar 31 06:17:40 2026] GET /v2.0/policies/30898a55-5027-4ecc-8a66-660c2926c9f7/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2699] 10.0.0.183 () {34 vars in 762 bytes} [Tue Mar 31 06:17:40 2026] PUT /v2.0/policies/30898a55-5027-4ecc-8a66-660c2926c9f7/tags/green => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2700] 10.0.0.183 () {32 vars in 731 bytes} [Tue Mar 31 06:17:40 2026] GET /v2.0/policies/30898a55-5027-4ecc-8a66-660c2926c9f7/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: 1319/2701] 10.0.0.183 () {34 vars in 758 bytes} [Tue Mar 31 06:17:41 2026] PUT /v2.0/policies/30898a55-5027-4ecc-8a66-660c2926c9f7/tags/red => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2702] 10.0.0.183 () {32 vars in 731 bytes} [Tue Mar 31 06:17:41 2026] GET /v2.0/policies/30898a55-5027-4ecc-8a66-660c2926c9f7/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2703] 10.0.0.183 () {34 vars in 780 bytes} [Tue Mar 31 06:17:41 2026] PUT /v2.0/policies/30898a55-5027-4ecc-8a66-660c2926c9f7/tags/black.or.white => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2704] 10.0.0.183 () {32 vars in 731 bytes} [Tue Mar 31 06:17:41 2026] GET /v2.0/policies/30898a55-5027-4ecc-8a66-660c2926c9f7/tags => generated 52 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2705] 10.0.0.183 () {34 vars in 751 bytes} [Tue Mar 31 06:17:41 2026] PUT /v2.0/policies/30898a55-5027-4ecc-8a66-660c2926c9f7/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2706] 10.0.0.183 () {32 vars in 731 bytes} [Tue Mar 31 06:17:41 2026] GET /v2.0/policies/30898a55-5027-4ecc-8a66-660c2926c9f7/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2707] 10.0.0.183 () {32 vars in 739 bytes} [Tue Mar 31 06:17:41 2026] GET /v2.0/policies/30898a55-5027-4ecc-8a66-660c2926c9f7/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:17:41.378 7 INFO neutron.api.v2.resource [None req-57781bbe-12d1-4ba2-813b-6da494b90e18 74bf6e1f96c243ffbf629b7d266ae914 9b2358ab2a9b4f07be754718cbb8f386 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1386/2708] 10.0.0.183 () {32 vars in 743 bytes} [Tue Mar 31 06:17:41 2026] GET /v2.0/policies/30898a55-5027-4ecc-8a66-660c2926c9f7/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2709] 10.0.0.183 () {32 vars in 742 bytes} [Tue Mar 31 06:17:41 2026] DELETE /v2.0/policies/30898a55-5027-4ecc-8a66-660c2926c9f7/tags/red => 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: 1387/2710] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:17:41 2026] GET /v2.0/ports?tenant_id=f13f8b8231514851a966b0c2a1c9e67d&device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => generated 2489 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2711] 10.0.0.183 () {32 vars in 731 bytes} [Tue Mar 31 06:17:41 2026] GET /v2.0/policies/30898a55-5027-4ecc-8a66-660c2926c9f7/tags => generated 30 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2712] 199.204.45.240 () {34 vars in 984 bytes} [Tue Mar 31 06:17:41 2026] GET /v2.0/networks?id=a350aad2-60bf-4868-8a51-5fdc1439d7ae => generated 800 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:17:41.498 8 INFO neutron.api.v2.resource [None req-5c8fd81e-0b06-49f8-bbdc-75a84db3491d 74bf6e1f96c243ffbf629b7d266ae914 9b2358ab2a9b4f07be754718cbb8f386 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1325/2713] 10.0.0.183 () {32 vars in 746 bytes} [Tue Mar 31 06:17:41 2026] DELETE /v2.0/policies/30898a55-5027-4ecc-8a66-660c2926c9f7/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2714] 199.204.45.240 () {34 vars in 1056 bytes} [Tue Mar 31 06:17:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.249&port_id=2b163488-03a7-4b79-a384-df1d136fe313 => 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: 1326/2715] 10.0.0.183 () {32 vars in 734 bytes} [Tue Mar 31 06:17:41 2026] DELETE /v2.0/policies/30898a55-5027-4ecc-8a66-660c2926c9f7/tags => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2716] 199.204.45.240 () {34 vars in 982 bytes} [Tue Mar 31 06:17:41 2026] GET /v2.0/subnets?id=6ec6e5db-91b9-45bb-8067-07533ab7c4aa => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2717] 10.0.0.183 () {32 vars in 731 bytes} [Tue Mar 31 06:17:41 2026] GET /v2.0/policies/30898a55-5027-4ecc-8a66-660c2926c9f7/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: 1391/2718] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:17:41 2026] GET /v2.0/ports?network_id=a350aad2-60bf-4868-8a51-5fdc1439d7ae&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2719] 10.0.0.183 () {32 vars in 732 bytes} [Tue Mar 31 06:17:41 2026] DELETE /v2.0/qos/policies/30898a55-5027-4ecc-8a66-660c2926c9f7 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2720] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:17:41 2026] GET /v2.0/networks/a350aad2-60bf-4868-8a51-5fdc1439d7ae?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: 1329/2721] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:17:41 2026] GET /v2.0/networks/a350aad2-60bf-4868-8a51-5fdc1439d7ae?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2722] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:17:42 2026] GET /v2.0/security-groups?tenant_id=d6546cf876da48dfae994827a72bdbe5&name=default => generated 2929 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2723] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:17:42 2026] DELETE /v2.0/security-groups/d9a583f6-bee4-4bb2-8027-7cb5f4c1570c => 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: 1331/2724] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:17:42 2026] GET /v2.0/ports?tenant_id=f13f8b8231514851a966b0c2a1c9e67d&device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => generated 2489 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2725] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:17:42 2026] GET /v2.0/security-groups?tenant_id=9b2358ab2a9b4f07be754718cbb8f386&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2726] 199.204.45.240 () {34 vars in 1060 bytes} [Tue Mar 31 06:17:42 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.177&port_id=8a127301-9b11-48fb-a9d3-87969815e025 => 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: 1333/2727] 199.204.45.240 () {34 vars in 982 bytes} [Tue Mar 31 06:17:42 2026] GET /v2.0/subnets?id=c1351826-8f29-421b-b7fd-df3a56fa5591 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2728] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:17:42 2026] GET /v2.0/ports?network_id=d7b4a1cc-85ef-49bd-a0b8-5a29dd7211e4&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: 1395/2729] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:17:42 2026] DELETE /v2.0/security-groups/c19427e9-387b-4b73-b9b0-4de7a13b2cd2 => 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: 1335/2730] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:17:42 2026] GET /v2.0/networks/d7b4a1cc-85ef-49bd-a0b8-5a29dd7211e4?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: 1396/2731] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:17:42 2026] GET /v2.0/networks/d7b4a1cc-85ef-49bd-a0b8-5a29dd7211e4?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: 1336/2732] 199.204.45.240 () {34 vars in 1056 bytes} [Tue Mar 31 06:17:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.249&port_id=2b163488-03a7-4b79-a384-df1d136fe313 => 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: 1397/2733] 199.204.45.240 () {34 vars in 982 bytes} [Tue Mar 31 06:17:42 2026] GET /v2.0/subnets?id=6ec6e5db-91b9-45bb-8067-07533ab7c4aa => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2734] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:17:43 2026] GET /v2.0/ports?network_id=a350aad2-60bf-4868-8a51-5fdc1439d7ae&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2735] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:17:43 2026] GET /v2.0/networks/a350aad2-60bf-4868-8a51-5fdc1439d7ae?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: 1338/2736] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:17:43 2026] GET /v2.0/networks/a350aad2-60bf-4868-8a51-5fdc1439d7ae?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:17:46.145 7 INFO neutron.db.segments_db [None req-bd34c4c4-c37d-4aa3-8277-622b32e961f4 d404ad9b80dd4b5388b871146e07a9bf 226852794e554ddab8202af5c38691cc - - default default] Added segment dbd0953f-be4f-48bf-8d6f-d4868e6ad267 of type vxlan for network 31d580b7-496e-48b3-b0db-488c80a55a42 2026-03-31 06:17:46.378 7 INFO neutron.db.l3_hamode_db [None req-bd34c4c4-c37d-4aa3-8277-622b32e961f4 d404ad9b80dd4b5388b871146e07a9bf 226852794e554ddab8202af5c38691cc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-31 06:17:46.497 7 INFO neutron.db.l3_hamode_db [None req-bd34c4c4-c37d-4aa3-8277-622b32e961f4 d404ad9b80dd4b5388b871146e07a9bf 226852794e554ddab8202af5c38691cc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1339/2737] 10.0.0.204 () {34 vars in 969 bytes} [Tue Mar 31 06:17:46 2026] GET /v2.0/ports/2b163488-03a7-4b79-a384-df1d136fe313 => generated 1251 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2738] 10.0.0.183 () {34 vars in 666 bytes} [Tue Mar 31 06:17:45 2026] POST /v2.0/routers => generated 474 bytes in 1117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2739] 10.0.0.183 () {34 vars in 749 bytes} [Tue Mar 31 06:17:47 2026] PUT /v2.0/routers/fc62aba9-2e74-40ca-b91c-e47fd6f1d394/tags => generated 25 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2740] 199.204.45.240 () {34 vars in 787 bytes} [Tue Mar 31 06:17:46 2026] PUT /v2.0/ports/2b163488-03a7-4b79-a384-df1d136fe313 => generated 1276 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:17:47.208 8 INFO neutron.api.v2.resource [None req-f1d8d7d7-a34c-4ecd-acf9-252b9ab209d2 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1341/2741] 199.204.45.240 () {30 vars in 761 bytes} [Tue Mar 31 06:17:47 2026] GET /v2.0/security-groups/lb-f8baf950-a5fb-49dc-84c0-1d3ebfcfabd2 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:17:47.222 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f878aa4d-e903-4378-ab75-95ab3175e7f4'] response: {'name': 'network-changed', 'server_uuid': '1cf41d2e-1953-482a-99f4-8c1da7e32fdf', 'tag': '2b163488-03a7-4b79-a384-df1d136fe313', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1401/2742] 10.0.0.183 () {32 vars in 729 bytes} [Tue Mar 31 06:17:47 2026] GET /v2.0/routers/fc62aba9-2e74-40ca-b91c-e47fd6f1d394/tags => generated 25 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2743] 199.204.45.240 () {30 vars in 783 bytes} [Tue Mar 31 06:17:47 2026] GET /v2.0/security-groups?name=lb-f8baf950-a5fb-49dc-84c0-1d3ebfcfabd2 => generated 1639 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2744] 10.0.0.183 () {34 vars in 760 bytes} [Tue Mar 31 06:17:47 2026] PUT /v2.0/routers/fc62aba9-2e74-40ca-b91c-e47fd6f1d394/tags/green => generated 4 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2745] 199.204.45.240 () {34 vars in 787 bytes} [Tue Mar 31 06:17:47 2026] PUT /v2.0/ports/2b163488-03a7-4b79-a384-df1d136fe313 => generated 1314 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2746] 10.0.0.183 () {32 vars in 729 bytes} [Tue Mar 31 06:17:47 2026] GET /v2.0/routers/fc62aba9-2e74-40ca-b91c-e47fd6f1d394/tags => generated 34 bytes in 111 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: 1344/2747] 10.0.0.183 () {34 vars in 756 bytes} [Tue Mar 31 06:17:47 2026] PUT /v2.0/routers/fc62aba9-2e74-40ca-b91c-e47fd6f1d394/tags/red => generated 4 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2748] 199.204.45.240 () {30 vars in 701 bytes} [Tue Mar 31 06:17:47 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: 1346/2749] 199.204.45.240 () {30 vars in 703 bytes} [Tue Mar 31 06:17:47 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: 1347/2750] 199.204.45.240 () {30 vars in 679 bytes} [Tue Mar 31 06:17:47 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: 1404/2751] 10.0.0.183 () {32 vars in 729 bytes} [Tue Mar 31 06:17:47 2026] GET /v2.0/routers/fc62aba9-2e74-40ca-b91c-e47fd6f1d394/tags => generated 34 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2752] 199.204.45.240 () {30 vars in 715 bytes} [Tue Mar 31 06:17:47 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2753] 199.204.45.240 () {30 vars in 739 bytes} [Tue Mar 31 06:17:47 2026] GET /v2.0/subnets/6ec6e5db-91b9-45bb-8067-07533ab7c4aa => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2754] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:17:47 2026] GET /v2.0/ports?tenant_id=f13f8b8231514851a966b0c2a1c9e67d&device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => generated 2590 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2755] 199.204.45.240 () {30 vars in 735 bytes} [Tue Mar 31 06:17:47 2026] GET /v2.0/ports/629d3b11-8d33-4cfa-8825-50e5398733fd => generated 1132 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2756] 199.204.45.240 () {34 vars in 984 bytes} [Tue Mar 31 06:17:47 2026] GET /v2.0/networks?id=a350aad2-60bf-4868-8a51-5fdc1439d7ae => generated 800 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2757] 10.0.0.183 () {34 vars in 778 bytes} [Tue Mar 31 06:17:47 2026] PUT /v2.0/routers/fc62aba9-2e74-40ca-b91c-e47fd6f1d394/tags/black.or.white => generated 4 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2758] 199.204.45.240 () {30 vars in 735 bytes} [Tue Mar 31 06:17:47 2026] GET /v2.0/ports/2b163488-03a7-4b79-a384-df1d136fe313 => generated 1350 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2759] 199.204.45.240 () {34 vars in 1056 bytes} [Tue Mar 31 06:17:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.249&port_id=2b163488-03a7-4b79-a384-df1d136fe313 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2760] 199.204.45.240 () {30 vars in 739 bytes} [Tue Mar 31 06:17:47 2026] GET /v2.0/subnets/6ec6e5db-91b9-45bb-8067-07533ab7c4aa => generated 675 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2761] 199.204.45.240 () {34 vars in 982 bytes} [Tue Mar 31 06:17:47 2026] GET /v2.0/subnets?id=6ec6e5db-91b9-45bb-8067-07533ab7c4aa => generated 678 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2762] 10.0.0.183 () {32 vars in 729 bytes} [Tue Mar 31 06:17:47 2026] GET /v2.0/routers/fc62aba9-2e74-40ca-b91c-e47fd6f1d394/tags => generated 52 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2763] 199.204.45.240 () {30 vars in 741 bytes} [Tue Mar 31 06:17:47 2026] GET /v2.0/networks/a350aad2-60bf-4868-8a51-5fdc1439d7ae => generated 797 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2764] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:17:47 2026] GET /v2.0/ports?network_id=a350aad2-60bf-4868-8a51-5fdc1439d7ae&device_owner=network%3Adhcp => generated 1461 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2765] 199.204.45.240 () {30 vars in 735 bytes} [Tue Mar 31 06:17:47 2026] GET /v2.0/ports/629d3b11-8d33-4cfa-8825-50e5398733fd => generated 1132 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2766] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:17:47 2026] GET /v2.0/networks/a350aad2-60bf-4868-8a51-5fdc1439d7ae?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2767] 199.204.45.240 () {30 vars in 739 bytes} [Tue Mar 31 06:17:48 2026] GET /v2.0/subnets/6ec6e5db-91b9-45bb-8067-07533ab7c4aa => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2768] 10.0.0.183 () {34 vars in 749 bytes} [Tue Mar 31 06:17:47 2026] PUT /v2.0/routers/fc62aba9-2e74-40ca-b91c-e47fd6f1d394/tags => generated 37 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2769] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:17:48 2026] GET /v2.0/networks/a350aad2-60bf-4868-8a51-5fdc1439d7ae?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: 1411/2770] 10.0.0.183 () {32 vars in 729 bytes} [Tue Mar 31 06:17:48 2026] GET /v2.0/routers/fc62aba9-2e74-40ca-b91c-e47fd6f1d394/tags => generated 37 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2771] 10.0.0.183 () {32 vars in 737 bytes} [Tue Mar 31 06:17:48 2026] GET /v2.0/routers/fc62aba9-2e74-40ca-b91c-e47fd6f1d394/tags/red => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:17:48.390 7 INFO neutron.api.v2.resource [None req-56645e51-ada7-4840-9b77-6843c67a6778 d404ad9b80dd4b5388b871146e07a9bf 226852794e554ddab8202af5c38691cc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1412/2772] 10.0.0.183 () {32 vars in 741 bytes} [Tue Mar 31 06:17:48 2026] GET /v2.0/routers/fc62aba9-2e74-40ca-b91c-e47fd6f1d394/tags/green => generated 99 bytes in 123 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2773] 10.0.0.183 () {32 vars in 740 bytes} [Tue Mar 31 06:17:48 2026] DELETE /v2.0/routers/fc62aba9-2e74-40ca-b91c-e47fd6f1d394/tags/red => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2774] 10.0.0.183 () {32 vars in 729 bytes} [Tue Mar 31 06:17:48 2026] GET /v2.0/routers/fc62aba9-2e74-40ca-b91c-e47fd6f1d394/tags => generated 30 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:17:48.699 8 INFO neutron.api.v2.resource [None req-36999f6a-d911-4bde-9170-23e867500bfd d404ad9b80dd4b5388b871146e07a9bf 226852794e554ddab8202af5c38691cc - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1362/2775] 10.0.0.183 () {32 vars in 744 bytes} [Tue Mar 31 06:17:48 2026] DELETE /v2.0/routers/fc62aba9-2e74-40ca-b91c-e47fd6f1d394/tags/green => generated 99 bytes in 90 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2776] 10.0.0.183 () {32 vars in 732 bytes} [Tue Mar 31 06:17:48 2026] DELETE /v2.0/routers/fc62aba9-2e74-40ca-b91c-e47fd6f1d394/tags => 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: 1363/2777] 10.0.0.183 () {32 vars in 729 bytes} [Tue Mar 31 06:17:48 2026] GET /v2.0/routers/fc62aba9-2e74-40ca-b91c-e47fd6f1d394/tags => generated 12 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2778] 10.0.0.183 () {32 vars in 719 bytes} [Tue Mar 31 06:17:48 2026] GET /v2.0/routers/fc62aba9-2e74-40ca-b91c-e47fd6f1d394 => generated 480 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:17:49.255 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8d8e0cbe-325e-43a4-bfae-95b32876977c'] response: {'name': 'network-changed', 'server_uuid': '1cf41d2e-1953-482a-99f4-8c1da7e32fdf', 'tag': '2b163488-03a7-4b79-a384-df1d136fe313', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1364/2779] 10.0.0.183 () {34 vars in 740 bytes} [Tue Mar 31 06:17:48 2026] PUT /v2.0/routers/fc62aba9-2e74-40ca-b91c-e47fd6f1d394 => generated 480 bytes in 515 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2780] 10.0.0.183 () {32 vars in 734 bytes} [Tue Mar 31 06:17:49 2026] GET /v2.0/ports?device_id=fc62aba9-2e74-40ca-b91c-e47fd6f1d394 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:17:49.668 8 INFO neutron_taas.services.taas.taas_plugin [None req-071ba936-296f-490d-88af-31736bbe3eff d404ad9b80dd4b5388b871146e07a9bf 226852794e554ddab8202af5c38691cc - - default default] TaaS: Handle Delete Port: d5b00bc6-7989-428a-8e2c-9b718395ec41 2026-03-31 06:17:49.672 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-071ba936-296f-490d-88af-31736bbe3eff d404ad9b80dd4b5388b871146e07a9bf 226852794e554ddab8202af5c38691cc - - default default] Tap Mirror: Handle Delete Port: d5b00bc6-7989-428a-8e2c-9b718395ec41 [pid: 7|app: 0|req: 1417/2781] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:17:49 2026] GET /v2.0/ports?tenant_id=f13f8b8231514851a966b0c2a1c9e67d&device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => generated 2590 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2782] 199.204.45.240 () {34 vars in 984 bytes} [Tue Mar 31 06:17:49 2026] GET /v2.0/networks?id=a350aad2-60bf-4868-8a51-5fdc1439d7ae => generated 800 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2783] 199.204.45.240 () {34 vars in 1056 bytes} [Tue Mar 31 06:17:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.249&port_id=2b163488-03a7-4b79-a384-df1d136fe313 => 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: 1420/2784] 199.204.45.240 () {34 vars in 982 bytes} [Tue Mar 31 06:17:49 2026] GET /v2.0/subnets?id=6ec6e5db-91b9-45bb-8067-07533ab7c4aa => generated 678 bytes in 20 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.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:17:49 2026] GET /v2.0/ports?network_id=a350aad2-60bf-4868-8a51-5fdc1439d7ae&device_owner=network%3Adhcp => generated 1461 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2786] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:17:49 2026] GET /v2.0/networks/a350aad2-60bf-4868-8a51-5fdc1439d7ae?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2787] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:17:49 2026] GET /v2.0/networks/a350aad2-60bf-4868-8a51-5fdc1439d7ae?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:17:50.012 8 INFO neutron.services.segments.plugin [-] Segment dbd0953f-be4f-48bf-8d6f-d4868e6ad267 resource provider aggregate not found 2026-03-31 06:17:50.020 8 INFO neutron.services.segments.plugin [-] Segment dbd0953f-be4f-48bf-8d6f-d4868e6ad267 resource provider aggregate not found 2026-03-31 06:17:50.036 8 INFO neutron.db.l3_hamode_db [None req-071ba936-296f-490d-88af-31736bbe3eff d404ad9b80dd4b5388b871146e07a9bf 226852794e554ddab8202af5c38691cc - - default default] HA network 31d580b7-496e-48b3-b0db-488c80a55a42 was deleted as no HA routers are present in tenant 226852794e554ddab8202af5c38691cc. 2026-03-31 06:17:50.040 8 INFO neutron.services.segments.plugin [-] Segment dbd0953f-be4f-48bf-8d6f-d4868e6ad267 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dbd0953f-be4f-48bf-8d6f-d4868e6ad267 found for delete ", "request_id": "req-830673fe-3aea-476a-a3bd-aa172fa0c62f"}]} 2026-03-31 06:17:50.044 8 INFO neutron.services.segments.plugin [-] Segment dbd0953f-be4f-48bf-8d6f-d4868e6ad267 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dbd0953f-be4f-48bf-8d6f-d4868e6ad267 found for delete ", "request_id": "req-c200650b-3c22-48ed-8ac5-380b6e850c00"}]} [pid: 8|app: 0|req: 1365/2788] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:17:49 2026] DELETE /v2.0/routers/fc62aba9-2e74-40ca-b91c-e47fd6f1d394 => generated 0 bytes in 563 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2791] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:17:50 2026] GET /v2.0/security-groups?tenant_id=22b6eee82b31482f987d9cf6c440e632&name=default => generated 2929 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2792] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:17:50 2026] DELETE /v2.0/security-groups/8060b13e-cd99-4919-b07c-3497939be49e => 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: 1426/2793] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:17:51 2026] GET /v2.0/security-groups?tenant_id=226852794e554ddab8202af5c38691cc&name=default => generated 2929 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2794] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:17:51 2026] DELETE /v2.0/security-groups/477de2d6-1973-406e-b126-8faaa003f8a1 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:17:57.635 7 INFO neutron.db.l3_db [None req-2246f4ae-640b-4179-8e8c-2b61ca9615dc 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] Floating IP e4111d37-e6e8-4e5a-be4e-86a4d1d3d5a2 associated. External IP: 10.96.250.204, port: 629d3b11-8d33-4cfa-8825-50e5398733fd. [pid: 7|app: 0|req: 1427/2795] 10.0.0.183 () {34 vars in 675 bytes} [Tue Mar 31 06:17:56 2026] POST /v2.0/floatingips => generated 899 bytes in 1126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2796] 199.204.45.240 () {30 vars in 701 bytes} [Tue Mar 31 06:18:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2797] 199.204.45.240 () {30 vars in 703 bytes} [Tue Mar 31 06:18:00 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: 1370/2798] 199.204.45.240 () {30 vars in 679 bytes} [Tue Mar 31 06:18:00 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2799] 199.204.45.240 () {30 vars in 715 bytes} [Tue Mar 31 06:18:00 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:18:00.561 8 INFO neutron.api.v2.resource [None req-63425c90-c6ea-4e9d-b50e-45c236cac1ff 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1371/2800] 199.204.45.240 () {30 vars in 761 bytes} [Tue Mar 31 06:18:00 2026] GET /v2.0/security-groups/lb-f8baf950-a5fb-49dc-84c0-1d3ebfcfabd2 => generated 149 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2801] 199.204.45.240 () {30 vars in 783 bytes} [Tue Mar 31 06:18:00 2026] GET /v2.0/security-groups?name=lb-f8baf950-a5fb-49dc-84c0-1d3ebfcfabd2 => generated 1639 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2802] 199.204.45.240 () {30 vars in 813 bytes} [Tue Mar 31 06:18:00 2026] GET /v2.0/security-group-rules?security_group_id=acb9f093-9f22-4bcc-b9d8-a62d61306d97 => generated 1182 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2803] 199.204.45.240 () {34 vars in 745 bytes} [Tue Mar 31 06:18:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2804] 199.204.45.240 () {34 vars in 745 bytes} [Tue Mar 31 06:18:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2807] 10.0.0.168 () {30 vars in 688 bytes} [Tue Mar 31 06:18:09 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2808] 10.0.0.168 () {30 vars in 690 bytes} [Tue Mar 31 06:18:10 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: 1434/2809] 10.0.0.168 () {30 vars in 666 bytes} [Tue Mar 31 06:18:10 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: 1376/2810] 10.0.0.168 () {30 vars in 702 bytes} [Tue Mar 31 06:18:10 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2811] 10.0.0.168 () {28 vars in 437 bytes} [Tue Mar 31 06:18:10 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2812] 10.0.0.168 () {30 vars in 726 bytes} [Tue Mar 31 06:18:10 2026] GET /v2.0/subnets/ec6ff401-da13-4dc9-8893-a9231c3c64c0 => generated 655 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2813] 199.204.45.240 () {30 vars in 701 bytes} [Tue Mar 31 06:18:11 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: 1378/2814] 199.204.45.240 () {30 vars in 703 bytes} [Tue Mar 31 06:18:11 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: 1437/2815] 199.204.45.240 () {30 vars in 679 bytes} [Tue Mar 31 06:18: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: 8|app: 0|req: 1379/2816] 199.204.45.240 () {30 vars in 715 bytes} [Tue Mar 31 06:18:11 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2817] 199.204.45.240 () {30 vars in 739 bytes} [Tue Mar 31 06:18:11 2026] GET /v2.0/subnets/ec6ff401-da13-4dc9-8893-a9231c3c64c0 => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2818] 199.204.45.240 () {30 vars in 767 bytes} [Tue Mar 31 06:18:11 2026] GET /v2.0/ports?device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => generated 2590 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2819] 199.204.45.240 () {30 vars in 701 bytes} [Tue Mar 31 06:18:12 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: 1381/2820] 199.204.45.240 () {30 vars in 703 bytes} [Tue Mar 31 06:18:12 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2821] 199.204.45.240 () {30 vars in 679 bytes} [Tue Mar 31 06:18:12 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: 1382/2822] 199.204.45.240 () {30 vars in 715 bytes} [Tue Mar 31 06:18:12 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: 1441/2823] 199.204.45.240 () {34 vars in 715 bytes} [Tue Mar 31 06:18:12 2026] POST /v2.0/ports => generated 1324 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2824] 10.0.0.204 () {34 vars in 969 bytes} [Tue Mar 31 06:18:12 2026] GET /v2.0/ports/87486276-dd4e-461e-9213-f6e26b11fd11 => generated 1324 bytes in 28 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: 1442/2825] 10.0.0.204 () {34 vars in 905 bytes} [Tue Mar 31 06:18:12 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: 1384/2826] 199.204.45.240 () {34 vars in 1260 bytes} [Tue Mar 31 06:18:13 2026] GET /v2.0/ports/87486276-dd4e-461e-9213-f6e26b11fd11?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2827] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:18:13 2026] GET /v2.0/networks/466f6b86-aad9-4018-9090-20b9bccf2f78?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2828] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:18:13 2026] GET /v2.0/networks/466f6b86-aad9-4018-9090-20b9bccf2f78?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2829] 199.204.45.240 () {34 vars in 973 bytes} [Tue Mar 31 06:18:14 2026] GET /v2.0/ports/87486276-dd4e-461e-9213-f6e26b11fd11 => 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: 1386/2830] 199.204.45.240 () {34 vars in 984 bytes} [Tue Mar 31 06:18:14 2026] GET /v2.0/networks?id=466f6b86-aad9-4018-9090-20b9bccf2f78 => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2831] 199.204.45.240 () {38 vars in 1026 bytes} [Tue Mar 31 06:18:14 2026] PUT /v2.0/ports/87486276-dd4e-461e-9213-f6e26b11fd11 => generated 1514 bytes in 468 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:18:15.024 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c42b510f-4c15-45d2-be5c-5acdc2ebf2f4'] response: {'name': 'network-changed', 'server_uuid': '1cf41d2e-1953-482a-99f4-8c1da7e32fdf', 'tag': '87486276-dd4e-461e-9213-f6e26b11fd11', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1387/2832] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:18:15 2026] GET /v2.0/ports?tenant_id=f13f8b8231514851a966b0c2a1c9e67d&device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => generated 4096 bytes in 59 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: 1446/2833] 199.204.45.240 () {34 vars in 984 bytes} [Tue Mar 31 06:18:15 2026] GET /v2.0/networks?id=466f6b86-aad9-4018-9090-20b9bccf2f78 => generated 800 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2834] 199.204.45.240 () {34 vars in 1056 bytes} [Tue Mar 31 06:18:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.243&port_id=87486276-dd4e-461e-9213-f6e26b11fd11 => 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: 1447/2835] 199.204.45.240 () {34 vars in 1100 bytes} [Tue Mar 31 06:18:15 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Afe&port_id=87486276-dd4e-461e-9213-f6e26b11fd11 => 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: 1389/2836] 199.204.45.240 () {34 vars in 1062 bytes} [Tue Mar 31 06:18:15 2026] GET /v2.0/subnets?id=ec6ff401-da13-4dc9-8893-a9231c3c64c0&id=d11d9a3d-790d-47f8-a021-e6805a7fd724 => generated 1410 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2837] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:18:15 2026] GET /v2.0/ports?network_id=466f6b86-aad9-4018-9090-20b9bccf2f78&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: 1390/2838] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:18:15 2026] GET /v2.0/ports?network_id=466f6b86-aad9-4018-9090-20b9bccf2f78&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: 1449/2839] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:18:15 2026] GET /v2.0/networks/466f6b86-aad9-4018-9090-20b9bccf2f78?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2840] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:18:15 2026] GET /v2.0/networks/466f6b86-aad9-4018-9090-20b9bccf2f78?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: 1450/2841] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:18:16 2026] GET /v2.0/ports?tenant_id=f13f8b8231514851a966b0c2a1c9e67d&device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => generated 4096 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2842] 199.204.45.240 () {34 vars in 1060 bytes} [Tue Mar 31 06:18:16 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.177&port_id=8a127301-9b11-48fb-a9d3-87969815e025 => 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: 1451/2843] 199.204.45.240 () {34 vars in 982 bytes} [Tue Mar 31 06:18:16 2026] GET /v2.0/subnets?id=c1351826-8f29-421b-b7fd-df3a56fa5591 => 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: 1393/2844] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:18:17 2026] GET /v2.0/ports?network_id=d7b4a1cc-85ef-49bd-a0b8-5a29dd7211e4&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: 1452/2845] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:18:17 2026] GET /v2.0/networks/d7b4a1cc-85ef-49bd-a0b8-5a29dd7211e4?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: 1394/2846] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:18:17 2026] GET /v2.0/networks/d7b4a1cc-85ef-49bd-a0b8-5a29dd7211e4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2847] 199.204.45.240 () {34 vars in 1056 bytes} [Tue Mar 31 06:18:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.249&port_id=2b163488-03a7-4b79-a384-df1d136fe313 => 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: 1395/2848] 199.204.45.240 () {34 vars in 982 bytes} [Tue Mar 31 06:18:17 2026] GET /v2.0/subnets?id=6ec6e5db-91b9-45bb-8067-07533ab7c4aa => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2849] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:18:17 2026] GET /v2.0/ports?network_id=a350aad2-60bf-4868-8a51-5fdc1439d7ae&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: 1396/2850] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:18:17 2026] GET /v2.0/networks/a350aad2-60bf-4868-8a51-5fdc1439d7ae?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: 1455/2851] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:18:17 2026] GET /v2.0/networks/a350aad2-60bf-4868-8a51-5fdc1439d7ae?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: 1397/2852] 199.204.45.240 () {34 vars in 1056 bytes} [Tue Mar 31 06:18:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.243&port_id=87486276-dd4e-461e-9213-f6e26b11fd11 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2853] 199.204.45.240 () {34 vars in 1100 bytes} [Tue Mar 31 06:18:17 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Afe&port_id=87486276-dd4e-461e-9213-f6e26b11fd11 => 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: 1398/2854] 199.204.45.240 () {34 vars in 1062 bytes} [Tue Mar 31 06:18:17 2026] GET /v2.0/subnets?id=ec6ff401-da13-4dc9-8893-a9231c3c64c0&id=d11d9a3d-790d-47f8-a021-e6805a7fd724 => generated 1410 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2855] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:18:17 2026] GET /v2.0/ports?network_id=466f6b86-aad9-4018-9090-20b9bccf2f78&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2856] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:18:17 2026] GET /v2.0/ports?network_id=466f6b86-aad9-4018-9090-20b9bccf2f78&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: 1458/2857] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:18:17 2026] GET /v2.0/networks/466f6b86-aad9-4018-9090-20b9bccf2f78?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2858] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:18:17 2026] GET /v2.0/networks/466f6b86-aad9-4018-9090-20b9bccf2f78?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: 1402/2861] 10.0.0.204 () {34 vars in 969 bytes} [Tue Mar 31 06:18:21 2026] GET /v2.0/ports/87486276-dd4e-461e-9213-f6e26b11fd11 => generated 1516 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2862] 199.204.45.240 () {30 vars in 741 bytes} [Tue Mar 31 06:18:21 2026] GET /v2.0/networks/466f6b86-aad9-4018-9090-20b9bccf2f78 => generated 797 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2863] 199.204.45.240 () {30 vars in 739 bytes} [Tue Mar 31 06:18:21 2026] GET /v2.0/subnets/ec6ff401-da13-4dc9-8893-a9231c3c64c0 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2864] 199.204.45.240 () {30 vars in 739 bytes} [Tue Mar 31 06:18:21 2026] GET /v2.0/subnets/d11d9a3d-790d-47f8-a021-e6805a7fd724 => generated 744 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2865] 199.204.45.240 () {30 vars in 701 bytes} [Tue Mar 31 06:18:21 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: 1462/2866] 199.204.45.240 () {30 vars in 703 bytes} [Tue Mar 31 06:18: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: 8|app: 0|req: 1405/2867] 199.204.45.240 () {30 vars in 679 bytes} [Tue Mar 31 06:18:21 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: 1463/2868] 199.204.45.240 () {30 vars in 715 bytes} [Tue Mar 31 06:18:21 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2869] 199.204.45.240 () {30 vars in 739 bytes} [Tue Mar 31 06:18:21 2026] GET /v2.0/subnets/6ec6e5db-91b9-45bb-8067-07533ab7c4aa => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2870] 199.204.45.240 () {30 vars in 735 bytes} [Tue Mar 31 06:18:22 2026] GET /v2.0/ports/629d3b11-8d33-4cfa-8825-50e5398733fd => 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: 1407/2871] 199.204.45.240 () {30 vars in 735 bytes} [Tue Mar 31 06:18:22 2026] GET /v2.0/ports/2b163488-03a7-4b79-a384-df1d136fe313 => generated 1350 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2872] 199.204.45.240 () {30 vars in 739 bytes} [Tue Mar 31 06:18:22 2026] GET /v2.0/subnets/6ec6e5db-91b9-45bb-8067-07533ab7c4aa => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2873] 199.204.45.240 () {30 vars in 741 bytes} [Tue Mar 31 06:18:22 2026] GET /v2.0/networks/a350aad2-60bf-4868-8a51-5fdc1439d7ae => generated 797 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2874] 199.204.45.240 () {30 vars in 735 bytes} [Tue Mar 31 06:18:22 2026] GET /v2.0/ports/629d3b11-8d33-4cfa-8825-50e5398733fd => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2875] 199.204.45.240 () {30 vars in 739 bytes} [Tue Mar 31 06:18:22 2026] GET /v2.0/subnets/6ec6e5db-91b9-45bb-8067-07533ab7c4aa => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2876] 10.0.0.168 () {30 vars in 688 bytes} [Tue Mar 31 06:18:26 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: 1410/2877] 10.0.0.168 () {30 vars in 690 bytes} [Tue Mar 31 06:18:26 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: 1468/2878] 10.0.0.168 () {30 vars in 666 bytes} [Tue Mar 31 06:18:26 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: 1411/2879] 10.0.0.168 () {30 vars in 702 bytes} [Tue Mar 31 06:18:26 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: 1469/2880] 10.0.0.168 () {28 vars in 437 bytes} [Tue Mar 31 06:18:26 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2881] 10.0.0.168 () {30 vars in 726 bytes} [Tue Mar 31 06:18:26 2026] GET /v2.0/subnets/28786293-d4f8-4535-9e96-1ac7526c5244 => generated 655 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2882] 199.204.45.240 () {30 vars in 701 bytes} [Tue Mar 31 06:18:27 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: 1413/2883] 199.204.45.240 () {30 vars in 703 bytes} [Tue Mar 31 06:18:27 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2884] 199.204.45.240 () {30 vars in 679 bytes} [Tue Mar 31 06:18:27 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2885] 199.204.45.240 () {30 vars in 715 bytes} [Tue Mar 31 06:18:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2886] 199.204.45.240 () {30 vars in 739 bytes} [Tue Mar 31 06:18:27 2026] GET /v2.0/subnets/ec6ff401-da13-4dc9-8893-a9231c3c64c0 => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2887] 199.204.45.240 () {30 vars in 739 bytes} [Tue Mar 31 06:18:27 2026] GET /v2.0/subnets/28786293-d4f8-4535-9e96-1ac7526c5244 => 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: 1473/2888] 199.204.45.240 () {30 vars in 767 bytes} [Tue Mar 31 06:18:27 2026] GET /v2.0/ports?device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => generated 4098 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2889] 199.204.45.240 () {30 vars in 701 bytes} [Tue Mar 31 06:18:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2890] 199.204.45.240 () {30 vars in 703 bytes} [Tue Mar 31 06:18:27 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: 1417/2891] 199.204.45.240 () {30 vars in 679 bytes} [Tue Mar 31 06:18:27 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2892] 199.204.45.240 () {30 vars in 715 bytes} [Tue Mar 31 06:18:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2893] 199.204.45.240 () {34 vars in 715 bytes} [Tue Mar 31 06:18:27 2026] POST /v2.0/ports => generated 1328 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2894] 10.0.0.204 () {34 vars in 969 bytes} [Tue Mar 31 06:18:28 2026] GET /v2.0/ports/f1250699-8d88-461f-8e30-9b51f69ca22b => generated 1328 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1419/2895] 199.204.45.240 () {34 vars in 1260 bytes} [Tue Mar 31 06:18:29 2026] GET /v2.0/ports/f1250699-8d88-461f-8e30-9b51f69ca22b?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: 7|app: 0|req: 1477/2896] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:18:29 2026] GET /v2.0/networks/799f0447-b36a-44e4-a2db-9ff89317d64a?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: 1420/2897] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:18:29 2026] GET /v2.0/networks/799f0447-b36a-44e4-a2db-9ff89317d64a?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: 1478/2898] 199.204.45.240 () {34 vars in 973 bytes} [Tue Mar 31 06:18:29 2026] GET /v2.0/ports/f1250699-8d88-461f-8e30-9b51f69ca22b => generated 1328 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2899] 199.204.45.240 () {34 vars in 984 bytes} [Tue Mar 31 06:18:29 2026] GET /v2.0/networks?id=799f0447-b36a-44e4-a2db-9ff89317d64a => generated 801 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2900] 199.204.45.240 () {38 vars in 1026 bytes} [Tue Mar 31 06:18:29 2026] PUT /v2.0/ports/f1250699-8d88-461f-8e30-9b51f69ca22b => generated 1518 bytes in 410 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:18:30.293 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d3fec009-1d2c-4635-85f8-852e960445b9'] response: {'name': 'network-changed', 'server_uuid': '1cf41d2e-1953-482a-99f4-8c1da7e32fdf', 'tag': 'f1250699-8d88-461f-8e30-9b51f69ca22b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1422/2901] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:18:30 2026] GET /v2.0/ports?tenant_id=f13f8b8231514851a966b0c2a1c9e67d&device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => generated 5608 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1480/2902] 199.204.45.240 () {34 vars in 984 bytes} [Tue Mar 31 06:18:30 2026] GET /v2.0/networks?id=799f0447-b36a-44e4-a2db-9ff89317d64a => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2903] 199.204.45.240 () {34 vars in 1054 bytes} [Tue Mar 31 06:18:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.40&port_id=f1250699-8d88-461f-8e30-9b51f69ca22b => 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: 1481/2904] 199.204.45.240 () {34 vars in 1104 bytes} [Tue Mar 31 06:18:30 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A393&port_id=f1250699-8d88-461f-8e30-9b51f69ca22b => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2905] 199.204.45.240 () {34 vars in 1062 bytes} [Tue Mar 31 06:18:30 2026] GET /v2.0/subnets?id=4160b1b4-726a-4f99-8955-a92e97a5ce92&id=28786293-d4f8-4535-9e96-1ac7526c5244 => generated 1413 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2906] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:18:31 2026] GET /v2.0/ports?network_id=799f0447-b36a-44e4-a2db-9ff89317d64a&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2907] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:18:31 2026] GET /v2.0/ports?network_id=799f0447-b36a-44e4-a2db-9ff89317d64a&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: 1483/2908] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:18:31 2026] GET /v2.0/networks/799f0447-b36a-44e4-a2db-9ff89317d64a?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: 1426/2909] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:18:31 2026] GET /v2.0/networks/799f0447-b36a-44e4-a2db-9ff89317d64a?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: 1484/2910] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:18:32 2026] GET /v2.0/ports?tenant_id=f13f8b8231514851a966b0c2a1c9e67d&device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => generated 5608 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2911] 199.204.45.240 () {34 vars in 1060 bytes} [Tue Mar 31 06:18:32 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.177&port_id=8a127301-9b11-48fb-a9d3-87969815e025 => 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: 1485/2912] 199.204.45.240 () {34 vars in 982 bytes} [Tue Mar 31 06:18:32 2026] GET /v2.0/subnets?id=c1351826-8f29-421b-b7fd-df3a56fa5591 => generated 654 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2913] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:18:32 2026] GET /v2.0/ports?network_id=d7b4a1cc-85ef-49bd-a0b8-5a29dd7211e4&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2914] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:18:32 2026] GET /v2.0/networks/d7b4a1cc-85ef-49bd-a0b8-5a29dd7211e4?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: 1429/2915] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:18:32 2026] GET /v2.0/networks/d7b4a1cc-85ef-49bd-a0b8-5a29dd7211e4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2916] 199.204.45.240 () {34 vars in 1056 bytes} [Tue Mar 31 06:18:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.249&port_id=2b163488-03a7-4b79-a384-df1d136fe313 => 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: 1430/2917] 199.204.45.240 () {34 vars in 982 bytes} [Tue Mar 31 06:18:32 2026] GET /v2.0/subnets?id=6ec6e5db-91b9-45bb-8067-07533ab7c4aa => generated 678 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2918] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:18:32 2026] GET /v2.0/ports?network_id=a350aad2-60bf-4868-8a51-5fdc1439d7ae&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2919] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:18:32 2026] GET /v2.0/networks/a350aad2-60bf-4868-8a51-5fdc1439d7ae?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: 1489/2920] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:18:32 2026] GET /v2.0/networks/a350aad2-60bf-4868-8a51-5fdc1439d7ae?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2921] 199.204.45.240 () {34 vars in 1056 bytes} [Tue Mar 31 06:18:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.243&port_id=87486276-dd4e-461e-9213-f6e26b11fd11 => 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: 1490/2922] 199.204.45.240 () {34 vars in 1100 bytes} [Tue Mar 31 06:18:32 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Afe&port_id=87486276-dd4e-461e-9213-f6e26b11fd11 => 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: 1433/2923] 199.204.45.240 () {34 vars in 1062 bytes} [Tue Mar 31 06:18:32 2026] GET /v2.0/subnets?id=ec6ff401-da13-4dc9-8893-a9231c3c64c0&id=d11d9a3d-790d-47f8-a021-e6805a7fd724 => generated 1410 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2924] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:18:32 2026] GET /v2.0/ports?network_id=466f6b86-aad9-4018-9090-20b9bccf2f78&device_owner=network%3Adhcp => generated 1457 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2925] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:18:32 2026] GET /v2.0/ports?network_id=466f6b86-aad9-4018-9090-20b9bccf2f78&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: 1492/2926] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:18:32 2026] GET /v2.0/networks/466f6b86-aad9-4018-9090-20b9bccf2f78?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: 1435/2927] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:18:32 2026] GET /v2.0/networks/466f6b86-aad9-4018-9090-20b9bccf2f78?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2928] 199.204.45.240 () {34 vars in 1054 bytes} [Tue Mar 31 06:18:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.40&port_id=f1250699-8d88-461f-8e30-9b51f69ca22b => 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: 1436/2929] 199.204.45.240 () {34 vars in 1104 bytes} [Tue Mar 31 06:18:32 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A393&port_id=f1250699-8d88-461f-8e30-9b51f69ca22b => 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: 1494/2930] 199.204.45.240 () {34 vars in 1062 bytes} [Tue Mar 31 06:18:32 2026] GET /v2.0/subnets?id=4160b1b4-726a-4f99-8955-a92e97a5ce92&id=28786293-d4f8-4535-9e96-1ac7526c5244 => generated 1413 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2931] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:18:33 2026] GET /v2.0/ports?network_id=799f0447-b36a-44e4-a2db-9ff89317d64a&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: 1495/2932] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:18:33 2026] GET /v2.0/ports?network_id=799f0447-b36a-44e4-a2db-9ff89317d64a&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2933] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:18:33 2026] GET /v2.0/networks/799f0447-b36a-44e4-a2db-9ff89317d64a?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: 1496/2934] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:18:33 2026] GET /v2.0/networks/799f0447-b36a-44e4-a2db-9ff89317d64a?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: 1498/2937] 10.0.0.204 () {34 vars in 969 bytes} [Tue Mar 31 06:18:37 2026] GET /v2.0/ports/f1250699-8d88-461f-8e30-9b51f69ca22b => 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: 1440/2938] 199.204.45.240 () {30 vars in 741 bytes} [Tue Mar 31 06:18:37 2026] GET /v2.0/networks/799f0447-b36a-44e4-a2db-9ff89317d64a => generated 798 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2939] 199.204.45.240 () {30 vars in 739 bytes} [Tue Mar 31 06:18:37 2026] GET /v2.0/subnets/28786293-d4f8-4535-9e96-1ac7526c5244 => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2940] 199.204.45.240 () {30 vars in 739 bytes} [Tue Mar 31 06:18:37 2026] GET /v2.0/subnets/4160b1b4-726a-4f99-8955-a92e97a5ce92 => 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: 1500/2941] 199.204.45.240 () {30 vars in 735 bytes} [Tue Mar 31 06:18:37 2026] GET /v2.0/ports/87486276-dd4e-461e-9213-f6e26b11fd11 => generated 1516 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2942] 199.204.45.240 () {34 vars in 788 bytes} [Tue Mar 31 06:18:37 2026] PUT /v2.0/ports/87486276-dd4e-461e-9213-f6e26b11fd11 => generated 1255 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:18:37.727 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e66993bf-37d0-47ff-bc8e-9047ee9e3833'] response: {'name': 'network-changed', 'server_uuid': '1cf41d2e-1953-482a-99f4-8c1da7e32fdf', 'tag': '87486276-dd4e-461e-9213-f6e26b11fd11', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1501/2943] 199.204.45.240 () {30 vars in 741 bytes} [Tue Mar 31 06:18:37 2026] GET /v2.0/networks/466f6b86-aad9-4018-9090-20b9bccf2f78 => generated 797 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1443/2944] 199.204.45.240 () {30 vars in 739 bytes} [Tue Mar 31 06:18:37 2026] GET /v2.0/subnets/ec6ff401-da13-4dc9-8893-a9231c3c64c0 => generated 673 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2945] 199.204.45.240 () {30 vars in 701 bytes} [Tue Mar 31 06:18:37 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: 1444/2946] 199.204.45.240 () {30 vars in 703 bytes} [Tue Mar 31 06:18:37 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: 1503/2947] 199.204.45.240 () {30 vars in 679 bytes} [Tue Mar 31 06:18:37 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2948] 199.204.45.240 () {30 vars in 715 bytes} [Tue Mar 31 06:18:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2949] 199.204.45.240 () {30 vars in 739 bytes} [Tue Mar 31 06:18:37 2026] GET /v2.0/subnets/6ec6e5db-91b9-45bb-8067-07533ab7c4aa => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2950] 199.204.45.240 () {30 vars in 735 bytes} [Tue Mar 31 06:18:37 2026] GET /v2.0/ports/629d3b11-8d33-4cfa-8825-50e5398733fd => 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: 1505/2951] 199.204.45.240 () {30 vars in 735 bytes} [Tue Mar 31 06:18:38 2026] GET /v2.0/ports/2b163488-03a7-4b79-a384-df1d136fe313 => generated 1350 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2952] 199.204.45.240 () {30 vars in 739 bytes} [Tue Mar 31 06:18:38 2026] GET /v2.0/subnets/6ec6e5db-91b9-45bb-8067-07533ab7c4aa => generated 675 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/2953] 199.204.45.240 () {30 vars in 741 bytes} [Tue Mar 31 06:18:38 2026] GET /v2.0/networks/a350aad2-60bf-4868-8a51-5fdc1439d7ae => generated 797 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2954] 199.204.45.240 () {30 vars in 735 bytes} [Tue Mar 31 06:18:38 2026] GET /v2.0/ports/629d3b11-8d33-4cfa-8825-50e5398733fd => 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: 1507/2955] 199.204.45.240 () {30 vars in 739 bytes} [Tue Mar 31 06:18:38 2026] GET /v2.0/subnets/6ec6e5db-91b9-45bb-8067-07533ab7c4aa => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2956] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:18:38 2026] GET /v2.0/ports?tenant_id=f13f8b8231514851a966b0c2a1c9e67d&device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => generated 5385 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2957] 199.204.45.240 () {34 vars in 984 bytes} [Tue Mar 31 06:18:38 2026] GET /v2.0/networks?id=466f6b86-aad9-4018-9090-20b9bccf2f78 => generated 800 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2958] 199.204.45.240 () {34 vars in 1056 bytes} [Tue Mar 31 06:18:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.243&port_id=87486276-dd4e-461e-9213-f6e26b11fd11 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2959] 199.204.45.240 () {34 vars in 982 bytes} [Tue Mar 31 06:18:38 2026] GET /v2.0/subnets?id=ec6ff401-da13-4dc9-8893-a9231c3c64c0 => 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: 1451/2960] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:18:38 2026] GET /v2.0/ports?network_id=466f6b86-aad9-4018-9090-20b9bccf2f78&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: 1510/2961] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:18:38 2026] GET /v2.0/networks/466f6b86-aad9-4018-9090-20b9bccf2f78?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2962] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:18:38 2026] GET /v2.0/networks/466f6b86-aad9-4018-9090-20b9bccf2f78?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2965] 199.204.45.240 () {30 vars in 701 bytes} [Tue Mar 31 06:18:51 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2966] 199.204.45.240 () {30 vars in 703 bytes} [Tue Mar 31 06:18:51 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: 1455/2967] 199.204.45.240 () {30 vars in 679 bytes} [Tue Mar 31 06:18:51 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: 1513/2968] 199.204.45.240 () {30 vars in 715 bytes} [Tue Mar 31 06:18:51 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2969] 199.204.45.240 () {30 vars in 739 bytes} [Tue Mar 31 06:18:51 2026] GET /v2.0/subnets/ec6ff401-da13-4dc9-8893-a9231c3c64c0 => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2970] 199.204.45.240 () {30 vars in 767 bytes} [Tue Mar 31 06:18:51 2026] GET /v2.0/ports?device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => generated 5385 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2971] 199.204.45.240 () {30 vars in 701 bytes} [Tue Mar 31 06:18:51 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: 7|app: 0|req: 1515/2972] 199.204.45.240 () {30 vars in 703 bytes} [Tue Mar 31 06:18:51 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: 1458/2973] 199.204.45.240 () {30 vars in 679 bytes} [Tue Mar 31 06:18:51 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2974] 199.204.45.240 () {30 vars in 715 bytes} [Tue Mar 31 06:18:51 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: 1459/2975] 199.204.45.240 () {30 vars in 735 bytes} [Tue Mar 31 06:18:51 2026] GET /v2.0/ports/f1250699-8d88-461f-8e30-9b51f69ca22b => generated 1520 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2976] 199.204.45.240 () {34 vars in 788 bytes} [Tue Mar 31 06:18:51 2026] PUT /v2.0/ports/f1250699-8d88-461f-8e30-9b51f69ca22b => generated 1311 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:18:51.784 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-dcccaf8b-2d2b-4a5b-9b40-29a5e6314225'] response: {'name': 'network-changed', 'server_uuid': '1cf41d2e-1953-482a-99f4-8c1da7e32fdf', 'tag': 'f1250699-8d88-461f-8e30-9b51f69ca22b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1460/2977] 199.204.45.240 () {30 vars in 741 bytes} [Tue Mar 31 06:18:51 2026] GET /v2.0/networks/799f0447-b36a-44e4-a2db-9ff89317d64a => generated 798 bytes in 42 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: 1518/2978] 199.204.45.240 () {30 vars in 739 bytes} [Tue Mar 31 06:18:51 2026] GET /v2.0/subnets/4160b1b4-726a-4f99-8955-a92e97a5ce92 => generated 747 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2979] 199.204.45.240 () {30 vars in 735 bytes} [Tue Mar 31 06:18:51 2026] GET /v2.0/ports/f1250699-8d88-461f-8e30-9b51f69ca22b => generated 1347 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2980] 199.204.45.240 () {34 vars in 787 bytes} [Tue Mar 31 06:18:51 2026] PUT /v2.0/ports/f1250699-8d88-461f-8e30-9b51f69ca22b => generated 1080 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2981] 199.204.45.240 () {30 vars in 741 bytes} [Tue Mar 31 06:18:52 2026] GET /v2.0/networks/799f0447-b36a-44e4-a2db-9ff89317d64a => generated 798 bytes in 42 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: 1520/2982] 199.204.45.240 () {30 vars in 767 bytes} [Tue Mar 31 06:18:52 2026] GET /v2.0/ports?device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => generated 4981 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2983] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:18:52 2026] GET /v2.0/ports?tenant_id=f13f8b8231514851a966b0c2a1c9e67d&device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => generated 4981 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/2984] 199.204.45.240 () {30 vars in 767 bytes} [Tue Mar 31 06:18:52 2026] GET /v2.0/ports?device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => generated 4981 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2985] 199.204.45.240 () {34 vars in 984 bytes} [Tue Mar 31 06:18:52 2026] GET /v2.0/networks?id=799f0447-b36a-44e4-a2db-9ff89317d64a => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/2986] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:18:52 2026] GET /v2.0/networks/799f0447-b36a-44e4-a2db-9ff89317d64a?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: 1465/2987] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:18:52 2026] GET /v2.0/networks/799f0447-b36a-44e4-a2db-9ff89317d64a?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: 1523/2988] 199.204.45.240 () {30 vars in 767 bytes} [Tue Mar 31 06:18:53 2026] GET /v2.0/ports?device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => generated 4981 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:18:53.820 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-54b85858-87a1-49b5-8d2d-698dc1905fb6'] response: {'name': 'network-changed', 'server_uuid': '1cf41d2e-1953-482a-99f4-8c1da7e32fdf', 'tag': 'f1250699-8d88-461f-8e30-9b51f69ca22b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1466/2989] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:18:54 2026] GET /v2.0/ports?tenant_id=f13f8b8231514851a966b0c2a1c9e67d&device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => generated 4981 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/2990] 199.204.45.240 () {34 vars in 984 bytes} [Tue Mar 31 06:18:54 2026] GET /v2.0/networks?id=799f0447-b36a-44e4-a2db-9ff89317d64a => generated 801 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2991] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:18:54 2026] GET /v2.0/networks/799f0447-b36a-44e4-a2db-9ff89317d64a?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/2992] 199.204.45.240 () {30 vars in 767 bytes} [Tue Mar 31 06:18:54 2026] GET /v2.0/ports?device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => generated 4981 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2993] 199.204.45.240 () {34 vars in 973 bytes} [Tue Mar 31 06:18:54 2026] GET /v2.0/ports/f1250699-8d88-461f-8e30-9b51f69ca22b => generated 1116 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/2994] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:18:54 2026] GET /v2.0/networks/799f0447-b36a-44e4-a2db-9ff89317d64a?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: 1469/2995] 199.204.45.240 () {34 vars in 1058 bytes} [Tue Mar 31 06:18:54 2026] GET /v2.0/ports/f1250699-8d88-461f-8e30-9b51f69ca22b?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/2996] 199.204.45.240 () {34 vars in 1014 bytes} [Tue Mar 31 06:18:54 2026] GET /v2.0/networks/799f0447-b36a-44e4-a2db-9ff89317d64a?fields=dns_domain => generated 29 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2997] 199.204.45.240 () {38 vars in 1026 bytes} [Tue Mar 31 06:18:54 2026] PUT /v2.0/ports/f1250699-8d88-461f-8e30-9b51f69ca22b => generated 917 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/2998] 199.204.45.240 () {30 vars in 767 bytes} [Tue Mar 31 06:18:55 2026] GET /v2.0/ports?device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => generated 3873 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-31 06:18:55.712 8 INFO neutron_taas.services.taas.taas_plugin [None req-6a7f4e4c-06e9-4302-a066-abb020adc54c 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: f1250699-8d88-461f-8e30-9b51f69ca22b 2026-03-31 06:18:55.715 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a7f4e4c-06e9-4302-a066-abb020adc54c 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: f1250699-8d88-461f-8e30-9b51f69ca22b [pid: 8|app: 0|req: 1471/2999] 199.204.45.240 () {32 vars in 757 bytes} [Tue Mar 31 06:18:55 2026] DELETE /v2.0/ports/f1250699-8d88-461f-8e30-9b51f69ca22b => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3000] 199.204.45.240 () {30 vars in 701 bytes} [Tue Mar 31 06:18:55 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: 1472/3001] 199.204.45.240 () {30 vars in 703 bytes} [Tue Mar 31 06:18:55 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: 1530/3002] 199.204.45.240 () {30 vars in 679 bytes} [Tue Mar 31 06:18:55 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/3003] 199.204.45.240 () {30 vars in 715 bytes} [Tue Mar 31 06:18:55 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3004] 199.204.45.240 () {30 vars in 739 bytes} [Tue Mar 31 06:18:55 2026] GET /v2.0/subnets/6ec6e5db-91b9-45bb-8067-07533ab7c4aa => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/3005] 199.204.45.240 () {30 vars in 735 bytes} [Tue Mar 31 06:18:55 2026] GET /v2.0/ports/629d3b11-8d33-4cfa-8825-50e5398733fd => 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: 1532/3006] 199.204.45.240 () {30 vars in 735 bytes} [Tue Mar 31 06:18:56 2026] GET /v2.0/ports/2b163488-03a7-4b79-a384-df1d136fe313 => generated 1350 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/3007] 199.204.45.240 () {30 vars in 739 bytes} [Tue Mar 31 06:18:56 2026] GET /v2.0/subnets/6ec6e5db-91b9-45bb-8067-07533ab7c4aa => generated 675 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3008] 199.204.45.240 () {30 vars in 741 bytes} [Tue Mar 31 06:18:56 2026] GET /v2.0/networks/a350aad2-60bf-4868-8a51-5fdc1439d7ae => generated 797 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/3009] 199.204.45.240 () {30 vars in 735 bytes} [Tue Mar 31 06:18:56 2026] GET /v2.0/ports/629d3b11-8d33-4cfa-8825-50e5398733fd => 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: 1534/3010] 199.204.45.240 () {30 vars in 739 bytes} [Tue Mar 31 06:18:56 2026] GET /v2.0/subnets/6ec6e5db-91b9-45bb-8067-07533ab7c4aa => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/3011] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:18:56 2026] GET /v2.0/ports?tenant_id=f13f8b8231514851a966b0c2a1c9e67d&device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => generated 3873 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3012] 199.204.45.240 () {34 vars in 1224 bytes} [Tue Mar 31 06:18:56 2026] GET /v2.0/networks?id=d7b4a1cc-85ef-49bd-a0b8-5a29dd7211e4&id=a350aad2-60bf-4868-8a51-5fdc1439d7ae&id=466f6b86-aad9-4018-9090-20b9bccf2f78&id=799f0447-b36a-44e4-a2db-9ff89317d64a => generated 3094 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/3013] 199.204.45.240 () {34 vars in 1060 bytes} [Tue Mar 31 06:18:56 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.177&port_id=8a127301-9b11-48fb-a9d3-87969815e025 => 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: 1536/3014] 199.204.45.240 () {34 vars in 982 bytes} [Tue Mar 31 06:18:56 2026] GET /v2.0/subnets?id=c1351826-8f29-421b-b7fd-df3a56fa5591 => generated 654 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/3015] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:18:56 2026] GET /v2.0/ports?network_id=d7b4a1cc-85ef-49bd-a0b8-5a29dd7211e4&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: 1537/3016] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:18:56 2026] GET /v2.0/networks/d7b4a1cc-85ef-49bd-a0b8-5a29dd7211e4?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: 1480/3017] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:18:56 2026] GET /v2.0/networks/d7b4a1cc-85ef-49bd-a0b8-5a29dd7211e4?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: 7|app: 0|req: 1538/3018] 199.204.45.240 () {34 vars in 1056 bytes} [Tue Mar 31 06:18:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.249&port_id=2b163488-03a7-4b79-a384-df1d136fe313 => generated 19 bytes in 453 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/3019] 199.204.45.240 () {34 vars in 982 bytes} [Tue Mar 31 06:18:57 2026] GET /v2.0/subnets?id=6ec6e5db-91b9-45bb-8067-07533ab7c4aa => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3020] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:18:57 2026] GET /v2.0/ports?network_id=a350aad2-60bf-4868-8a51-5fdc1439d7ae&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/3021] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:18:57 2026] GET /v2.0/networks/a350aad2-60bf-4868-8a51-5fdc1439d7ae?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: 1540/3022] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:18:57 2026] GET /v2.0/networks/a350aad2-60bf-4868-8a51-5fdc1439d7ae?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: 1483/3023] 199.204.45.240 () {34 vars in 1056 bytes} [Tue Mar 31 06:18:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.243&port_id=87486276-dd4e-461e-9213-f6e26b11fd11 => 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: 1541/3024] 199.204.45.240 () {34 vars in 982 bytes} [Tue Mar 31 06:18:57 2026] GET /v2.0/subnets?id=ec6ff401-da13-4dc9-8893-a9231c3c64c0 => 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: 1484/3025] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:18:57 2026] GET /v2.0/ports?network_id=466f6b86-aad9-4018-9090-20b9bccf2f78&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3026] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:18:57 2026] GET /v2.0/networks/466f6b86-aad9-4018-9090-20b9bccf2f78?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/3027] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:18:57 2026] GET /v2.0/networks/466f6b86-aad9-4018-9090-20b9bccf2f78?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: 1543/3028] 199.204.45.240 () {30 vars in 701 bytes} [Tue Mar 31 06:19:01 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: 1486/3029] 199.204.45.240 () {30 vars in 703 bytes} [Tue Mar 31 06:19:01 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: 1544/3030] 199.204.45.240 () {30 vars in 679 bytes} [Tue Mar 31 06:19:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/3031] 199.204.45.240 () {30 vars in 715 bytes} [Tue Mar 31 06:19:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3032] 199.204.45.240 () {30 vars in 767 bytes} [Tue Mar 31 06:19:01 2026] GET /v2.0/ports?device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => generated 3873 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/3033] 199.204.45.240 () {30 vars in 701 bytes} [Tue Mar 31 06:19:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3034] 199.204.45.240 () {30 vars in 703 bytes} [Tue Mar 31 06:19:01 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: 1489/3035] 199.204.45.240 () {30 vars in 679 bytes} [Tue Mar 31 06:19:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3036] 199.204.45.240 () {30 vars in 715 bytes} [Tue Mar 31 06:19:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3037] 199.204.45.240 () {30 vars in 735 bytes} [Tue Mar 31 06:19:01 2026] GET /v2.0/ports/87486276-dd4e-461e-9213-f6e26b11fd11 => generated 1291 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3038] 199.204.45.240 () {34 vars in 787 bytes} [Tue Mar 31 06:19:01 2026] PUT /v2.0/ports/87486276-dd4e-461e-9213-f6e26b11fd11 => generated 1080 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:19:02.237 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-58982f4a-004e-4f36-b5ac-7e2d14ac7d4f'] response: {'name': 'network-changed', 'server_uuid': '1cf41d2e-1953-482a-99f4-8c1da7e32fdf', 'tag': '87486276-dd4e-461e-9213-f6e26b11fd11', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1491/3039] 199.204.45.240 () {30 vars in 741 bytes} [Tue Mar 31 06:19:02 2026] GET /v2.0/networks/466f6b86-aad9-4018-9090-20b9bccf2f78 => generated 797 bytes in 43 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: 1549/3040] 199.204.45.240 () {30 vars in 767 bytes} [Tue Mar 31 06:19:02 2026] GET /v2.0/ports?device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => generated 3698 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3041] 199.204.45.240 () {30 vars in 767 bytes} [Tue Mar 31 06:19:02 2026] GET /v2.0/ports?device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => generated 3698 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3042] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:19:02 2026] GET /v2.0/ports?tenant_id=f13f8b8231514851a966b0c2a1c9e67d&device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => generated 3698 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/3043] 199.204.45.240 () {34 vars in 984 bytes} [Tue Mar 31 06:19:02 2026] GET /v2.0/networks?id=466f6b86-aad9-4018-9090-20b9bccf2f78 => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3044] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:19:02 2026] GET /v2.0/networks/466f6b86-aad9-4018-9090-20b9bccf2f78?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: 1494/3045] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:19:02 2026] GET /v2.0/networks/466f6b86-aad9-4018-9090-20b9bccf2f78?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3046] 199.204.45.240 () {30 vars in 767 bytes} [Tue Mar 31 06:19:03 2026] GET /v2.0/ports?device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => generated 3698 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/3047] 199.204.45.240 () {34 vars in 973 bytes} [Tue Mar 31 06:19:04 2026] GET /v2.0/ports/87486276-dd4e-461e-9213-f6e26b11fd11 => generated 1116 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3048] 199.204.45.240 () {34 vars in 1058 bytes} [Tue Mar 31 06:19:04 2026] GET /v2.0/ports/87486276-dd4e-461e-9213-f6e26b11fd11?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/3049] 199.204.45.240 () {34 vars in 1014 bytes} [Tue Mar 31 06:19:04 2026] GET /v2.0/networks/466f6b86-aad9-4018-9090-20b9bccf2f78?fields=dns_domain => generated 29 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3050] 199.204.45.240 () {30 vars in 767 bytes} [Tue Mar 31 06:19:04 2026] GET /v2.0/ports?device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => generated 3698 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/3051] 199.204.45.240 () {38 vars in 1026 bytes} [Tue Mar 31 06:19:04 2026] PUT /v2.0/ports/87486276-dd4e-461e-9213-f6e26b11fd11 => generated 917 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3054] 199.204.45.240 () {30 vars in 767 bytes} [Tue Mar 31 06:19:05 2026] GET /v2.0/ports?device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => generated 2590 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-31 06:19:05.667 8 INFO neutron_taas.services.taas.taas_plugin [None req-8a0ef9dc-c2a2-421b-bb67-3b8e6588530a 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: 87486276-dd4e-461e-9213-f6e26b11fd11 2026-03-31 06:19:05.671 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a0ef9dc-c2a2-421b-bb67-3b8e6588530a 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: 87486276-dd4e-461e-9213-f6e26b11fd11 [pid: 8|app: 0|req: 1499/3055] 199.204.45.240 () {32 vars in 757 bytes} [Tue Mar 31 06:19:05 2026] DELETE /v2.0/ports/87486276-dd4e-461e-9213-f6e26b11fd11 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3056] 199.204.45.240 () {30 vars in 701 bytes} [Tue Mar 31 06:19:05 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: 1500/3057] 199.204.45.240 () {30 vars in 703 bytes} [Tue Mar 31 06:19:05 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3058] 199.204.45.240 () {30 vars in 679 bytes} [Tue Mar 31 06:19:05 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3059] 199.204.45.240 () {30 vars in 715 bytes} [Tue Mar 31 06:19:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3060] 199.204.45.240 () {30 vars in 739 bytes} [Tue Mar 31 06:19:05 2026] GET /v2.0/subnets/6ec6e5db-91b9-45bb-8067-07533ab7c4aa => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3061] 199.204.45.240 () {30 vars in 735 bytes} [Tue Mar 31 06:19:05 2026] GET /v2.0/ports/629d3b11-8d33-4cfa-8825-50e5398733fd => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3062] 199.204.45.240 () {30 vars in 735 bytes} [Tue Mar 31 06:19:05 2026] GET /v2.0/ports/2b163488-03a7-4b79-a384-df1d136fe313 => 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: 1503/3063] 199.204.45.240 () {30 vars in 739 bytes} [Tue Mar 31 06:19:06 2026] GET /v2.0/subnets/6ec6e5db-91b9-45bb-8067-07533ab7c4aa => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3064] 199.204.45.240 () {30 vars in 741 bytes} [Tue Mar 31 06:19:06 2026] GET /v2.0/networks/a350aad2-60bf-4868-8a51-5fdc1439d7ae => generated 797 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3065] 199.204.45.240 () {30 vars in 735 bytes} [Tue Mar 31 06:19:06 2026] GET /v2.0/ports/629d3b11-8d33-4cfa-8825-50e5398733fd => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3066] 199.204.45.240 () {30 vars in 739 bytes} [Tue Mar 31 06:19:06 2026] GET /v2.0/subnets/6ec6e5db-91b9-45bb-8067-07533ab7c4aa => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3067] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:19:06 2026] GET /v2.0/ports?tenant_id=f13f8b8231514851a966b0c2a1c9e67d&device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => generated 2590 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3068] 199.204.45.240 () {34 vars in 1144 bytes} [Tue Mar 31 06:19:06 2026] GET /v2.0/networks?id=d7b4a1cc-85ef-49bd-a0b8-5a29dd7211e4&id=a350aad2-60bf-4868-8a51-5fdc1439d7ae&id=466f6b86-aad9-4018-9090-20b9bccf2f78 => generated 2307 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3069] 199.204.45.240 () {34 vars in 1060 bytes} [Tue Mar 31 06:19:06 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.177&port_id=8a127301-9b11-48fb-a9d3-87969815e025 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3070] 199.204.45.240 () {34 vars in 982 bytes} [Tue Mar 31 06:19:06 2026] GET /v2.0/subnets?id=c1351826-8f29-421b-b7fd-df3a56fa5591 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3071] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:19:06 2026] GET /v2.0/ports?network_id=d7b4a1cc-85ef-49bd-a0b8-5a29dd7211e4&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: 1565/3072] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:19:06 2026] GET /v2.0/networks/d7b4a1cc-85ef-49bd-a0b8-5a29dd7211e4?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: 1508/3073] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:19:06 2026] GET /v2.0/networks/d7b4a1cc-85ef-49bd-a0b8-5a29dd7211e4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3074] 199.204.45.240 () {34 vars in 1056 bytes} [Tue Mar 31 06:19:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.249&port_id=2b163488-03a7-4b79-a384-df1d136fe313 => 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: 1509/3075] 199.204.45.240 () {34 vars in 982 bytes} [Tue Mar 31 06:19:06 2026] GET /v2.0/subnets?id=6ec6e5db-91b9-45bb-8067-07533ab7c4aa => 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: 1567/3076] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:19:06 2026] GET /v2.0/ports?network_id=a350aad2-60bf-4868-8a51-5fdc1439d7ae&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3077] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:19:06 2026] GET /v2.0/networks/a350aad2-60bf-4868-8a51-5fdc1439d7ae?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3078] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:19:06 2026] GET /v2.0/networks/a350aad2-60bf-4868-8a51-5fdc1439d7ae?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: 1511/3079] 199.204.45.240 () {30 vars in 701 bytes} [Tue Mar 31 06:19:19 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3080] 199.204.45.240 () {30 vars in 703 bytes} [Tue Mar 31 06:19:19 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: 1512/3081] 199.204.45.240 () {30 vars in 679 bytes} [Tue Mar 31 06:19:19 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3082] 199.204.45.240 () {30 vars in 715 bytes} [Tue Mar 31 06:19:19 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:19:19.581 8 INFO neutron.api.v2.resource [None req-47a84c95-fad2-4c5d-b108-7e30c1c1cbbc 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1513/3083] 199.204.45.240 () {30 vars in 761 bytes} [Tue Mar 31 06:19:19 2026] GET /v2.0/security-groups/lb-f8baf950-a5fb-49dc-84c0-1d3ebfcfabd2 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3084] 199.204.45.240 () {30 vars in 783 bytes} [Tue Mar 31 06:19:19 2026] GET /v2.0/security-groups?name=lb-f8baf950-a5fb-49dc-84c0-1d3ebfcfabd2 => generated 2865 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3085] 199.204.45.240 () {30 vars in 813 bytes} [Tue Mar 31 06:19:19 2026] GET /v2.0/security-group-rules?security_group_id=acb9f093-9f22-4bcc-b9d8-a62d61306d97 => generated 2334 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3086] 199.204.45.240 () {32 vars in 787 bytes} [Tue Mar 31 06:19:19 2026] DELETE /v2.0/security-group-rules/06836d9f-54ef-4f19-8d87-69cfc39d225d => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3087] 199.204.45.240 () {32 vars in 787 bytes} [Tue Mar 31 06:19:19 2026] DELETE /v2.0/security-group-rules/4bbfd2d5-7d9c-4904-b572-9a240e1c386f => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:19:21.657 8 INFO neutron_taas.services.taas.taas_plugin [None req-1464f52b-f36d-4237-a847-fa3ded12ccc2 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] TaaS: Handle Delete Port: 6d04b1df-cea6-4c36-a388-f4efeee6cf0c 2026-03-31 06:19:21.660 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1464f52b-f36d-4237-a847-fa3ded12ccc2 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] Tap Mirror: Handle Delete Port: 6d04b1df-cea6-4c36-a388-f4efeee6cf0c 2026-03-31 06:19:22.293 8 INFO neutron.db.l3_db [None req-1464f52b-f36d-4237-a847-fa3ded12ccc2 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] Floating IP e4111d37-e6e8-4e5a-be4e-86a4d1d3d5a2 disassociated (deleted). External IP: 10.96.250.204, port: 629d3b11-8d33-4cfa-8825-50e5398733fd. [pid: 8|app: 0|req: 1517/3090] 10.0.0.183 () {32 vars in 730 bytes} [Tue Mar 31 06:19:21 2026] DELETE /v2.0/floatingips/e4111d37-e6e8-4e5a-be4e-86a4d1d3d5a2 => generated 0 bytes in 1084 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:19:22.613 7 INFO neutron.api.v2.resource [None req-9491dd02-ac37-454e-8fde-c2da1b2c3fb0 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1574/3091] 10.0.0.183 () {32 vars in 727 bytes} [Tue Mar 31 06:19:22 2026] GET /v2.0/floatingips/e4111d37-e6e8-4e5a-be4e-86a4d1d3d5a2 => generated 144 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3092] 199.204.45.240 () {30 vars in 701 bytes} [Tue Mar 31 06:19:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3093] 199.204.45.240 () {30 vars in 703 bytes} [Tue Mar 31 06:19:23 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3094] 199.204.45.240 () {30 vars in 679 bytes} [Tue Mar 31 06:19:23 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: 1576/3095] 199.204.45.240 () {30 vars in 715 bytes} [Tue Mar 31 06:19:23 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-03-31 06:19:23.462 8 INFO neutron.api.v2.resource [None req-cca6fa79-a21d-4316-9682-042ebd72c69b 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1520/3096] 199.204.45.240 () {30 vars in 761 bytes} [Tue Mar 31 06:19:23 2026] GET /v2.0/security-groups/lb-f8baf950-a5fb-49dc-84c0-1d3ebfcfabd2 => 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: 1577/3097] 199.204.45.240 () {30 vars in 783 bytes} [Tue Mar 31 06:19:23 2026] GET /v2.0/security-groups?name=lb-f8baf950-a5fb-49dc-84c0-1d3ebfcfabd2 => generated 1639 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3098] 199.204.45.240 () {30 vars in 813 bytes} [Tue Mar 31 06:19:23 2026] GET /v2.0/security-group-rules?security_group_id=acb9f093-9f22-4bcc-b9d8-a62d61306d97 => generated 1182 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3099] 199.204.45.240 () {30 vars in 701 bytes} [Tue Mar 31 06:19:23 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: 1522/3100] 199.204.45.240 () {30 vars in 703 bytes} [Tue Mar 31 06:19:24 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: 1579/3101] 199.204.45.240 () {30 vars in 679 bytes} [Tue Mar 31 06:19:24 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: 1523/3102] 199.204.45.240 () {30 vars in 715 bytes} [Tue Mar 31 06:19:24 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3103] 199.204.45.240 () {30 vars in 739 bytes} [Tue Mar 31 06:19:24 2026] GET /v2.0/subnets/6ec6e5db-91b9-45bb-8067-07533ab7c4aa => generated 675 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3104] 199.204.45.240 () {30 vars in 767 bytes} [Tue Mar 31 06:19:24 2026] GET /v2.0/ports?device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => 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: 1581/3105] 199.204.45.240 () {30 vars in 767 bytes} [Tue Mar 31 06:19:24 2026] GET /v2.0/ports?device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => generated 2590 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3106] 199.204.45.240 () {30 vars in 767 bytes} [Tue Mar 31 06:19:24 2026] GET /v2.0/ports?device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => generated 2590 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3107] 199.204.45.240 () {30 vars in 767 bytes} [Tue Mar 31 06:19:25 2026] GET /v2.0/ports?device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => generated 2590 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3108] 199.204.45.240 () {34 vars in 973 bytes} [Tue Mar 31 06:19:26 2026] GET /v2.0/ports/2b163488-03a7-4b79-a384-df1d136fe313 => generated 1350 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3109] 199.204.45.240 () {34 vars in 1058 bytes} [Tue Mar 31 06:19:26 2026] GET /v2.0/ports/2b163488-03a7-4b79-a384-df1d136fe313?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3110] 199.204.45.240 () {30 vars in 767 bytes} [Tue Mar 31 06:19:26 2026] GET /v2.0/ports?device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => 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: 1584/3111] 199.204.45.240 () {34 vars in 1014 bytes} [Tue Mar 31 06:19:26 2026] GET /v2.0/networks/a350aad2-60bf-4868-8a51-5fdc1439d7ae?fields=dns_domain => generated 29 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3112] 199.204.45.240 () {38 vars in 1026 bytes} [Tue Mar 31 06:19:26 2026] PUT /v2.0/ports/2b163488-03a7-4b79-a384-df1d136fe313 => generated 1151 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3113] 199.204.45.240 () {30 vars in 767 bytes} [Tue Mar 31 06:19:27 2026] GET /v2.0/ports?device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => generated 1248 bytes in 65 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: 1529/3114] 199.204.45.240 () {34 vars in 787 bytes} [Tue Mar 31 06:19:27 2026] PUT /v2.0/ports/2b163488-03a7-4b79-a384-df1d136fe313 => generated 1090 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3115] 199.204.45.240 () {30 vars in 735 bytes} [Tue Mar 31 06:19:27 2026] GET /v2.0/ports/2b163488-03a7-4b79-a384-df1d136fe313 => generated 1090 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-03-31 06:19:27.937 8 INFO neutron_taas.services.taas.taas_plugin [None req-7531eafd-1bab-4164-b66a-bc657a550269 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: 2b163488-03a7-4b79-a384-df1d136fe313 2026-03-31 06:19:27.939 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7531eafd-1bab-4164-b66a-bc657a550269 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: 2b163488-03a7-4b79-a384-df1d136fe313 [pid: 8|app: 0|req: 1530/3116] 199.204.45.240 () {32 vars in 757 bytes} [Tue Mar 31 06:19:27 2026] DELETE /v2.0/ports/2b163488-03a7-4b79-a384-df1d136fe313 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3117] 199.204.45.240 () {30 vars in 701 bytes} [Tue Mar 31 06:19:28 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: 1531/3118] 199.204.45.240 () {30 vars in 703 bytes} [Tue Mar 31 06:19:28 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3119] 199.204.45.240 () {30 vars in 679 bytes} [Tue Mar 31 06:19:28 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3120] 199.204.45.240 () {30 vars in 715 bytes} [Tue Mar 31 06:19:28 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:19:28.262 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fbde8b15-e01a-4beb-94be-f30c2ba87c8f 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1589/3121] 199.204.45.240 () {32 vars in 757 bytes} [Tue Mar 31 06:19:28 2026] DELETE /v2.0/ports/2b163488-03a7-4b79-a384-df1d136fe313 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3122] 199.204.45.240 () {30 vars in 735 bytes} [Tue Mar 31 06:19:28 2026] GET /v2.0/ports/629d3b11-8d33-4cfa-8825-50e5398733fd => generated 1132 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:19:28.356 7 INFO neutron.api.v2.resource [None req-5827fe54-971a-4c4c-9882-f3a1885c4b64 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1590/3123] 199.204.45.240 () {30 vars in 761 bytes} [Tue Mar 31 06:19:28 2026] GET /v2.0/security-groups/lb-f8baf950-a5fb-49dc-84c0-1d3ebfcfabd2 => generated 149 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3124] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:19:28 2026] GET /v2.0/ports?tenant_id=f13f8b8231514851a966b0c2a1c9e67d&device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3125] 199.204.45.240 () {30 vars in 783 bytes} [Tue Mar 31 06:19:28 2026] GET /v2.0/security-groups?name=lb-f8baf950-a5fb-49dc-84c0-1d3ebfcfabd2 => generated 1639 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3126] 199.204.45.240 () {34 vars in 1064 bytes} [Tue Mar 31 06:19:28 2026] GET /v2.0/networks?id=d7b4a1cc-85ef-49bd-a0b8-5a29dd7211e4&id=a350aad2-60bf-4868-8a51-5fdc1439d7ae => generated 1521 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3127] 199.204.45.240 () {30 vars in 735 bytes} [Tue Mar 31 06:19:28 2026] GET /v2.0/ports/629d3b11-8d33-4cfa-8825-50e5398733fd => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3128] 199.204.45.240 () {34 vars in 1060 bytes} [Tue Mar 31 06:19:28 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.177&port_id=8a127301-9b11-48fb-a9d3-87969815e025 => 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: 1537/3129] 199.204.45.240 () {34 vars in 982 bytes} [Tue Mar 31 06:19:28 2026] GET /v2.0/subnets?id=c1351826-8f29-421b-b7fd-df3a56fa5591 => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3130] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:19:28 2026] GET /v2.0/ports?network_id=d7b4a1cc-85ef-49bd-a0b8-5a29dd7211e4&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: 1539/3131] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:19:28 2026] GET /v2.0/networks/d7b4a1cc-85ef-49bd-a0b8-5a29dd7211e4?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: 1540/3132] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:19:28 2026] GET /v2.0/networks/d7b4a1cc-85ef-49bd-a0b8-5a29dd7211e4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3133] 199.204.45.240 () {34 vars in 787 bytes} [Tue Mar 31 06:19:28 2026] PUT /v2.0/ports/629d3b11-8d33-4cfa-8825-50e5398733fd => generated 1094 bytes in 213 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.240 () {32 vars in 777 bytes} [Tue Mar 31 06:19:28 2026] DELETE /v2.0/security-groups/acb9f093-9f22-4bcc-b9d8-a62d61306d97 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:19:28.863 7 INFO neutron_taas.services.taas.taas_plugin [None req-0b994e68-83c4-4096-82a0-dc1e183f5f70 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: 629d3b11-8d33-4cfa-8825-50e5398733fd 2026-03-31 06:19:28.866 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b994e68-83c4-4096-82a0-dc1e183f5f70 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: 629d3b11-8d33-4cfa-8825-50e5398733fd [pid: 7|app: 0|req: 1594/3135] 199.204.45.240 () {32 vars in 757 bytes} [Tue Mar 31 06:19:28 2026] DELETE /v2.0/ports/629d3b11-8d33-4cfa-8825-50e5398733fd => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3136] 199.204.45.240 () {34 vars in 992 bytes} [Tue Mar 31 06:19:31 2026] GET /v2.0/ports?device_id=1cf41d2e-1953-482a-99f4-8c1da7e32fdf => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:19:31.769 7 INFO neutron_taas.services.taas.taas_plugin [req-ee45dbf8-7398-400f-a927-6c8e618eac8b req-1f08d976-6af5-4331-bd06-98db6ef9d167 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] TaaS: Handle Delete Port: 8a127301-9b11-48fb-a9d3-87969815e025 2026-03-31 06:19:31.772 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ee45dbf8-7398-400f-a927-6c8e618eac8b req-1f08d976-6af5-4331-bd06-98db6ef9d167 3d16137646fb4a9bbcc3c445048aca03 f13f8b8231514851a966b0c2a1c9e67d - - default default] Tap Mirror: Handle Delete Port: 8a127301-9b11-48fb-a9d3-87969815e025 [pid: 7|app: 0|req: 1595/3137] 199.204.45.240 () {36 vars in 995 bytes} [Tue Mar 31 06:19:31 2026] DELETE /v2.0/ports/8a127301-9b11-48fb-a9d3-87969815e025 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:19:31.948 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-772e3692-0660-4fb6-802b-a1ddee3d52c1'] response: {'server_uuid': '1cf41d2e-1953-482a-99f4-8c1da7e32fdf', 'name': 'network-vif-deleted', 'tag': '8a127301-9b11-48fb-a9d3-87969815e025', 'status': 'completed', 'code': 200} 2026-03-31 06:19:32.957 8 INFO neutron_taas.services.taas.taas_plugin [None req-8cbc90bc-a893-48db-a98d-8b6726651d7d 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] TaaS: Handle Delete Port: 52b32fc4-c544-4bf6-85e4-d95ae2023d9b 2026-03-31 06:19:32.960 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8cbc90bc-a893-48db-a98d-8b6726651d7d 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] Tap Mirror: Handle Delete Port: 52b32fc4-c544-4bf6-85e4-d95ae2023d9b 2026-03-31 06:19:33.125 8 INFO neutron.db.l3_db [None req-8cbc90bc-a893-48db-a98d-8b6726651d7d 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] Floating IP bac91ac2-5bda-4591-be84-275a209ef30f disassociated (deleted). External IP: 10.96.250.220, port: 480f92c3-7a55-49e6-9ac2-6699c9b60560. [pid: 8|app: 0|req: 1543/3138] 10.0.0.183 () {32 vars in 730 bytes} [Tue Mar 31 06:19:32 2026] DELETE /v2.0/floatingips/bac91ac2-5bda-4591-be84-275a209ef30f => generated 0 bytes in 615 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:19:33.464 7 INFO neutron.api.v2.resource [None req-7a523300-cb54-44fe-b090-8f74621cac0c 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1596/3139] 10.0.0.183 () {32 vars in 727 bytes} [Tue Mar 31 06:19:33 2026] GET /v2.0/floatingips/bac91ac2-5bda-4591-be84-275a209ef30f => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:19:33.470 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-19732b00-12cb-4392-8d2f-f52dd6900039'] response: {'name': 'network-changed', 'server_uuid': 'df5af003-271f-4c54-85e8-40b6bd2b6509', 'tag': '480f92c3-7a55-49e6-9ac2-6699c9b60560', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1544/3140] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:19:33 2026] GET /v2.0/ports?device_id=df5af003-271f-4c54-85e8-40b6bd2b6509 => generated 1204 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3141] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:19:33 2026] GET /v2.0/security-groups?id=05351b69-0be3-4e1e-8252-46f420e424d9&fields=id&fields=name => generated 112 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3142] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:19:33 2026] GET /v2.0/ports?tenant_id=db71b6db2bcc46ec9117ab16c596b44e&device_id=df5af003-271f-4c54-85e8-40b6bd2b6509 => generated 1473 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3143] 199.204.45.240 () {34 vars in 984 bytes} [Tue Mar 31 06:19:34 2026] GET /v2.0/networks?id=799f0447-b36a-44e4-a2db-9ff89317d64a => 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: 1546/3144] 199.204.45.240 () {34 vars in 1056 bytes} [Tue Mar 31 06:19:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.225&port_id=480f92c3-7a55-49e6-9ac2-6699c9b60560 => 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: 1599/3145] 199.204.45.240 () {34 vars in 1104 bytes} [Tue Mar 31 06:19:34 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A289&port_id=480f92c3-7a55-49e6-9ac2-6699c9b60560 => 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: 1547/3146] 199.204.45.240 () {34 vars in 1062 bytes} [Tue Mar 31 06:19:34 2026] GET /v2.0/subnets?id=4160b1b4-726a-4f99-8955-a92e97a5ce92&id=28786293-d4f8-4535-9e96-1ac7526c5244 => generated 1413 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3147] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:19:34 2026] GET /v2.0/ports?network_id=799f0447-b36a-44e4-a2db-9ff89317d64a&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: 1548/3148] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:19:34 2026] GET /v2.0/ports?network_id=799f0447-b36a-44e4-a2db-9ff89317d64a&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3149] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:19:34 2026] GET /v2.0/networks/799f0447-b36a-44e4-a2db-9ff89317d64a?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: 1549/3150] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:19:34 2026] GET /v2.0/networks/799f0447-b36a-44e4-a2db-9ff89317d64a?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: 1603/3153] 199.204.45.240 () {34 vars in 992 bytes} [Tue Mar 31 06:19:36 2026] GET /v2.0/ports?device_id=df5af003-271f-4c54-85e8-40b6bd2b6509 => generated 1204 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:19:36.227 8 INFO neutron_taas.services.taas.taas_plugin [req-08cd8ab2-0c4c-4d93-ba02-658910c06e34 req-e342c42e-5fe3-4384-a414-d016f938785c 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] TaaS: Handle Delete Port: 480f92c3-7a55-49e6-9ac2-6699c9b60560 2026-03-31 06:19:36.230 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-08cd8ab2-0c4c-4d93-ba02-658910c06e34 req-e342c42e-5fe3-4384-a414-d016f938785c 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] Tap Mirror: Handle Delete Port: 480f92c3-7a55-49e6-9ac2-6699c9b60560 [pid: 8|app: 0|req: 1551/3154] 199.204.45.240 () {36 vars in 995 bytes} [Tue Mar 31 06:19:36 2026] DELETE /v2.0/ports/480f92c3-7a55-49e6-9ac2-6699c9b60560 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:19:36.404 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-575606ea-0d11-481a-bb2e-59d1a4d4bfd8'] response: {'server_uuid': 'df5af003-271f-4c54-85e8-40b6bd2b6509', 'name': 'network-vif-deleted', 'tag': '480f92c3-7a55-49e6-9ac2-6699c9b60560', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1604/3155] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:19:38 2026] GET /v2.0/ports?device_id=df5af003-271f-4c54-85e8-40b6bd2b6509 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-31 06:19:43.993 8 INFO neutron_taas.services.taas.taas_plugin [None req-3a275355-08c4-4fac-bf46-19e0401c8820 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] TaaS: Handle Delete Port: e0581a1b-b84c-474b-96f5-e93377f6b55c 2026-03-31 06:19:43.996 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a275355-08c4-4fac-bf46-19e0401c8820 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] Tap Mirror: Handle Delete Port: e0581a1b-b84c-474b-96f5-e93377f6b55c 2026-03-31 06:19:44.174 8 INFO neutron.db.l3_db [None req-3a275355-08c4-4fac-bf46-19e0401c8820 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] Floating IP 4c6b9368-2b15-4c87-9e61-93cc3718a82b disassociated (deleted). External IP: 10.96.250.207, port: 59b23c28-3fde-42d1-a98e-0f12c25b9689. [pid: 8|app: 0|req: 1552/3156] 10.0.0.183 () {32 vars in 730 bytes} [Tue Mar 31 06:19:43 2026] DELETE /v2.0/floatingips/4c6b9368-2b15-4c87-9e61-93cc3718a82b => generated 0 bytes in 601 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:19:44.496 7 INFO neutron.api.v2.resource [None req-81b49a9d-cffe-4efe-a4e4-88955eafd499 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1605/3157] 10.0.0.183 () {32 vars in 727 bytes} [Tue Mar 31 06:19:44 2026] GET /v2.0/floatingips/4c6b9368-2b15-4c87-9e61-93cc3718a82b => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:19:44.506 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7081a49e-199b-40e7-9839-a7e503907aab'] response: {'name': 'network-changed', 'server_uuid': '2d2b7a3b-66ba-423d-a17d-740bdd834aa1', 'tag': '59b23c28-3fde-42d1-a98e-0f12c25b9689', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1553/3158] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:19:44 2026] GET /v2.0/ports?device_id=2d2b7a3b-66ba-423d-a17d-740bdd834aa1 => generated 1200 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3159] 10.0.0.204 () {34 vars in 1038 bytes} [Tue Mar 31 06:19:44 2026] GET /v2.0/security-groups?id=05351b69-0be3-4e1e-8252-46f420e424d9&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: 1554/3160] 199.204.45.240 () {34 vars in 1078 bytes} [Tue Mar 31 06:19:45 2026] GET /v2.0/ports?tenant_id=db71b6db2bcc46ec9117ab16c596b44e&device_id=2d2b7a3b-66ba-423d-a17d-740bdd834aa1 => generated 1469 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3161] 199.204.45.240 () {34 vars in 984 bytes} [Tue Mar 31 06:19:45 2026] GET /v2.0/networks?id=466f6b86-aad9-4018-9090-20b9bccf2f78 => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3162] 199.204.45.240 () {34 vars in 1056 bytes} [Tue Mar 31 06:19:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.181&port_id=59b23c28-3fde-42d1-a98e-0f12c25b9689 => 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: 1608/3163] 199.204.45.240 () {34 vars in 1102 bytes} [Tue Mar 31 06:19:45 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2f2&port_id=59b23c28-3fde-42d1-a98e-0f12c25b9689 => 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: 1556/3164] 199.204.45.240 () {34 vars in 1062 bytes} [Tue Mar 31 06:19:45 2026] GET /v2.0/subnets?id=ec6ff401-da13-4dc9-8893-a9231c3c64c0&id=d11d9a3d-790d-47f8-a021-e6805a7fd724 => generated 1410 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3165] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:19:45 2026] GET /v2.0/ports?network_id=466f6b86-aad9-4018-9090-20b9bccf2f78&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3166] 199.204.45.240 () {34 vars in 1050 bytes} [Tue Mar 31 06:19:45 2026] GET /v2.0/ports?network_id=466f6b86-aad9-4018-9090-20b9bccf2f78&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: 1610/3167] 199.204.45.240 () {34 vars in 1010 bytes} [Tue Mar 31 06:19:45 2026] GET /v2.0/networks/466f6b86-aad9-4018-9090-20b9bccf2f78?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3168] 199.204.45.240 () {34 vars in 1110 bytes} [Tue Mar 31 06:19:45 2026] GET /v2.0/networks/466f6b86-aad9-4018-9090-20b9bccf2f78?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: 1611/3169] 199.204.45.240 () {34 vars in 992 bytes} [Tue Mar 31 06:19:47 2026] GET /v2.0/ports?device_id=2d2b7a3b-66ba-423d-a17d-740bdd834aa1 => generated 1200 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-31 06:19:47.258 8 INFO neutron_taas.services.taas.taas_plugin [req-a073860f-ac79-4984-8789-1bd72a71eec6 req-03f434d1-75dd-4240-a71e-e61f548e3770 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] TaaS: Handle Delete Port: 59b23c28-3fde-42d1-a98e-0f12c25b9689 2026-03-31 06:19:47.261 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a073860f-ac79-4984-8789-1bd72a71eec6 req-03f434d1-75dd-4240-a71e-e61f548e3770 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] Tap Mirror: Handle Delete Port: 59b23c28-3fde-42d1-a98e-0f12c25b9689 [pid: 8|app: 0|req: 1559/3170] 199.204.45.240 () {36 vars in 995 bytes} [Tue Mar 31 06:19:47 2026] DELETE /v2.0/ports/59b23c28-3fde-42d1-a98e-0f12c25b9689 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:19:47.476 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dd445ecc-3677-4406-b3e7-37f9f2562ddd'] response: {'server_uuid': '2d2b7a3b-66ba-423d-a17d-740bdd834aa1', 'name': 'network-vif-deleted', 'tag': '59b23c28-3fde-42d1-a98e-0f12c25b9689', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1612/3171] 10.0.0.204 () {34 vars in 988 bytes} [Tue Mar 31 06:19:49 2026] GET /v2.0/ports?device_id=2d2b7a3b-66ba-423d-a17d-740bdd834aa1 => 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: 1614/3174] 10.0.0.183 () {32 vars in 748 bytes} [Tue Mar 31 06:19:54 2026] DELETE /v2.0/security-group-rules/8047b3f7-f001-4fe6-abea-52386f00ea15 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:19:54.992 8 INFO neutron.api.v2.resource [None req-99bbc553-89f5-4579-9f21-295284a22c52 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1561/3175] 10.0.0.183 () {32 vars in 745 bytes} [Tue Mar 31 06:19:54 2026] GET /v2.0/security-group-rules/8047b3f7-f001-4fe6-abea-52386f00ea15 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3176] 10.0.0.183 () {32 vars in 748 bytes} [Tue Mar 31 06:19:54 2026] DELETE /v2.0/security-group-rules/4ac2dda5-4374-478c-b2a7-5889dc1907d9 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:19:55.073 8 INFO neutron.api.v2.resource [None req-df9062a1-eb5d-4385-823f-7eb44b2e457f 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1562/3177] 10.0.0.183 () {32 vars in 745 bytes} [Tue Mar 31 06:19:55 2026] GET /v2.0/security-group-rules/4ac2dda5-4374-478c-b2a7-5889dc1907d9 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3178] 10.0.0.183 () {32 vars in 748 bytes} [Tue Mar 31 06:19:55 2026] DELETE /v2.0/security-group-rules/63afe42c-e53e-434d-a14f-774187d15475 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:19:55.156 8 INFO neutron.api.v2.resource [None req-39dc9384-dfac-46cb-9ed9-a3499d837c2d 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1563/3179] 10.0.0.183 () {32 vars in 745 bytes} [Tue Mar 31 06:19:55 2026] GET /v2.0/security-group-rules/63afe42c-e53e-434d-a14f-774187d15475 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3180] 10.0.0.183 () {32 vars in 748 bytes} [Tue Mar 31 06:19:55 2026] DELETE /v2.0/security-group-rules/fb584bc4-8147-4b69-8aa0-d2fbe28bce32 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:19:55.244 8 INFO neutron.api.v2.resource [None req-e4a68539-1f79-436b-b76a-c2a0841233b3 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1564/3181] 10.0.0.183 () {32 vars in 745 bytes} [Tue Mar 31 06:19:55 2026] GET /v2.0/security-group-rules/fb584bc4-8147-4b69-8aa0-d2fbe28bce32 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3182] 10.0.0.183 () {32 vars in 748 bytes} [Tue Mar 31 06:19:55 2026] DELETE /v2.0/security-group-rules/0fdce366-7003-4efe-a94e-23fffb829d28 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:19:55.331 8 INFO neutron.api.v2.resource [None req-20d22d1e-1195-423e-b93e-5a53caf92781 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1565/3183] 10.0.0.183 () {32 vars in 745 bytes} [Tue Mar 31 06:19:55 2026] GET /v2.0/security-group-rules/0fdce366-7003-4efe-a94e-23fffb829d28 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3184] 10.0.0.183 () {32 vars in 748 bytes} [Tue Mar 31 06:19:55 2026] DELETE /v2.0/security-group-rules/78033d47-f0e3-4400-9fb3-5091ff91f122 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:19:55.412 8 INFO neutron.api.v2.resource [None req-f845edbd-3b22-4147-8dd4-e34ec05ca16b 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1566/3185] 10.0.0.183 () {32 vars in 745 bytes} [Tue Mar 31 06:19:55 2026] GET /v2.0/security-group-rules/78033d47-f0e3-4400-9fb3-5091ff91f122 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3186] 10.0.0.183 () {32 vars in 748 bytes} [Tue Mar 31 06:19:55 2026] DELETE /v2.0/security-group-rules/4b06dfd6-9ff1-4f81-aeb9-4ca5c5778a02 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:19:55.502 8 INFO neutron.api.v2.resource [None req-419d3665-1321-4627-b914-445236535695 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1567/3187] 10.0.0.183 () {32 vars in 745 bytes} [Tue Mar 31 06:19:55 2026] GET /v2.0/security-group-rules/4b06dfd6-9ff1-4f81-aeb9-4ca5c5778a02 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3188] 10.0.0.183 () {32 vars in 748 bytes} [Tue Mar 31 06:19:55 2026] DELETE /v2.0/security-group-rules/abd11150-ed47-4526-ba53-f557a7dec7f9 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:19:55.601 8 INFO neutron.api.v2.resource [None req-e7008d79-e69f-4ce8-8570-61661b07b62f 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1568/3189] 10.0.0.183 () {32 vars in 745 bytes} [Tue Mar 31 06:19:55 2026] GET /v2.0/security-group-rules/abd11150-ed47-4526-ba53-f557a7dec7f9 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3190] 10.0.0.183 () {32 vars in 748 bytes} [Tue Mar 31 06:19:55 2026] DELETE /v2.0/security-group-rules/af89362c-b150-40d8-91cb-cbcc1bd817b7 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:19:55.694 8 INFO neutron.api.v2.resource [None req-c9202c51-b747-4683-b678-f928eed8be33 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1569/3191] 10.0.0.183 () {32 vars in 745 bytes} [Tue Mar 31 06:19:55 2026] GET /v2.0/security-group-rules/af89362c-b150-40d8-91cb-cbcc1bd817b7 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3192] 10.0.0.183 () {32 vars in 748 bytes} [Tue Mar 31 06:19:55 2026] DELETE /v2.0/security-group-rules/0eff1073-2164-4bda-9442-c801603d649a => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:19:55.790 8 INFO neutron.api.v2.resource [None req-7b360703-f4bf-4018-a30e-1341dff04c95 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1570/3193] 10.0.0.183 () {32 vars in 745 bytes} [Tue Mar 31 06:19:55 2026] GET /v2.0/security-group-rules/0eff1073-2164-4bda-9442-c801603d649a => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3194] 10.0.0.183 () {32 vars in 748 bytes} [Tue Mar 31 06:19:55 2026] DELETE /v2.0/security-group-rules/e2570d24-9547-48ff-8c75-218cb316b40f => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:19:55.863 8 INFO neutron.api.v2.resource [None req-533456c9-a093-4c5c-a4ba-68ca25b56f66 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1571/3195] 10.0.0.183 () {32 vars in 745 bytes} [Tue Mar 31 06:19:55 2026] GET /v2.0/security-group-rules/e2570d24-9547-48ff-8c75-218cb316b40f => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3196] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:19:55 2026] DELETE /v2.0/security-groups/05351b69-0be3-4e1e-8252-46f420e424d9 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:19:55.957 8 INFO neutron.api.v2.resource [None req-b52a81be-f5c1-48b7-b9e4-3443c6628317 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1572/3197] 10.0.0.183 () {32 vars in 735 bytes} [Tue Mar 31 06:19:55 2026] GET /v2.0/security-groups/05351b69-0be3-4e1e-8252-46f420e424d9 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:19:56.376 7 INFO neutron_taas.services.taas.taas_plugin [None req-84a91dd8-9856-42ae-a943-d803f4b836d6 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] TaaS: Handle Delete Port: fe24f5f8-8720-4ead-9609-68939fa7ce83 2026-03-31 06:19:56.379 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84a91dd8-9856-42ae-a943-d803f4b836d6 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] Tap Mirror: Handle Delete Port: fe24f5f8-8720-4ead-9609-68939fa7ce83 [pid: 7|app: 0|req: 1626/3198] 10.0.0.183 () {34 vars in 787 bytes} [Tue Mar 31 06:19:56 2026] PUT /v2.0/routers/6d81120b-05fd-4948-a549-ac0460efbcb0/remove_router_interface => generated 309 bytes in 859 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:19:57.022 8 INFO neutron.api.v2.resource [None req-60fb07e9-e783-49cb-934f-ede7d28fafe2 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1573/3199] 10.0.0.183 () {34 vars in 787 bytes} [Tue Mar 31 06:19:56 2026] PUT /v2.0/routers/6d81120b-05fd-4948-a549-ac0460efbcb0/remove_router_interface => generated 198 bytes in 147 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:19:57.438 7 INFO neutron_taas.services.taas.taas_plugin [None req-e47651ef-c327-4060-82a9-0c048ccf2779 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] TaaS: Handle Delete Port: 71459d3e-d866-4822-8f78-5c9f29c71967 2026-03-31 06:19:57.444 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e47651ef-c327-4060-82a9-0c048ccf2779 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] Tap Mirror: Handle Delete Port: 71459d3e-d866-4822-8f78-5c9f29c71967 [pid: 7|app: 0|req: 1627/3200] 10.0.0.183 () {34 vars in 787 bytes} [Tue Mar 31 06:19:57 2026] PUT /v2.0/routers/6d81120b-05fd-4948-a549-ac0460efbcb0/remove_router_interface => generated 309 bytes in 1030 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:19:58.301 8 INFO neutron.api.v2.resource [None req-4bc14ebb-9cc7-4373-b744-f7984427ae5c 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1574/3201] 10.0.0.183 () {34 vars in 787 bytes} [Tue Mar 31 06:19:58 2026] PUT /v2.0/routers/6d81120b-05fd-4948-a549-ac0460efbcb0/remove_router_interface => generated 198 bytes in 231 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:19:58.709 7 INFO neutron_taas.services.taas.taas_plugin [None req-dc6ac86e-9390-4882-b02d-913d861df021 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] TaaS: Handle Delete Port: 6ba8ee86-ef94-425f-b126-dce3613ac5f9 2026-03-31 06:19:58.712 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc6ac86e-9390-4882-b02d-913d861df021 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] Tap Mirror: Handle Delete Port: 6ba8ee86-ef94-425f-b126-dce3613ac5f9 [pid: 7|app: 0|req: 1628/3202] 10.0.0.183 () {34 vars in 787 bytes} [Tue Mar 31 06:19:58 2026] PUT /v2.0/routers/6d81120b-05fd-4948-a549-ac0460efbcb0/remove_router_interface => generated 309 bytes in 979 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-31 06:19:59.443 8 INFO neutron.api.v2.resource [None req-d671a81f-62c5-42aa-98cc-a1b23902f5f2 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1575/3203] 10.0.0.183 () {34 vars in 787 bytes} [Tue Mar 31 06:19:59 2026] PUT /v2.0/routers/6d81120b-05fd-4948-a549-ac0460efbcb0/remove_router_interface => generated 198 bytes in 155 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:19:59.635 7 INFO neutron_taas.services.taas.taas_plugin [None req-219fb7d5-2834-49b5-898d-68ad7c0df2d4 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] TaaS: Handle Delete Port: 7ec85909-f40b-40a1-a4b1-af3e1a9d4d43 2026-03-31 06:19:59.638 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-219fb7d5-2834-49b5-898d-68ad7c0df2d4 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] Tap Mirror: Handle Delete Port: 7ec85909-f40b-40a1-a4b1-af3e1a9d4d43 2026-03-31 06:19:59.930 7 INFO neutron_taas.services.taas.taas_plugin [None req-219fb7d5-2834-49b5-898d-68ad7c0df2d4 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] TaaS: Handle Delete Port: 0099b77e-68c0-431a-82ce-9696be21137b 2026-03-31 06:19:59.933 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-219fb7d5-2834-49b5-898d-68ad7c0df2d4 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] Tap Mirror: Handle Delete Port: 0099b77e-68c0-431a-82ce-9696be21137b 2026-03-31 06:20:00.277 7 INFO neutron.services.segments.plugin [-] Segment eeda2503-84ad-47cb-9dac-904e4b1602cd resource provider aggregate not found 2026-03-31 06:20:00.289 7 INFO neutron.services.segments.plugin [-] Segment eeda2503-84ad-47cb-9dac-904e4b1602cd resource provider aggregate not found 2026-03-31 06:20:00.296 7 INFO neutron.services.segments.plugin [-] Segment eeda2503-84ad-47cb-9dac-904e4b1602cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eeda2503-84ad-47cb-9dac-904e4b1602cd found for delete ", "request_id": "req-4384f5e3-7f4e-41b0-9552-eeb19052ed43"}]} 2026-03-31 06:20:00.310 7 INFO neutron.services.segments.plugin [-] Segment eeda2503-84ad-47cb-9dac-904e4b1602cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eeda2503-84ad-47cb-9dac-904e4b1602cd found for delete ", "request_id": "req-ce795387-0465-4b0e-b100-d8d69244ef82"}]} 2026-03-31 06:20:00.323 7 INFO neutron.db.l3_hamode_db [None req-219fb7d5-2834-49b5-898d-68ad7c0df2d4 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] HA network a337aa2a-96cc-4d68-90f4-669460750320 was deleted as no HA routers are present in tenant db71b6db2bcc46ec9117ab16c596b44e. [pid: 7|app: 0|req: 1629/3204] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:19:59 2026] DELETE /v2.0/routers/6d81120b-05fd-4948-a549-ac0460efbcb0 => generated 0 bytes in 881 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-31 06:20:00.379 8 INFO neutron.api.v2.resource [None req-7168e3b1-42af-4278-a56e-9991d79d8b33 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1576/3205] 10.0.0.183 () {32 vars in 719 bytes} [Tue Mar 31 06:20:00 2026] GET /v2.0/routers/6d81120b-05fd-4948-a549-ac0460efbcb0 => generated 135 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3206] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:20:00 2026] DELETE /v2.0/subnets/4160b1b4-726a-4f99-8955-a92e97a5ce92 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:20:00.610 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d4c9fdab-fbde-432b-91f6-691f630deecd 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1577/3207] 10.0.0.183 () {32 vars in 719 bytes} [Tue Mar 31 06:20:00 2026] GET /v2.0/subnets/4160b1b4-726a-4f99-8955-a92e97a5ce92 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3208] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:20:00 2026] DELETE /v2.0/subnets/28786293-d4f8-4535-9e96-1ac7526c5244 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:20:00.794 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0d1d988c-68f7-47d4-a246-3ef4873c390d 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1578/3209] 10.0.0.183 () {32 vars in 719 bytes} [Tue Mar 31 06:20:00 2026] GET /v2.0/subnets/28786293-d4f8-4535-9e96-1ac7526c5244 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:20:00.894 7 INFO neutron_taas.services.taas.taas_plugin [None req-e6e83e50-26ef-4362-8293-93bb356d35cb 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] TaaS: Handle Delete Port: 0fd5d269-874e-48f3-a9a3-5b2002828a85 2026-03-31 06:20:00.897 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6e83e50-26ef-4362-8293-93bb356d35cb 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] Tap Mirror: Handle Delete Port: 0fd5d269-874e-48f3-a9a3-5b2002828a85 [pid: 7|app: 0|req: 1632/3210] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:20:00 2026] DELETE /v2.0/networks/799f0447-b36a-44e4-a2db-9ff89317d64a => generated 0 bytes in 360 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:20:01.183 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c02a36f2-1faa-464f-b052-77d8e1752a25 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1579/3211] 10.0.0.183 () {32 vars in 721 bytes} [Tue Mar 31 06:20:01 2026] GET /v2.0/networks/799f0447-b36a-44e4-a2db-9ff89317d64a => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3212] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:20:01 2026] DELETE /v2.0/subnets/d11d9a3d-790d-47f8-a021-e6805a7fd724 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:20:01.390 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7c8d32dd-b9bd-4769-a397-5a20c27a08f2 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1580/3213] 10.0.0.183 () {32 vars in 719 bytes} [Tue Mar 31 06:20:01 2026] GET /v2.0/subnets/d11d9a3d-790d-47f8-a021-e6805a7fd724 => 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: 1634/3214] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:20:01 2026] DELETE /v2.0/subnets/ec6ff401-da13-4dc9-8893-a9231c3c64c0 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:20:01.576 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d12231ed-16f7-4a3a-af3c-45fbc0ad0f93 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1581/3215] 10.0.0.183 () {32 vars in 719 bytes} [Tue Mar 31 06:20:01 2026] GET /v2.0/subnets/ec6ff401-da13-4dc9-8893-a9231c3c64c0 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:20:01.676 7 INFO neutron_taas.services.taas.taas_plugin [None req-4bbe3c1d-ec3e-45d9-8dbf-494b78ed61ee 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] TaaS: Handle Delete Port: 1fd480be-e75b-421c-8574-efb244aa1d64 2026-03-31 06:20:01.679 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4bbe3c1d-ec3e-45d9-8dbf-494b78ed61ee 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] Tap Mirror: Handle Delete Port: 1fd480be-e75b-421c-8574-efb244aa1d64 [pid: 7|app: 0|req: 1635/3216] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:20:01 2026] DELETE /v2.0/networks/466f6b86-aad9-4018-9090-20b9bccf2f78 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:20:01.882 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5ff59bde-7872-4f69-b0a9-3d6d5d6a1c91 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1582/3217] 10.0.0.183 () {32 vars in 721 bytes} [Tue Mar 31 06:20:01 2026] GET /v2.0/networks/466f6b86-aad9-4018-9090-20b9bccf2f78 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3218] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:20:01 2026] DELETE /v2.0/subnets/38fb5062-bec7-47c4-9cb3-24c164f372d6 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:20:02.056 8 INFO neutron.pecan_wsgi.hooks.translation [None req-41b2b302-b4eb-4e55-be87-e00842040ad8 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1583/3219] 10.0.0.183 () {32 vars in 719 bytes} [Tue Mar 31 06:20:02 2026] GET /v2.0/subnets/38fb5062-bec7-47c4-9cb3-24c164f372d6 => 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: 1637/3220] 10.0.0.183 () {32 vars in 722 bytes} [Tue Mar 31 06:20:02 2026] DELETE /v2.0/subnets/6ec6e5db-91b9-45bb-8067-07533ab7c4aa => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:20:02.225 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2669a538-db11-46ca-8893-4649746eb157 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1584/3221] 10.0.0.183 () {32 vars in 719 bytes} [Tue Mar 31 06:20:02 2026] GET /v2.0/subnets/6ec6e5db-91b9-45bb-8067-07533ab7c4aa => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:20:02.318 7 INFO neutron.services.segments.plugin [-] Segment eca40e1a-c7c7-4c98-9df2-b5673eb8adb3 resource provider aggregate not found 2026-03-31 06:20:02.334 7 INFO neutron.services.segments.plugin [-] Segment eca40e1a-c7c7-4c98-9df2-b5673eb8adb3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eca40e1a-c7c7-4c98-9df2-b5673eb8adb3 found for delete ", "request_id": "req-44461437-5069-41ab-8520-73c8e93f6128"}]} 2026-03-31 06:20:02.351 7 INFO neutron.services.segments.plugin [-] Segment eca40e1a-c7c7-4c98-9df2-b5673eb8adb3 resource provider aggregate not found 2026-03-31 06:20:02.368 7 INFO neutron.services.segments.plugin [-] Segment d6ec1a7a-a4d5-4dd2-8c68-5475e6d3a59b resource provider aggregate not found 2026-03-31 06:20:02.371 7 INFO neutron.services.segments.plugin [-] Segment eca40e1a-c7c7-4c98-9df2-b5673eb8adb3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eca40e1a-c7c7-4c98-9df2-b5673eb8adb3 found for delete ", "request_id": "req-3ff9da5e-c48f-4bc1-a56c-4bfcfdb9b934"}]} 2026-03-31 06:20:02.381 7 INFO neutron_taas.services.taas.taas_plugin [None req-c9aa3209-def6-4939-81a3-53889a3eecd7 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] TaaS: Handle Delete Port: 82ac099a-be2f-449b-ac7f-9314989de59b 2026-03-31 06:20:02.385 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9aa3209-def6-4939-81a3-53889a3eecd7 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] Tap Mirror: Handle Delete Port: 82ac099a-be2f-449b-ac7f-9314989de59b 2026-03-31 06:20:02.386 7 INFO neutron.services.segments.plugin [-] Segment d6ec1a7a-a4d5-4dd2-8c68-5475e6d3a59b resource provider aggregate not found 2026-03-31 06:20:02.392 7 INFO neutron.services.segments.plugin [-] Segment d6ec1a7a-a4d5-4dd2-8c68-5475e6d3a59b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6ec1a7a-a4d5-4dd2-8c68-5475e6d3a59b found for delete ", "request_id": "req-d6c0b363-71a0-4f31-8c1e-f4090371205a"}]} 2026-03-31 06:20:02.403 7 INFO neutron.services.segments.plugin [-] Segment d6ec1a7a-a4d5-4dd2-8c68-5475e6d3a59b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6ec1a7a-a4d5-4dd2-8c68-5475e6d3a59b found for delete ", "request_id": "req-c42cda2c-03f0-492e-bbcf-c8c095138cd8"}]} [pid: 7|app: 0|req: 1638/3222] 10.0.0.183 () {32 vars in 724 bytes} [Tue Mar 31 06:20:02 2026] DELETE /v2.0/networks/a350aad2-60bf-4868-8a51-5fdc1439d7ae => generated 0 bytes in 355 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-31 06:20:02.605 8 INFO neutron.pecan_wsgi.hooks.translation [None req-814e155e-e08b-4cb0-afae-1fef6399ded0 80313a6a4d464961a82f763fec3c7ccf db71b6db2bcc46ec9117ab16c596b44e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1585/3223] 10.0.0.183 () {32 vars in 721 bytes} [Tue Mar 31 06:20:02 2026] GET /v2.0/networks/a350aad2-60bf-4868-8a51-5fdc1439d7ae => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-31 06:20:04.417 7 INFO neutron.services.segments.plugin [-] Segment 7fb5ddfa-5723-4fb5-8305-3e98f82ddaae resource provider aggregate not found 2026-03-31 06:20:04.422 7 INFO neutron.services.segments.plugin [-] Segment 7fb5ddfa-5723-4fb5-8305-3e98f82ddaae resource provider aggregate not found 2026-03-31 06:20:04.439 7 INFO neutron.services.segments.plugin [-] Segment 7fb5ddfa-5723-4fb5-8305-3e98f82ddaae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7fb5ddfa-5723-4fb5-8305-3e98f82ddaae found for delete ", "request_id": "req-cf68bcf7-e299-4a42-852d-ce536b776cb8"}]} 2026-03-31 06:20:04.452 7 INFO neutron.services.segments.plugin [-] Segment 7fb5ddfa-5723-4fb5-8305-3e98f82ddaae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7fb5ddfa-5723-4fb5-8305-3e98f82ddaae found for delete ", "request_id": "req-39d944a1-be82-412e-8d43-0da4bdf9b8b3"}]} [pid: 7|app: 0|req: 1639/3224] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:20:04 2026] GET /v2.0/security-groups?tenant_id=9aaaf81e00804a36bc7c447b3cccf6e4&name=default => generated 2929 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3225] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:20:04 2026] DELETE /v2.0/security-groups/d743a9c3-aca8-43b0-8454-74bef79acb8d => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1640/3226] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:20:04 2026] GET /v2.0/security-groups?tenant_id=ea4aa02da16041aea0423e06893ffcd2&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3227] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:20:04 2026] DELETE /v2.0/security-groups/706b6ae3-f326-4764-b6d1-3c867eb5ab67 => 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: 1641/3230] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:20:05 2026] GET /v2.0/security-groups?tenant_id=dfb9361c1e994d008e9902e36ead1e7b&name=default => generated 2929 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3231] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:20:05 2026] DELETE /v2.0/security-groups/4b19168e-8a4a-4208-a29f-efecccd0f266 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3232] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:20:05 2026] GET /v2.0/security-groups?tenant_id=862b07a9ebbf4e50bc4cf696ac610e7d&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3233] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:20:05 2026] DELETE /v2.0/security-groups/1831a6bd-2556-4862-909b-801b036e6dc1 => 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: 1643/3234] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:20:06 2026] GET /v2.0/security-groups?tenant_id=db71b6db2bcc46ec9117ab16c596b44e&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3235] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:20:06 2026] DELETE /v2.0/security-groups/2d56f6a5-0d44-4bbe-a30c-32767f3178b3 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3236] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:20:06 2026] GET /v2.0/security-groups?tenant_id=45a4291cdb2c43a09d208f3f0a64f2d9&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3237] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:20:06 2026] DELETE /v2.0/security-groups/703da5f0-ef30-4098-b28a-8e304a6a2876 => 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: 1645/3238] 10.0.0.183 () {32 vars in 772 bytes} [Tue Mar 31 06:20:06 2026] GET /v2.0/security-groups?tenant_id=921940f40e05416397960df5396344b4&name=default => generated 2929 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3239] 10.0.0.183 () {32 vars in 738 bytes} [Tue Mar 31 06:20:06 2026] DELETE /v2.0/security-groups/80c09a0b-fd5f-4662-b59c-b6dd086c4fda => 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: 1646/3240] 10.0.0.183 () {32 vars in 647 bytes} [Tue Mar 31 06:20:09 2026] GET /v2.0/networks => generated 2168 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3241] 10.0.0.183 () {32 vars in 653 bytes} [Tue Mar 31 06:20:10 2026] GET /v2.0/floatingips => 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: 1647/3242] 10.0.0.183 () {32 vars in 645 bytes} [Tue Mar 31 06:20:10 2026] GET /v2.0/routers => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3243] 10.0.0.183 () {32 vars in 641 bytes} [Tue Mar 31 06:20:10 2026] GET /v2.0/ports => generated 4721 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1648/3244] 10.0.0.183 () {32 vars in 645 bytes} [Tue Mar 31 06:20:10 2026] GET /v2.0/subnets => generated 1308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3245] 10.0.0.183 () {32 vars in 647 bytes} [Tue Mar 31 06:20:10 2026] GET /v2.0/networks => generated 2168 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3246] 10.0.0.183 () {32 vars in 661 bytes} [Tue Mar 31 06:20:10 2026] GET /v2.0/security-groups => generated 17397 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3247] 10.0.0.183 () {32 vars in 653 bytes} [Tue Mar 31 06:20:10 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)