+ 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 Apr 7 00:40:49 2026] *** compiled with version: 13.3.0 on 27 February 2026 14:41:37 os: Linux-5.15.0-174-generic #184-Ubuntu SMP Fri Mar 13 18:41:50 UTC 2026 nodename: neutron-server-cd8c64546-s7p6m 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 0x7f3130895668 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-04-07 00:40:53.317 7 INFO neutron.common.config [-] Logging enabled! 2026-04-07 00:40:53.317 7 INFO neutron.common.config [-] uwsgi version 26.0.3.dev42 2026-04-07 00:40:53.362 8 INFO neutron.common.config [-] Logging enabled! 2026-04-07 00:40:53.362 8 INFO neutron.common.config [-] uwsgi version 26.0.3.dev42 2026-04-07 00:40:54.301 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-07 00:40:54.353 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-07 00:40:55.651 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-07 00:40:55.654 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-07 00:40:55.658 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-07 00:40:55.659 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-07 00:40:55.659 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-07 00:40:55.659 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-07 00:40:55.659 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-07 00:40:55.667 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-07 00:40:55.667 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-07 00:40:55.667 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-07 00:40:55.690 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-07 00:40:55.691 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-07 00:40:55.691 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-07 00:40:55.739 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-07 00:40:55.739 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-07 00:40:55.739 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-07 00:40:55.740 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-07 00:40:55.751 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-07 00:40:55.753 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-07 00:40:55.757 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-07 00:40:55.758 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-07 00:40:55.758 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-07 00:40:55.758 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-07 00:40:55.759 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-07 00:40:55.766 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-07 00:40:55.766 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-07 00:40:55.766 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-07 00:40:55.788 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-07 00:40:55.789 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-07 00:40:55.789 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-07 00:40:55.835 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-07 00:40:55.835 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-07 00:40:55.835 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-07 00:40:55.835 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-07 00:40:56.030 7 INFO neutron.plugins.ml2.managers [None req-5558f1f9-35a0-45b5-b68d-1ff9e08493bc - - - - - -] Initializing driver for type 'vlan' 2026-04-07 00:40:56.118 8 INFO neutron.plugins.ml2.managers [None req-d4555d9f-0d64-4c18-9308-40245af6b0be - - - - - -] Initializing driver for type 'vlan' 2026-04-07 00:40:56.332 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-5558f1f9-35a0-45b5-b68d-1ff9e08493bc - - - - - -] VlanTypeDriver initialization complete 2026-04-07 00:40:56.332 7 INFO neutron.plugins.ml2.managers [None req-5558f1f9-35a0-45b5-b68d-1ff9e08493bc - - - - - -] Initializing driver for type 'vxlan' 2026-04-07 00:40:56.332 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-5558f1f9-35a0-45b5-b68d-1ff9e08493bc - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-07 00:40:56.345 7 INFO neutron.plugins.ml2.managers [None req-5558f1f9-35a0-45b5-b68d-1ff9e08493bc - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-07 00:40:56.345 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-5558f1f9-35a0-45b5-b68d-1ff9e08493bc - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-07 00:40:56.346 7 INFO neutron.plugins.ml2.managers [None req-5558f1f9-35a0-45b5-b68d-1ff9e08493bc - - - - - -] Initializing extension driver 'port_security' 2026-04-07 00:40:56.346 7 INFO neutron.plugins.ml2.extensions.port_security [None req-5558f1f9-35a0-45b5-b68d-1ff9e08493bc - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-07 00:40:56.346 7 INFO neutron.plugins.ml2.managers [None req-5558f1f9-35a0-45b5-b68d-1ff9e08493bc - - - - - -] Initializing extension driver 'qos' 2026-04-07 00:40:56.346 7 INFO neutron.plugins.ml2.managers [None req-5558f1f9-35a0-45b5-b68d-1ff9e08493bc - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-07 00:40:56.346 7 INFO neutron.plugins.ml2.managers [None req-5558f1f9-35a0-45b5-b68d-1ff9e08493bc - - - - - -] Initializing mechanism driver 'l2population' 2026-04-07 00:40:56.359 7 INFO neutron.quota [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded quota_driver: . 2026-04-07 00:40:56.360 7 INFO neutron.plugins.ml2.plugin [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Modular L2 Plugin initialization complete 2026-04-07 00:40:56.360 7 INFO neutron.plugins.ml2.managers [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-07 00:40:56.360 7 INFO neutron.plugins.ml2.managers [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-07 00:40:56.360 7 INFO neutron.plugins.ml2.managers [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-07 00:40:56.360 7 INFO neutron.extensions.vlantransparent [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Disabled vlantransparent extension. 2026-04-07 00:40:56.360 7 INFO neutron.extensions.qinq [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Disabled VLAN QinQ extension. 2026-04-07 00:40:56.361 7 INFO neutron.manager [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loading Plugin: qos 2026-04-07 00:40:56.373 7 INFO neutron.manager [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loading Plugin: router 2026-04-07 00:40:56.403 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-d4555d9f-0d64-4c18-9308-40245af6b0be - - - - - -] VlanTypeDriver initialization complete 2026-04-07 00:40:56.404 8 INFO neutron.plugins.ml2.managers [None req-d4555d9f-0d64-4c18-9308-40245af6b0be - - - - - -] Initializing driver for type 'vxlan' 2026-04-07 00:40:56.404 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-d4555d9f-0d64-4c18-9308-40245af6b0be - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-07 00:40:56.418 8 INFO neutron.plugins.ml2.managers [None req-d4555d9f-0d64-4c18-9308-40245af6b0be - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-07 00:40:56.418 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-d4555d9f-0d64-4c18-9308-40245af6b0be - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-07 00:40:56.418 8 INFO neutron.plugins.ml2.managers [None req-d4555d9f-0d64-4c18-9308-40245af6b0be - - - - - -] Initializing extension driver 'port_security' 2026-04-07 00:40:56.419 8 INFO neutron.plugins.ml2.extensions.port_security [None req-d4555d9f-0d64-4c18-9308-40245af6b0be - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-07 00:40:56.419 8 INFO neutron.plugins.ml2.managers [None req-d4555d9f-0d64-4c18-9308-40245af6b0be - - - - - -] Initializing extension driver 'qos' 2026-04-07 00:40:56.419 8 INFO neutron.plugins.ml2.managers [None req-d4555d9f-0d64-4c18-9308-40245af6b0be - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-07 00:40:56.419 7 INFO neutron.services.service_base [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-07 00:40:56.419 8 INFO neutron.plugins.ml2.managers [None req-d4555d9f-0d64-4c18-9308-40245af6b0be - - - - - -] Initializing mechanism driver 'l2population' 2026-04-07 00:40:56.419 7 INFO neutron.manager [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loading Plugin: segments 2026-04-07 00:40:56.432 8 INFO neutron.quota [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded quota_driver: . 2026-04-07 00:40:56.432 8 INFO neutron.plugins.ml2.plugin [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Modular L2 Plugin initialization complete 2026-04-07 00:40:56.432 8 INFO neutron.plugins.ml2.managers [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-07 00:40:56.432 8 INFO neutron.plugins.ml2.managers [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-07 00:40:56.432 8 INFO neutron.plugins.ml2.managers [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Got port-security extension from driver 'port_security' 2026-04-07 00:40:56.433 8 INFO neutron.extensions.vlantransparent [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Disabled vlantransparent extension. 2026-04-07 00:40:56.433 8 INFO neutron.extensions.qinq [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Disabled VLAN QinQ extension. 2026-04-07 00:40:56.433 8 INFO neutron.manager [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loading Plugin: qos 2026-04-07 00:40:56.445 8 INFO neutron.manager [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loading Plugin: router 2026-04-07 00:40:56.490 8 INFO neutron.services.service_base [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-07 00:40:56.490 8 INFO neutron.manager [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loading Plugin: segments 2026-04-07 00:40:56.514 7 INFO neutron.manager [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loading Plugin: trunk 2026-04-07 00:40:56.528 7 INFO neutron.manager [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loading Plugin: vpnaas 2026-04-07 00:40:56.567 7 WARNING stevedore.named [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-07 00:40:56.568 7 WARNING stevedore.named [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-07 00:40:56.584 8 INFO neutron.manager [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loading Plugin: trunk 2026-04-07 00:40:56.598 8 INFO neutron.manager [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loading Plugin: vpnaas 2026-04-07 00:40:56.637 8 WARNING stevedore.named [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-07 00:40:56.637 8 WARNING stevedore.named [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-07 00:40:56.647 7 INFO neutron_vpnaas.services.vpn.plugin [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-07 00:40:56.648 7 INFO neutron.common.utils [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-07 00:40:56.648 7 INFO neutron.manager [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loading Plugin: taas 2026-04-07 00:40:56.673 7 WARNING stevedore.named [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-07 00:40:56.674 7 WARNING stevedore.named [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-07 00:40:56.698 7 INFO neutron_taas.services.taas.taas_plugin [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-07 00:40:56.698 7 INFO neutron.manager [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loading Plugin: tapmirror 2026-04-07 00:40:56.707 7 WARNING stevedore.named [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-07 00:40:56.708 7 WARNING stevedore.named [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-07 00:40:56.708 8 INFO neutron_vpnaas.services.vpn.plugin [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-07 00:40:56.709 8 INFO neutron.common.utils [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-07 00:40:56.709 8 INFO neutron.manager [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loading Plugin: taas 2026-04-07 00:40:56.725 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-07 00:40:56.726 7 INFO neutron.manager [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loading Plugin: auto_allocate 2026-04-07 00:40:56.731 7 INFO neutron.manager [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loading Plugin: tag 2026-04-07 00:40:56.735 8 WARNING stevedore.named [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-07 00:40:56.735 8 WARNING stevedore.named [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-07 00:40:56.739 7 INFO neutron.manager [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loading Plugin: timestamp 2026-04-07 00:40:56.743 7 INFO neutron.manager [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loading Plugin: network_ip_availability 2026-04-07 00:40:56.747 7 INFO neutron.manager [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loading Plugin: flavors 2026-04-07 00:40:56.750 7 INFO neutron.manager [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loading Plugin: revisions 2026-04-07 00:40:56.754 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Initializing extension manager. 2026-04-07 00:40:56.755 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: address-group 2026-04-07 00:40:56.756 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: address-scope 2026-04-07 00:40:56.757 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-07 00:40:56.758 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: agent 2026-04-07 00:40:56.758 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: agent-resources-synced 2026-04-07 00:40:56.759 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-07 00:40:56.760 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-07 00:40:56.761 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: availability_zone 2026-04-07 00:40:56.761 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: availability_zone_filter 2026-04-07 00:40:56.762 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-07 00:40:56.764 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: default-subnetpools 2026-04-07 00:40:56.768 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-07 00:40:56.769 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: dns-integration 2026-04-07 00:40:56.770 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: dns-domain-ports 2026-04-07 00:40:56.772 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-07 00:40:56.773 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: dvr 2026-04-07 00:40:56.773 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-07 00:40:56.775 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: empty-string-filtering 2026-04-07 00:40:56.775 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-07 00:40:56.776 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-07 00:40:56.777 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: external-net 2026-04-07 00:40:56.777 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-07 00:40:56.778 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: extraroute 2026-04-07 00:40:56.778 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: extraroute-atomic 2026-04-07 00:40:56.779 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-07 00:40:56.780 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-07 00:40:56.780 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-07 00:40:56.781 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-07 00:40:56.782 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: fip-port-details 2026-04-07 00:40:56.783 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: flavors 2026-04-07 00:40:56.785 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-07 00:40:56.786 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: floatingip-pools 2026-04-07 00:40:56.786 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: ip_allocation 2026-04-07 00:40:56.787 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-07 00:40:56.788 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: l2_adjacency 2026-04-07 00:40:56.789 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: router 2026-04-07 00:40:56.791 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-07 00:40:56.792 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-07 00:40:56.792 8 INFO neutron_taas.services.taas.taas_plugin [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-07 00:40:56.792 8 INFO neutron.manager [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loading Plugin: tapmirror 2026-04-07 00:40:56.792 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-07 00:40:56.793 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: ext-gw-mode 2026-04-07 00:40:56.793 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: l3-ha 2026-04-07 00:40:56.794 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-07 00:40:56.794 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-07 00:40:56.795 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: l3-flavors 2026-04-07 00:40:56.796 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-07 00:40:56.796 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-07 00:40:56.799 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-07 00:40:56.800 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-07 00:40:56.801 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-07 00:40:56.802 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-07 00:40:56.802 8 WARNING stevedore.named [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-07 00:40:56.802 8 WARNING stevedore.named [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-07 00:40:56.803 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-07 00:40:56.803 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: multi-provider 2026-04-07 00:40:56.804 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: net-mtu 2026-04-07 00:40:56.805 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: net-mtu-writable 2026-04-07 00:40:56.806 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: network_availability_zone 2026-04-07 00:40:56.806 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: network_ha 2026-04-07 00:40:56.807 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: network-ip-availability 2026-04-07 00:40:56.808 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-07 00:40:56.809 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: pagination 2026-04-07 00:40:56.809 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: port-device-profile 2026-04-07 00:40:56.810 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-07 00:40:56.810 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-07 00:40:56.811 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-07 00:40:56.811 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: port-mac-override 2026-04-07 00:40:56.812 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-07 00:40:56.813 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-07 00:40:56.813 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-07 00:40:56.814 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: port-resource-request 2026-04-07 00:40:56.814 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-07 00:40:56.815 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-07 00:40:56.815 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: binding 2026-04-07 00:40:56.816 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: binding-extended 2026-04-07 00:40:56.817 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: port-security 2026-04-07 00:40:56.817 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: project-id 2026-04-07 00:40:56.818 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: provider 2026-04-07 00:40:56.819 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-07 00:40:56.821 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-07 00:40:56.821 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: qos 2026-04-07 00:40:56.821 8 INFO neutron.manager [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loading Plugin: auto_allocate 2026-04-07 00:40:56.822 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-07 00:40:56.822 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-07 00:40:56.823 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: qos-default 2026-04-07 00:40:56.823 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: qos-fip 2026-04-07 00:40:56.824 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-07 00:40:56.824 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-07 00:40:56.825 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-07 00:40:56.826 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-07 00:40:56.826 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-07 00:40:56.827 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: qos-pps 2026-04-07 00:40:56.828 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-07 00:40:56.828 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-07 00:40:56.829 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: qos-rules-alias 2026-04-07 00:40:56.829 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: quota-check-limit 2026-04-07 00:40:56.830 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-07 00:40:56.830 8 INFO neutron.manager [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loading Plugin: tag 2026-04-07 00:40:56.832 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: quotas 2026-04-07 00:40:56.833 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: quota_details 2026-04-07 00:40:56.834 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: rbac-policies 2026-04-07 00:40:56.835 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: rbac-address-group 2026-04-07 00:40:56.835 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: rbac-address-scope 2026-04-07 00:40:56.836 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: rbac-security-groups 2026-04-07 00:40:56.836 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-07 00:40:56.837 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: revision-if-match 2026-04-07 00:40:56.838 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-07 00:40:56.838 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: router_availability_zone 2026-04-07 00:40:56.840 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-07 00:40:56.840 8 INFO neutron.manager [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loading Plugin: timestamp 2026-04-07 00:40:56.843 8 INFO neutron.manager [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loading Plugin: network_ip_availability 2026-04-07 00:40:56.844 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-07 00:40:56.844 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-07 00:40:56.845 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-07 00:40:56.846 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-07 00:40:56.846 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-07 00:40:56.847 8 INFO neutron.manager [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loading Plugin: flavors 2026-04-07 00:40:56.847 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-07 00:40:56.850 8 INFO neutron.manager [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loading Plugin: revisions 2026-04-07 00:40:56.852 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: security-group 2026-04-07 00:40:56.853 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: segment 2026-04-07 00:40:56.853 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-07 00:40:56.853 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Initializing extension manager. 2026-04-07 00:40:56.854 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: service-type 2026-04-07 00:40:56.854 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: sorting 2026-04-07 00:40:56.855 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: address-group 2026-04-07 00:40:56.855 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: standard-attr-segment 2026-04-07 00:40:56.856 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: address-scope 2026-04-07 00:40:56.856 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: standard-attr-description 2026-04-07 00:40:56.856 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-07 00:40:56.856 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: stateful-security-group 2026-04-07 00:40:56.857 7 WARNING neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-07 00:40:56.857 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: agent 2026-04-07 00:40:56.857 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-07 00:40:56.857 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: agent-resources-synced 2026-04-07 00:40:56.858 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: subnet-external-network 2026-04-07 00:40:56.858 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: subnet_onboard 2026-04-07 00:40:56.858 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: allowed-address-pairs 2026-04-07 00:40:56.859 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-07 00:40:56.859 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: auto-allocated-topology 2026-04-07 00:40:56.859 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: subnet-service-types 2026-04-07 00:40:56.860 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: availability_zone 2026-04-07 00:40:56.860 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: subnet_allocation 2026-04-07 00:40:56.860 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: availability_zone_filter 2026-04-07 00:40:56.861 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-07 00:40:56.861 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-07 00:40:56.861 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: tag-creation 2026-04-07 00:40:56.861 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: default-subnetpools 2026-04-07 00:40:56.862 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-07 00:40:56.863 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-07 00:40:56.864 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: dns-integration 2026-04-07 00:40:56.864 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: dns-domain-ports 2026-04-07 00:40:56.864 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-07 00:40:56.865 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: dvr 2026-04-07 00:40:56.866 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-07 00:40:56.866 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: standard-attr-tag 2026-04-07 00:40:56.866 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: empty-string-filtering 2026-04-07 00:40:56.866 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-07 00:40:56.867 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-07 00:40:56.867 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: trunk 2026-04-07 00:40:56.867 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-07 00:40:56.867 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: trunk-details 2026-04-07 00:40:56.868 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-07 00:40:56.868 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: external-net 2026-04-07 00:40:56.868 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-07 00:40:56.869 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: extraroute 2026-04-07 00:40:56.869 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-07 00:40:56.869 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: extraroute-atomic 2026-04-07 00:40:56.870 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-07 00:40:56.870 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-07 00:40:56.870 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-07 00:40:56.871 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-07 00:40:56.872 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-07 00:40:56.872 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-07 00:40:56.872 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-07 00:40:56.873 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: fip-port-details 2026-04-07 00:40:56.873 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-07 00:40:56.873 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: flavors 2026-04-07 00:40:56.874 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: vpn-flavors 2026-04-07 00:40:56.874 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-07 00:40:56.875 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: floatingip-pools 2026-04-07 00:40:56.875 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: vpnaas 2026-04-07 00:40:56.876 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: ip_allocation 2026-04-07 00:40:56.876 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: ip-substring-filtering 2026-04-07 00:40:56.877 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: l2_adjacency 2026-04-07 00:40:56.877 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: taas 2026-04-07 00:40:56.878 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: router 2026-04-07 00:40:56.878 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: tap-mirror 2026-04-07 00:40:56.878 7 INFO neutron.api.extensions [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-07 00:40:56.879 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-07 00:40:56.880 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-07 00:40:56.881 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-07 00:40:56.881 7 INFO neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-07 00:40:56.881 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: ext-gw-mode 2026-04-07 00:40:56.881 7 INFO neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-07 00:40:56.881 7 INFO neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-07 00:40:56.881 7 INFO neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-07 00:40:56.882 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: l3-ha 2026-04-07 00:40:56.882 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-07 00:40:56.883 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-07 00:40:56.883 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: l3-flavors 2026-04-07 00:40:56.884 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-07 00:40:56.885 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-07 00:40:56.885 7 INFO neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-07 00:40:56.885 7 INFO neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-07 00:40:56.887 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-07 00:40:56.888 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-07 00:40:56.889 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-07 00:40:56.890 7 INFO neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-07 00:40:56.890 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-07 00:40:56.890 7 INFO neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-07 00:40:56.891 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-07 00:40:56.891 7 INFO neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-07 00:40:56.891 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: multi-provider 2026-04-07 00:40:56.892 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: net-mtu 2026-04-07 00:40:56.892 7 INFO neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-07 00:40:56.892 7 WARNING neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] subnetpool is already registered 2026-04-07 00:40:56.892 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: net-mtu-writable 2026-04-07 00:40:56.892 7 INFO neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-07 00:40:56.893 7 WARNING neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] subnetpool is already registered 2026-04-07 00:40:56.893 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: network_availability_zone 2026-04-07 00:40:56.893 7 INFO neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-07 00:40:56.893 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: network_ha 2026-04-07 00:40:56.893 7 INFO neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-07 00:40:56.894 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: network-ip-availability 2026-04-07 00:40:56.894 7 INFO neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-07 00:40:56.894 7 INFO neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-07 00:40:56.895 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-07 00:40:56.895 7 INFO neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-07 00:40:56.895 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: pagination 2026-04-07 00:40:56.895 7 INFO neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-07 00:40:56.896 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: port-device-profile 2026-04-07 00:40:56.896 7 INFO neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-07 00:40:56.896 7 WARNING neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] ipsecpolicy is already registered 2026-04-07 00:40:56.896 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-07 00:40:56.896 7 INFO neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-07 00:40:56.897 7 WARNING neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] ikepolicy is already registered 2026-04-07 00:40:56.897 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-07 00:40:56.897 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-07 00:40:56.898 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: port-mac-override 2026-04-07 00:40:56.898 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-07 00:40:56.899 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-07 00:40:56.900 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-07 00:40:56.900 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: port-resource-request 2026-04-07 00:40:56.901 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: port-resource-request-groups 2026-04-07 00:40:56.901 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-07 00:40:56.902 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: binding 2026-04-07 00:40:56.902 7 INFO neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-07 00:40:56.903 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: binding-extended 2026-04-07 00:40:56.903 7 WARNING neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] router is already registered 2026-04-07 00:40:56.903 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: port-security 2026-04-07 00:40:56.903 7 INFO neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-07 00:40:56.904 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: project-id 2026-04-07 00:40:56.904 7 WARNING neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] floatingip is already registered 2026-04-07 00:40:56.904 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: provider 2026-04-07 00:40:56.905 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-07 00:40:56.907 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: qos 2026-04-07 00:40:56.908 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-07 00:40:56.908 7 INFO neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-07 00:40:56.908 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-07 00:40:56.908 7 WARNING neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] rbac_policy is already registered 2026-04-07 00:40:56.909 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: qos-default 2026-04-07 00:40:56.909 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: qos-fip 2026-04-07 00:40:56.909 7 INFO neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-07 00:40:56.909 7 WARNING neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] security_group is already registered 2026-04-07 00:40:56.909 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-07 00:40:56.910 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: qos-gateway-ip 2026-04-07 00:40:56.910 7 INFO neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-07 00:40:56.910 7 WARNING neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] security_group_rule is already registered 2026-04-07 00:40:56.911 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: qos-port-network-policy 2026-04-07 00:40:56.911 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: qos-pps-minimum 2026-04-07 00:40:56.911 7 INFO neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-07 00:40:56.912 7 WARNING neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] subnetpool is already registered 2026-04-07 00:40:56.912 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-07 00:40:56.912 7 INFO neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-07 00:40:56.912 7 WARNING neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] subnetpool is already registered 2026-04-07 00:40:56.912 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: qos-pps 2026-04-07 00:40:56.913 7 INFO neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-07 00:40:56.913 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: qos-rule-type-details 2026-04-07 00:40:56.913 7 WARNING neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] trunk is already registered 2026-04-07 00:40:56.913 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-07 00:40:56.913 7 INFO neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-07 00:40:56.914 7 WARNING neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] ikepolicy is already registered 2026-04-07 00:40:56.914 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: qos-rules-alias 2026-04-07 00:40:56.914 7 INFO neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-07 00:40:56.914 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: quota-check-limit 2026-04-07 00:40:56.914 7 WARNING neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] ipsecpolicy is already registered 2026-04-07 00:40:56.915 7 INFO neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-07 00:40:56.915 7 WARNING neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] endpoint_group is already registered 2026-04-07 00:40:56.915 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: quota-check-limit-default 2026-04-07 00:40:56.915 7 INFO neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-07 00:40:56.916 7 WARNING neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] vpnservice is already registered 2026-04-07 00:40:56.916 7 INFO neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-07 00:40:56.916 7 WARNING neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] ipsec_site_connection is already registered 2026-04-07 00:40:56.917 7 INFO neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-07 00:40:56.917 7 WARNING neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] ipsecpolicy is already registered 2026-04-07 00:40:56.917 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: quotas 2026-04-07 00:40:56.917 7 INFO neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-07 00:40:56.917 7 WARNING neutron.quota.resource_registry [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] ikepolicy is already registered 2026-04-07 00:40:56.918 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: quota_details 2026-04-07 00:40:56.919 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: rbac-policies 2026-04-07 00:40:56.920 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: rbac-address-group 2026-04-07 00:40:56.920 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: rbac-address-scope 2026-04-07 00:40:56.921 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: rbac-security-groups 2026-04-07 00:40:56.921 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: rbac-subnetpool 2026-04-07 00:40:56.922 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: revision-if-match 2026-04-07 00:40:56.923 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: standard-attr-revisions 2026-04-07 00:40:56.923 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: router_availability_zone 2026-04-07 00:40:56.924 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-07 00:40:56.926 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: security-groups-default-rules 2026-04-07 00:40:56.927 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-07 00:40:56.927 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-07 00:40:56.928 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-07 00:40:56.928 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-07 00:40:56.929 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-07 00:40:56.933 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: security-group 2026-04-07 00:40:56.934 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: segment 2026-04-07 00:40:56.935 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-07 00:40:56.935 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: service-type 2026-04-07 00:40:56.936 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: sorting 2026-04-07 00:40:56.937 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: standard-attr-segment 2026-04-07 00:40:56.937 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: standard-attr-description 2026-04-07 00:40:56.938 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: stateful-security-group 2026-04-07 00:40:56.938 8 WARNING neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-07 00:40:56.939 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-07 00:40:56.939 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: subnet-external-network 2026-04-07 00:40:56.940 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: subnet_onboard 2026-04-07 00:40:56.940 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-07 00:40:56.941 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: subnet-service-types 2026-04-07 00:40:56.942 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: subnet_allocation 2026-04-07 00:40:56.942 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-07 00:40:56.943 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: tag-creation 2026-04-07 00:40:56.943 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-07 00:40:56.947 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: standard-attr-tag 2026-04-07 00:40:56.948 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-07 00:40:56.949 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: trunk 2026-04-07 00:40:56.949 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: trunk-details 2026-04-07 00:40:56.949 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-07 00:40:56.950 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-07 00:40:56.951 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-07 00:40:56.951 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-07 00:40:56.953 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-07 00:40:56.954 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-07 00:40:56.954 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: vpn-flavors 2026-04-07 00:40:56.956 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: vpnaas 2026-04-07 00:40:56.957 7 WARNING keystonemiddleware._common.config [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-07 00:40:56.957 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: taas 2026-04-07 00:40:56.958 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: tap-mirror 2026-04-07 00:40:56.959 8 INFO neutron.api.extensions [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Loaded extension: taas-vlan-filter 2026-04-07 00:40:56.961 8 INFO neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-07 00:40:56.961 8 INFO neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-07 00:40:56.962 8 INFO neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-07 00:40:56.962 8 INFO neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-07 00:40:56.964 7 WARNING oslo_config.cfg [None req-4725ff95-c8a2-46f0-b46a-33fcca01f193 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-04-07 00:40:56.965 8 INFO neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-07 00:40:56.965 8 INFO neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Creating instance of TrackedResource for resource:floatingip WSGI app 0 (mountpoint='') ready in 7 seconds on interpreter 0x7f3130895668 pid: 7 (default app) 2026-04-07 00:40:56.970 8 INFO neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-07 00:40:56.970 8 INFO neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-07 00:40:56.971 8 INFO neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-07 00:40:56.972 8 INFO neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-07 00:40:56.972 8 WARNING neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] subnetpool is already registered 2026-04-07 00:40:56.972 8 INFO neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-07 00:40:56.972 8 WARNING neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] subnetpool is already registered 2026-04-07 00:40:56.973 8 INFO neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-07 00:40:56.973 8 INFO neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-07 00:40:56.974 8 INFO neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-07 00:40:56.974 8 INFO neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-07 00:40:56.974 8 INFO neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-07 00:40:56.975 8 INFO neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-07 00:40:56.975 8 INFO neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-07 00:40:56.975 8 WARNING neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] ipsecpolicy is already registered 2026-04-07 00:40:56.976 8 INFO neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-07 00:40:56.976 8 WARNING neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] ikepolicy is already registered 2026-04-07 00:40:56.980 8 INFO neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-07 00:40:56.980 8 WARNING neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] router is already registered 2026-04-07 00:40:56.981 8 INFO neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-07 00:40:56.981 8 WARNING neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] floatingip is already registered 2026-04-07 00:40:56.985 8 INFO neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-07 00:40:56.985 8 WARNING neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] rbac_policy is already registered 2026-04-07 00:40:56.985 8 INFO neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-07 00:40:56.985 8 WARNING neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] security_group is already registered 2026-04-07 00:40:56.986 8 INFO neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-07 00:40:56.986 8 WARNING neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] security_group_rule is already registered 2026-04-07 00:40:56.987 8 INFO neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-07 00:40:56.987 8 WARNING neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] subnetpool is already registered 2026-04-07 00:40:56.987 8 INFO neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-07 00:40:56.987 8 WARNING neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] subnetpool is already registered 2026-04-07 00:40:56.988 8 INFO neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-07 00:40:56.988 8 WARNING neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] trunk is already registered 2026-04-07 00:40:56.988 8 INFO neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-07 00:40:56.988 8 WARNING neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] ikepolicy is already registered 2026-04-07 00:40:56.989 8 INFO neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-07 00:40:56.989 8 WARNING neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] ipsecpolicy is already registered 2026-04-07 00:40:56.989 8 INFO neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-07 00:40:56.993 8 WARNING neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] endpoint_group is already registered 2026-04-07 00:40:56.993 8 INFO neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-07 00:40:56.994 8 WARNING neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] vpnservice is already registered 2026-04-07 00:40:56.994 8 INFO neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-07 00:40:56.994 8 WARNING neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] ipsec_site_connection is already registered 2026-04-07 00:40:56.994 8 INFO neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-07 00:40:56.995 8 WARNING neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] ipsecpolicy is already registered 2026-04-07 00:40:56.995 8 INFO neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-07 00:40:56.995 8 WARNING neutron.quota.resource_registry [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] ikepolicy is already registered 2026-04-07 00:40:57.033 8 WARNING keystonemiddleware._common.config [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-07 00:40:57.039 8 WARNING oslo_config.cfg [None req-80228d1a-a68b-401b-82cc-0f85c6fb6dcd - - - - - -] 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 0x7f3130895668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-07 00:41:01.534 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d60053e9-1e68-4c47-9ff7-e9836222913a ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 199.204.45.3 () {44 vars in 919 bytes} [Tue Apr 7 00:41:00 2026] GET /v2.0/networks/public => generated 108 bytes in 781 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/4] 199.204.45.3 () {44 vars in 941 bytes} [Tue Apr 7 00:41:01 2026] GET /v2.0/networks?name=public => generated 15 bytes in 381 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 00:41:02.280 7 WARNING neutron.services.revisions.revision_plugin [None req-c4afd431-3eeb-4cd8-b3a0-25bbd99df9e0 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Could not find related network for resource to bump revision. 2026-04-07 00:41:02.301 7 INFO neutron.db.segments_db [None req-c4afd431-3eeb-4cd8-b3a0-25bbd99df9e0 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Added segment c738d1f9-e7d2-4d25-9d7d-94174317b4e0 of type flat for network 8cf87bbd-8652-4529-aa8e-cadb13c00797 2026-04-07 00:41:02.346 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c4afd431-3eeb-4cd8-b3a0-25bbd99df9e0 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/5] 199.204.45.3 () {48 vars in 959 bytes} [Tue Apr 7 00:41:01 2026] POST /v2.0/networks => generated 124 bytes in 440 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 00:41:08.525 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3d74cdff-dce1-4898-82d8-1cfc05e8a33f ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2/6] 199.204.45.3 () {44 vars in 919 bytes} [Tue Apr 7 00:41:08 2026] GET /v2.0/networks/public => generated 108 bytes in 361 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/7] 199.204.45.3 () {44 vars in 941 bytes} [Tue Apr 7 00:41:08 2026] GET /v2.0/networks?name=public => generated 15 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 00:41:08.775 8 WARNING neutron.services.revisions.revision_plugin [None req-fdfda4cb-f273-4f23-affc-53d37637132b ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Could not find related network for resource to bump revision. 2026-04-07 00:41:08.806 8 INFO neutron.db.segments_db [None req-fdfda4cb-f273-4f23-affc-53d37637132b ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Added segment 355d9256-1bb0-4333-a16c-ca1f53287a4f of type flat for network eb2a2161-b958-4d37-95a4-cc657b4cbb57 2026-04-07 00:41:08.877 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fdfda4cb-f273-4f23-affc-53d37637132b ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/8] 199.204.45.3 () {48 vars in 959 bytes} [Tue Apr 7 00:41:08 2026] POST /v2.0/networks => generated 124 bytes in 345 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 00:41:14.720 8 INFO neutron.pecan_wsgi.hooks.translation [None req-10de6d4d-4a32-4c4b-94a6-8b986ccbc73a ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/10] 199.204.45.3 () {44 vars in 919 bytes} [Tue Apr 7 00:41:14 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: 7|app: 0|req: 7/11] 199.204.45.3 () {44 vars in 941 bytes} [Tue Apr 7 00:41:14 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-04-07 00:41:14.789 8 WARNING neutron.services.revisions.revision_plugin [None req-5a9d63aa-035d-4283-9528-fba20c3ef054 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Could not find related network for resource to bump revision. 2026-04-07 00:41:14.800 8 INFO neutron.db.segments_db [None req-5a9d63aa-035d-4283-9528-fba20c3ef054 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Added segment 6045265e-c413-4b5f-81f3-a40c73b9cad4 of type flat for network 7435ad39-cabd-4c79-b34b-505d974f250b 2026-04-07 00:41:14.823 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5a9d63aa-035d-4283-9528-fba20c3ef054 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/12] 199.204.45.3 () {48 vars in 959 bytes} [Tue Apr 7 00:41:14 2026] POST /v2.0/networks => generated 124 bytes in 86 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 00:41:20.656 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f5d9a92a-0f86-417c-9d77-f8be9a5b6ea0 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/13] 199.204.45.3 () {44 vars in 919 bytes} [Tue Apr 7 00:41:20 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/14] 199.204.45.3 () {44 vars in 941 bytes} [Tue Apr 7 00:41:20 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-04-07 00:41:20.722 7 WARNING neutron.services.revisions.revision_plugin [None req-0d84a421-07ab-4da3-b9dd-0e9700406059 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Could not find related network for resource to bump revision. 2026-04-07 00:41:20.741 7 INFO neutron.db.segments_db [None req-0d84a421-07ab-4da3-b9dd-0e9700406059 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Added segment ba6cb35d-8103-44f1-b2e6-407543661b0d of type flat for network 34d8bb04-7998-4184-a5c8-369b0290cb8e 2026-04-07 00:41:20.766 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0d84a421-07ab-4da3-b9dd-0e9700406059 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/15] 199.204.45.3 () {48 vars in 959 bytes} [Tue Apr 7 00:41:20 2026] POST /v2.0/networks => generated 124 bytes in 98 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 00:41:26.610 7 INFO neutron.pecan_wsgi.hooks.translation [None req-db412351-dd40-4b1b-ab64-c7c300c972dc ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/17] 199.204.45.3 () {44 vars in 919 bytes} [Tue Apr 7 00:41:26 2026] GET /v2.0/networks/public => generated 108 bytes in 71 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/18] 199.204.45.3 () {44 vars in 941 bytes} [Tue Apr 7 00:41:26 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-04-07 00:41:26.690 7 WARNING neutron.services.revisions.revision_plugin [None req-bbe98bd9-02ab-4a9e-8a30-484111f72470 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Could not find related network for resource to bump revision. 2026-04-07 00:41:26.715 7 INFO neutron.db.segments_db [None req-bbe98bd9-02ab-4a9e-8a30-484111f72470 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Added segment 1249b8c9-7c1b-4811-9133-8d5153e0155e of type flat for network b6e6f66c-313f-44bd-bb4b-bb1fb230039e 2026-04-07 00:41:26.739 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bbe98bd9-02ab-4a9e-8a30-484111f72470 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/19] 199.204.45.3 () {48 vars in 959 bytes} [Tue Apr 7 00:41:26 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-04-07 00:41:32.625 8 INFO neutron.pecan_wsgi.hooks.translation [None req-689ca620-07e6-452f-8c00-dec528c8e322 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/20] 199.204.45.3 () {44 vars in 919 bytes} [Tue Apr 7 00:41:32 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: 12/21] 199.204.45.3 () {44 vars in 941 bytes} [Tue Apr 7 00:41:32 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-04-07 00:41:32.689 8 WARNING neutron.services.revisions.revision_plugin [None req-d7afd9d6-17cd-4e31-97da-7e7d1c87cbd0 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Could not find related network for resource to bump revision. 2026-04-07 00:41:32.709 8 INFO neutron.db.segments_db [None req-d7afd9d6-17cd-4e31-97da-7e7d1c87cbd0 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Added segment d629ff68-c961-4f32-b0fb-43af9bb0565a of type flat for network b1fba0df-084d-4307-a78d-0fb774c40349 [pid: 8|app: 0|req: 10/22] 199.204.45.3 () {48 vars in 959 bytes} [Tue Apr 7 00:41:32 2026] POST /v2.0/networks => generated 706 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 00:41:33.937 7 INFO neutron.pecan_wsgi.hooks.translation [None req-afb0e0d2-c640-48a1-ae2d-f7ba83c38431 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 13/23] 199.204.45.3 () {44 vars in 919 bytes} [Tue Apr 7 00:41:33 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: 8|app: 0|req: 11/24] 199.204.45.3 () {44 vars in 941 bytes} [Tue Apr 7 00:41:33 2026] GET /v2.0/networks?name=public => generated 709 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 00:41:34.014 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f61d8383-33fa-4ca0-be46-b9cd2814b6d7 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 14/25] 199.204.45.3 () {44 vars in 1026 bytes} [Tue Apr 7 00:41:33 2026] GET /v2.0/subnets/public-subnet?network_id=b1fba0df-084d-4307-a78d-0fb774c40349 => generated 113 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/26] 199.204.45.3 () {44 vars in 1049 bytes} [Tue Apr 7 00:41:34 2026] GET /v2.0/subnets?name=public-subnet&network_id=b1fba0df-084d-4307-a78d-0fb774c40349 => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 15/27] 199.204.45.3 () {48 vars in 957 bytes} [Tue Apr 7 00:41:34 2026] POST /v2.0/subnets => generated 664 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 00:46:08.101 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2a01d73b-1864-4b0c-94c7-c2731b939877 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 31/63] 199.204.45.3 () {44 vars in 929 bytes} [Tue Apr 7 00:46:07 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 104 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 33/64] 199.204.45.3 () {44 vars in 951 bytes} [Tue Apr 7 00:46:08 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 00:46:08.181 8 INFO neutron.db.segments_db [None req-e0b68130-8aa3-4da5-b9b7-576238ccdbfc ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Added segment 4c0ebcae-f02e-47f4-bc35-96cb6520e208 of type vxlan for network e336a44e-7667-4d00-9298-a0b7f6dc2033 [pid: 8|app: 0|req: 32/65] 199.204.45.3 () {48 vars in 958 bytes} [Tue Apr 7 00:46:08 2026] POST /v2.0/networks => generated 707 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 00:46:09.163 8 INFO neutron.pecan_wsgi.hooks.translation [None req-63e3747c-1781-4876-bc24-68dffbc6d3ac ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 34/68] 199.204.45.3 () {44 vars in 929 bytes} [Tue Apr 7 00:46:09 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/69] 199.204.45.3 () {44 vars in 951 bytes} [Tue Apr 7 00:46:09 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 00:46:09.235 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b13469f7-46ed-48f7-94fe-1f04e59f8084 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/70] 199.204.45.3 () {44 vars in 1028 bytes} [Tue Apr 7 00:46:09 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=e336a44e-7667-4d00-9298-a0b7f6dc2033 => generated 114 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/71] 199.204.45.3 () {44 vars in 1051 bytes} [Tue Apr 7 00:46:09 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=e336a44e-7667-4d00-9298-a0b7f6dc2033 => generated 14 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/72] 199.204.45.3 () {48 vars in 957 bytes} [Tue Apr 7 00:46:09 2026] POST /v2.0/subnets => generated 651 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 00:46:10.746 7 INFO neutron.api.v2.resource [None req-dc478820-af64-4347-8206-5fa449970046 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/73] 199.204.45.3 () {44 vars in 963 bytes} [Tue Apr 7 00:46:10 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/74] 199.204.45.3 () {44 vars in 985 bytes} [Tue Apr 7 00:46:10 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/75] 199.204.45.3 () {48 vars in 972 bytes} [Tue Apr 7 00:46:10 2026] POST /v2.0/security-groups => generated 1616 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/76] 199.204.45.3 () {44 vars in 993 bytes} [Tue Apr 7 00:46:12 2026] GET /v2.0/security-groups/67b72632-9b2a-4aff-8da3-df3a98a23353 => generated 1616 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/77] 199.204.45.3 () {44 vars in 993 bytes} [Tue Apr 7 00:46:12 2026] GET /v2.0/security-groups/67b72632-9b2a-4aff-8da3-df3a98a23353 => generated 1616 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/78] 199.204.45.3 () {44 vars in 993 bytes} [Tue Apr 7 00:46:12 2026] GET /v2.0/security-groups/67b72632-9b2a-4aff-8da3-df3a98a23353 => generated 1616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/79] 199.204.45.3 () {48 vars in 983 bytes} [Tue Apr 7 00:46:12 2026] POST /v2.0/security-group-rules => generated 601 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/80] 199.204.45.3 () {44 vars in 993 bytes} [Tue Apr 7 00:46:13 2026] GET /v2.0/security-groups/67b72632-9b2a-4aff-8da3-df3a98a23353 => generated 2230 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/81] 199.204.45.3 () {44 vars in 993 bytes} [Tue Apr 7 00:46:13 2026] GET /v2.0/security-groups/67b72632-9b2a-4aff-8da3-df3a98a23353 => generated 2230 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/82] 199.204.45.3 () {44 vars in 993 bytes} [Tue Apr 7 00:46:13 2026] GET /v2.0/security-groups/67b72632-9b2a-4aff-8da3-df3a98a23353 => generated 2230 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/83] 199.204.45.3 () {48 vars in 983 bytes} [Tue Apr 7 00:46:13 2026] POST /v2.0/security-group-rules => generated 603 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/84] 199.204.45.3 () {44 vars in 993 bytes} [Tue Apr 7 00:46:14 2026] GET /v2.0/security-groups/67b72632-9b2a-4aff-8da3-df3a98a23353 => generated 2846 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/85] 199.204.45.3 () {44 vars in 993 bytes} [Tue Apr 7 00:46:14 2026] GET /v2.0/security-groups/67b72632-9b2a-4aff-8da3-df3a98a23353 => 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: 43/86] 199.204.45.3 () {44 vars in 993 bytes} [Tue Apr 7 00:46:14 2026] GET /v2.0/security-groups/67b72632-9b2a-4aff-8da3-df3a98a23353 => generated 2846 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/87] 199.204.45.3 () {48 vars in 983 bytes} [Tue Apr 7 00:46:14 2026] POST /v2.0/security-group-rules => generated 603 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/88] 199.204.45.3 () {44 vars in 993 bytes} [Tue Apr 7 00:46:15 2026] GET /v2.0/security-groups/67b72632-9b2a-4aff-8da3-df3a98a23353 => generated 3462 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/89] 199.204.45.3 () {44 vars in 993 bytes} [Tue Apr 7 00:46:15 2026] GET /v2.0/security-groups/67b72632-9b2a-4aff-8da3-df3a98a23353 => generated 3462 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/90] 199.204.45.3 () {44 vars in 993 bytes} [Tue Apr 7 00:46:15 2026] GET /v2.0/security-groups/67b72632-9b2a-4aff-8da3-df3a98a23353 => generated 3462 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/91] 199.204.45.3 () {48 vars in 983 bytes} [Tue Apr 7 00:46:15 2026] POST /v2.0/security-group-rules => generated 603 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/92] 199.204.45.3 () {44 vars in 993 bytes} [Tue Apr 7 00:46:16 2026] GET /v2.0/security-groups/67b72632-9b2a-4aff-8da3-df3a98a23353 => generated 4078 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/93] 199.204.45.3 () {44 vars in 993 bytes} [Tue Apr 7 00:46:16 2026] GET /v2.0/security-groups/67b72632-9b2a-4aff-8da3-df3a98a23353 => generated 4078 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/94] 199.204.45.3 () {44 vars in 993 bytes} [Tue Apr 7 00:46:16 2026] GET /v2.0/security-groups/67b72632-9b2a-4aff-8da3-df3a98a23353 => generated 4078 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/95] 199.204.45.3 () {48 vars in 983 bytes} [Tue Apr 7 00:46:16 2026] POST /v2.0/security-group-rules => generated 603 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/96] 199.204.45.3 () {44 vars in 979 bytes} [Tue Apr 7 00:46:17 2026] GET /v2.0/networks/e336a44e-7667-4d00-9298-a0b7f6dc2033 => generated 732 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 00:46:17.494 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f744174d-3d32-40cf-a257-49594225122c ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 49/97] 199.204.45.3 () {44 vars in 1068 bytes} [Tue Apr 7 00:46:17 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=e336a44e-7667-4d00-9298-a0b7f6dc2033 => generated 132 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/98] 199.204.45.3 () {44 vars in 1091 bytes} [Tue Apr 7 00:46:17 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=e336a44e-7667-4d00-9298-a0b7f6dc2033 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/99] 199.204.45.3 () {44 vars in 993 bytes} [Tue Apr 7 00:46:17 2026] GET /v2.0/security-groups/67b72632-9b2a-4aff-8da3-df3a98a23353 => generated 4694 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/100] 199.204.45.3 () {48 vars in 953 bytes} [Tue Apr 7 00:46:17 2026] POST /v2.0/ports => generated 1100 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-07 00:46:24.465 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4d938484-af37-4ffc-8505-461166d46994 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 52/103] 199.204.45.3 () {44 vars in 971 bytes} [Tue Apr 7 00:46:24 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 52/104] 199.204.45.3 () {44 vars in 993 bytes} [Tue Apr 7 00:46:24 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/105] 199.204.45.3 () {48 vars in 1023 bytes} [Tue Apr 7 00:46:24 2026] PUT /v2.0/ports/e34336eb-1369-4c49-91af-7cfb292596a0 => generated 1249 bytes in 749 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/106] 199.204.45.3 () {44 vars in 912 bytes} [Tue Apr 7 00:46:26 2026] GET /v2.0/ports => generated 3730 bytes in 291 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-04-07 00:46:28.005 7 INFO neutron.api.v2.resource [None req-6f1e8f87-482b-4b66-8110-c552679a9c28 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 54/107] 199.204.45.3 () {44 vars in 951 bytes} [Tue Apr 7 00:46:27 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/108] 199.204.45.3 () {44 vars in 973 bytes} [Tue Apr 7 00:46:28 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/109] 199.204.45.3 () {48 vars in 972 bytes} [Tue Apr 7 00:46:28 2026] POST /v2.0/security-groups => generated 1610 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/110] 199.204.45.3 () {44 vars in 993 bytes} [Tue Apr 7 00:46:29 2026] GET /v2.0/security-groups/1080440e-9197-4052-b94c-6d23e636206d => generated 1610 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/111] 199.204.45.3 () {44 vars in 993 bytes} [Tue Apr 7 00:46:29 2026] GET /v2.0/security-groups/1080440e-9197-4052-b94c-6d23e636206d => generated 1610 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/112] 199.204.45.3 () {44 vars in 993 bytes} [Tue Apr 7 00:46:29 2026] GET /v2.0/security-groups/1080440e-9197-4052-b94c-6d23e636206d => generated 1610 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/113] 199.204.45.3 () {48 vars in 983 bytes} [Tue Apr 7 00:46:29 2026] POST /v2.0/security-group-rules => generated 623 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/114] 199.204.45.3 () {44 vars in 993 bytes} [Tue Apr 7 00:46:30 2026] GET /v2.0/security-groups/1080440e-9197-4052-b94c-6d23e636206d => generated 2246 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/115] 199.204.45.3 () {44 vars in 993 bytes} [Tue Apr 7 00:46:30 2026] GET /v2.0/security-groups/1080440e-9197-4052-b94c-6d23e636206d => generated 2246 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/116] 199.204.45.3 () {44 vars in 993 bytes} [Tue Apr 7 00:46:30 2026] GET /v2.0/security-groups/1080440e-9197-4052-b94c-6d23e636206d => generated 2246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/117] 199.204.45.3 () {48 vars in 983 bytes} [Tue Apr 7 00:46:30 2026] POST /v2.0/security-group-rules => generated 627 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/126] 199.204.45.3 () {44 vars in 967 bytes} [Tue Apr 7 00:47:38 2026] GET /v2.0/quotas/07b570ba4b824f1eb4fa69916f106aa0 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 63/127] 199.204.45.3 () {48 vars in 1019 bytes} [Tue Apr 7 00:47:38 2026] PUT /v2.0/quotas/07b570ba4b824f1eb4fa69916f106aa0 => generated 291 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, ' 2026-04-07 00:49:48.490 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f409fd6e-bcdd-4520-b008-542b7565e49f ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 74/146] 199.204.45.3 () {30 vars in 738 bytes} [Tue Apr 7 00:49:48 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 132 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 73/147] 199.204.45.3 () {30 vars in 760 bytes} [Tue Apr 7 00:49:48 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 00:49:50.385 7 INFO neutron.pecan_wsgi.hooks.translation [None req-48c2058d-4ea0-41a4-8ab6-21bd0e8e7ca1 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 75/148] 199.204.45.3 () {30 vars in 738 bytes} [Tue Apr 7 00:49:50 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 126 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 74/149] 199.204.45.3 () {30 vars in 760 bytes} [Tue Apr 7 00:49:50 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 00:55:48.312 8 INFO neutron.api.v2.resource [None req-24c834b6-5d6a-4125-9c67-14bd023ee2a2 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 99/198] 199.204.45.3 () {44 vars in 1066 bytes} [Tue Apr 7 00:55:48 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=c792b1af10614749b0739e1640150203 => generated 139 bytes in 223 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 100/199] 199.204.45.3 () {44 vars in 1089 bytes} [Tue Apr 7 00:55:48 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=c792b1af10614749b0739e1640150203 => generated 23 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 100/200] 199.204.45.3 () {48 vars in 973 bytes} [Tue Apr 7 00:55:48 2026] POST /v2.0/security-groups => generated 1624 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/201] 199.204.45.3 () {44 vars in 1080 bytes} [Tue Apr 7 00:55:49 2026] GET /v2.0/security-groups/d6dad38a-668a-486d-981d-8ca8d13fd6ff?project_id=c792b1af10614749b0739e1640150203 => generated 1624 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 101/202] 199.204.45.3 () {44 vars in 993 bytes} [Tue Apr 7 00:55:49 2026] GET /v2.0/security-groups/d6dad38a-668a-486d-981d-8ca8d13fd6ff => generated 1624 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/203] 199.204.45.3 () {44 vars in 1080 bytes} [Tue Apr 7 00:55:49 2026] GET /v2.0/security-groups/d6dad38a-668a-486d-981d-8ca8d13fd6ff?project_id=c792b1af10614749b0739e1640150203 => generated 1624 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/204] 199.204.45.3 () {48 vars in 983 bytes} [Tue Apr 7 00:55:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/205] 199.204.45.3 () {44 vars in 1080 bytes} [Tue Apr 7 00:55:50 2026] GET /v2.0/security-groups/d6dad38a-668a-486d-981d-8ca8d13fd6ff?project_id=c792b1af10614749b0739e1640150203 => generated 2234 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/206] 199.204.45.3 () {44 vars in 993 bytes} [Tue Apr 7 00:55:50 2026] GET /v2.0/security-groups/d6dad38a-668a-486d-981d-8ca8d13fd6ff => generated 2234 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/207] 199.204.45.3 () {44 vars in 1080 bytes} [Tue Apr 7 00:55:50 2026] GET /v2.0/security-groups/d6dad38a-668a-486d-981d-8ca8d13fd6ff?project_id=c792b1af10614749b0739e1640150203 => generated 2234 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/208] 199.204.45.3 () {48 vars in 983 bytes} [Tue Apr 7 00:55:50 2026] POST /v2.0/security-group-rules => generated 599 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/209] 199.204.45.3 () {44 vars in 1080 bytes} [Tue Apr 7 00:55:51 2026] GET /v2.0/security-groups/d6dad38a-668a-486d-981d-8ca8d13fd6ff?project_id=c792b1af10614749b0739e1640150203 => generated 2846 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/210] 199.204.45.3 () {44 vars in 993 bytes} [Tue Apr 7 00:55:51 2026] GET /v2.0/security-groups/d6dad38a-668a-486d-981d-8ca8d13fd6ff => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/211] 199.204.45.3 () {44 vars in 1080 bytes} [Tue Apr 7 00:55:52 2026] GET /v2.0/security-groups/d6dad38a-668a-486d-981d-8ca8d13fd6ff?project_id=c792b1af10614749b0739e1640150203 => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/212] 199.204.45.3 () {48 vars in 983 bytes} [Tue Apr 7 00:55:52 2026] POST /v2.0/security-group-rules => generated 601 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/213] 199.204.45.3 () {44 vars in 1080 bytes} [Tue Apr 7 00:55:53 2026] GET /v2.0/security-groups/d6dad38a-668a-486d-981d-8ca8d13fd6ff?project_id=c792b1af10614749b0739e1640150203 => generated 3460 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/214] 199.204.45.3 () {44 vars in 993 bytes} [Tue Apr 7 00:55:53 2026] GET /v2.0/security-groups/d6dad38a-668a-486d-981d-8ca8d13fd6ff => generated 3460 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/215] 199.204.45.3 () {44 vars in 1080 bytes} [Tue Apr 7 00:55:53 2026] GET /v2.0/security-groups/d6dad38a-668a-486d-981d-8ca8d13fd6ff?project_id=c792b1af10614749b0739e1640150203 => generated 3460 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/216] 199.204.45.3 () {48 vars in 983 bytes} [Tue Apr 7 00:55:53 2026] POST /v2.0/security-group-rules => generated 602 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/235] 199.204.45.3 () {30 vars in 737 bytes} [Tue Apr 7 00:58:06 2026] GET /v2.0/networks?tenant_id=c792b1af10614749b0739e1640150203&shared=False => generated 15 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 00:58:06.299 7 INFO neutron.db.segments_db [None req-2dd04000-5e9b-43bf-a100-bd27a5991dd8 3f45d282236c4af09d24462dbbc22184 c792b1af10614749b0739e1640150203 - - e88a0c3c8737495ba2e2fb2768a61c62 e88a0c3c8737495ba2e2fb2768a61c62] Added segment aa38adeb-c74a-40af-81ad-af61401820b4 of type vxlan for network 1303e8cb-d7b6-449e-8f80-90a6c750dfb1 [pid: 7|app: 0|req: 118/236] 199.204.45.3 () {34 vars in 679 bytes} [Tue Apr 7 00:58:06 2026] POST /v2.0/networks => generated 718 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/237] 199.204.45.3 () {30 vars in 719 bytes} [Tue Apr 7 00:58:06 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => 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: 119/238] 199.204.45.3 () {30 vars in 630 bytes} [Tue Apr 7 00:58:06 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: 120/239] 199.204.45.3 () {34 vars in 674 bytes} [Tue Apr 7 00:58:06 2026] POST /v2.0/ports => generated 999 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/240] 199.204.45.3 () {30 vars in 700 bytes} [Tue Apr 7 00:58:06 2026] GET /v2.0/networks/1303e8cb-d7b6-449e-8f80-90a6c750dfb1 => generated 705 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 121/241] 199.204.45.3 () {30 vars in 719 bytes} [Tue Apr 7 00:58:08 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/242] 199.204.45.3 () {30 vars in 700 bytes} [Tue Apr 7 00:58:08 2026] GET /v2.0/networks/1303e8cb-d7b6-449e-8f80-90a6c750dfb1 => generated 705 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/247] 199.204.45.3 () {44 vars in 967 bytes} [Tue Apr 7 00:58:24 2026] GET /v2.0/quotas/c792b1af10614749b0739e1640150203 => 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: 124/248] 199.204.45.3 () {48 vars in 1019 bytes} [Tue Apr 7 00:58:24 2026] PUT /v2.0/quotas/c792b1af10614749b0739e1640150203 => generated 291 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:09:05.651 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c65aacf9-c3f7-42ed-a91b-facb9d7a7ba1 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 167/333] 199.204.45.3 () {44 vars in 919 bytes} [Tue Apr 7 01:09:05 2026] GET /v2.0/networks/public => generated 108 bytes in 137 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 167/334] 199.204.45.3 () {44 vars in 941 bytes} [Tue Apr 7 01:09:05 2026] GET /v2.0/networks?name=public => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:09:06.717 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8e829678-1b0f-4efc-9382-d6bd3fe0ad37 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 168/335] 199.204.45.3 () {44 vars in 919 bytes} [Tue Apr 7 01:09:06 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: 168/336] 199.204.45.3 () {44 vars in 941 bytes} [Tue Apr 7 01:09:06 2026] GET /v2.0/networks?name=public => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:09:06.789 7 INFO neutron.pecan_wsgi.hooks.translation [None req-49951e10-9204-45f2-b637-e814fbf04bf3 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 169/337] 199.204.45.3 () {44 vars in 1026 bytes} [Tue Apr 7 01:09:06 2026] GET /v2.0/subnets/public-subnet?network_id=b1fba0df-084d-4307-a78d-0fb774c40349 => generated 113 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 169/338] 199.204.45.3 () {44 vars in 1049 bytes} [Tue Apr 7 01:09:06 2026] GET /v2.0/subnets?name=public-subnet&network_id=b1fba0df-084d-4307-a78d-0fb774c40349 => generated 667 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:09:32.088 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8c98cb41-2d00-4f1f-9f0c-ff59e9b35b30 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 172/343] 199.204.45.3 () {44 vars in 929 bytes} [Tue Apr 7 01:09:32 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 172/344] 199.204.45.3 () {44 vars in 951 bytes} [Tue Apr 7 01:09:32 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:09:33.052 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6f70ef3e-3df9-4beb-83fc-c14f057de596 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 173/345] 199.204.45.3 () {44 vars in 929 bytes} [Tue Apr 7 01:09:33 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 173/346] 199.204.45.3 () {44 vars in 951 bytes} [Tue Apr 7 01:09:33 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-04-07 01:09:33.120 7 INFO neutron.pecan_wsgi.hooks.translation [None req-09a01a01-018a-44b2-aa92-c20a46c005a9 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 174/347] 199.204.45.3 () {44 vars in 1028 bytes} [Tue Apr 7 01:09:33 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=e336a44e-7667-4d00-9298-a0b7f6dc2033 => generated 114 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 174/348] 199.204.45.3 () {44 vars in 1051 bytes} [Tue Apr 7 01:09:33 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=e336a44e-7667-4d00-9298-a0b7f6dc2033 => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:09:34.307 7 INFO neutron.api.v2.resource [None req-fc9233a4-41c5-4eb4-9244-719e3de447c6 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 175/349] 199.204.45.3 () {44 vars in 963 bytes} [Tue Apr 7 01:09:34 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 175/350] 199.204.45.3 () {44 vars in 985 bytes} [Tue Apr 7 01:09:34 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/351] 199.204.45.3 () {44 vars in 993 bytes} [Tue Apr 7 01:09:35 2026] GET /v2.0/security-groups/67b72632-9b2a-4aff-8da3-df3a98a23353 => 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: 176/352] 199.204.45.3 () {44 vars in 993 bytes} [Tue Apr 7 01:09:35 2026] GET /v2.0/security-groups/67b72632-9b2a-4aff-8da3-df3a98a23353 => 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: 177/353] 199.204.45.3 () {44 vars in 1003 bytes} [Tue Apr 7 01:09:35 2026] GET /v2.0/security-group-rules/ec5c5d64-c531-4f46-967c-e2e7d2807b9f => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/354] 199.204.45.3 () {44 vars in 993 bytes} [Tue Apr 7 01:09:36 2026] GET /v2.0/security-groups/67b72632-9b2a-4aff-8da3-df3a98a23353 => generated 4694 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/355] 199.204.45.3 () {44 vars in 993 bytes} [Tue Apr 7 01:09:36 2026] GET /v2.0/security-groups/67b72632-9b2a-4aff-8da3-df3a98a23353 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/356] 199.204.45.3 () {44 vars in 1003 bytes} [Tue Apr 7 01:09:36 2026] GET /v2.0/security-group-rules/2d7ec519-c621-453f-9832-fae734ff6553 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/357] 199.204.45.3 () {44 vars in 993 bytes} [Tue Apr 7 01:09:37 2026] GET /v2.0/security-groups/67b72632-9b2a-4aff-8da3-df3a98a23353 => generated 4694 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/358] 199.204.45.3 () {44 vars in 993 bytes} [Tue Apr 7 01:09:37 2026] GET /v2.0/security-groups/67b72632-9b2a-4aff-8da3-df3a98a23353 => 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: 180/359] 199.204.45.3 () {44 vars in 1003 bytes} [Tue Apr 7 01:09:37 2026] GET /v2.0/security-group-rules/058caa84-5bb2-437e-a6e3-439b1dc5dc50 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/360] 199.204.45.3 () {44 vars in 993 bytes} [Tue Apr 7 01:09:38 2026] GET /v2.0/security-groups/67b72632-9b2a-4aff-8da3-df3a98a23353 => generated 4694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/361] 199.204.45.3 () {44 vars in 993 bytes} [Tue Apr 7 01:09:38 2026] GET /v2.0/security-groups/67b72632-9b2a-4aff-8da3-df3a98a23353 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/362] 199.204.45.3 () {44 vars in 1003 bytes} [Tue Apr 7 01:09:38 2026] GET /v2.0/security-group-rules/1177a73a-c01f-4ad2-a43e-f2b71bf35139 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/365] 199.204.45.3 () {44 vars in 993 bytes} [Tue Apr 7 01:09:39 2026] GET /v2.0/security-groups/67b72632-9b2a-4aff-8da3-df3a98a23353 => 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: 183/366] 199.204.45.3 () {44 vars in 993 bytes} [Tue Apr 7 01:09:39 2026] GET /v2.0/security-groups/67b72632-9b2a-4aff-8da3-df3a98a23353 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/367] 199.204.45.3 () {44 vars in 1003 bytes} [Tue Apr 7 01:09:39 2026] GET /v2.0/security-group-rules/e0ef9b8f-7339-41ab-a116-ef30b77836fa => generated 603 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/368] 199.204.45.3 () {44 vars in 979 bytes} [Tue Apr 7 01:09:40 2026] GET /v2.0/networks/e336a44e-7667-4d00-9298-a0b7f6dc2033 => generated 732 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:09:40.471 7 INFO neutron.pecan_wsgi.hooks.translation [None req-49e8321a-abe7-4d2f-8641-3a1adddcfebe ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 185/369] 199.204.45.3 () {44 vars in 1068 bytes} [Tue Apr 7 01:09:40 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=e336a44e-7667-4d00-9298-a0b7f6dc2033 => 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: 185/370] 199.204.45.3 () {44 vars in 1091 bytes} [Tue Apr 7 01:09:40 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=e336a44e-7667-4d00-9298-a0b7f6dc2033 => generated 1254 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/371] 199.204.45.3 () {44 vars in 993 bytes} [Tue Apr 7 01:09:40 2026] GET /v2.0/security-groups/67b72632-9b2a-4aff-8da3-df3a98a23353 => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:09:47.991 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1b35402b-ec0c-48b4-9fb4-4dfcdcc72cbf ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 186/372] 199.204.45.3 () {44 vars in 971 bytes} [Tue Apr 7 01:09:47 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 65 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/373] 199.204.45.3 () {44 vars in 993 bytes} [Tue Apr 7 01:09:47 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/374] 199.204.45.3 () {44 vars in 912 bytes} [Tue Apr 7 01:09:49 2026] GET /v2.0/ports => generated 4725 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:09:50.467 7 INFO neutron.api.v2.resource [None req-c803d4ab-6149-4e7e-aa4f-99b4108e247e ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 188/375] 199.204.45.3 () {44 vars in 951 bytes} [Tue Apr 7 01:09:50 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/376] 199.204.45.3 () {44 vars in 973 bytes} [Tue Apr 7 01:09:50 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/377] 199.204.45.3 () {44 vars in 993 bytes} [Tue Apr 7 01:09:51 2026] GET /v2.0/security-groups/1080440e-9197-4052-b94c-6d23e636206d => generated 2886 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/378] 199.204.45.3 () {44 vars in 993 bytes} [Tue Apr 7 01:09:51 2026] GET /v2.0/security-groups/1080440e-9197-4052-b94c-6d23e636206d => generated 2886 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/379] 199.204.45.3 () {44 vars in 1003 bytes} [Tue Apr 7 01:09:51 2026] GET /v2.0/security-group-rules/55076dae-ca30-45c4-9bcd-7ea37a41fce1 => generated 623 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/380] 199.204.45.3 () {44 vars in 993 bytes} [Tue Apr 7 01:09:52 2026] GET /v2.0/security-groups/1080440e-9197-4052-b94c-6d23e636206d => generated 2886 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/381] 199.204.45.3 () {44 vars in 993 bytes} [Tue Apr 7 01:09:52 2026] GET /v2.0/security-groups/1080440e-9197-4052-b94c-6d23e636206d => generated 2886 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/382] 199.204.45.3 () {44 vars in 1003 bytes} [Tue Apr 7 01:09:52 2026] GET /v2.0/security-group-rules/2e769462-75f4-450a-a678-eef75d8742e1 => generated 627 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/385] 199.204.45.3 () {44 vars in 967 bytes} [Tue Apr 7 01:10:03 2026] GET /v2.0/quotas/07b570ba4b824f1eb4fa69916f106aa0 => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:10:53.446 7 INFO neutron.api.v2.resource [None req-e7b7e5d7-d62c-489d-a83b-830aa4247d47 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 197/392] 199.204.45.3 () {44 vars in 1066 bytes} [Tue Apr 7 01:10:53 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=c792b1af10614749b0739e1640150203 => generated 139 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/393] 199.204.45.3 () {44 vars in 1089 bytes} [Tue Apr 7 01:10:53 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=c792b1af10614749b0739e1640150203 => generated 4072 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/396] 199.204.45.3 () {44 vars in 1080 bytes} [Tue Apr 7 01:10:54 2026] GET /v2.0/security-groups/d6dad38a-668a-486d-981d-8ca8d13fd6ff?project_id=c792b1af10614749b0739e1640150203 => generated 4075 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/397] 199.204.45.3 () {44 vars in 993 bytes} [Tue Apr 7 01:10:54 2026] GET /v2.0/security-groups/d6dad38a-668a-486d-981d-8ca8d13fd6ff => 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: 200/398] 199.204.45.3 () {44 vars in 1003 bytes} [Tue Apr 7 01:10:54 2026] GET /v2.0/security-group-rules/af4a0e52-9807-4fae-a774-eeb3fa61b3be => generated 597 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/399] 199.204.45.3 () {44 vars in 1080 bytes} [Tue Apr 7 01:10:55 2026] GET /v2.0/security-groups/d6dad38a-668a-486d-981d-8ca8d13fd6ff?project_id=c792b1af10614749b0739e1640150203 => 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: 201/400] 199.204.45.3 () {44 vars in 993 bytes} [Tue Apr 7 01:10:55 2026] GET /v2.0/security-groups/d6dad38a-668a-486d-981d-8ca8d13fd6ff => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/401] 199.204.45.3 () {44 vars in 1003 bytes} [Tue Apr 7 01:10:55 2026] GET /v2.0/security-group-rules/b45f42b5-5a79-469e-b536-7e20760166e8 => generated 599 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/402] 199.204.45.3 () {44 vars in 1080 bytes} [Tue Apr 7 01:10:56 2026] GET /v2.0/security-groups/d6dad38a-668a-486d-981d-8ca8d13fd6ff?project_id=c792b1af10614749b0739e1640150203 => generated 4075 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/403] 199.204.45.3 () {44 vars in 993 bytes} [Tue Apr 7 01:10:56 2026] GET /v2.0/security-groups/d6dad38a-668a-486d-981d-8ca8d13fd6ff => generated 4075 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/404] 199.204.45.3 () {44 vars in 1003 bytes} [Tue Apr 7 01:10:56 2026] GET /v2.0/security-group-rules/8249f5ab-5036-4281-97bb-216f2d160312 => 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: 202/405] 199.204.45.3 () {44 vars in 1080 bytes} [Tue Apr 7 01:10:57 2026] GET /v2.0/security-groups/d6dad38a-668a-486d-981d-8ca8d13fd6ff?project_id=c792b1af10614749b0739e1640150203 => 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: 204/406] 199.204.45.3 () {44 vars in 993 bytes} [Tue Apr 7 01:10:57 2026] GET /v2.0/security-groups/d6dad38a-668a-486d-981d-8ca8d13fd6ff => generated 4075 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/407] 199.204.45.3 () {44 vars in 1003 bytes} [Tue Apr 7 01:10:57 2026] GET /v2.0/security-group-rules/d9f1834c-7c6b-44a0-a019-afa208c2b93d => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/408] 199.204.45.3 () {44 vars in 967 bytes} [Tue Apr 7 01:11:04 2026] GET /v2.0/quotas/c792b1af10614749b0739e1640150203 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/415] 199.204.45.3 () {44 vars in 941 bytes} [Tue Apr 7 01:11:53 2026] GET /v2.0/networks?name=public => generated 753 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/422] 10.0.0.149 () {32 vars in 648 bytes} [Tue Apr 7 01:12:30 2026] GET /v2.0/networks => generated 2168 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/423] 10.0.0.149 () {32 vars in 654 bytes} [Tue Apr 7 01:12:32 2026] GET /v2.0/floatingips => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/424] 10.0.0.149 () {32 vars in 646 bytes} [Tue Apr 7 01:12:32 2026] GET /v2.0/routers => generated 15 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/425] 10.0.0.149 () {32 vars in 642 bytes} [Tue Apr 7 01:12:32 2026] GET /v2.0/ports => generated 4725 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/426] 10.0.0.149 () {32 vars in 646 bytes} [Tue Apr 7 01:12:32 2026] GET /v2.0/subnets => generated 1308 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/427] 10.0.0.149 () {32 vars in 648 bytes} [Tue Apr 7 01:12:32 2026] GET /v2.0/networks => generated 2168 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/428] 10.0.0.149 () {32 vars in 662 bytes} [Tue Apr 7 01:12:32 2026] GET /v2.0/security-groups => generated 17401 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/429] 10.0.0.149 () {32 vars in 654 bytes} [Tue Apr 7 01:12:32 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:12:42.770 8 INFO neutron.db.segments_db [None req-b424e6e1-232e-4d4f-b98f-2cba715c4efc ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Added segment 4c6fcfa9-12b7-45ce-9a70-7ba6507e8449 of type vxlan for network 9a98475e-56e6-42ec-b935-5694c68be5d2 [pid: 8|app: 0|req: 215/432] 10.0.0.149 () {34 vars in 670 bytes} [Tue Apr 7 01:12:42 2026] POST /v2.0/networks => generated 743 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:12:42.855 7 INFO neutron.db.segments_db [None req-d38327a1-8acc-47c6-b7fc-ddbb45235cfd ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Added segment 747cff7f-3929-464a-9cc3-84259f44da10 of type vxlan for network 219d8216-bf3e-43e2-aca7-ab0ca476864d [pid: 7|app: 0|req: 218/433] 10.0.0.149 () {34 vars in 670 bytes} [Tue Apr 7 01:12:42 2026] POST /v2.0/networks => generated 747 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:12:43.120 8 INFO neutron.db.segments_db [None req-6a96bc12-4046-49ee-8a01-10b1bab2b9b6 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Added segment bcf29f11-216a-4882-97f3-3c23de285097 of type vxlan for network 2f8b79f9-ef5d-42e8-95c0-0f0dc3e5c86f [pid: 7|app: 0|req: 219/434] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:12:42 2026] POST /v2.0/subnets => generated 690 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/435] 10.0.0.149 () {34 vars in 670 bytes} [Tue Apr 7 01:12:42 2026] POST /v2.0/networks => generated 749 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:12:43.247 8 INFO neutron.db.segments_db [None req-469a7df9-52b3-47c0-a522-528da27bee3a ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Added segment 6450720b-5dae-4d7b-b76a-5eda0c049aff of type vxlan for network 5f2908e4-db8a-4524-97ea-936ae025aa3d [pid: 7|app: 0|req: 220/436] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:12:43 2026] POST /v2.0/subnets => generated 694 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/437] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:12:43 2026] POST /v2.0/subnets => generated 696 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:12:43.494 8 INFO neutron.db.l3_hamode_db [None req-469a7df9-52b3-47c0-a522-528da27bee3a ef44932eeea348feae65ac9f9a8412e2 cb256721bd0e4942b334c9a3b28b0e7f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 222/438] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:12:43 2026] GET /v2.0/security-groups?tenant_id=6911563b61814585872b714cf36bc374&name=default => generated 2921 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:12:43.759 7 INFO neutron.db.segments_db [None req-28d44a82-0c31-4dfb-8796-69b890c2fbaf ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Added segment 477c7c1f-5b40-4baf-b677-161276ffd982 of type vxlan for network 8508279a-0156-4a4c-9ea7-2b17ef5b3ab1 2026-04-07 01:12:44.012 7 INFO neutron.db.l3_hamode_db [None req-28d44a82-0c31-4dfb-8796-69b890c2fbaf ef44932eeea348feae65ac9f9a8412e2 11381ee143044d8c958b47cad3175c14 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:12:44.388 8 INFO neutron.db.l3_hamode_db [None req-469a7df9-52b3-47c0-a522-528da27bee3a ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:12:44.924 7 INFO neutron.db.l3_hamode_db [None req-28d44a82-0c31-4dfb-8796-69b890c2fbaf ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 217/439] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:12:43 2026] POST /v2.0/routers => generated 730 bytes in 2379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:12:45.621 8 INFO neutron.db.segments_db [None req-4a6e5103-66be-481f-90a4-543eb2b92629 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Added segment 4b118590-14e7-4cf7-9503-faa5a41b46dc of type vxlan for network 17824a6a-9aca-4f90-bbcb-edd2c78ccb99 2026-04-07 01:12:45.858 8 INFO neutron.db.l3_hamode_db [None req-4a6e5103-66be-481f-90a4-543eb2b92629 ef44932eeea348feae65ac9f9a8412e2 d905d3cfa44946a29b71c665ecca674f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 223/440] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:12:43 2026] POST /v2.0/routers => generated 734 bytes in 2272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/441] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:12:45 2026] DELETE /v2.0/security-groups/ffc3550a-4875-46d3-9bf3-b190938d5672 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:12:46.575 8 INFO neutron.db.l3_hamode_db [None req-4a6e5103-66be-481f-90a4-543eb2b92629 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 225/442] 10.0.0.149 () {34 vars in 782 bytes} [Tue Apr 7 01:12:46 2026] PUT /v2.0/routers/6ab7ea7f-0488-491c-92a5-eb1f4382e30e/add_router_interface => generated 309 bytes in 1123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/443] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:12:45 2026] POST /v2.0/routers => generated 736 bytes in 1787 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/444] 10.0.0.149 () {34 vars in 782 bytes} [Tue Apr 7 01:12:47 2026] PUT /v2.0/routers/54af592d-00f0-4630-a6ec-817b6dae0f63/add_router_interface => generated 309 bytes in 1197 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/445] 10.0.0.149 () {34 vars in 782 bytes} [Tue Apr 7 01:12:47 2026] PUT /v2.0/routers/5bdf1f66-e113-42e3-854c-a522bc348ec9/add_router_interface => generated 309 bytes in 1216 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:12:48.643 7 INFO neutron.db.segments_db [None req-3a02a304-2839-4968-864c-4600d64df06e ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Added segment 2d17118b-80ed-4465-8b57-204d155b8316 of type vxlan for network 2ced00d2-7db7-4774-a604-570f452bb7b8 [pid: 8|app: 0|req: 220/446] 10.0.0.149 () {34 vars in 684 bytes} [Tue Apr 7 01:12:48 2026] POST /v2.0/security-groups => generated 1659 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/447] 10.0.0.149 () {34 vars in 670 bytes} [Tue Apr 7 01:12:48 2026] POST /v2.0/networks => generated 744 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/448] 10.0.0.149 () {34 vars in 694 bytes} [Tue Apr 7 01:12:48 2026] POST /v2.0/security-group-rules => generated 597 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/449] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:12:48 2026] POST /v2.0/subnets => generated 692 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/450] 10.0.0.149 () {34 vars in 694 bytes} [Tue Apr 7 01:12:48 2026] POST /v2.0/security-group-rules => generated 602 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:12:49.000 8 INFO neutron.db.segments_db [None req-b10c9e54-7dd3-4205-8996-961c20c1956b ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Added segment b1a58047-4638-48d6-b183-da32fb9f09f2 of type vxlan for network 578aa527-22f1-4efc-a8c4-5abeea9c05b6 [pid: 7|app: 0|req: 229/451] 10.0.0.149 () {34 vars in 684 bytes} [Tue Apr 7 01:12:48 2026] POST /v2.0/security-groups => generated 1658 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-07 01:12:49.242 8 INFO neutron.db.l3_hamode_db [None req-b10c9e54-7dd3-4205-8996-961c20c1956b ef44932eeea348feae65ac9f9a8412e2 4f8d88c4fd7e48a0b731e66cbfa9b60b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 230/452] 10.0.0.149 () {34 vars in 675 bytes} [Tue Apr 7 01:12:49 2026] POST /v2.0/floatingips => generated 552 bytes in 498 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/453] 10.0.0.149 () {34 vars in 694 bytes} [Tue Apr 7 01:12:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/454] 10.0.0.195 () {38 vars in 970 bytes} [Tue Apr 7 01:12:49 2026] POST /v2.0/security-groups => generated 1684 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/455] 10.0.0.149 () {34 vars in 694 bytes} [Tue Apr 7 01:12:49 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) 2026-04-07 01:12:50.044 8 INFO neutron.db.l3_hamode_db [None req-b10c9e54-7dd3-4205-8996-961c20c1956b ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 234/456] 10.0.0.149 () {34 vars in 675 bytes} [Tue Apr 7 01:12:49 2026] POST /v2.0/floatingips => generated 552 bytes in 485 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/457] 10.0.0.195 () {34 vars in 1097 bytes} [Tue Apr 7 01:12:50 2026] GET /v2.0/security-groups?name=tempest-securitygroup--120509724&fields=id&tenant_id=cb256721bd0e4942b334c9a3b28b0e7f => generated 69 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/458] 10.0.0.195 () {34 vars in 990 bytes} [Tue Apr 7 01:12:50 2026] GET /v2.0/security-groups/bc3a3045-2b8b-4eca-b13d-61383fd54e92 => generated 1684 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/459] 10.0.0.195 () {34 vars in 981 bytes} [Tue Apr 7 01:12:50 2026] GET /v2.0/networks?id=9a98475e-56e6-42ec-b935-5694c68be5d2 => generated 675 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/460] 10.0.0.195 () {38 vars in 980 bytes} [Tue Apr 7 01:12:50 2026] POST /v2.0/security-group-rules => generated 614 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/461] 10.0.0.195 () {34 vars in 964 bytes} [Tue Apr 7 01:12:50 2026] GET /v2.0/quotas/cb256721bd0e4942b334c9a3b28b0e7f => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/462] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:12:48 2026] POST /v2.0/routers => generated 732 bytes in 1909 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/463] 10.0.0.195 () {34 vars in 1001 bytes} [Tue Apr 7 01:12:50 2026] GET /v2.0/ports?tenant_id=cb256721bd0e4942b334c9a3b28b0e7f&fields=id => generated 103 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/464] 10.0.0.195 () {38 vars in 970 bytes} [Tue Apr 7 01:12:50 2026] POST /v2.0/security-groups => generated 1685 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/465] 10.0.0.195 () {34 vars in 990 bytes} [Tue Apr 7 01:12:51 2026] GET /v2.0/security-groups/11536761-885f-42c1-920a-6165465ec8f4 => generated 1685 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/466] 10.0.0.195 () {38 vars in 980 bytes} [Tue Apr 7 01:12:51 2026] POST /v2.0/security-group-rules => generated 614 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/467] 10.0.0.195 () {34 vars in 990 bytes} [Tue Apr 7 01:12:51 2026] GET /v2.0/security-groups/11536761-885f-42c1-920a-6165465ec8f4 => generated 2310 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/468] 10.0.0.195 () {38 vars in 980 bytes} [Tue Apr 7 01:12:51 2026] POST /v2.0/security-group-rules => generated 619 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/469] 10.0.0.195 () {34 vars in 906 bytes} [Tue Apr 7 01:12:51 2026] GET /v2.0/extensions => generated 21537 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/470] 10.0.0.195 () {34 vars in 990 bytes} [Tue Apr 7 01:12:51 2026] GET /v2.0/security-groups/11536761-885f-42c1-920a-6165465ec8f4 => generated 2940 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/471] 10.0.0.195 () {34 vars in 1007 bytes} [Tue Apr 7 01:12:51 2026] GET /v2.0/networks/9a98475e-56e6-42ec-b935-5694c68be5d2?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/472] 10.0.0.195 () {34 vars in 1000 bytes} [Tue Apr 7 01:12:51 2026] GET /v2.0/security-group-rules/ba747282-416c-4c09-ac35-ac875d59674f => generated 616 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/473] 10.0.0.195 () {34 vars in 1107 bytes} [Tue Apr 7 01:12:51 2026] GET /v2.0/networks/9a98475e-56e6-42ec-b935-5694c68be5d2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/474] 10.0.0.195 () {34 vars in 990 bytes} [Tue Apr 7 01:12:51 2026] GET /v2.0/security-groups/11536761-885f-42c1-920a-6165465ec8f4 => generated 2940 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/475] 10.0.0.195 () {36 vars in 1022 bytes} [Tue Apr 7 01:12:51 2026] DELETE /v2.0/security-group-rules/ba747282-416c-4c09-ac35-ac875d59674f => 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: 236/476] 10.0.0.195 () {34 vars in 990 bytes} [Tue Apr 7 01:12:51 2026] GET /v2.0/security-groups/11536761-885f-42c1-920a-6165465ec8f4 => generated 2310 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/477] 10.0.0.195 () {36 vars in 1012 bytes} [Tue Apr 7 01:12:51 2026] DELETE /v2.0/security-groups/11536761-885f-42c1-920a-6165465ec8f4 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/478] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:12:51 2026] GET /v2.0/ports?device_id=b4c784c5-393d-4197-aac2-c89cc071b1b5 => 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: 239/479] 10.0.0.195 () {34 vars in 990 bytes} [Tue Apr 7 01:12:51 2026] GET /v2.0/security-groups/bc3a3045-2b8b-4eca-b13d-61383fd54e92 => generated 2309 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/480] 10.0.0.195 () {36 vars in 1012 bytes} [Tue Apr 7 01:12:51 2026] DELETE /v2.0/security-groups/bc3a3045-2b8b-4eca-b13d-61383fd54e92 => 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: 241/481] 10.0.0.149 () {34 vars in 782 bytes} [Tue Apr 7 01:12:50 2026] PUT /v2.0/routers/f6ea9068-bcff-48f5-a960-d54a58ccb6a9/add_router_interface => generated 309 bytes in 1228 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/482] 10.0.0.195 () {38 vars in 970 bytes} [Tue Apr 7 01:12:52 2026] POST /v2.0/security-groups => generated 1681 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-07 01:12:52.750 8 INFO neutron_taas.services.taas.taas_plugin [None req-8a2fc2ed-594e-458a-9838-08e3ef0ff5e3 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: d30c6ef4-cc17-49fe-80dc-f8728abf6401 2026-04-07 01:12:52.759 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a2fc2ed-594e-458a-9838-08e3ef0ff5e3 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: d30c6ef4-cc17-49fe-80dc-f8728abf6401 [pid: 7|app: 0|req: 243/483] 10.0.0.195 () {38 vars in 970 bytes} [Tue Apr 7 01:12:52 2026] POST /v2.0/security-groups => generated 1682 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/484] 10.0.0.195 () {38 vars in 970 bytes} [Tue Apr 7 01:12:52 2026] POST /v2.0/security-groups => generated 1682 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/485] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:12:52 2026] GET /v2.0/ports?device_id=b4c784c5-393d-4197-aac2-c89cc071b1b5 => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/486] 10.0.0.195 () {34 vars in 1001 bytes} [Tue Apr 7 01:12:53 2026] GET /v2.0/security-groups?tenant_id=4f8d88c4fd7e48a0b731e66cbfa9b60b => generated 7910 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/487] 10.0.0.195 () {34 vars in 990 bytes} [Tue Apr 7 01:12:53 2026] GET /v2.0/security-groups/bd85a72c-909e-44fb-ba92-caa369f23db0 => generated 2922 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/488] 10.0.0.195 () {34 vars in 990 bytes} [Tue Apr 7 01:12:53 2026] GET /v2.0/security-groups/bd85a72c-909e-44fb-ba92-caa369f23db0 => generated 2922 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/489] 10.0.0.195 () {34 vars in 990 bytes} [Tue Apr 7 01:12:53 2026] GET /v2.0/security-groups/7b2b27f9-3796-4388-bb2d-41523e624ff5 => 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: 250/490] 10.0.0.195 () {36 vars in 1012 bytes} [Tue Apr 7 01:12:53 2026] DELETE /v2.0/security-groups/7b2b27f9-3796-4388-bb2d-41523e624ff5 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:12:53.336 7 INFO neutron.api.v2.resource [req-15df7f1b-e1a1-4629-9bb4-f85509c5b82b req-1df69c48-2b60-49e9-b55f-f5d7b18ba3a0 d781c5ff81ab42b2873c8ca1dd580e9f 4f8d88c4fd7e48a0b731e66cbfa9b60b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 251/491] 10.0.0.195 () {34 vars in 990 bytes} [Tue Apr 7 01:12:53 2026] GET /v2.0/security-groups/7b2b27f9-3796-4388-bb2d-41523e624ff5 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/492] 10.0.0.149 () {34 vars in 788 bytes} [Tue Apr 7 01:12:52 2026] PUT /v2.0/routers/5bdf1f66-e113-42e3-854c-a522bc348ec9/remove_router_interface => generated 309 bytes in 1317 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/493] 10.0.0.195 () {34 vars in 990 bytes} [Tue Apr 7 01:12:53 2026] GET /v2.0/security-groups/131ec84a-2a33-4142-8b47-395ac9db92c9 => generated 1682 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/494] 10.0.0.195 () {36 vars in 1012 bytes} [Tue Apr 7 01:12:53 2026] DELETE /v2.0/security-groups/131ec84a-2a33-4142-8b47-395ac9db92c9 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:12:53.486 8 INFO neutron.api.v2.resource [req-5d4b905a-4bbc-45e9-aab4-e7d19cee3130 req-1adf7283-1110-4b07-b255-56da7f37dac1 d781c5ff81ab42b2873c8ca1dd580e9f 4f8d88c4fd7e48a0b731e66cbfa9b60b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 244/495] 10.0.0.195 () {34 vars in 990 bytes} [Tue Apr 7 01:12:53 2026] GET /v2.0/security-groups/131ec84a-2a33-4142-8b47-395ac9db92c9 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:12:53.496 7 INFO neutron_taas.services.taas.taas_plugin [None req-45cf4e45-e754-40eb-be4a-c7028025341e ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: c76f83b0-ed31-4203-b189-446972d434d2 2026-04-07 01:12:53.511 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-45cf4e45-e754-40eb-be4a-c7028025341e ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: c76f83b0-ed31-4203-b189-446972d434d2 [pid: 8|app: 0|req: 245/496] 10.0.0.195 () {34 vars in 990 bytes} [Tue Apr 7 01:12:53 2026] GET /v2.0/security-groups/6fb9f2a0-e48d-4b5a-b48c-fe8795cf21c3 => generated 1682 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/497] 10.0.0.195 () {36 vars in 1012 bytes} [Tue Apr 7 01:12:53 2026] DELETE /v2.0/security-groups/6fb9f2a0-e48d-4b5a-b48c-fe8795cf21c3 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:12:53.668 8 INFO neutron.api.v2.resource [req-ef7b1498-60d8-43a1-b550-f2a3adb7f71b req-ca47a7e3-5e55-4b21-8265-d11badb7a771 d781c5ff81ab42b2873c8ca1dd580e9f 4f8d88c4fd7e48a0b731e66cbfa9b60b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 247/498] 10.0.0.195 () {34 vars in 990 bytes} [Tue Apr 7 01:12:53 2026] GET /v2.0/security-groups/6fb9f2a0-e48d-4b5a-b48c-fe8795cf21c3 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/499] 10.0.0.195 () {34 vars in 1001 bytes} [Tue Apr 7 01:12:53 2026] GET /v2.0/security-groups?tenant_id=4f8d88c4fd7e48a0b731e66cbfa9b60b => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/500] 10.0.0.195 () {34 vars in 990 bytes} [Tue Apr 7 01:12:53 2026] GET /v2.0/security-groups/bd85a72c-909e-44fb-ba92-caa369f23db0 => generated 2922 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:12:53.812 7 INFO neutron_taas.services.taas.taas_plugin [None req-45cf4e45-e754-40eb-be4a-c7028025341e ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: 85130afc-73a9-4d76-910c-7b90e8e50f83 2026-04-07 01:12:53.815 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-45cf4e45-e754-40eb-be4a-c7028025341e ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: 85130afc-73a9-4d76-910c-7b90e8e50f83 [pid: 8|app: 0|req: 250/501] 10.0.0.195 () {34 vars in 990 bytes} [Tue Apr 7 01:12:53 2026] GET /v2.0/security-groups/bd85a72c-909e-44fb-ba92-caa369f23db0 => generated 2922 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:12:53.864 8 INFO neutron.api.v2.resource [req-76df4b87-3251-42c5-818b-a43c7c331375 req-8e46f90f-78ba-49a8-96a0-67c3cac365a9 d781c5ff81ab42b2873c8ca1dd580e9f 4f8d88c4fd7e48a0b731e66cbfa9b60b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 251/502] 10.0.0.195 () {34 vars in 990 bytes} [Tue Apr 7 01:12:53 2026] GET /v2.0/security-groups/6fb9f2a0-e48d-4b5a-b48c-fe8795cf21c3 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:12:53.897 8 INFO neutron.api.v2.resource [req-30ca1bc2-ebbf-451d-8a0b-08d02906fca3 req-e5f9e20e-6d09-4b2a-91af-db02294218cb d781c5ff81ab42b2873c8ca1dd580e9f 4f8d88c4fd7e48a0b731e66cbfa9b60b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 252/503] 10.0.0.195 () {34 vars in 990 bytes} [Tue Apr 7 01:12:53 2026] GET /v2.0/security-groups/131ec84a-2a33-4142-8b47-395ac9db92c9 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:12:53.921 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-45cf4e45-e754-40eb-be4a-c7028025341e ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - 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-04-07 01:12:53.951 8 INFO neutron.api.v2.resource [req-630a2541-6ce0-4f81-8c25-444cc3dd96bf req-6916ef45-5642-4e87-97dc-a6c943d3a049 d781c5ff81ab42b2873c8ca1dd580e9f 4f8d88c4fd7e48a0b731e66cbfa9b60b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 253/504] 10.0.0.195 () {34 vars in 990 bytes} [Tue Apr 7 01:12:53 2026] GET /v2.0/security-groups/7b2b27f9-3796-4388-bb2d-41523e624ff5 => generated 146 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:12:54.307 8 INFO neutron_taas.services.taas.taas_plugin [None req-26ddb678-0a41-40a2-b535-8c8a67dab9c4 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: dbddec7a-463a-4ee1-bf4e-349fad35331f 2026-04-07 01:12:54.314 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26ddb678-0a41-40a2-b535-8c8a67dab9c4 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: dbddec7a-463a-4ee1-bf4e-349fad35331f 2026-04-07 01:12:54.328 7 INFO neutron.db.l3_hamode_db [None req-45cf4e45-e754-40eb-be4a-c7028025341e ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] HA network 17824a6a-9aca-4f90-bbcb-edd2c78ccb99 was deleted as no HA routers are present in tenant d905d3cfa44946a29b71c665ecca674f. [pid: 7|app: 0|req: 252/505] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:12:53 2026] DELETE /v2.0/routers/5bdf1f66-e113-42e3-854c-a522bc348ec9 => generated 0 bytes in 987 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/508] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:12:54 2026] GET /v2.0/ports?device_id=b4c784c5-393d-4197-aac2-c89cc071b1b5 => 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: 256/509] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:12:54 2026] DELETE /v2.0/subnets/a9ec12de-99ef-495c-beca-07a56d499099 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:12:54.627 7 INFO neutron.services.segments.plugin [-] Segment 4b118590-14e7-4cf7-9503-faa5a41b46dc resource provider aggregate not found 2026-04-07 01:12:54.646 7 INFO neutron.services.segments.plugin [-] Segment 4b118590-14e7-4cf7-9503-faa5a41b46dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b118590-14e7-4cf7-9503-faa5a41b46dc found for delete ", "request_id": "req-60ba834a-96da-4a1c-9550-2b148e457469"}]} 2026-04-07 01:12:54.656 7 INFO neutron.services.segments.plugin [-] Segment 4b118590-14e7-4cf7-9503-faa5a41b46dc resource provider aggregate not found 2026-04-07 01:12:54.673 7 INFO neutron.services.segments.plugin [-] Segment 4b118590-14e7-4cf7-9503-faa5a41b46dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b118590-14e7-4cf7-9503-faa5a41b46dc found for delete ", "request_id": "req-9710cd7f-fce1-440e-9f20-ba8857864252"}]} 2026-04-07 01:12:54.720 7 INFO neutron_taas.services.taas.taas_plugin [None req-fb8d7ada-0c7e-4664-baff-6f48df5544cc ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: 2029a2b9-c4ab-4e7c-b1a6-10fd139cb5a7 2026-04-07 01:12:54.724 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb8d7ada-0c7e-4664-baff-6f48df5544cc ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: 2029a2b9-c4ab-4e7c-b1a6-10fd139cb5a7 [pid: 8|app: 0|req: 254/510] 10.0.0.149 () {34 vars in 788 bytes} [Tue Apr 7 01:12:53 2026] PUT /v2.0/routers/f6ea9068-bcff-48f5-a960-d54a58ccb6a9/remove_router_interface => generated 309 bytes in 880 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/511] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:12:54 2026] DELETE /v2.0/networks/2f8b79f9-ef5d-42e8-95c0-0f0dc3e5c86f => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:12:55.016 8 INFO neutron_taas.services.taas.taas_plugin [None req-a631d418-3aee-484c-9fe2-9202f951064f ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: 157780c9-e210-416c-82c0-ad856b5c9e4d 2026-04-07 01:12:55.019 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a631d418-3aee-484c-9fe2-9202f951064f ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: 157780c9-e210-416c-82c0-ad856b5c9e4d [pid: 7|app: 0|req: 258/512] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:12:54 2026] GET /v2.0/security-groups?tenant_id=d905d3cfa44946a29b71c665ecca674f&name=default => generated 2921 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/513] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:12:55 2026] DELETE /v2.0/security-groups/17227853-9708-4745-be40-24731ef05b96 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/514] 10.0.0.195 () {34 vars in 1093 bytes} [Tue Apr 7 01:12:55 2026] GET /v2.0/security-groups?name=tempest-securitygroup--9623562&fields=id&tenant_id=11381ee143044d8c958b47cad3175c14 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/515] 10.0.0.195 () {34 vars in 981 bytes} [Tue Apr 7 01:12:55 2026] GET /v2.0/networks?id=219d8216-bf3e-43e2-aca7-ab0ca476864d => generated 679 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/516] 10.0.0.195 () {34 vars in 964 bytes} [Tue Apr 7 01:12:55 2026] GET /v2.0/quotas/11381ee143044d8c958b47cad3175c14 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:12:55.304 8 INFO neutron_taas.services.taas.taas_plugin [None req-a631d418-3aee-484c-9fe2-9202f951064f ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: 116d8718-e7a4-4258-8468-1edd60836d84 2026-04-07 01:12:55.307 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a631d418-3aee-484c-9fe2-9202f951064f ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: 116d8718-e7a4-4258-8468-1edd60836d84 [pid: 7|app: 0|req: 263/517] 10.0.0.195 () {34 vars in 1001 bytes} [Tue Apr 7 01:12:55 2026] GET /v2.0/ports?tenant_id=11381ee143044d8c958b47cad3175c14&fields=id => generated 103 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:12:55.380 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-a631d418-3aee-484c-9fe2-9202f951064f ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - 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: 264/518] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:12:55 2026] GET /v2.0/ports?device_id=b4c784c5-393d-4197-aac2-c89cc071b1b5 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:12:55.737 8 INFO neutron.db.l3_hamode_db [None req-a631d418-3aee-484c-9fe2-9202f951064f ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] HA network 578aa527-22f1-4efc-a8c4-5abeea9c05b6 was deleted as no HA routers are present in tenant 4f8d88c4fd7e48a0b731e66cbfa9b60b. [pid: 8|app: 0|req: 255/519] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:12:54 2026] DELETE /v2.0/routers/f6ea9068-bcff-48f5-a960-d54a58ccb6a9 => generated 0 bytes in 895 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/520] 10.0.0.195 () {34 vars in 906 bytes} [Tue Apr 7 01:12:55 2026] GET /v2.0/extensions => generated 21537 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/521] 10.0.0.195 () {34 vars in 1007 bytes} [Tue Apr 7 01:12:55 2026] GET /v2.0/networks/219d8216-bf3e-43e2-aca7-ab0ca476864d?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/522] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:12:55 2026] DELETE /v2.0/subnets/d4d0ffb5-ad3a-4102-9579-218ac0e8c998 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/523] 10.0.0.195 () {34 vars in 1107 bytes} [Tue Apr 7 01:12:55 2026] GET /v2.0/networks/219d8216-bf3e-43e2-aca7-ab0ca476864d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/524] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:12:55 2026] DELETE /v2.0/networks/2ced00d2-7db7-4774-a604-570f452bb7b8 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/525] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:12:56 2026] GET /v2.0/security-groups?tenant_id=4f8d88c4fd7e48a0b731e66cbfa9b60b&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/526] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:12:56 2026] DELETE /v2.0/security-groups/bd85a72c-909e-44fb-ba92-caa369f23db0 => 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: 269/527] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:12:56 2026] GET /v2.0/ports?device_id=e1bc1dc4-5408-4e3d-8c09-2a0361e7b753 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:12:56.299 8 INFO neutron.services.segments.plugin [-] Segment b1a58047-4638-48d6-b183-da32fb9f09f2 resource provider aggregate not found 2026-04-07 01:12:56.331 8 INFO neutron.services.segments.plugin [-] Segment b1a58047-4638-48d6-b183-da32fb9f09f2 resource provider aggregate not found 2026-04-07 01:12:56.342 8 INFO neutron.services.segments.plugin [-] Segment b1a58047-4638-48d6-b183-da32fb9f09f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1a58047-4638-48d6-b183-da32fb9f09f2 found for delete ", "request_id": "req-0793505c-fb9e-4e5e-b758-7359951f5dd9"}]} 2026-04-07 01:12:56.347 8 INFO neutron.services.segments.plugin [-] Segment b1a58047-4638-48d6-b183-da32fb9f09f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1a58047-4638-48d6-b183-da32fb9f09f2 found for delete ", "request_id": "req-aab117c9-0db4-4943-92e1-8c2bff9732e1"}]} [pid: 7|app: 0|req: 270/528] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:12:56 2026] GET /v2.0/ports?device_id=b4c784c5-393d-4197-aac2-c89cc071b1b5 => 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: 259/529] 199.204.45.3 () {34 vars in 983 bytes} [Tue Apr 7 01:12:56 2026] GET /v2.0/networks?id=9a98475e-56e6-42ec-b935-5694c68be5d2 => generated 675 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:12:56.677 7 INFO neutron.services.segments.plugin [-] Segment bcf29f11-216a-4882-97f3-3c23de285097 resource provider aggregate not found [pid: 7|app: 0|req: 271/530] 199.204.45.3 () {34 vars in 908 bytes} [Tue Apr 7 01:12:56 2026] GET /v2.0/extensions => generated 21537 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-07 01:12:56.694 7 INFO neutron.services.segments.plugin [-] Segment bcf29f11-216a-4882-97f3-3c23de285097 resource provider aggregate not found 2026-04-07 01:12:56.699 7 INFO neutron.services.segments.plugin [-] Segment bcf29f11-216a-4882-97f3-3c23de285097 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcf29f11-216a-4882-97f3-3c23de285097 found for delete ", "request_id": "req-cbfcc1f7-fdc3-4128-ab61-d45d00028626"}]} 2026-04-07 01:12:56.709 7 INFO neutron.services.segments.plugin [-] Segment bcf29f11-216a-4882-97f3-3c23de285097 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcf29f11-216a-4882-97f3-3c23de285097 found for delete ", "request_id": "req-0c008d4f-fc1f-4543-ae68-e8499f234057"}]} [pid: 8|app: 0|req: 260/531] 199.204.45.3 () {34 vars in 1047 bytes} [Tue Apr 7 01:12:56 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=cb256721bd0e4942b334c9a3b28b0e7f => generated 180 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/532] 199.204.45.3 () {38 vars in 952 bytes} [Tue Apr 7 01:12:56 2026] POST /v2.0/ports => generated 958 bytes in 454 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: 273/533] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:12:57 2026] GET /v2.0/ports?device_id=e1bc1dc4-5408-4e3d-8c09-2a0361e7b753 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:12:57.533 8 INFO neutron.db.segments_db [None req-456ae3ef-c3c5-425b-9a7f-95ac1d17e8c6 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Added segment 052b22b4-0a01-4815-a617-c65e32e4c159 of type vxlan for network 29ecdd7c-95a7-464a-b9db-c52af1ca6dc1 [pid: 8|app: 0|req: 261/534] 10.0.0.149 () {34 vars in 670 bytes} [Tue Apr 7 01:12:57 2026] POST /v2.0/networks => generated 751 bytes in 533 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/535] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:12:57 2026] POST /v2.0/subnets => generated 698 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/536] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:12:57 2026] GET /v2.0/ports?device_id=b4c784c5-393d-4197-aac2-c89cc071b1b5 => generated 961 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/537] 199.204.45.3 () {38 vars in 1025 bytes} [Tue Apr 7 01:12:57 2026] PUT /v2.0/ports/ecd1c40c-33b6-4add-b76c-a07973103535 => generated 1239 bytes in 588 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-04-07 01:12:58.182 7 INFO neutron.db.segments_db [None req-bf5610aa-836e-458b-af9d-5c6e53bc34a1 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Added segment bba186bf-a074-4e5f-9cf9-a41d514763bf of type vxlan for network e86e2106-35fb-43a3-ac34-03ec9b2dff24 2026-04-07 01:12:58.195 8 INFO neutron.db.segments_db [None req-bb46528f-bd18-4872-ab1a-731760c06e66 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Added segment c8b0cd30-38d5-44cc-9824-7c7f8d8962ad of type vxlan for network fa727adf-4325-4d31-b559-258e91df327c [pid: 8|app: 0|req: 264/538] 10.0.0.149 () {34 vars in 670 bytes} [Tue Apr 7 01:12:57 2026] POST /v2.0/networks => generated 738 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/539] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:12:58 2026] GET /v2.0/security-groups?id=3ccfe598-96fc-4970-8f3a-41265d64cba0&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:12:58.373 8 INFO neutron.services.segments.plugin [-] Segment 2d17118b-80ed-4465-8b57-204d155b8316 resource provider aggregate not found 2026-04-07 01:12:58.373 8 INFO neutron.services.segments.plugin [-] Segment 2d17118b-80ed-4465-8b57-204d155b8316 resource provider aggregate not found 2026-04-07 01:12:58.404 8 INFO neutron.services.segments.plugin [-] Segment 2d17118b-80ed-4465-8b57-204d155b8316 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d17118b-80ed-4465-8b57-204d155b8316 found for delete ", "request_id": "req-75f0a228-ac1a-42b9-a33b-22adf2b9e12a"}]} 2026-04-07 01:12:58.407 8 INFO neutron.services.segments.plugin [-] Segment 2d17118b-80ed-4465-8b57-204d155b8316 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d17118b-80ed-4465-8b57-204d155b8316 found for delete ", "request_id": "req-3a891070-3a8c-4128-8240-eb14d71e967b"}]} 2026-04-07 01:12:58.474 7 INFO neutron.db.l3_hamode_db [None req-bf5610aa-836e-458b-af9d-5c6e53bc34a1 ef44932eeea348feae65ac9f9a8412e2 acea0ec2be0b475a8c7f46d99e6cf3e7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 266/540] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:12:58 2026] POST /v2.0/subnets => generated 685 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/541] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:12:58 2026] GET /v2.0/ports?device_id=e1bc1dc4-5408-4e3d-8c09-2a0361e7b753 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:12:58.652 8 INFO neutron.db.segments_db [None req-2ef02bd4-809c-41b6-afef-ba3853435f48 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Added segment 96c8e2a9-c5bb-46b5-8adc-9a95b1ac5d83 of type vxlan for network 0cc1eb0f-e798-462d-ad9c-04692052711b 2026-04-07 01:12:58.719 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-35c0bc13-aaab-4144-b576-89c052bd5e6b'] response: {'name': 'network-changed', 'server_uuid': 'b4c784c5-393d-4197-aac2-c89cc071b1b5', 'tag': 'ecd1c40c-33b6-4add-b76c-a07973103535', 'status': 'completed', 'code': 200} 2026-04-07 01:12:58.908 8 INFO neutron.db.l3_hamode_db [None req-2ef02bd4-809c-41b6-afef-ba3853435f48 ef44932eeea348feae65ac9f9a8412e2 258c44c92ff643a2a5904c693648caef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:12:59.323 7 INFO neutron.db.l3_hamode_db [None req-bf5610aa-836e-458b-af9d-5c6e53bc34a1 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:12:59.471 8 INFO neutron.db.l3_hamode_db [None req-2ef02bd4-809c-41b6-afef-ba3853435f48 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 268/542] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:12:58 2026] POST /v2.0/routers => generated 725 bytes in 1517 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/543] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:12:58 2026] POST /v2.0/routers => generated 738 bytes in 2034 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/544] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:13:00 2026] GET /v2.0/ports?tenant_id=cb256721bd0e4942b334c9a3b28b0e7f&device_id=b4c784c5-393d-4197-aac2-c89cc071b1b5 => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/545] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:00 2026] GET /v2.0/ports?device_id=e1bc1dc4-5408-4e3d-8c09-2a0361e7b753 => 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: 276/546] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:00 2026] GET /v2.0/ports?device_id=b4c784c5-393d-4197-aac2-c89cc071b1b5 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/547] 10.0.0.149 () {34 vars in 782 bytes} [Tue Apr 7 01:13:00 2026] PUT /v2.0/routers/fc79acc7-44a1-4f53-b908-701746ccce0b/add_router_interface => generated 309 bytes in 843 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/548] 199.204.45.3 () {34 vars in 1057 bytes} [Tue Apr 7 01:13:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=ecd1c40c-33b6-4add-b76c-a07973103535 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/549] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:01 2026] GET /v2.0/security-groups?id=3ccfe598-96fc-4970-8f3a-41265d64cba0&fields=id&fields=name => generated 113 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/550] 199.204.45.3 () {34 vars in 983 bytes} [Tue Apr 7 01:13:01 2026] GET /v2.0/networks?id=219d8216-bf3e-43e2-aca7-ab0ca476864d => generated 679 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/551] 199.204.45.3 () {34 vars in 981 bytes} [Tue Apr 7 01:13:01 2026] GET /v2.0/subnets?id=96909ec9-64ae-45b2-81e2-0c1c17d3a812 => generated 693 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/552] 199.204.45.3 () {34 vars in 1047 bytes} [Tue Apr 7 01:13:01 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=11381ee143044d8c958b47cad3175c14 => generated 178 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/553] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:13:01 2026] GET /v2.0/ports?network_id=9a98475e-56e6-42ec-b935-5694c68be5d2&device_owner=network%3Adhcp => generated 1244 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/554] 10.0.0.149 () {34 vars in 782 bytes} [Tue Apr 7 01:13:00 2026] PUT /v2.0/routers/04bd9b23-e3fd-404e-8031-40f4f0a58b59/add_router_interface => generated 309 bytes in 1089 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/555] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:01 2026] GET /v2.0/ports?device_id=e1bc1dc4-5408-4e3d-8c09-2a0361e7b753 => 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: 279/556] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:13:01 2026] GET /v2.0/networks/9a98475e-56e6-42ec-b935-5694c68be5d2?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: 280/557] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:13:01 2026] GET /v2.0/networks/9a98475e-56e6-42ec-b935-5694c68be5d2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/558] 199.204.45.3 () {38 vars in 952 bytes} [Tue Apr 7 01:13:01 2026] POST /v2.0/ports => generated 954 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/559] 10.0.0.149 () {34 vars in 684 bytes} [Tue Apr 7 01:13:01 2026] POST /v2.0/security-groups => generated 1660 bytes in 135 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: 279/560] 10.0.0.149 () {34 vars in 694 bytes} [Tue Apr 7 01:13:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/561] 199.204.45.3 () {38 vars in 1025 bytes} [Tue Apr 7 01:13:01 2026] PUT /v2.0/ports/2fd391b4-43e0-4b47-b0ca-51b350458b3c => generated 1235 bytes in 413 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-04-07 01:13:02.166 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c72e922e-c658-4d7d-ab44-104fe3d868d1'] response: {'name': 'network-changed', 'server_uuid': 'e1bc1dc4-5408-4e3d-8c09-2a0361e7b753', 'tag': '2fd391b4-43e0-4b47-b0ca-51b350458b3c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 280/562] 10.0.0.149 () {34 vars in 694 bytes} [Tue Apr 7 01:13:01 2026] POST /v2.0/security-group-rules => generated 602 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/564] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:02 2026] GET /v2.0/ports?device_id=b4c784c5-393d-4197-aac2-c89cc071b1b5 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/564] 10.0.0.149 () {34 vars in 684 bytes} [Tue Apr 7 01:13:02 2026] POST /v2.0/security-groups => generated 1659 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/565] 10.0.0.149 () {34 vars in 694 bytes} [Tue Apr 7 01:13:02 2026] POST /v2.0/security-group-rules => generated 597 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/566] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:02 2026] GET /v2.0/security-groups?id=3ccfe598-96fc-4970-8f3a-41265d64cba0&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/567] 10.0.0.149 () {34 vars in 694 bytes} [Tue Apr 7 01:13:02 2026] POST /v2.0/security-group-rules => generated 602 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/568] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:02 2026] GET /v2.0/ports?device_id=e1bc1dc4-5408-4e3d-8c09-2a0361e7b753 => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/569] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:13:02 2026] GET /v2.0/ports?tenant_id=cb256721bd0e4942b334c9a3b28b0e7f&device_id=b4c784c5-393d-4197-aac2-c89cc071b1b5 => generated 1242 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/570] 10.0.0.149 () {34 vars in 675 bytes} [Tue Apr 7 01:13:02 2026] POST /v2.0/floatingips => generated 552 bytes in 549 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/571] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:02 2026] GET /v2.0/security-groups?id=49f60fa4-270c-4ea3-9d33-a95ee4f478c2&fields=id&fields=name => generated 111 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/572] 199.204.45.3 () {34 vars in 983 bytes} [Tue Apr 7 01:13:02 2026] GET /v2.0/networks?id=9a98475e-56e6-42ec-b935-5694c68be5d2 => generated 771 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/573] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:13:02 2026] GET /v2.0/ports?tenant_id=11381ee143044d8c958b47cad3175c14&device_id=e1bc1dc4-5408-4e3d-8c09-2a0361e7b753 => 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: 286/574] 199.204.45.3 () {34 vars in 1057 bytes} [Tue Apr 7 01:13:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=ecd1c40c-33b6-4add-b76c-a07973103535 => 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: 287/575] 199.204.45.3 () {34 vars in 1015 bytes} [Tue Apr 7 01:13:02 2026] GET /v2.0/networks?tenant_id=11381ee143044d8c958b47cad3175c14&shared=False => generated 775 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/576] 199.204.45.3 () {34 vars in 981 bytes} [Tue Apr 7 01:13:03 2026] GET /v2.0/subnets?id=96909ec9-64ae-45b2-81e2-0c1c17d3a812 => generated 693 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/577] 199.204.45.3 () {34 vars in 927 bytes} [Tue Apr 7 01:13:03 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: 290/578] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:13:03 2026] GET /v2.0/ports?network_id=9a98475e-56e6-42ec-b935-5694c68be5d2&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/579] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:13:03 2026] GET /v2.0/networks/9a98475e-56e6-42ec-b935-5694c68be5d2?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: 289/580] 10.0.0.149 () {34 vars in 675 bytes} [Tue Apr 7 01:13:02 2026] POST /v2.0/floatingips => generated 552 bytes in 614 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/581] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:13:03 2026] GET /v2.0/networks/9a98475e-56e6-42ec-b935-5694c68be5d2?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: 290/582] 10.0.0.195 () {34 vars in 1097 bytes} [Tue Apr 7 01:13:03 2026] GET /v2.0/security-groups?name=tempest-securitygroup--954606520&fields=id&tenant_id=258c44c92ff643a2a5904c693648caef => generated 69 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/583] 10.0.0.195 () {34 vars in 981 bytes} [Tue Apr 7 01:13:03 2026] GET /v2.0/networks?id=fa727adf-4325-4d31-b559-258e91df327c => generated 670 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/584] 10.0.0.195 () {34 vars in 964 bytes} [Tue Apr 7 01:13:03 2026] GET /v2.0/quotas/258c44c92ff643a2a5904c693648caef => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/585] 10.0.0.195 () {34 vars in 1001 bytes} [Tue Apr 7 01:13:03 2026] GET /v2.0/ports?tenant_id=258c44c92ff643a2a5904c693648caef&fields=id => generated 57 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/586] 10.0.0.195 () {34 vars in 1007 bytes} [Tue Apr 7 01:13:03 2026] GET /v2.0/networks/fa727adf-4325-4d31-b559-258e91df327c?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: 293/587] 10.0.0.195 () {34 vars in 1107 bytes} [Tue Apr 7 01:13:03 2026] GET /v2.0/networks/fa727adf-4325-4d31-b559-258e91df327c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/588] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:03 2026] GET /v2.0/ports?device_id=b4c784c5-393d-4197-aac2-c89cc071b1b5 => generated 973 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/589] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:03 2026] GET /v2.0/security-groups?id=3ccfe598-96fc-4970-8f3a-41265d64cba0&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: 296/590] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:03 2026] GET /v2.0/ports?device_id=6f94386b-b614-471e-b5e0-59089b62fa24 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/591] 10.0.0.195 () {34 vars in 1097 bytes} [Tue Apr 7 01:13:03 2026] GET /v2.0/security-groups?name=tempest-securitygroup--441456412&fields=id&tenant_id=acea0ec2be0b475a8c7f46d99e6cf3e7 => generated 69 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/592] 10.0.0.195 () {34 vars in 981 bytes} [Tue Apr 7 01:13:03 2026] GET /v2.0/networks?id=29ecdd7c-95a7-464a-b9db-c52af1ca6dc1 => generated 683 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/593] 10.0.0.195 () {34 vars in 964 bytes} [Tue Apr 7 01:13:03 2026] GET /v2.0/quotas/acea0ec2be0b475a8c7f46d99e6cf3e7 => 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: 298/594] 10.0.0.195 () {34 vars in 1001 bytes} [Tue Apr 7 01:13:03 2026] GET /v2.0/ports?tenant_id=acea0ec2be0b475a8c7f46d99e6cf3e7&fields=id => generated 103 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/595] 10.0.0.195 () {34 vars in 1007 bytes} [Tue Apr 7 01:13:03 2026] GET /v2.0/networks/29ecdd7c-95a7-464a-b9db-c52af1ca6dc1?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: 299/596] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:03 2026] GET /v2.0/ports?device_id=e1bc1dc4-5408-4e3d-8c09-2a0361e7b753 => 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: 298/597] 10.0.0.195 () {34 vars in 1107 bytes} [Tue Apr 7 01:13:03 2026] GET /v2.0/networks/29ecdd7c-95a7-464a-b9db-c52af1ca6dc1?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: 300/598] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:03 2026] GET /v2.0/security-groups?id=49f60fa4-270c-4ea3-9d33-a95ee4f478c2&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/599] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:04 2026] GET /v2.0/ports?device_id=8be6e434-365a-493d-8b14-e5a49d5c9b51 => 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: 301/600] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:13:04 2026] GET /v2.0/ports?tenant_id=11381ee143044d8c958b47cad3175c14&device_id=e1bc1dc4-5408-4e3d-8c09-2a0361e7b753 => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/601] 199.204.45.3 () {34 vars in 1055 bytes} [Tue Apr 7 01:13:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=2fd391b4-43e0-4b47-b0ca-51b350458b3c => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/602] 199.204.45.3 () {34 vars in 981 bytes} [Tue Apr 7 01:13:04 2026] GET /v2.0/subnets?id=bf00ff18-0929-4a35-81c8-9aa9869355cf => generated 697 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/603] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:13:04 2026] GET /v2.0/ports?network_id=219d8216-bf3e-43e2-aca7-ab0ca476864d&device_owner=network%3Adhcp => generated 1244 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/604] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:13:04 2026] GET /v2.0/networks/219d8216-bf3e-43e2-aca7-ab0ca476864d?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/605] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:13:04 2026] GET /v2.0/networks/219d8216-bf3e-43e2-aca7-ab0ca476864d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/606] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:04 2026] GET /v2.0/ports?device_id=b4c784c5-393d-4197-aac2-c89cc071b1b5 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/607] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:04 2026] GET /v2.0/security-groups?id=3ccfe598-96fc-4970-8f3a-41265d64cba0&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/608] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:04 2026] GET /v2.0/ports?device_id=6f94386b-b614-471e-b5e0-59089b62fa24 => 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: 304/609] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:05 2026] GET /v2.0/ports?device_id=e1bc1dc4-5408-4e3d-8c09-2a0361e7b753 => generated 969 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/610] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:05 2026] GET /v2.0/security-groups?id=49f60fa4-270c-4ea3-9d33-a95ee4f478c2&fields=id&fields=name => generated 111 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/611] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:05 2026] GET /v2.0/ports?device_id=8be6e434-365a-493d-8b14-e5a49d5c9b51 => 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: 306/612] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:05 2026] GET /v2.0/ports?device_id=6f94386b-b614-471e-b5e0-59089b62fa24 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/613] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:05 2026] GET /v2.0/ports?device_id=b4c784c5-393d-4197-aac2-c89cc071b1b5 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/614] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:05 2026] GET /v2.0/security-groups?id=3ccfe598-96fc-4970-8f3a-41265d64cba0&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/615] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:06 2026] GET /v2.0/ports?device_id=8be6e434-365a-493d-8b14-e5a49d5c9b51 => 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: 308/616] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:06 2026] GET /v2.0/ports?device_id=e1bc1dc4-5408-4e3d-8c09-2a0361e7b753 => 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: 309/617] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:06 2026] GET /v2.0/security-groups?id=49f60fa4-270c-4ea3-9d33-a95ee4f478c2&fields=id&fields=name => generated 111 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/618] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:06 2026] GET /v2.0/ports?device_id=6f94386b-b614-471e-b5e0-59089b62fa24 => 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: 310/619] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:06 2026] GET /v2.0/ports?device_id=b4c784c5-393d-4197-aac2-c89cc071b1b5 => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/620] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:07 2026] GET /v2.0/security-groups?id=3ccfe598-96fc-4970-8f3a-41265d64cba0&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: 311/621] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:07 2026] GET /v2.0/ports?device_id=8be6e434-365a-493d-8b14-e5a49d5c9b51 => 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: 311/622] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:07 2026] GET /v2.0/ports?device_id=e1bc1dc4-5408-4e3d-8c09-2a0361e7b753 => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/623] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:07 2026] GET /v2.0/security-groups?id=49f60fa4-270c-4ea3-9d33-a95ee4f478c2&fields=id&fields=name => generated 111 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/624] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:07 2026] GET /v2.0/ports?device_id=6f94386b-b614-471e-b5e0-59089b62fa24 => 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: 313/625] 199.204.45.3 () {34 vars in 983 bytes} [Tue Apr 7 01:13:08 2026] GET /v2.0/networks?id=fa727adf-4325-4d31-b559-258e91df327c => generated 670 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/626] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:08 2026] GET /v2.0/ports?device_id=b4c784c5-393d-4197-aac2-c89cc071b1b5 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/627] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:08 2026] GET /v2.0/security-groups?id=3ccfe598-96fc-4970-8f3a-41265d64cba0&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: 314/628] 199.204.45.3 () {34 vars in 1047 bytes} [Tue Apr 7 01:13:08 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=258c44c92ff643a2a5904c693648caef => generated 180 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/629] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:08 2026] GET /v2.0/ports?device_id=8be6e434-365a-493d-8b14-e5a49d5c9b51 => 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: 315/630] 199.204.45.3 () {38 vars in 952 bytes} [Tue Apr 7 01:13:08 2026] POST /v2.0/ports => generated 954 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 316/631] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:08 2026] GET /v2.0/ports?device_id=e1bc1dc4-5408-4e3d-8c09-2a0361e7b753 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/632] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:08 2026] GET /v2.0/security-groups?id=49f60fa4-270c-4ea3-9d33-a95ee4f478c2&fields=id&fields=name => generated 111 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/633] 199.204.45.3 () {38 vars in 1025 bytes} [Tue Apr 7 01:13:08 2026] PUT /v2.0/ports/febbff49-15b9-4b00-9c74-4322513d5c3c => generated 1235 bytes in 470 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:13:09.093 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-947f029f-43fd-4771-9396-c2827c8a4326'] response: {'name': 'network-changed', 'server_uuid': '6f94386b-b614-471e-b5e0-59089b62fa24', 'tag': 'febbff49-15b9-4b00-9c74-4322513d5c3c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 318/636] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:09 2026] GET /v2.0/ports?device_id=6f94386b-b614-471e-b5e0-59089b62fa24 => generated 969 bytes in 56 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: 319/637] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:09 2026] GET /v2.0/security-groups?id=a3d4fb43-a757-4487-a156-492c182d4a34&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/638] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:09 2026] GET /v2.0/ports?device_id=b4c784c5-393d-4197-aac2-c89cc071b1b5 => generated 975 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/639] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:09 2026] GET /v2.0/security-groups?id=3ccfe598-96fc-4970-8f3a-41265d64cba0&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/640] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:09 2026] GET /v2.0/ports?device_id=8be6e434-365a-493d-8b14-e5a49d5c9b51 => 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: 320/641] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:09 2026] GET /v2.0/ports?device_id=b4c784c5-393d-4197-aac2-c89cc071b1b5 => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/642] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:13:09 2026] GET /v2.0/ports?tenant_id=258c44c92ff643a2a5904c693648caef&device_id=6f94386b-b614-471e-b5e0-59089b62fa24 => 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: 322/643] 199.204.45.3 () {34 vars in 1015 bytes} [Tue Apr 7 01:13:09 2026] GET /v2.0/networks?tenant_id=258c44c92ff643a2a5904c693648caef&shared=False => generated 766 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/644] 199.204.45.3 () {34 vars in 927 bytes} [Tue Apr 7 01:13:09 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/645] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:09 2026] GET /v2.0/ports?device_id=e1bc1dc4-5408-4e3d-8c09-2a0361e7b753 => 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: 325/646] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:09 2026] GET /v2.0/security-groups?id=49f60fa4-270c-4ea3-9d33-a95ee4f478c2&fields=id&fields=name => generated 111 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/647] 199.204.45.3 () {34 vars in 983 bytes} [Tue Apr 7 01:13:10 2026] GET /v2.0/networks?id=29ecdd7c-95a7-464a-b9db-c52af1ca6dc1 => generated 683 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/648] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:10 2026] GET /v2.0/ports?device_id=6f94386b-b614-471e-b5e0-59089b62fa24 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:13:10.348 7 INFO neutron.db.l3_db [None req-29f97159-c0ed-483d-b9c8-133ff0776153 32db6eccc1a045f58c5a322a0d64f139 cb256721bd0e4942b334c9a3b28b0e7f - - default default] Floating IP e66f815d-0cb9-4926-b4d1-0a969278966f associated. External IP: 10.96.250.209, port: ecd1c40c-33b6-4add-b76c-a07973103535. [pid: 8|app: 0|req: 328/649] 199.204.45.3 () {34 vars in 1047 bytes} [Tue Apr 7 01:13:10 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=acea0ec2be0b475a8c7f46d99e6cf3e7 => generated 180 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/650] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:10 2026] GET /v2.0/security-groups?id=a3d4fb43-a757-4487-a156-492c182d4a34&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: 322/651] 10.0.0.149 () {34 vars in 748 bytes} [Tue Apr 7 01:13:09 2026] PUT /v2.0/floatingips/e66f815d-0cb9-4926-b4d1-0a969278966f => generated 856 bytes in 1095 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/652] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:10 2026] GET /v2.0/ports?device_id=8be6e434-365a-493d-8b14-e5a49d5c9b51 => generated 957 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/653] 199.204.45.3 () {38 vars in 952 bytes} [Tue Apr 7 01:13:10 2026] POST /v2.0/ports => generated 954 bytes in 371 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: 324/654] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:10 2026] GET /v2.0/ports?device_id=b4c784c5-393d-4197-aac2-c89cc071b1b5 => generated 975 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/655] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:10 2026] GET /v2.0/security-groups?id=a96d1ef0-cf74-47c5-9d84-c34959425494&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/656] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:10 2026] GET /v2.0/security-groups?id=3ccfe598-96fc-4970-8f3a-41265d64cba0&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: 327/657] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:13:10 2026] GET /v2.0/ports?tenant_id=258c44c92ff643a2a5904c693648caef&device_id=6f94386b-b614-471e-b5e0-59089b62fa24 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/658] 199.204.45.3 () {34 vars in 1055 bytes} [Tue Apr 7 01:13:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=febbff49-15b9-4b00-9c74-4322513d5c3c => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/659] 199.204.45.3 () {34 vars in 981 bytes} [Tue Apr 7 01:13:10 2026] GET /v2.0/subnets?id=3bfb731f-b4c0-4a35-94da-c236b6a5b792 => generated 688 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/660] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:10 2026] GET /v2.0/ports?device_id=e1bc1dc4-5408-4e3d-8c09-2a0361e7b753 => generated 971 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/661] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:13:11 2026] GET /v2.0/ports?network_id=fa727adf-4325-4d31-b559-258e91df327c&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: 332/662] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:11 2026] GET /v2.0/security-groups?id=49f60fa4-270c-4ea3-9d33-a95ee4f478c2&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:13:11.187 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f1822b7a-6292-4e7f-82d6-c744be65429c'] response: {'name': 'network-changed', 'server_uuid': 'b4c784c5-393d-4197-aac2-c89cc071b1b5', 'tag': 'ecd1c40c-33b6-4add-b76c-a07973103535', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 333/663] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:13:11 2026] GET /v2.0/networks/fa727adf-4325-4d31-b559-258e91df327c?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: 331/664] 199.204.45.3 () {38 vars in 1025 bytes} [Tue Apr 7 01:13:10 2026] PUT /v2.0/ports/b3156127-f979-417d-a92e-e448b562d6d9 => generated 1235 bytes in 471 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: 334/665] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:13:11 2026] GET /v2.0/networks/fa727adf-4325-4d31-b559-258e91df327c?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: 332/666] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:11 2026] GET /v2.0/ports?device_id=b4c784c5-393d-4197-aac2-c89cc071b1b5 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/667] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:11 2026] GET /v2.0/security-groups?id=3ccfe598-96fc-4970-8f3a-41265d64cba0&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: 333/668] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:11 2026] GET /v2.0/ports?device_id=6f94386b-b614-471e-b5e0-59089b62fa24 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/669] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:11 2026] GET /v2.0/security-groups?id=a3d4fb43-a757-4487-a156-492c182d4a34&fields=id&fields=name => generated 113 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:13:11.611 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-25d05df1-e1dd-458d-a2f2-484e18d4fc7e'] response: {'name': 'network-changed', 'server_uuid': '8be6e434-365a-493d-8b14-e5a49d5c9b51', 'tag': 'b3156127-f979-417d-a92e-e448b562d6d9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 334/670] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:13:11 2026] GET /v2.0/ports?tenant_id=cb256721bd0e4942b334c9a3b28b0e7f&device_id=b4c784c5-393d-4197-aac2-c89cc071b1b5 => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/671] 199.204.45.3 () {34 vars in 983 bytes} [Tue Apr 7 01:13:11 2026] GET /v2.0/networks?id=9a98475e-56e6-42ec-b935-5694c68be5d2 => generated 771 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/672] 199.204.45.3 () {34 vars in 1057 bytes} [Tue Apr 7 01:13:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=ecd1c40c-33b6-4add-b76c-a07973103535 => generated 859 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/673] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:11 2026] GET /v2.0/ports?device_id=8be6e434-365a-493d-8b14-e5a49d5c9b51 => 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: 336/674] 199.204.45.3 () {34 vars in 981 bytes} [Tue Apr 7 01:13:11 2026] GET /v2.0/subnets?id=96909ec9-64ae-45b2-81e2-0c1c17d3a812 => generated 693 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/675] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:11 2026] GET /v2.0/security-groups?id=a96d1ef0-cf74-47c5-9d84-c34959425494&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/676] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:13:11 2026] GET /v2.0/ports?network_id=9a98475e-56e6-42ec-b935-5694c68be5d2&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/677] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:13:11 2026] GET /v2.0/networks/9a98475e-56e6-42ec-b935-5694c68be5d2?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: 338/678] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:13:12 2026] GET /v2.0/networks/9a98475e-56e6-42ec-b935-5694c68be5d2?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: 341/679] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:13:12 2026] GET /v2.0/ports?tenant_id=acea0ec2be0b475a8c7f46d99e6cf3e7&device_id=8be6e434-365a-493d-8b14-e5a49d5c9b51 => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/680] 199.204.45.3 () {34 vars in 1015 bytes} [Tue Apr 7 01:13:12 2026] GET /v2.0/networks?tenant_id=acea0ec2be0b475a8c7f46d99e6cf3e7&shared=False => generated 779 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/681] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:12 2026] GET /v2.0/ports?device_id=e1bc1dc4-5408-4e3d-8c09-2a0361e7b753 => 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: 340/682] 199.204.45.3 () {34 vars in 927 bytes} [Tue Apr 7 01:13:12 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/683] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:12 2026] GET /v2.0/security-groups?id=49f60fa4-270c-4ea3-9d33-a95ee4f478c2&fields=id&fields=name => generated 111 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/684] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:12 2026] GET /v2.0/ports?device_id=b4c784c5-393d-4197-aac2-c89cc071b1b5 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/685] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:12 2026] GET /v2.0/security-groups?id=3ccfe598-96fc-4970-8f3a-41265d64cba0&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/686] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:12 2026] GET /v2.0/ports?device_id=e1bc1dc4-5408-4e3d-8c09-2a0361e7b753 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/687] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:12 2026] GET /v2.0/ports?device_id=6f94386b-b614-471e-b5e0-59089b62fa24 => generated 969 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/688] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:12 2026] GET /v2.0/security-groups?id=a3d4fb43-a757-4487-a156-492c182d4a34&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:13:12.971 8 INFO neutron.db.l3_db [None req-a0107f54-f743-4338-98d1-b870b75a149f d0d9e3fd7ec941e19660a3485a355b60 11381ee143044d8c958b47cad3175c14 - - default default] Floating IP 26dda55f-bc1a-428f-afd5-6cad31f3bc84 associated. External IP: 10.96.250.208, port: 2fd391b4-43e0-4b47-b0ca-51b350458b3c. [pid: 7|app: 0|req: 347/689] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:13 2026] GET /v2.0/ports?device_id=8be6e434-365a-493d-8b14-e5a49d5c9b51 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/690] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:13 2026] GET /v2.0/security-groups?id=a96d1ef0-cf74-47c5-9d84-c34959425494&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/691] 10.0.0.149 () {34 vars in 748 bytes} [Tue Apr 7 01:13:12 2026] PUT /v2.0/floatingips/26dda55f-bc1a-428f-afd5-6cad31f3bc84 => generated 855 bytes in 852 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/692] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:13:13 2026] GET /v2.0/ports?tenant_id=acea0ec2be0b475a8c7f46d99e6cf3e7&device_id=8be6e434-365a-493d-8b14-e5a49d5c9b51 => 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: 344/693] 199.204.45.3 () {34 vars in 1055 bytes} [Tue Apr 7 01:13:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=b3156127-f979-417d-a92e-e448b562d6d9 => 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: 345/694] 199.204.45.3 () {34 vars in 981 bytes} [Tue Apr 7 01:13:13 2026] GET /v2.0/subnets?id=edfc50bb-7d6f-4a71-8c19-6302dce1eb6f => generated 701 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/695] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:13 2026] GET /v2.0/ports?device_id=e1bc1dc4-5408-4e3d-8c09-2a0361e7b753 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/696] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:13:13 2026] GET /v2.0/ports?network_id=29ecdd7c-95a7-464a-b9db-c52af1ca6dc1&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/697] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:13 2026] GET /v2.0/security-groups?id=49f60fa4-270c-4ea3-9d33-a95ee4f478c2&fields=id&fields=name => generated 111 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/698] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:13:13 2026] GET /v2.0/networks/29ecdd7c-95a7-464a-b9db-c52af1ca6dc1?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: 352/699] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:13:13 2026] GET /v2.0/networks/29ecdd7c-95a7-464a-b9db-c52af1ca6dc1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/700] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:13 2026] GET /v2.0/ports?device_id=b4c784c5-393d-4197-aac2-c89cc071b1b5 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/701] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:13 2026] GET /v2.0/security-groups?id=3ccfe598-96fc-4970-8f3a-41265d64cba0&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/702] 199.204.45.3 () {34 vars in 991 bytes} [Tue Apr 7 01:13:13 2026] GET /v2.0/ports?device_id=b4c784c5-393d-4197-aac2-c89cc071b1b5 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:13:13.700 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6359bf1b-9879-46b9-9b46-a09857f491dc'] response: {'name': 'network-changed', 'server_uuid': 'e1bc1dc4-5408-4e3d-8c09-2a0361e7b753', 'tag': '2fd391b4-43e0-4b47-b0ca-51b350458b3c', 'status': 'completed', 'code': 200} 2026-04-07 01:13:13.882 7 INFO neutron_taas.services.taas.taas_plugin [req-d732ed93-7b8d-48b5-9b66-5f3cd3ca9286 req-400fe26b-8761-45bc-915d-4cd0aaaa0214 32db6eccc1a045f58c5a322a0d64f139 cb256721bd0e4942b334c9a3b28b0e7f - - default default] TaaS: Handle Delete Port: ecd1c40c-33b6-4add-b76c-a07973103535 2026-04-07 01:13:13.888 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d732ed93-7b8d-48b5-9b66-5f3cd3ca9286 req-400fe26b-8761-45bc-915d-4cd0aaaa0214 32db6eccc1a045f58c5a322a0d64f139 cb256721bd0e4942b334c9a3b28b0e7f - - default default] Tap Mirror: Handle Delete Port: ecd1c40c-33b6-4add-b76c-a07973103535 [pid: 8|app: 0|req: 350/703] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:13 2026] GET /v2.0/ports?device_id=6f94386b-b614-471e-b5e0-59089b62fa24 => generated 969 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/704] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:13 2026] GET /v2.0/ports?device_id=e1bc1dc4-5408-4e3d-8c09-2a0361e7b753 => generated 971 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/705] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:14 2026] GET /v2.0/security-groups?id=a3d4fb43-a757-4487-a156-492c182d4a34&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:13:14.076 7 INFO neutron.db.l3_db [req-d732ed93-7b8d-48b5-9b66-5f3cd3ca9286 req-400fe26b-8761-45bc-915d-4cd0aaaa0214 32db6eccc1a045f58c5a322a0d64f139 cb256721bd0e4942b334c9a3b28b0e7f - - default default] Floating IP e66f815d-0cb9-4926-b4d1-0a969278966f disassociated. External IP: 10.96.250.209, port: ecd1c40c-33b6-4add-b76c-a07973103535. [pid: 8|app: 0|req: 353/706] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:14 2026] GET /v2.0/security-groups?id=49f60fa4-270c-4ea3-9d33-a95ee4f478c2&fields=id&fields=name => generated 111 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/707] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:14 2026] GET /v2.0/ports?device_id=8be6e434-365a-493d-8b14-e5a49d5c9b51 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/708] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:13:14 2026] GET /v2.0/ports?tenant_id=11381ee143044d8c958b47cad3175c14&device_id=e1bc1dc4-5408-4e3d-8c09-2a0361e7b753 => 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: 356/709] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:14 2026] GET /v2.0/security-groups?id=a96d1ef0-cf74-47c5-9d84-c34959425494&fields=id&fields=name => generated 113 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/710] 199.204.45.3 () {34 vars in 983 bytes} [Tue Apr 7 01:13:14 2026] GET /v2.0/networks?id=219d8216-bf3e-43e2-aca7-ab0ca476864d => generated 775 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/711] 199.204.45.3 () {34 vars in 1055 bytes} [Tue Apr 7 01:13:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=2fd391b4-43e0-4b47-b0ca-51b350458b3c => generated 858 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/712] 199.204.45.3 () {34 vars in 981 bytes} [Tue Apr 7 01:13:14 2026] GET /v2.0/subnets?id=bf00ff18-0929-4a35-81c8-9aa9869355cf => generated 697 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/713] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:13:14 2026] GET /v2.0/ports?network_id=219d8216-bf3e-43e2-aca7-ab0ca476864d&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: 354/714] 199.204.45.3 () {36 vars in 994 bytes} [Tue Apr 7 01:13:13 2026] DELETE /v2.0/ports/ecd1c40c-33b6-4add-b76c-a07973103535 => generated 0 bytes in 807 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:13:14.541 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e3324446-c277-4521-99d8-685f96e755ce'] response: {'server_uuid': 'b4c784c5-393d-4197-aac2-c89cc071b1b5', 'name': 'network-vif-deleted', 'tag': 'ecd1c40c-33b6-4add-b76c-a07973103535', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 361/715] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:13:14 2026] GET /v2.0/networks/219d8216-bf3e-43e2-aca7-ab0ca476864d?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: 355/716] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:13:14 2026] GET /v2.0/networks/219d8216-bf3e-43e2-aca7-ab0ca476864d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/717] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:14 2026] GET /v2.0/ports?device_id=b4c784c5-393d-4197-aac2-c89cc071b1b5 => 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: 356/718] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:15 2026] GET /v2.0/ports?device_id=6f94386b-b614-471e-b5e0-59089b62fa24 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/719] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:15 2026] GET /v2.0/ports?device_id=e1bc1dc4-5408-4e3d-8c09-2a0361e7b753 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/720] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:15 2026] GET /v2.0/security-groups?id=a3d4fb43-a757-4487-a156-492c182d4a34&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: 364/721] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:15 2026] GET /v2.0/security-groups?id=49f60fa4-270c-4ea3-9d33-a95ee4f478c2&fields=id&fields=name => generated 111 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/722] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:15 2026] GET /v2.0/ports?device_id=8be6e434-365a-493d-8b14-e5a49d5c9b51 => 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: 365/723] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:15 2026] GET /v2.0/security-groups?id=a96d1ef0-cf74-47c5-9d84-c34959425494&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: 359/724] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:15 2026] GET /v2.0/ports?device_id=b4c784c5-393d-4197-aac2-c89cc071b1b5 => 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: 366/725] 199.204.45.3 () {34 vars in 991 bytes} [Tue Apr 7 01:13:16 2026] GET /v2.0/ports?device_id=e1bc1dc4-5408-4e3d-8c09-2a0361e7b753 => 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: 367/726] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:16 2026] GET /v2.0/ports?device_id=6f94386b-b614-471e-b5e0-59089b62fa24 => 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: 368/727] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:16 2026] GET /v2.0/ports?device_id=e1bc1dc4-5408-4e3d-8c09-2a0361e7b753 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/728] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:16 2026] GET /v2.0/security-groups?id=a3d4fb43-a757-4487-a156-492c182d4a34&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:13:16.457 7 INFO neutron_taas.services.taas.taas_plugin [req-8e614840-0ec1-4521-b086-cfc2a394ad0b req-2c42a407-225d-4b47-9cfd-5ec8c8ef15ac d0d9e3fd7ec941e19660a3485a355b60 11381ee143044d8c958b47cad3175c14 - - default default] TaaS: Handle Delete Port: 2fd391b4-43e0-4b47-b0ca-51b350458b3c 2026-04-07 01:13:16.460 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8e614840-0ec1-4521-b086-cfc2a394ad0b req-2c42a407-225d-4b47-9cfd-5ec8c8ef15ac d0d9e3fd7ec941e19660a3485a355b60 11381ee143044d8c958b47cad3175c14 - - default default] Tap Mirror: Handle Delete Port: 2fd391b4-43e0-4b47-b0ca-51b350458b3c [pid: 8|app: 0|req: 370/729] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:16 2026] GET /v2.0/security-groups?id=49f60fa4-270c-4ea3-9d33-a95ee4f478c2&fields=id&fields=name => generated 111 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:13:16.623 7 INFO neutron.db.l3_db [req-8e614840-0ec1-4521-b086-cfc2a394ad0b req-2c42a407-225d-4b47-9cfd-5ec8c8ef15ac d0d9e3fd7ec941e19660a3485a355b60 11381ee143044d8c958b47cad3175c14 - - default default] Floating IP 26dda55f-bc1a-428f-afd5-6cad31f3bc84 disassociated. External IP: 10.96.250.208, port: 2fd391b4-43e0-4b47-b0ca-51b350458b3c. [pid: 8|app: 0|req: 371/730] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:16 2026] GET /v2.0/ports?device_id=8be6e434-365a-493d-8b14-e5a49d5c9b51 => generated 969 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/731] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:16 2026] GET /v2.0/security-groups?id=a96d1ef0-cf74-47c5-9d84-c34959425494&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: 373/732] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:16 2026] GET /v2.0/ports?device_id=b4c784c5-393d-4197-aac2-c89cc071b1b5 => 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: 360/733] 199.204.45.3 () {36 vars in 994 bytes} [Tue Apr 7 01:13:16 2026] DELETE /v2.0/ports/2fd391b4-43e0-4b47-b0ca-51b350458b3c => generated 0 bytes in 676 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:13:17.014 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-969bae73-b295-441b-8865-df6bb55c5da6'] response: {'server_uuid': 'e1bc1dc4-5408-4e3d-8c09-2a0361e7b753', 'name': 'network-vif-deleted', 'tag': '2fd391b4-43e0-4b47-b0ca-51b350458b3c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 374/734] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:17 2026] GET /v2.0/ports?device_id=6f94386b-b614-471e-b5e0-59089b62fa24 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/735] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:17 2026] GET /v2.0/ports?device_id=e1bc1dc4-5408-4e3d-8c09-2a0361e7b753 => 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: 375/736] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:17 2026] GET /v2.0/security-groups?id=a3d4fb43-a757-4487-a156-492c182d4a34&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/737] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:17 2026] GET /v2.0/ports?device_id=6f94386b-b614-471e-b5e0-59089b62fa24 => generated 971 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/738] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:17 2026] GET /v2.0/ports?device_id=8be6e434-365a-493d-8b14-e5a49d5c9b51 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/739] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:17 2026] GET /v2.0/security-groups?id=a96d1ef0-cf74-47c5-9d84-c34959425494&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:13:18.138 8 INFO neutron.db.l3_db [None req-2a6aa742-ee41-4e26-84f5-ae63842a68b1 bdd91b0910344b998018cfcf59e647ad 258c44c92ff643a2a5904c693648caef - - default default] Floating IP 2cf13ac4-e871-4a77-9056-40c14ee5f75f associated. External IP: 10.96.250.218, port: febbff49-15b9-4b00-9c74-4322513d5c3c. [pid: 7|app: 0|req: 365/740] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:13:18 2026] DELETE /v2.0/security-groups/3ccfe598-96fc-4970-8f3a-41265d64cba0 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:13:18.193 7 INFO neutron.api.v2.resource [None req-6e6ebbf2-478d-4bc5-9f22-5b0e02c9d1a2 32db6eccc1a045f58c5a322a0d64f139 cb256721bd0e4942b334c9a3b28b0e7f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 366/741] 10.0.0.149 () {32 vars in 736 bytes} [Tue Apr 7 01:13:18 2026] GET /v2.0/security-groups/3ccfe598-96fc-4970-8f3a-41265d64cba0 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:13:18.332 7 INFO neutron_taas.services.taas.taas_plugin [None req-cd4484ab-ac47-48ef-8c25-77fa7f034e29 32db6eccc1a045f58c5a322a0d64f139 cb256721bd0e4942b334c9a3b28b0e7f - - default default] TaaS: Handle Delete Port: 428ccf0e-4968-4218-9b51-ec43bbed57f6 2026-04-07 01:13:18.335 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd4484ab-ac47-48ef-8c25-77fa7f034e29 32db6eccc1a045f58c5a322a0d64f139 cb256721bd0e4942b334c9a3b28b0e7f - - default default] Tap Mirror: Handle Delete Port: 428ccf0e-4968-4218-9b51-ec43bbed57f6 [pid: 8|app: 0|req: 376/742] 10.0.0.149 () {34 vars in 748 bytes} [Tue Apr 7 01:13:17 2026] PUT /v2.0/floatingips/2cf13ac4-e871-4a77-9056-40c14ee5f75f => generated 855 bytes in 709 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:13:18.534 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-49aaf67d-e120-46c5-a1c8-a53e7727dc67'] response: {'name': 'network-changed', 'server_uuid': '6f94386b-b614-471e-b5e0-59089b62fa24', 'tag': 'febbff49-15b9-4b00-9c74-4322513d5c3c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 367/743] 10.0.0.149 () {32 vars in 731 bytes} [Tue Apr 7 01:13:18 2026] DELETE /v2.0/floatingips/e66f815d-0cb9-4926-b4d1-0a969278966f => generated 0 bytes in 351 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/744] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:18 2026] GET /v2.0/ports?device_id=6f94386b-b614-471e-b5e0-59089b62fa24 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/745] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:18 2026] GET /v2.0/security-groups?id=a3d4fb43-a757-4487-a156-492c182d4a34&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: 370/746] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:18 2026] GET /v2.0/ports?device_id=e1bc1dc4-5408-4e3d-8c09-2a0361e7b753 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:13:18.926 8 INFO neutron_taas.services.taas.taas_plugin [None req-97d91e27-9071-48b1-95ff-44779d02bf5b ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: bc79932c-8668-481b-a1ce-adecd7459316 2026-04-07 01:13:18.929 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97d91e27-9071-48b1-95ff-44779d02bf5b ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: bc79932c-8668-481b-a1ce-adecd7459316 [pid: 7|app: 0|req: 371/747] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:18 2026] GET /v2.0/ports?device_id=6f94386b-b614-471e-b5e0-59089b62fa24 => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/748] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:19 2026] GET /v2.0/ports?device_id=8be6e434-365a-493d-8b14-e5a49d5c9b51 => 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: 373/749] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:19 2026] GET /v2.0/security-groups?id=a3d4fb43-a757-4487-a156-492c182d4a34&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: 374/750] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:13:19 2026] GET /v2.0/ports?tenant_id=258c44c92ff643a2a5904c693648caef&device_id=6f94386b-b614-471e-b5e0-59089b62fa24 => generated 1240 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/751] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:19 2026] GET /v2.0/security-groups?id=a96d1ef0-cf74-47c5-9d84-c34959425494&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/752] 199.204.45.3 () {34 vars in 983 bytes} [Tue Apr 7 01:13:19 2026] GET /v2.0/networks?id=fa727adf-4325-4d31-b559-258e91df327c => generated 766 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/753] 199.204.45.3 () {34 vars in 1055 bytes} [Tue Apr 7 01:13:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=febbff49-15b9-4b00-9c74-4322513d5c3c => generated 858 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/754] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:19 2026] GET /v2.0/ports?device_id=8be6e434-365a-493d-8b14-e5a49d5c9b51 => 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: 379/755] 199.204.45.3 () {34 vars in 981 bytes} [Tue Apr 7 01:13:19 2026] GET /v2.0/subnets?id=3bfb731f-b4c0-4a35-94da-c236b6a5b792 => generated 688 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/756] 10.0.0.149 () {34 vars in 788 bytes} [Tue Apr 7 01:13:18 2026] PUT /v2.0/routers/6ab7ea7f-0488-491c-92a5-eb1f4382e30e/remove_router_interface => generated 309 bytes in 855 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/757] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:13:19 2026] GET /v2.0/ports?network_id=fa727adf-4325-4d31-b559-258e91df327c&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:13:19.590 7 INFO neutron.db.l3_db [None req-9405a83c-aa77-44d0-b955-f02e692d427c 5a882005f6274c9e806886025dcbfea4 acea0ec2be0b475a8c7f46d99e6cf3e7 - - default default] Floating IP 43c0c752-1265-4e09-979b-3d3ab0247216 associated. External IP: 10.96.250.204, port: b3156127-f979-417d-a92e-e448b562d6d9. 2026-04-07 01:13:19.629 8 INFO neutron_taas.services.taas.taas_plugin [None req-ca8aeb16-4c49-4f08-aaf3-20c9170298ff ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: ab2cb055-1bb1-42b6-9320-ed265336c333 2026-04-07 01:13:19.631 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca8aeb16-4c49-4f08-aaf3-20c9170298ff ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: ab2cb055-1bb1-42b6-9320-ed265336c333 [pid: 7|app: 0|req: 380/758] 10.0.0.149 () {34 vars in 748 bytes} [Tue Apr 7 01:13:19 2026] PUT /v2.0/floatingips/43c0c752-1265-4e09-979b-3d3ab0247216 => generated 855 bytes in 463 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:13:19.828 8 INFO neutron_taas.services.taas.taas_plugin [None req-ca8aeb16-4c49-4f08-aaf3-20c9170298ff ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: f56b0509-64dc-44bf-9162-e4c015ba51ad 2026-04-07 01:13:19.834 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca8aeb16-4c49-4f08-aaf3-20c9170298ff ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: f56b0509-64dc-44bf-9162-e4c015ba51ad [pid: 7|app: 0|req: 381/759] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:13:19 2026] GET /v2.0/networks/fa727adf-4325-4d31-b559-258e91df327c?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: 382/760] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:19 2026] GET /v2.0/ports?device_id=e1bc1dc4-5408-4e3d-8c09-2a0361e7b753 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:13:19.910 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-91af9920-b43c-4219-8812-dddc8b6be0be'] response: {'name': 'network-changed', 'server_uuid': '8be6e434-365a-493d-8b14-e5a49d5c9b51', 'tag': 'b3156127-f979-417d-a92e-e448b562d6d9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 383/761] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:13:19 2026] GET /v2.0/networks/fa727adf-4325-4d31-b559-258e91df327c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/762] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:19 2026] GET /v2.0/ports?device_id=8be6e434-365a-493d-8b14-e5a49d5c9b51 => 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: 385/763] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:19 2026] GET /v2.0/security-groups?id=a96d1ef0-cf74-47c5-9d84-c34959425494&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/764] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:20 2026] GET /v2.0/ports?device_id=6f94386b-b614-471e-b5e0-59089b62fa24 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/765] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:20 2026] GET /v2.0/security-groups?id=a3d4fb43-a757-4487-a156-492c182d4a34&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:13:20.304 8 INFO neutron.services.segments.plugin [-] Segment 6450720b-5dae-4d7b-b76a-5eda0c049aff resource provider aggregate not found 2026-04-07 01:13:20.310 8 INFO neutron.services.segments.plugin [-] Segment 6450720b-5dae-4d7b-b76a-5eda0c049aff resource provider aggregate not found 2026-04-07 01:13:20.325 8 INFO neutron.services.segments.plugin [-] Segment 6450720b-5dae-4d7b-b76a-5eda0c049aff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6450720b-5dae-4d7b-b76a-5eda0c049aff found for delete ", "request_id": "req-1bbde2e7-a142-4bd1-a2a5-3ecf14e3de7e"}]} 2026-04-07 01:13:20.330 8 INFO neutron.services.segments.plugin [-] Segment 6450720b-5dae-4d7b-b76a-5eda0c049aff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6450720b-5dae-4d7b-b76a-5eda0c049aff found for delete ", "request_id": "req-2340a738-f707-4758-a0a1-204264293b16"}]} 2026-04-07 01:13:20.338 8 INFO neutron.db.l3_hamode_db [None req-ca8aeb16-4c49-4f08-aaf3-20c9170298ff ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] HA network 5f2908e4-db8a-4524-97ea-936ae025aa3d was deleted as no HA routers are present in tenant cb256721bd0e4942b334c9a3b28b0e7f. [pid: 8|app: 0|req: 379/766] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:13:19 2026] DELETE /v2.0/routers/6ab7ea7f-0488-491c-92a5-eb1f4382e30e => generated 0 bytes in 910 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/767] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:13:20 2026] GET /v2.0/ports?tenant_id=acea0ec2be0b475a8c7f46d99e6cf3e7&device_id=8be6e434-365a-493d-8b14-e5a49d5c9b51 => 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: 388/768] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:13:20 2026] DELETE /v2.0/subnets/96909ec9-64ae-45b2-81e2-0c1c17d3a812 => 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: 381/769] 199.204.45.3 () {34 vars in 983 bytes} [Tue Apr 7 01:13:20 2026] GET /v2.0/networks?id=29ecdd7c-95a7-464a-b9db-c52af1ca6dc1 => generated 779 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:13:20.580 7 INFO neutron_taas.services.taas.taas_plugin [None req-b9de5052-fe99-495e-a736-216dec905508 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: ec59ef1e-415c-416f-9574-7fae41e757e6 2026-04-07 01:13:20.582 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9de5052-fe99-495e-a736-216dec905508 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: ec59ef1e-415c-416f-9574-7fae41e757e6 [pid: 8|app: 0|req: 382/770] 199.204.45.3 () {34 vars in 1055 bytes} [Tue Apr 7 01:13:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=b3156127-f979-417d-a92e-e448b562d6d9 => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/771] 199.204.45.3 () {34 vars in 981 bytes} [Tue Apr 7 01:13:20 2026] GET /v2.0/subnets?id=edfc50bb-7d6f-4a71-8c19-6302dce1eb6f => generated 701 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/772] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:13:20 2026] GET /v2.0/ports?network_id=29ecdd7c-95a7-464a-b9db-c52af1ca6dc1&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: 385/773] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:13:20 2026] GET /v2.0/networks/29ecdd7c-95a7-464a-b9db-c52af1ca6dc1?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:13:20.740 7 INFO neutron.services.segments.plugin [-] Segment 4c6fcfa9-12b7-45ce-9a70-7ba6507e8449 resource provider aggregate not found 2026-04-07 01:13:20.741 7 INFO neutron.services.segments.plugin [-] Segment 4c6fcfa9-12b7-45ce-9a70-7ba6507e8449 resource provider aggregate not found [pid: 7|app: 0|req: 389/774] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:13:20 2026] DELETE /v2.0/networks/9a98475e-56e6-42ec-b935-5694c68be5d2 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:13:20.775 7 INFO neutron.services.segments.plugin [-] Segment 4c6fcfa9-12b7-45ce-9a70-7ba6507e8449 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c6fcfa9-12b7-45ce-9a70-7ba6507e8449 found for delete ", "request_id": "req-c11eab47-0d6b-4e30-9594-ca670b3c3aa1"}]} 2026-04-07 01:13:20.781 7 INFO neutron.services.segments.plugin [-] Segment 4c6fcfa9-12b7-45ce-9a70-7ba6507e8449 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c6fcfa9-12b7-45ce-9a70-7ba6507e8449 found for delete ", "request_id": "req-0cd03b76-6fc7-4a52-b068-b9f1cd41398f"}]} [pid: 8|app: 0|req: 386/775] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:13:20 2026] GET /v2.0/networks/29ecdd7c-95a7-464a-b9db-c52af1ca6dc1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/776] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:13:20 2026] GET /v2.0/security-groups?tenant_id=cb256721bd0e4942b334c9a3b28b0e7f&name=default => generated 2921 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/777] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:13:20 2026] DELETE /v2.0/security-groups/49f60fa4-270c-4ea3-9d33-a95ee4f478c2 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:13:21.113 7 INFO neutron.api.v2.resource [None req-59f57efd-727e-47d1-aab3-20ff64720ded d0d9e3fd7ec941e19660a3485a355b60 11381ee143044d8c958b47cad3175c14 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 391/778] 10.0.0.149 () {32 vars in 736 bytes} [Tue Apr 7 01:13:21 2026] GET /v2.0/security-groups/49f60fa4-270c-4ea3-9d33-a95ee4f478c2 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/779] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:13:21 2026] DELETE /v2.0/security-groups/f5dea867-c598-4e88-8086-389f36728592 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:13:21.225 7 INFO neutron_taas.services.taas.taas_plugin [None req-7df1ad86-54de-4e52-a8c5-f6a15f84b2c1 d0d9e3fd7ec941e19660a3485a355b60 11381ee143044d8c958b47cad3175c14 - - default default] TaaS: Handle Delete Port: 823601a0-f3c6-42c6-87b0-048381614edc 2026-04-07 01:13:21.228 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7df1ad86-54de-4e52-a8c5-f6a15f84b2c1 d0d9e3fd7ec941e19660a3485a355b60 11381ee143044d8c958b47cad3175c14 - - default default] Tap Mirror: Handle Delete Port: 823601a0-f3c6-42c6-87b0-048381614edc [pid: 7|app: 0|req: 392/780] 10.0.0.149 () {32 vars in 731 bytes} [Tue Apr 7 01:13:21 2026] DELETE /v2.0/floatingips/26dda55f-bc1a-428f-afd5-6cad31f3bc84 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/781] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:21 2026] GET /v2.0/ports?device_id=6f94386b-b614-471e-b5e0-59089b62fa24 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/782] 199.204.45.3 () {34 vars in 991 bytes} [Tue Apr 7 01:13:21 2026] GET /v2.0/ports?device_id=6f94386b-b614-471e-b5e0-59089b62fa24 => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/783] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:21 2026] GET /v2.0/security-groups?id=a3d4fb43-a757-4487-a156-492c182d4a34&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:13:21.544 7 INFO neutron_taas.services.taas.taas_plugin [req-12af49c2-a206-4d06-8cd9-3869eda2d729 req-78e04c17-2790-4db5-a797-5a69fdf4265b bdd91b0910344b998018cfcf59e647ad 258c44c92ff643a2a5904c693648caef - - default default] TaaS: Handle Delete Port: febbff49-15b9-4b00-9c74-4322513d5c3c 2026-04-07 01:13:21.546 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-12af49c2-a206-4d06-8cd9-3869eda2d729 req-78e04c17-2790-4db5-a797-5a69fdf4265b bdd91b0910344b998018cfcf59e647ad 258c44c92ff643a2a5904c693648caef - - default default] Tap Mirror: Handle Delete Port: febbff49-15b9-4b00-9c74-4322513d5c3c 2026-04-07 01:13:21.649 7 INFO neutron.db.l3_db [req-12af49c2-a206-4d06-8cd9-3869eda2d729 req-78e04c17-2790-4db5-a797-5a69fdf4265b bdd91b0910344b998018cfcf59e647ad 258c44c92ff643a2a5904c693648caef - - default default] Floating IP 2cf13ac4-e871-4a77-9056-40c14ee5f75f disassociated. External IP: 10.96.250.218, port: febbff49-15b9-4b00-9c74-4322513d5c3c. 2026-04-07 01:13:21.839 8 INFO neutron_taas.services.taas.taas_plugin [None req-83d0f87b-82b4-4a76-b8fa-ffd5e5a908db ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: 9d44fa9f-8875-4408-97bf-9319f905f355 2026-04-07 01:13:21.843 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83d0f87b-82b4-4a76-b8fa-ffd5e5a908db ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: 9d44fa9f-8875-4408-97bf-9319f905f355 [pid: 7|app: 0|req: 395/784] 199.204.45.3 () {36 vars in 994 bytes} [Tue Apr 7 01:13:21 2026] DELETE /v2.0/ports/febbff49-15b9-4b00-9c74-4322513d5c3c => generated 0 bytes in 512 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:13:22.004 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d85c836a-69e2-4331-94fe-ed48d8420c76'] response: {'server_uuid': '6f94386b-b614-471e-b5e0-59089b62fa24', 'name': 'network-vif-deleted', 'tag': 'febbff49-15b9-4b00-9c74-4322513d5c3c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 390/785] 10.0.0.149 () {34 vars in 788 bytes} [Tue Apr 7 01:13:21 2026] PUT /v2.0/routers/54af592d-00f0-4630-a6ec-817b6dae0f63/remove_router_interface => generated 309 bytes in 1071 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/786] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:22 2026] GET /v2.0/ports?device_id=6f94386b-b614-471e-b5e0-59089b62fa24 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:13:22.705 7 INFO neutron_taas.services.taas.taas_plugin [None req-77e6822e-486a-4dbe-957c-8cbc2e045e6d ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: 424ecd95-4322-4be8-8638-87406e135a04 2026-04-07 01:13:22.708 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77e6822e-486a-4dbe-957c-8cbc2e045e6d ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: 424ecd95-4322-4be8-8638-87406e135a04 2026-04-07 01:13:22.983 7 INFO neutron_taas.services.taas.taas_plugin [None req-77e6822e-486a-4dbe-957c-8cbc2e045e6d ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: 224dc960-2a32-4344-80ad-c48ea42c5355 2026-04-07 01:13:22.986 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77e6822e-486a-4dbe-957c-8cbc2e045e6d ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: 224dc960-2a32-4344-80ad-c48ea42c5355 2026-04-07 01:13:23.317 7 INFO neutron.services.segments.plugin [-] Segment 477c7c1f-5b40-4baf-b677-161276ffd982 resource provider aggregate not found 2026-04-07 01:13:23.323 7 INFO neutron.services.segments.plugin [-] Segment 477c7c1f-5b40-4baf-b677-161276ffd982 resource provider aggregate not found 2026-04-07 01:13:23.337 7 INFO neutron.services.segments.plugin [-] Segment 477c7c1f-5b40-4baf-b677-161276ffd982 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 477c7c1f-5b40-4baf-b677-161276ffd982 found for delete ", "request_id": "req-1e491cc0-c736-4585-bc94-a7ebcc7a7309"}]} 2026-04-07 01:13:23.343 7 INFO neutron.services.segments.plugin [-] Segment 477c7c1f-5b40-4baf-b677-161276ffd982 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 477c7c1f-5b40-4baf-b677-161276ffd982 found for delete ", "request_id": "req-f8f38c8e-3964-4658-8c80-5fe00787d20d"}]} 2026-04-07 01:13:23.361 7 INFO neutron.db.l3_hamode_db [None req-77e6822e-486a-4dbe-957c-8cbc2e045e6d ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] HA network 8508279a-0156-4a4c-9ea7-2b17ef5b3ab1 was deleted as no HA routers are present in tenant 11381ee143044d8c958b47cad3175c14. [pid: 7|app: 0|req: 396/787] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:13:22 2026] DELETE /v2.0/routers/54af592d-00f0-4630-a6ec-817b6dae0f63 => generated 0 bytes in 878 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/788] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:13:23 2026] DELETE /v2.0/subnets/bf00ff18-0929-4a35-81c8-9aa9869355cf => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/789] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:23 2026] GET /v2.0/ports?device_id=6f94386b-b614-471e-b5e0-59089b62fa24 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:13:23.740 7 INFO neutron_taas.services.taas.taas_plugin [None req-b4bb96ae-5077-4bd4-91bf-044b1f2a460c ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: 149cad20-0041-49e1-ba4a-b2bf8010ad38 2026-04-07 01:13:23.743 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4bb96ae-5077-4bd4-91bf-044b1f2a460c ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: 149cad20-0041-49e1-ba4a-b2bf8010ad38 [pid: 7|app: 0|req: 397/790] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:13:23 2026] DELETE /v2.0/networks/219d8216-bf3e-43e2-aca7-ab0ca476864d => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/793] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:13:24 2026] GET /v2.0/security-groups?tenant_id=11381ee143044d8c958b47cad3175c14&name=default => generated 2921 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/794] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:13:24 2026] DELETE /v2.0/security-groups/81cad8f3-8fd9-46af-8789-7c69e2c74a2e => 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: 396/795] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:24 2026] GET /v2.0/ports?device_id=6f94386b-b614-471e-b5e0-59089b62fa24 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:13:25.358 7 INFO neutron.services.segments.plugin [-] Segment 747cff7f-3929-464a-9cc3-84259f44da10 resource provider aggregate not found 2026-04-07 01:13:25.371 7 INFO neutron.services.segments.plugin [-] Segment 747cff7f-3929-464a-9cc3-84259f44da10 resource provider aggregate not found 2026-04-07 01:13:25.376 7 INFO neutron.services.segments.plugin [-] Segment 747cff7f-3929-464a-9cc3-84259f44da10 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 747cff7f-3929-464a-9cc3-84259f44da10 found for delete ", "request_id": "req-cc521bec-bc9f-4b5a-a3ec-b3e1f2fd5aa7"}]} 2026-04-07 01:13:25.386 7 INFO neutron.services.segments.plugin [-] Segment 747cff7f-3929-464a-9cc3-84259f44da10 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 747cff7f-3929-464a-9cc3-84259f44da10 found for delete ", "request_id": "req-27fc2d55-68ac-4ae2-b0b5-2eb958877e47"}]} [pid: 7|app: 0|req: 400/796] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:13:25 2026] DELETE /v2.0/security-groups/a3d4fb43-a757-4487-a156-492c182d4a34 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:13:25.997 8 INFO neutron.api.v2.resource [None req-093957cf-f533-4e15-988d-dc16dd91854f bdd91b0910344b998018cfcf59e647ad 258c44c92ff643a2a5904c693648caef - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 397/797] 10.0.0.149 () {32 vars in 736 bytes} [Tue Apr 7 01:13:25 2026] GET /v2.0/security-groups/a3d4fb43-a757-4487-a156-492c182d4a34 => generated 146 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:13:26.116 7 INFO neutron_taas.services.taas.taas_plugin [None req-fc1a567c-0a93-4b47-9244-2d0ad36293e3 bdd91b0910344b998018cfcf59e647ad 258c44c92ff643a2a5904c693648caef - - default default] TaaS: Handle Delete Port: ab0cad1f-3928-45db-b7e5-8f905fe0c2a6 2026-04-07 01:13:26.122 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc1a567c-0a93-4b47-9244-2d0ad36293e3 bdd91b0910344b998018cfcf59e647ad 258c44c92ff643a2a5904c693648caef - - default default] Tap Mirror: Handle Delete Port: ab0cad1f-3928-45db-b7e5-8f905fe0c2a6 [pid: 7|app: 0|req: 401/798] 10.0.0.149 () {32 vars in 731 bytes} [Tue Apr 7 01:13:26 2026] DELETE /v2.0/floatingips/2cf13ac4-e871-4a77-9056-40c14ee5f75f => generated 0 bytes in 302 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/799] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:13:26 2026] GET /v2.0/security-groups?tenant_id=30a82f244c6d471998fc825ac6e3c8df&name=default => generated 2925 bytes in 320 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/800] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:13:26 2026] DELETE /v2.0/security-groups/71bcb016-9e50-4ab9-b0a5-ccd4167f4341 => 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: 400/801] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:13:26 2026] GET /v2.0/security-groups?tenant_id=644b10698ecd4237a0936d80432db96d&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/802] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:13:26 2026] DELETE /v2.0/security-groups/6865dd9e-4242-4277-9ba3-9909208c0056 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:13:27.059 7 INFO neutron_taas.services.taas.taas_plugin [None req-de295775-264a-4bcc-99a3-9639902aa9d0 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: 4de60b45-3f20-425b-9d9c-7c58062f63cf 2026-04-07 01:13:27.061 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de295775-264a-4bcc-99a3-9639902aa9d0 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: 4de60b45-3f20-425b-9d9c-7c58062f63cf [pid: 7|app: 0|req: 402/803] 10.0.0.149 () {34 vars in 788 bytes} [Tue Apr 7 01:13:26 2026] PUT /v2.0/routers/fc79acc7-44a1-4f53-b908-701746ccce0b/remove_router_interface => generated 309 bytes in 1124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:13:27.704 8 INFO neutron_taas.services.taas.taas_plugin [None req-9aaa9383-3718-4af2-a4c0-c85b81b9ab4d ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: 4b151bc7-8a96-4400-bf8a-c8ec974ad934 2026-04-07 01:13:27.711 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9aaa9383-3718-4af2-a4c0-c85b81b9ab4d ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: 4b151bc7-8a96-4400-bf8a-c8ec974ad934 2026-04-07 01:13:27.979 8 INFO neutron_taas.services.taas.taas_plugin [None req-9aaa9383-3718-4af2-a4c0-c85b81b9ab4d ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: d2f4d7d6-da3c-40e2-ad9e-9da8f58f9e1d 2026-04-07 01:13:27.982 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9aaa9383-3718-4af2-a4c0-c85b81b9ab4d ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: d2f4d7d6-da3c-40e2-ad9e-9da8f58f9e1d 2026-04-07 01:13:28.281 8 INFO neutron.services.segments.plugin [-] Segment 96c8e2a9-c5bb-46b5-8adc-9a95b1ac5d83 resource provider aggregate not found 2026-04-07 01:13:28.285 8 INFO neutron.services.segments.plugin [-] Segment 96c8e2a9-c5bb-46b5-8adc-9a95b1ac5d83 resource provider aggregate not found 2026-04-07 01:13:28.307 8 INFO neutron.services.segments.plugin [-] Segment 96c8e2a9-c5bb-46b5-8adc-9a95b1ac5d83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96c8e2a9-c5bb-46b5-8adc-9a95b1ac5d83 found for delete ", "request_id": "req-9f7b3007-324e-439a-a555-b57eb2f1d374"}]} 2026-04-07 01:13:28.311 8 INFO neutron.services.segments.plugin [-] Segment 96c8e2a9-c5bb-46b5-8adc-9a95b1ac5d83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96c8e2a9-c5bb-46b5-8adc-9a95b1ac5d83 found for delete ", "request_id": "req-774fb297-76d4-4265-b2b3-42b90578be69"}]} 2026-04-07 01:13:28.321 8 INFO neutron.db.l3_hamode_db [None req-9aaa9383-3718-4af2-a4c0-c85b81b9ab4d ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] HA network 0cc1eb0f-e798-462d-ad9c-04692052711b was deleted as no HA routers are present in tenant 258c44c92ff643a2a5904c693648caef. [pid: 8|app: 0|req: 402/804] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:13:27 2026] DELETE /v2.0/routers/fc79acc7-44a1-4f53-b908-701746ccce0b => generated 0 bytes in 890 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/805] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:13:28 2026] DELETE /v2.0/subnets/3bfb731f-b4c0-4a35-94da-c236b6a5b792 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:13:28.630 8 INFO neutron_taas.services.taas.taas_plugin [None req-16299f16-1fe5-483b-ae52-567eb6ba4887 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: 51e22024-4ddd-40f8-b2ee-6ec9c6bcb25b 2026-04-07 01:13:28.633 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16299f16-1fe5-483b-ae52-567eb6ba4887 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: 51e22024-4ddd-40f8-b2ee-6ec9c6bcb25b [pid: 8|app: 0|req: 403/806] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:13:28 2026] DELETE /v2.0/networks/fa727adf-4325-4d31-b559-258e91df327c => generated 0 bytes in 335 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/807] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:13:29 2026] GET /v2.0/security-groups?tenant_id=258c44c92ff643a2a5904c693648caef&name=default => generated 2925 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/808] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:13:29 2026] DELETE /v2.0/security-groups/9dab64fe-45d8-40ab-b6f2-b0a3aa388104 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/809] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:13:29 2026] GET /v2.0/security-groups?tenant_id=c1e052e63a84428187149e7bcdc7118a&name=default => generated 2925 bytes in 356 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/810] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:13:29 2026] DELETE /v2.0/security-groups/8bc5abfc-0706-487f-81ff-8495ff94dcc7 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:13:30.333 8 INFO neutron.services.segments.plugin [-] Segment c8b0cd30-38d5-44cc-9824-7c7f8d8962ad resource provider aggregate not found 2026-04-07 01:13:30.338 8 INFO neutron.services.segments.plugin [-] Segment c8b0cd30-38d5-44cc-9824-7c7f8d8962ad resource provider aggregate not found 2026-04-07 01:13:30.353 8 INFO neutron.services.segments.plugin [-] Segment c8b0cd30-38d5-44cc-9824-7c7f8d8962ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8b0cd30-38d5-44cc-9824-7c7f8d8962ad found for delete ", "request_id": "req-fb5570c6-5fda-42cb-979d-6482ce4c4fef"}]} 2026-04-07 01:13:30.357 8 INFO neutron.services.segments.plugin [-] Segment c8b0cd30-38d5-44cc-9824-7c7f8d8962ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8b0cd30-38d5-44cc-9824-7c7f8d8962ad found for delete ", "request_id": "req-8e4c7b5f-29db-4819-bc65-1d7560f18f85"}]} [pid: 7|app: 0|req: 406/811] 10.0.0.92 () {34 vars in 988 bytes} [Tue Apr 7 01:13:31 2026] GET /v2.0/ports?device_id=8be6e434-365a-493d-8b14-e5a49d5c9b51 => generated 1240 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/812] 10.0.0.92 () {34 vars in 1038 bytes} [Tue Apr 7 01:13:31 2026] GET /v2.0/security-groups?id=a96d1ef0-cf74-47c5-9d84-c34959425494&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:13:31.984 7 INFO neutron.db.segments_db [None req-aea9a7b7-90b2-48ca-8e8f-79273ba55099 1fe6de0798bb44429a79121f969bfdc3 057c26e83c4742298bc337abb267cba1 - - default default] Added segment b14a00a4-228e-47fc-8cd6-34ff278b8b72 of type vxlan for network f7582698-1ef1-48a8-9ff7-c79e89d0edbd [pid: 7|app: 0|req: 407/813] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:13:31 2026] POST /v2.0/networks => generated 649 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/814] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:13:32 2026] POST /v2.0/subnets => generated 627 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:13:32.359 7 INFO neutron.db.segments_db [None req-7743ab6b-2238-4e0f-aea3-c2226ad1fca0 1fe6de0798bb44429a79121f969bfdc3 057c26e83c4742298bc337abb267cba1 - - default default] Added segment 59aaa429-bdfe-4c93-b8d0-8456301b061b of type vxlan for network 05791d67-4faa-471e-9dc3-8664696536b5 2026-04-07 01:13:32.573 7 INFO neutron.db.l3_hamode_db [None req-7743ab6b-2238-4e0f-aea3-c2226ad1fca0 1fe6de0798bb44429a79121f969bfdc3 057c26e83c4742298bc337abb267cba1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 408/815] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:13:32 2026] GET /v2.0/security-groups?tenant_id=0ef55c81d50e46f58d4ad89d886260cd&name=default => generated 2925 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/816] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:13:32 2026] DELETE /v2.0/security-groups/d3fd9fd2-43ce-4956-8639-806f8885e1ea => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:13:33.375 7 INFO neutron.db.l3_hamode_db [None req-7743ab6b-2238-4e0f-aea3-c2226ad1fca0 1fe6de0798bb44429a79121f969bfdc3 057c26e83c4742298bc337abb267cba1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 410/817] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:13:33 2026] GET /v2.0/security-groups?tenant_id=6eee9a03e62a4ae182980e0e06316ef1&name=default => generated 2925 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/818] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:13:34 2026] DELETE /v2.0/security-groups/fbf0e665-8338-44bd-a9cc-b443c7e9f4f8 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/819] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:13:32 2026] POST /v2.0/routers => generated 694 bytes in 1909 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/820] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:13:34 2026] GET /v2.0/security-groups?tenant_id=10977ecc104c4fe2b10514c037f4d92c&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/821] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:13:34 2026] DELETE /v2.0/security-groups/696363f1-b156-4d43-ac77-2e3828646663 => 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: 412/822] 10.0.0.149 () {34 vars in 782 bytes} [Tue Apr 7 01:13:34 2026] PUT /v2.0/routers/f8166a21-5b01-42f9-a1db-62941d702191/add_router_interface => generated 309 bytes in 1434 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/823] 10.0.0.149 () {34 vars in 664 bytes} [Tue Apr 7 01:13:35 2026] POST /v2.0/ports => generated 958 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/824] 10.0.0.149 () {34 vars in 664 bytes} [Tue Apr 7 01:13:36 2026] POST /v2.0/ports => generated 954 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-07 01:13:37.020 7 INFO neutron.db.l3_db [None req-5d0f4cd6-4eed-4126-8825-fe60100f9a0d 1fe6de0798bb44429a79121f969bfdc3 057c26e83c4742298bc337abb267cba1 - - default default] Floating IP d9f1c06d-894c-4c7d-86e1-d1a6d9df29df associated. External IP: 10.96.250.212, port: d566199d-557d-493f-ae0a-fd758273abf6. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 412/825] 10.0.0.149 () {34 vars in 676 bytes} [Tue Apr 7 01:13:36 2026] POST /v2.0/floatingips => generated 841 bytes in 910 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/826] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:13:37 2026] GET /v2.0/security-groups?tenant_id=e3665c8134064c81bf6cc182673e2067&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:13:37.400 7 INFO neutron.db.l3_db [None req-8a0835ac-5a56-4c09-85e2-9bb27ceb0522 1fe6de0798bb44429a79121f969bfdc3 057c26e83c4742298bc337abb267cba1 - - default default] Floating IP d9f1c06d-894c-4c7d-86e1-d1a6d9df29df disassociated. External IP: 10.96.250.212, port: d566199d-557d-493f-ae0a-fd758273abf6. [pid: 8|app: 0|req: 415/827] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:13:37 2026] DELETE /v2.0/security-groups/b63a79f8-755f-4e4a-aff6-123ceda983c0 => 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: 413/828] 10.0.0.149 () {34 vars in 748 bytes} [Tue Apr 7 01:13:37 2026] PUT /v2.0/floatingips/d9f1c06d-894c-4c7d-86e1-d1a6d9df29df => generated 552 bytes in 370 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/829] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:13:37 2026] GET /v2.0/security-groups?tenant_id=ee263ef7b7334e6dba6ff7b9e86a82aa&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:13:37.764 7 INFO neutron_taas.services.taas.taas_plugin [None req-92023fb8-012f-4fcb-82b2-772c940de697 1fe6de0798bb44429a79121f969bfdc3 057c26e83c4742298bc337abb267cba1 - - default default] TaaS: Handle Delete Port: a3e3accb-3558-4064-87b7-83f650466f5b 2026-04-07 01:13:37.767 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92023fb8-012f-4fcb-82b2-772c940de697 1fe6de0798bb44429a79121f969bfdc3 057c26e83c4742298bc337abb267cba1 - - default default] Tap Mirror: Handle Delete Port: a3e3accb-3558-4064-87b7-83f650466f5b [pid: 8|app: 0|req: 417/830] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:13:37 2026] DELETE /v2.0/security-groups/68cdd6e7-b563-462e-bf35-717779204e95 => 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: 414/831] 10.0.0.149 () {32 vars in 731 bytes} [Tue Apr 7 01:13:37 2026] DELETE /v2.0/floatingips/d9f1c06d-894c-4c7d-86e1-d1a6d9df29df => generated 0 bytes in 234 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:13:38.560 8 INFO neutron.db.l3_db [None req-242d1574-bb37-4869-bc83-a4ae55fe7ef8 1fe6de0798bb44429a79121f969bfdc3 057c26e83c4742298bc337abb267cba1 - - default default] Floating IP 2605f417-0332-43ec-98fe-d945f7cd3edb associated. External IP: 10.96.250.209, port: 4888577c-5f18-4431-a9fe-56682a6c8bef. [pid: 8|app: 0|req: 418/832] 10.0.0.149 () {34 vars in 676 bytes} [Tue Apr 7 01:13:37 2026] POST /v2.0/floatingips => generated 842 bytes in 969 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/833] 10.0.0.149 () {32 vars in 728 bytes} [Tue Apr 7 01:13:38 2026] GET /v2.0/floatingips/2605f417-0332-43ec-98fe-d945f7cd3edb => generated 842 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/834] 10.0.0.149 () {32 vars in 654 bytes} [Tue Apr 7 01:13:38 2026] GET /v2.0/floatingips => generated 845 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:13:39.386 7 INFO neutron.db.l3_db [None req-1afe7a32-9822-4734-8593-c192259fd9c5 1fe6de0798bb44429a79121f969bfdc3 057c26e83c4742298bc337abb267cba1 - - default default] Floating IP 2605f417-0332-43ec-98fe-d945f7cd3edb associated. External IP: 10.96.250.209, port: 4888577c-5f18-4431-a9fe-56682a6c8bef. [pid: 7|app: 0|req: 416/837] 10.0.0.149 () {34 vars in 748 bytes} [Tue Apr 7 01:13:39 2026] PUT /v2.0/floatingips/2605f417-0332-43ec-98fe-d945f7cd3edb => generated 841 bytes in 928 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:13:40.070 8 INFO neutron.db.l3_db [None req-8ed217e7-6101-4acb-8700-536ada8ed4a0 1fe6de0798bb44429a79121f969bfdc3 057c26e83c4742298bc337abb267cba1 - - default default] Floating IP 2605f417-0332-43ec-98fe-d945f7cd3edb disassociated. External IP: 10.96.250.209, port: d566199d-557d-493f-ae0a-fd758273abf6. [pid: 8|app: 0|req: 422/838] 10.0.0.149 () {34 vars in 748 bytes} [Tue Apr 7 01:13:39 2026] PUT /v2.0/floatingips/2605f417-0332-43ec-98fe-d945f7cd3edb => generated 552 bytes in 390 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:13:40.467 7 INFO neutron_taas.services.taas.taas_plugin [None req-ad6ffe29-530b-43db-aaef-965168fa9c47 1fe6de0798bb44429a79121f969bfdc3 057c26e83c4742298bc337abb267cba1 - - default default] TaaS: Handle Delete Port: 0cd92a5f-1844-468b-965c-6cca6d02505b 2026-04-07 01:13:40.469 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad6ffe29-530b-43db-aaef-965168fa9c47 1fe6de0798bb44429a79121f969bfdc3 057c26e83c4742298bc337abb267cba1 - - default default] Tap Mirror: Handle Delete Port: 0cd92a5f-1844-468b-965c-6cca6d02505b [pid: 7|app: 0|req: 417/839] 10.0.0.149 () {32 vars in 731 bytes} [Tue Apr 7 01:13:40 2026] DELETE /v2.0/floatingips/2605f417-0332-43ec-98fe-d945f7cd3edb => generated 0 bytes in 259 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:13:40.644 7 INFO neutron.api.v2.resource [None req-e257121b-9993-4887-a445-379c3abe4e84 1fe6de0798bb44429a79121f969bfdc3 057c26e83c4742298bc337abb267cba1 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 418/840] 10.0.0.149 () {32 vars in 731 bytes} [Tue Apr 7 01:13:40 2026] DELETE /v2.0/floatingips/2605f417-0332-43ec-98fe-d945f7cd3edb => generated 144 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:13:40.758 7 INFO neutron_taas.services.taas.taas_plugin [None req-271b1a8c-20ff-46b2-8a37-5f9a06c4a398 1fe6de0798bb44429a79121f969bfdc3 057c26e83c4742298bc337abb267cba1 - - default default] TaaS: Handle Delete Port: d566199d-557d-493f-ae0a-fd758273abf6 2026-04-07 01:13:40.764 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-271b1a8c-20ff-46b2-8a37-5f9a06c4a398 1fe6de0798bb44429a79121f969bfdc3 057c26e83c4742298bc337abb267cba1 - - default default] Tap Mirror: Handle Delete Port: d566199d-557d-493f-ae0a-fd758273abf6 [pid: 8|app: 0|req: 423/841] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:13:40 2026] GET /v2.0/security-groups?tenant_id=2167bb6919f54ffd8ce4af22a72a1e1b&name=default => generated 2925 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/842] 10.0.0.149 () {32 vars in 719 bytes} [Tue Apr 7 01:13:40 2026] DELETE /v2.0/ports/d566199d-557d-493f-ae0a-fd758273abf6 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/843] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:13:40 2026] DELETE /v2.0/security-groups/2a57745f-fc35-4384-b3e8-9a8c807ded96 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:13:41.017 7 INFO neutron_taas.services.taas.taas_plugin [None req-b53676b5-8546-482c-a6d0-dcd013dc2341 1fe6de0798bb44429a79121f969bfdc3 057c26e83c4742298bc337abb267cba1 - - default default] TaaS: Handle Delete Port: 4888577c-5f18-4431-a9fe-56682a6c8bef 2026-04-07 01:13:41.021 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b53676b5-8546-482c-a6d0-dcd013dc2341 1fe6de0798bb44429a79121f969bfdc3 057c26e83c4742298bc337abb267cba1 - - default default] Tap Mirror: Handle Delete Port: 4888577c-5f18-4431-a9fe-56682a6c8bef [pid: 8|app: 0|req: 425/844] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:13:41 2026] GET /v2.0/security-groups?tenant_id=f14a7b31bd4a4edf892e965d1a150978&name=default => generated 2925 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/845] 10.0.0.149 () {32 vars in 719 bytes} [Tue Apr 7 01:13:40 2026] DELETE /v2.0/ports/4888577c-5f18-4431-a9fe-56682a6c8bef => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/846] 10.0.0.149 () {32 vars in 735 bytes} [Tue Apr 7 01:13:41 2026] GET /v2.0/ports?device_id=f8166a21-5b01-42f9-a1db-62941d702191 => generated 958 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/847] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:13:41 2026] DELETE /v2.0/security-groups/7b55ee76-aec3-4bfa-880e-7bc0b523b2a1 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:13:41.591 7 INFO neutron_taas.services.taas.taas_plugin [None req-ad663bbc-01f1-4860-a7af-4751d075f27f 1fe6de0798bb44429a79121f969bfdc3 057c26e83c4742298bc337abb267cba1 - - default default] TaaS: Handle Delete Port: 4d6a9443-60da-4b63-876e-ba1b60af1982 2026-04-07 01:13:41.594 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad663bbc-01f1-4860-a7af-4751d075f27f 1fe6de0798bb44429a79121f969bfdc3 057c26e83c4742298bc337abb267cba1 - - default default] Tap Mirror: Handle Delete Port: 4d6a9443-60da-4b63-876e-ba1b60af1982 [pid: 7|app: 0|req: 422/848] 10.0.0.149 () {34 vars in 788 bytes} [Tue Apr 7 01:13:41 2026] PUT /v2.0/routers/f8166a21-5b01-42f9-a1db-62941d702191/remove_router_interface => generated 309 bytes in 830 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:13:42.276 8 INFO neutron_taas.services.taas.taas_plugin [None req-59e57e82-2591-4f0c-b26e-9da94bbe5f8b 1fe6de0798bb44429a79121f969bfdc3 057c26e83c4742298bc337abb267cba1 - - default default] TaaS: Handle Delete Port: 6e94fede-4e69-45d6-b042-730d43f8173c 2026-04-07 01:13:42.279 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59e57e82-2591-4f0c-b26e-9da94bbe5f8b 1fe6de0798bb44429a79121f969bfdc3 057c26e83c4742298bc337abb267cba1 - - default default] Tap Mirror: Handle Delete Port: 6e94fede-4e69-45d6-b042-730d43f8173c 2026-04-07 01:13:42.503 8 INFO neutron_taas.services.taas.taas_plugin [None req-59e57e82-2591-4f0c-b26e-9da94bbe5f8b 1fe6de0798bb44429a79121f969bfdc3 057c26e83c4742298bc337abb267cba1 - - default default] TaaS: Handle Delete Port: 052c91b5-0412-4b84-99c4-5d1b41b6cf60 2026-04-07 01:13:42.506 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59e57e82-2591-4f0c-b26e-9da94bbe5f8b 1fe6de0798bb44429a79121f969bfdc3 057c26e83c4742298bc337abb267cba1 - - default default] Tap Mirror: Handle Delete Port: 052c91b5-0412-4b84-99c4-5d1b41b6cf60 2026-04-07 01:13:42.819 8 INFO neutron.services.segments.plugin [-] Segment 59aaa429-bdfe-4c93-b8d0-8456301b061b resource provider aggregate not found 2026-04-07 01:13:42.823 8 INFO neutron.services.segments.plugin [-] Segment 59aaa429-bdfe-4c93-b8d0-8456301b061b resource provider aggregate not found 2026-04-07 01:13:42.837 8 INFO neutron.services.segments.plugin [-] Segment 59aaa429-bdfe-4c93-b8d0-8456301b061b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59aaa429-bdfe-4c93-b8d0-8456301b061b found for delete ", "request_id": "req-09eb0673-4fb9-4809-a405-7c19821b09b7"}]} 2026-04-07 01:13:42.844 8 INFO neutron.services.segments.plugin [-] Segment 59aaa429-bdfe-4c93-b8d0-8456301b061b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59aaa429-bdfe-4c93-b8d0-8456301b061b found for delete ", "request_id": "req-549a0fd3-8ec5-4d41-9c3d-f5a9d0cddb93"}]} 2026-04-07 01:13:42.868 8 INFO neutron.db.l3_hamode_db [None req-59e57e82-2591-4f0c-b26e-9da94bbe5f8b 1fe6de0798bb44429a79121f969bfdc3 057c26e83c4742298bc337abb267cba1 - - default default] HA network 05791d67-4faa-471e-9dc3-8664696536b5 was deleted as no HA routers are present in tenant 057c26e83c4742298bc337abb267cba1. [pid: 8|app: 0|req: 427/849] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:13:42 2026] DELETE /v2.0/routers/f8166a21-5b01-42f9-a1db-62941d702191 => generated 0 bytes in 803 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/850] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:13:42 2026] DELETE /v2.0/subnets/dba6e220-f0c4-4ac9-b3e9-b1d1fb8ccf03 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:13:43.149 7 INFO neutron.services.segments.plugin [-] Segment b14a00a4-228e-47fc-8cd6-34ff278b8b72 resource provider aggregate not found 2026-04-07 01:13:43.154 7 INFO neutron.services.segments.plugin [-] Segment b14a00a4-228e-47fc-8cd6-34ff278b8b72 resource provider aggregate not found 2026-04-07 01:13:43.172 7 INFO neutron.services.segments.plugin [-] Segment b14a00a4-228e-47fc-8cd6-34ff278b8b72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b14a00a4-228e-47fc-8cd6-34ff278b8b72 found for delete ", "request_id": "req-53ae932c-cd96-4c00-8f42-94b747f7b9e7"}]} [pid: 7|app: 0|req: 424/851] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:13:43 2026] DELETE /v2.0/networks/f7582698-1ef1-48a8-9ff7-c79e89d0edbd => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:13:43.178 7 INFO neutron.services.segments.plugin [-] Segment b14a00a4-228e-47fc-8cd6-34ff278b8b72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b14a00a4-228e-47fc-8cd6-34ff278b8b72 found for delete ", "request_id": "req-0ec48bc6-de2b-407c-8aca-51b48fc0c74a"}]} [pid: 8|app: 0|req: 428/852] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:13:43 2026] GET /v2.0/security-groups?tenant_id=e368f4650d94494384dc96663f892fb4&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/853] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:13:43 2026] DELETE /v2.0/security-groups/0e84da27-b406-4aad-827b-36603dff13c3 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:13:43.628 8 INFO neutron.db.segments_db [None req-09c63791-f94a-4c96-8279-a95123b2cf45 f4b6d411d50a46f78cfb03c9123472a7 49f9be1cf6204b828549a078c6f144e0 - - default default] Added segment 13887092-5bd5-475f-8632-5fd5c14955ea of type vxlan for network 5a84a9b1-09dc-4298-9582-2a262d8fbe38 [pid: 7|app: 0|req: 426/854] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:13:43 2026] GET /v2.0/security-groups?tenant_id=d220773ef8a843b581a308277f6e4bb9&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:13:43.693 8 INFO neutron.db.segments_db [None req-09c63791-f94a-4c96-8279-a95123b2cf45 f4b6d411d50a46f78cfb03c9123472a7 49f9be1cf6204b828549a078c6f144e0 - - default default] Added segment b872e71b-9507-437a-aed7-1ed54f98eae6 of type vxlan for network 3f4cd702-2529-4f20-8f27-d4a9513bcfbb [pid: 7|app: 0|req: 427/855] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:13:43 2026] GET /v2.0/security-groups?tenant_id=057c26e83c4742298bc337abb267cba1&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/856] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:13:43 2026] POST /v2.0/networks => generated 1244 bytes in 483 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/857] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:13:43 2026] DELETE /v2.0/security-groups/eaa34217-9fd4-406f-be81-368608ec44be => 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: 430/858] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:13:43 2026] DELETE /v2.0/security-groups/c0927392-371e-4fa3-966b-21c7f3f583cf => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/859] 10.0.0.149 () {32 vars in 648 bytes} [Tue Apr 7 01:13:43 2026] GET /v2.0/networks => generated 1843 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/860] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:13:43 2026] DELETE /v2.0/networks/5a84a9b1-09dc-4298-9582-2a262d8fbe38 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/861] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:13:44 2026] DELETE /v2.0/networks/3f4cd702-2529-4f20-8f27-d4a9513bcfbb => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/862] 10.0.0.149 () {32 vars in 648 bytes} [Tue Apr 7 01:13:44 2026] GET /v2.0/networks => generated 651 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:13:44.392 7 INFO neutron.db.segments_db [None req-0aadd801-b8d8-42da-8fa8-8a4b1c82010b f4b6d411d50a46f78cfb03c9123472a7 49f9be1cf6204b828549a078c6f144e0 - - default default] Added segment ccb9242f-800c-4223-b03c-d94ba0a2edba of type vxlan for network 69b22c25-b787-46db-99ff-6ecaca775a61 [pid: 7|app: 0|req: 431/863] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:13:44 2026] POST /v2.0/networks => generated 650 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:13:44.514 8 INFO neutron.db.segments_db [None req-2a51b348-8967-4780-b5d8-554b9174d16e f4b6d411d50a46f78cfb03c9123472a7 49f9be1cf6204b828549a078c6f144e0 - - default default] Added segment d3a5ae68-8e4d-4dc4-8b1d-872ba2fad9c8 of type vxlan for network 73200410-3926-478d-a748-9689bb618a78 [pid: 8|app: 0|req: 433/864] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:13:44 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-04-07 01:13:44.855 8 INFO neutron.services.segments.plugin [-] Segment 13887092-5bd5-475f-8632-5fd5c14955ea resource provider aggregate not found 2026-04-07 01:13:44.861 8 INFO neutron.services.segments.plugin [-] Segment 13887092-5bd5-475f-8632-5fd5c14955ea resource provider aggregate not found 2026-04-07 01:13:44.873 8 INFO neutron.services.segments.plugin [-] Segment 13887092-5bd5-475f-8632-5fd5c14955ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13887092-5bd5-475f-8632-5fd5c14955ea found for delete ", "request_id": "req-60c256af-82df-43ed-a65f-75985031e37d"}]} 2026-04-07 01:13:44.875 8 INFO neutron.services.segments.plugin [-] Segment 13887092-5bd5-475f-8632-5fd5c14955ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13887092-5bd5-475f-8632-5fd5c14955ea found for delete ", "request_id": "req-c5ca4b19-d49f-4b03-b834-079de6798ede"}]} [pid: 7|app: 0|req: 432/865] 10.0.0.149 () {34 vars in 664 bytes} [Tue Apr 7 01:13:44 2026] POST /v2.0/ports => generated 1506 bytes in 528 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-07 01:13:45.189 7 INFO neutron.services.segments.plugin [-] Segment b872e71b-9507-437a-aed7-1ed54f98eae6 resource provider aggregate not found 2026-04-07 01:13:45.197 7 INFO neutron.services.segments.plugin [-] Segment b872e71b-9507-437a-aed7-1ed54f98eae6 resource provider aggregate not found 2026-04-07 01:13:45.200 7 INFO neutron.services.segments.plugin [-] Segment b872e71b-9507-437a-aed7-1ed54f98eae6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b872e71b-9507-437a-aed7-1ed54f98eae6 found for delete ", "request_id": "req-5b9936b2-78c1-4640-99bc-4e9ae7d7c569"}]} 2026-04-07 01:13:45.216 7 INFO neutron.services.segments.plugin [-] Segment b872e71b-9507-437a-aed7-1ed54f98eae6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b872e71b-9507-437a-aed7-1ed54f98eae6 found for delete ", "request_id": "req-ff84e675-7ee9-4760-97ce-02b1ea219238"}]} [pid: 8|app: 0|req: 434/866] 10.0.0.149 () {32 vars in 642 bytes} [Tue Apr 7 01:13:45 2026] GET /v2.0/ports => generated 1506 bytes in 100 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-04-07 01:13:45.328 7 INFO neutron_taas.services.taas.taas_plugin [None req-6b591ae4-63f9-4f5d-a6dc-9d1167e7183a f4b6d411d50a46f78cfb03c9123472a7 49f9be1cf6204b828549a078c6f144e0 - - default default] TaaS: Handle Delete Port: 36565af5-5a58-477a-b38a-894ad6e771ce 2026-04-07 01:13:45.330 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b591ae4-63f9-4f5d-a6dc-9d1167e7183a f4b6d411d50a46f78cfb03c9123472a7 49f9be1cf6204b828549a078c6f144e0 - - default default] Tap Mirror: Handle Delete Port: 36565af5-5a58-477a-b38a-894ad6e771ce [pid: 7|app: 0|req: 433/867] 10.0.0.149 () {32 vars in 719 bytes} [Tue Apr 7 01:13:45 2026] DELETE /v2.0/ports/36565af5-5a58-477a-b38a-894ad6e771ce => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:13:45.520 8 INFO neutron_taas.services.taas.taas_plugin [None req-06b8b2b7-d599-4d94-a269-d7f58d6a461a f4b6d411d50a46f78cfb03c9123472a7 49f9be1cf6204b828549a078c6f144e0 - - default default] TaaS: Handle Delete Port: f42acedc-7b11-4560-822e-360b4f1d6c15 2026-04-07 01:13:45.524 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-06b8b2b7-d599-4d94-a269-d7f58d6a461a f4b6d411d50a46f78cfb03c9123472a7 49f9be1cf6204b828549a078c6f144e0 - - default default] Tap Mirror: Handle Delete Port: f42acedc-7b11-4560-822e-360b4f1d6c15 [pid: 8|app: 0|req: 435/868] 10.0.0.149 () {32 vars in 719 bytes} [Tue Apr 7 01:13:45 2026] DELETE /v2.0/ports/f42acedc-7b11-4560-822e-360b4f1d6c15 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/869] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:45 2026] GET /v2.0/ports?device_id=8be6e434-365a-493d-8b14-e5a49d5c9b51 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/870] 10.0.0.149 () {32 vars in 642 bytes} [Tue Apr 7 01:13:45 2026] GET /v2.0/ports => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:13:45.764 8 INFO neutron.db.segments_db [None req-66b3d04a-1a03-4733-bda0-9b14a96e2c42 f4b6d411d50a46f78cfb03c9123472a7 49f9be1cf6204b828549a078c6f144e0 - - default default] Added segment c4a5b24e-fabd-4728-aee4-48827153d74f of type vxlan for network f8032d11-2a09-4556-a484-1466f61e2b4a 2026-04-07 01:13:45.836 7 INFO neutron.db.segments_db [None req-b12f9d87-b2d2-4006-90f8-f6123b9c2aeb 1b210ae007804c4da3a886ebbaac428f a8707da2f5974d0287440e738120932a - - default default] Added segment 72930fa3-2a5e-4748-a02a-6ea6201b5e54 of type vxlan for network fe0f0b41-659c-43f9-998a-a713cfccd0f1 [pid: 8|app: 0|req: 438/871] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:13:45 2026] POST /v2.0/networks => generated 649 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/872] 10.0.0.195 () {34 vars in 970 bytes} [Tue Apr 7 01:13:45 2026] GET /v2.0/ports/b3156127-f979-417d-a92e-e448b562d6d9 => generated 968 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/873] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:13:45 2026] POST /v2.0/networks => generated 644 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:13:45.932 8 INFO neutron.db.segments_db [None req-1ca43ce9-0596-424e-81c6-28d62e49855e f4b6d411d50a46f78cfb03c9123472a7 49f9be1cf6204b828549a078c6f144e0 - - default default] Added segment a759b654-41f1-4ebf-9100-9cdc2e894095 of type vxlan for network 6a08cd5f-eb17-4a73-a01a-9f4577781b94 [pid: 8|app: 0|req: 440/874] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:13:45 2026] POST /v2.0/networks => generated 648 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/875] 10.0.0.149 () {34 vars in 664 bytes} [Tue Apr 7 01:13:45 2026] POST /v2.0/ports => generated 774 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-07 01:13:46.305 7 INFO neutron.db.segments_db [None req-ecf1819b-8cc6-43c7-b14a-7a7ad05aa110 1b210ae007804c4da3a886ebbaac428f a8707da2f5974d0287440e738120932a - - default default] Added segment 4c6f266c-66d6-4f01-8a8b-be8da9973b7b of type vxlan for network 1c6b5755-7846-4649-ab18-b3e23ded5398 [pid: 7|app: 0|req: 436/876] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:13:46 2026] POST /v2.0/networks => generated 632 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/877] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:13:46 2026] POST /v2.0/subnets => generated 1274 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/878] 10.0.0.149 () {32 vars in 646 bytes} [Tue Apr 7 01:13:46 2026] GET /v2.0/subnets => generated 1910 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/879] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:13:46 2026] DELETE /v2.0/subnets/9544e794-258a-4f0c-b46e-15a1b6a98c99 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/880] 199.204.45.3 () {34 vars in 997 bytes} [Tue Apr 7 01:13:46 2026] GET /v2.0/subnets?network_id=29ecdd7c-95a7-464a-b9db-c52af1ca6dc1 => generated 683 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/881] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:13:46 2026] POST /v2.0/subnets => generated 626 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/882] 199.204.45.3 () {34 vars in 1143 bytes} [Tue Apr 7 01:13:46 2026] GET /v2.0/ports?device_id=8be6e434-365a-493d-8b14-e5a49d5c9b51&device_owner=compute%3Anova&network_id=29ecdd7c-95a7-464a-b9db-c52af1ca6dc1 => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/883] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:13:46 2026] DELETE /v2.0/subnets/e53d3cec-9e72-4a61-b66e-1d5857bee224 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/884] 10.0.0.149 () {34 vars in 664 bytes} [Tue Apr 7 01:13:46 2026] POST /v2.0/ports => generated 950 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: 440/885] 10.0.0.149 () {32 vars in 646 bytes} [Tue Apr 7 01:13:47 2026] GET /v2.0/subnets => generated 649 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/886] 199.204.45.3 () {38 vars in 1025 bytes} [Tue Apr 7 01:13:46 2026] PUT /v2.0/ports/b3156127-f979-417d-a92e-e448b562d6d9 => generated 1145 bytes in 413 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-04-07 01:13:47.193 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0dc1de8b-c700-41f1-9033-14ca2f6eb529'] response: {'name': 'network-changed', 'server_uuid': '8be6e434-365a-493d-8b14-e5a49d5c9b51', 'tag': 'b3156127-f979-417d-a92e-e448b562d6d9', 'status': 'completed', 'code': 200} 2026-04-07 01:13:47.251 7 INFO neutron_taas.services.taas.taas_plugin [None req-1466c8e7-6963-4d15-98de-6efaf996303f 1b210ae007804c4da3a886ebbaac428f a8707da2f5974d0287440e738120932a - - default default] TaaS: Handle Delete Port: 8475a25c-b3b6-47b4-8647-b374632dab70 2026-04-07 01:13:47.255 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1466c8e7-6963-4d15-98de-6efaf996303f 1b210ae007804c4da3a886ebbaac428f a8707da2f5974d0287440e738120932a - - default default] Tap Mirror: Handle Delete Port: 8475a25c-b3b6-47b4-8647-b374632dab70 2026-04-07 01:13:47.295 8 INFO neutron.services.segments.plugin [-] Segment a759b654-41f1-4ebf-9100-9cdc2e894095 resource provider aggregate not found 2026-04-07 01:13:47.296 8 INFO neutron.services.segments.plugin [-] Segment a759b654-41f1-4ebf-9100-9cdc2e894095 resource provider aggregate not found 2026-04-07 01:13:47.314 8 INFO neutron.services.segments.plugin [-] Segment a759b654-41f1-4ebf-9100-9cdc2e894095 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a759b654-41f1-4ebf-9100-9cdc2e894095 found for delete ", "request_id": "req-431cf73a-822e-41a3-9aa2-10b7d9216154"}]} 2026-04-07 01:13:47.315 8 INFO neutron.services.segments.plugin [-] Segment a759b654-41f1-4ebf-9100-9cdc2e894095 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a759b654-41f1-4ebf-9100-9cdc2e894095 found for delete ", "request_id": "req-d4a43e5e-05cd-48a9-9779-364ee0de6e76"}]} [pid: 8|app: 0|req: 447/887] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:13:47 2026] DELETE /v2.0/networks/6a08cd5f-eb17-4a73-a01a-9f4577781b94 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/888] 10.0.0.149 () {32 vars in 719 bytes} [Tue Apr 7 01:13:47 2026] DELETE /v2.0/ports/8475a25c-b3b6-47b4-8647-b374632dab70 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:13:47.454 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0e8288a6-29be-43b0-90b6-47a4345eb792 1b210ae007804c4da3a886ebbaac428f a8707da2f5974d0287440e738120932a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 442/889] 10.0.0.149 () {32 vars in 719 bytes} [Tue Apr 7 01:13:47 2026] DELETE /v2.0/ports/8475a25c-b3b6-47b4-8647-b374632dab70 => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:13:47.483 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4c324a08-00fa-466a-a300-a5e1486cb99b 1b210ae007804c4da3a886ebbaac428f a8707da2f5974d0287440e738120932a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 443/890] 10.0.0.149 () {32 vars in 716 bytes} [Tue Apr 7 01:13:47 2026] GET /v2.0/ports/8475a25c-b3b6-47b4-8647-b374632dab70 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/891] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:13:47 2026] DELETE /v2.0/networks/f8032d11-2a09-4556-a484-1466f61e2b4a => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/892] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:13:47 2026] DELETE /v2.0/networks/73200410-3926-478d-a748-9689bb618a78 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/893] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:13:47 2026] DELETE /v2.0/subnets/1bfe4e68-0355-4c2f-9cb1-f3718974fac7 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/894] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:13:47 2026] DELETE /v2.0/networks/69b22c25-b787-46db-99ff-6ecaca775a61 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:13:47.742 7 INFO neutron.services.segments.plugin [-] Segment 4c6f266c-66d6-4f01-8a8b-be8da9973b7b resource provider aggregate not found 2026-04-07 01:13:47.747 7 INFO neutron.services.segments.plugin [-] Segment 4c6f266c-66d6-4f01-8a8b-be8da9973b7b resource provider aggregate not found [pid: 7|app: 0|req: 445/895] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:13:47 2026] DELETE /v2.0/networks/1c6b5755-7846-4649-ab18-b3e23ded5398 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:13:47.763 7 INFO neutron.services.segments.plugin [-] Segment 4c6f266c-66d6-4f01-8a8b-be8da9973b7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c6f266c-66d6-4f01-8a8b-be8da9973b7b found for delete ", "request_id": "req-3860afbe-21e9-4edc-ba02-e3c927437ae6"}]} 2026-04-07 01:13:47.764 7 INFO neutron.services.segments.plugin [-] Segment 4c6f266c-66d6-4f01-8a8b-be8da9973b7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c6f266c-66d6-4f01-8a8b-be8da9973b7b found for delete ", "request_id": "req-a630f74f-5dd7-4c54-8774-f88b94742cd9"}]} [pid: 8|app: 0|req: 451/896] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:13:47 2026] GET /v2.0/ports?tenant_id=acea0ec2be0b475a8c7f46d99e6cf3e7&device_id=8be6e434-365a-493d-8b14-e5a49d5c9b51 => generated 1417 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:13:47.813 7 INFO neutron.db.segments_db [None req-9dea6a2a-8e2f-40fa-8327-d2e7e4ab2f0b 1b210ae007804c4da3a886ebbaac428f a8707da2f5974d0287440e738120932a - - default default] Added segment d7b9005b-d837-4b14-85a2-f8a000533a6a of type vxlan for network d45b8ad0-fe8d-456a-a1e5-664fa2ddf139 [pid: 8|app: 0|req: 452/897] 199.204.45.3 () {34 vars in 983 bytes} [Tue Apr 7 01:13:47 2026] GET /v2.0/networks?id=29ecdd7c-95a7-464a-b9db-c52af1ca6dc1 => generated 779 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/898] 199.204.45.3 () {34 vars in 1055 bytes} [Tue Apr 7 01:13:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=b3156127-f979-417d-a92e-e448b562d6d9 => 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: 446/899] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:13:47 2026] POST /v2.0/networks => generated 632 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/900] 199.204.45.3 () {34 vars in 1055 bytes} [Tue Apr 7 01:13:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=b3156127-f979-417d-a92e-e448b562d6d9 => generated 860 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/901] 199.204.45.3 () {34 vars in 981 bytes} [Tue Apr 7 01:13:47 2026] GET /v2.0/subnets?id=edfc50bb-7d6f-4a71-8c19-6302dce1eb6f => generated 701 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/902] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:13:47 2026] GET /v2.0/ports?network_id=29ecdd7c-95a7-464a-b9db-c52af1ca6dc1&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: 457/903] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:13:47 2026] GET /v2.0/networks/29ecdd7c-95a7-464a-b9db-c52af1ca6dc1?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: 447/904] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:13:47 2026] POST /v2.0/subnets => generated 626 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/905] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:13:48 2026] GET /v2.0/networks/29ecdd7c-95a7-464a-b9db-c52af1ca6dc1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/906] 10.0.0.149 () {34 vars in 664 bytes} [Tue Apr 7 01:13:48 2026] POST /v2.0/ports => generated 912 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/907] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:13:48 2026] GET /v2.0/security-groups?tenant_id=49f9be1cf6204b828549a078c6f144e0&name=default => generated 2925 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:13:48.581 7 INFO neutron_taas.services.taas.taas_plugin [None req-30ab2127-cc56-4878-87e0-6a40309a644c 1b210ae007804c4da3a886ebbaac428f a8707da2f5974d0287440e738120932a - - default default] TaaS: Handle Delete Port: edb4f2e1-35f4-4a12-916e-dee5f1710f38 2026-04-07 01:13:48.584 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-30ab2127-cc56-4878-87e0-6a40309a644c 1b210ae007804c4da3a886ebbaac428f a8707da2f5974d0287440e738120932a - - default default] Tap Mirror: Handle Delete Port: edb4f2e1-35f4-4a12-916e-dee5f1710f38 [pid: 8|app: 0|req: 460/908] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:13:48 2026] DELETE /v2.0/security-groups/b9440d2b-a498-4fa2-bb58-7cd82248c3ca => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/909] 10.0.0.149 () {32 vars in 719 bytes} [Tue Apr 7 01:13:48 2026] DELETE /v2.0/ports/edb4f2e1-35f4-4a12-916e-dee5f1710f38 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:13:48.752 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4a19a33f-01fd-4359-8a68-fcf739c0d984 1b210ae007804c4da3a886ebbaac428f a8707da2f5974d0287440e738120932a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 461/910] 10.0.0.149 () {32 vars in 716 bytes} [Tue Apr 7 01:13:48 2026] GET /v2.0/ports/edb4f2e1-35f4-4a12-916e-dee5f1710f38 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/911] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:13:48 2026] DELETE /v2.0/subnets/c8380a9a-2c06-4cf1-970c-6f471056a351 => 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: 462/912] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:13:48 2026] DELETE /v2.0/networks/d45b8ad0-fe8d-456a-a1e5-664fa2ddf139 => 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: 463/913] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:13:49 2026] GET /v2.0/ports?tenant_id=acea0ec2be0b475a8c7f46d99e6cf3e7&device_id=8be6e434-365a-493d-8b14-e5a49d5c9b51 => generated 1417 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/914] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:49 2026] GET /v2.0/ports?device_id=8be6e434-365a-493d-8b14-e5a49d5c9b51 => generated 1148 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/915] 10.0.0.149 () {34 vars in 664 bytes} [Tue Apr 7 01:13:49 2026] POST /v2.0/ports => generated 775 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 465/916] 199.204.45.3 () {34 vars in 983 bytes} [Tue Apr 7 01:13:49 2026] GET /v2.0/networks?id=29ecdd7c-95a7-464a-b9db-c52af1ca6dc1 => generated 779 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/917] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:49 2026] GET /v2.0/security-groups?id=a96d1ef0-cf74-47c5-9d84-c34959425494&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: 7|app: 0|req: 453/918] 199.204.45.3 () {34 vars in 1055 bytes} [Tue Apr 7 01:13:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=b3156127-f979-417d-a92e-e448b562d6d9 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:13:49.342 8 INFO neutron.services.segments.plugin [-] Segment c4a5b24e-fabd-4728-aee4-48827153d74f resource provider aggregate not found 2026-04-07 01:13:49.349 8 INFO neutron.services.segments.plugin [-] Segment c4a5b24e-fabd-4728-aee4-48827153d74f resource provider aggregate not found 2026-04-07 01:13:49.375 8 INFO neutron.services.segments.plugin [-] Segment c4a5b24e-fabd-4728-aee4-48827153d74f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4a5b24e-fabd-4728-aee4-48827153d74f found for delete ", "request_id": "req-10dac77b-c504-4704-ae1e-cec41876d309"}]} 2026-04-07 01:13:49.379 8 INFO neutron.services.segments.plugin [-] Segment c4a5b24e-fabd-4728-aee4-48827153d74f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4a5b24e-fabd-4728-aee4-48827153d74f found for delete ", "request_id": "req-8d2c0adb-3774-4475-8fe2-33f04bea501d"}]} [pid: 7|app: 0|req: 454/919] 199.204.45.3 () {34 vars in 1055 bytes} [Tue Apr 7 01:13:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=b3156127-f979-417d-a92e-e448b562d6d9 => generated 860 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:13:49.407 8 INFO neutron.services.segments.plugin [-] Segment d3a5ae68-8e4d-4dc4-8b1d-872ba2fad9c8 resource provider aggregate not found [pid: 7|app: 0|req: 455/920] 199.204.45.3 () {34 vars in 981 bytes} [Tue Apr 7 01:13:49 2026] GET /v2.0/subnets?id=edfc50bb-7d6f-4a71-8c19-6302dce1eb6f => generated 701 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:13:49.413 8 INFO neutron.services.segments.plugin [-] Segment d3a5ae68-8e4d-4dc4-8b1d-872ba2fad9c8 resource provider aggregate not found 2026-04-07 01:13:49.431 8 INFO neutron.services.segments.plugin [-] Segment d3a5ae68-8e4d-4dc4-8b1d-872ba2fad9c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3a5ae68-8e4d-4dc4-8b1d-872ba2fad9c8 found for delete ", "request_id": "req-0bfa09f0-fd18-4d33-9061-53f2f32080c4"}]} 2026-04-07 01:13:49.441 8 INFO neutron.services.segments.plugin [-] Segment d3a5ae68-8e4d-4dc4-8b1d-872ba2fad9c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3a5ae68-8e4d-4dc4-8b1d-872ba2fad9c8 found for delete ", "request_id": "req-d1269dac-33d9-4971-be6a-5cf258e9f2c0"}]} 2026-04-07 01:13:49.453 8 INFO neutron.services.segments.plugin [-] Segment ccb9242f-800c-4223-b03c-d94ba0a2edba resource provider aggregate not found [pid: 7|app: 0|req: 456/921] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:13:49 2026] GET /v2.0/ports?network_id=29ecdd7c-95a7-464a-b9db-c52af1ca6dc1&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-04-07 01:13:49.478 8 INFO neutron.services.segments.plugin [-] Segment ccb9242f-800c-4223-b03c-d94ba0a2edba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccb9242f-800c-4223-b03c-d94ba0a2edba found for delete ", "request_id": "req-3899800a-bf70-42ba-a880-65bd577d212b"}]} 2026-04-07 01:13:49.482 8 INFO neutron.services.segments.plugin [-] Segment ccb9242f-800c-4223-b03c-d94ba0a2edba resource provider aggregate not found 2026-04-07 01:13:49.500 8 INFO neutron.services.segments.plugin [-] Segment d7b9005b-d837-4b14-85a2-f8a000533a6a resource provider aggregate not found 2026-04-07 01:13:49.509 8 INFO neutron.services.segments.plugin [-] Segment ccb9242f-800c-4223-b03c-d94ba0a2edba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccb9242f-800c-4223-b03c-d94ba0a2edba found for delete ", "request_id": "req-27446341-56e7-437d-a2f7-3120b8f1cd53"}]} [pid: 7|app: 0|req: 457/922] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:13:49 2026] GET /v2.0/networks/29ecdd7c-95a7-464a-b9db-c52af1ca6dc1?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:13:49.532 8 INFO neutron.services.segments.plugin [-] Segment d7b9005b-d837-4b14-85a2-f8a000533a6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7b9005b-d837-4b14-85a2-f8a000533a6a found for delete ", "request_id": "req-bff4ee72-f0a3-4d8a-a3e1-4ecb02e77c4a"}]} 2026-04-07 01:13:49.533 8 INFO neutron.services.segments.plugin [-] Segment d7b9005b-d837-4b14-85a2-f8a000533a6a resource provider aggregate not found 2026-04-07 01:13:49.549 8 INFO neutron.services.segments.plugin [-] Segment d7b9005b-d837-4b14-85a2-f8a000533a6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7b9005b-d837-4b14-85a2-f8a000533a6a found for delete ", "request_id": "req-652b524e-d507-4807-89b9-95b3ef39659c"}]} [pid: 7|app: 0|req: 458/923] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:13:49 2026] GET /v2.0/networks/29ecdd7c-95a7-464a-b9db-c52af1ca6dc1?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: 466/924] 10.0.0.149 () {34 vars in 736 bytes} [Tue Apr 7 01:13:49 2026] PUT /v2.0/ports/0995f855-2e28-4411-b14c-d30c32842cf6 => generated 752 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:13:49.720 7 INFO neutron_taas.services.taas.taas_plugin [None req-3a291d94-f92f-45d4-b435-170a09ffa66b 1b210ae007804c4da3a886ebbaac428f a8707da2f5974d0287440e738120932a - - default default] TaaS: Handle Delete Port: 0995f855-2e28-4411-b14c-d30c32842cf6 2026-04-07 01:13:49.723 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a291d94-f92f-45d4-b435-170a09ffa66b 1b210ae007804c4da3a886ebbaac428f a8707da2f5974d0287440e738120932a - - default default] Tap Mirror: Handle Delete Port: 0995f855-2e28-4411-b14c-d30c32842cf6 [pid: 7|app: 0|req: 459/925] 10.0.0.149 () {32 vars in 719 bytes} [Tue Apr 7 01:13:49 2026] DELETE /v2.0/ports/0995f855-2e28-4411-b14c-d30c32842cf6 => generated 0 bytes in 208 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: 460/926] 10.0.0.149 () {32 vars in 642 bytes} [Tue Apr 7 01:13:49 2026] GET /v2.0/ports => generated 777 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:13:49.902 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e4213314-9792-4007-9186-5583c4fb64b8 1b210ae007804c4da3a886ebbaac428f a8707da2f5974d0287440e738120932a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 461/927] 10.0.0.149 () {32 vars in 716 bytes} [Tue Apr 7 01:13:49 2026] GET /v2.0/ports/0995f855-2e28-4411-b14c-d30c32842cf6 => 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: 462/928] 10.0.0.149 () {32 vars in 642 bytes} [Tue Apr 7 01:13:49 2026] GET /v2.0/ports => generated 777 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/929] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:13:49 2026] GET /v2.0/security-groups?tenant_id=0883a0f2967e43528eeb58e6b66af1f9&name=default => generated 2925 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/930] 10.0.0.149 () {32 vars in 716 bytes} [Tue Apr 7 01:13:49 2026] GET /v2.0/ports/a1e11fb8-a98b-4438-8cbe-6d9b6cfcbccd => generated 774 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:13:50.023 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3cb23662-b3d5-42fb-b972-ecfeeb194678 1b210ae007804c4da3a886ebbaac428f a8707da2f5974d0287440e738120932a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 464/931] 10.0.0.149 () {32 vars in 719 bytes} [Tue Apr 7 01:13:50 2026] DELETE /v2.0/ports/edb4f2e1-35f4-4a12-916e-dee5f1710f38 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:13:50.039 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4f535967-0ae3-4856-9d0f-483b4a3563ef 1b210ae007804c4da3a886ebbaac428f a8707da2f5974d0287440e738120932a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 465/932] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:13:50 2026] DELETE /v2.0/subnets/c8380a9a-2c06-4cf1-970c-6f471056a351 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:13:50.062 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4a41e842-8ff2-40d1-bf3f-d3e5325bb9f9 1b210ae007804c4da3a886ebbaac428f a8707da2f5974d0287440e738120932a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 466/933] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:13:50 2026] DELETE /v2.0/subnets/1bfe4e68-0355-4c2f-9cb1-f3718974fac7 => 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: 468/934] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:13:50 2026] DELETE /v2.0/security-groups/f4589bc3-29d0-45a0-b609-165b2651cf9d => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/935] 199.204.45.3 () {34 vars in 1115 bytes} [Tue Apr 7 01:13:50 2026] GET /v2.0/ports?device_id=8be6e434-365a-493d-8b14-e5a49d5c9b51&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.7 => generated 1148 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:13:50.189 7 INFO neutron_taas.services.taas.taas_plugin [None req-a48e7448-4f46-4674-8bd9-11f669042f4c 1b210ae007804c4da3a886ebbaac428f a8707da2f5974d0287440e738120932a - - default default] TaaS: Handle Delete Port: a1e11fb8-a98b-4438-8cbe-6d9b6cfcbccd 2026-04-07 01:13:50.193 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a48e7448-4f46-4674-8bd9-11f669042f4c 1b210ae007804c4da3a886ebbaac428f a8707da2f5974d0287440e738120932a - - default default] Tap Mirror: Handle Delete Port: a1e11fb8-a98b-4438-8cbe-6d9b6cfcbccd [pid: 7|app: 0|req: 467/936] 10.0.0.149 () {32 vars in 719 bytes} [Tue Apr 7 01:13:50 2026] DELETE /v2.0/ports/a1e11fb8-a98b-4438-8cbe-6d9b6cfcbccd => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/937] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:13:50 2026] GET /v2.0/security-groups?tenant_id=723c6c83bd414974826ebc5b234187e4&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/938] 199.204.45.3 () {38 vars in 1025 bytes} [Tue Apr 7 01:13:50 2026] PUT /v2.0/ports/b3156127-f979-417d-a92e-e448b562d6d9 => generated 968 bytes in 323 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-04-07 01:13:50.498 7 INFO neutron.services.segments.plugin [-] Segment 72930fa3-2a5e-4748-a02a-6ea6201b5e54 resource provider aggregate not found 2026-04-07 01:13:50.503 7 INFO neutron.services.segments.plugin [-] Segment 72930fa3-2a5e-4748-a02a-6ea6201b5e54 resource provider aggregate not found 2026-04-07 01:13:50.515 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-df6a34cc-d8c6-42d0-a725-5495e51d1b94'] response: {'name': 'network-changed', 'server_uuid': '8be6e434-365a-493d-8b14-e5a49d5c9b51', 'tag': 'b3156127-f979-417d-a92e-e448b562d6d9', 'status': 'completed', 'code': 200} 2026-04-07 01:13:50.520 7 INFO neutron.services.segments.plugin [-] Segment 72930fa3-2a5e-4748-a02a-6ea6201b5e54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72930fa3-2a5e-4748-a02a-6ea6201b5e54 found for delete ", "request_id": "req-c03f094e-258a-474c-a63e-4aeec5f301d8"}]} 2026-04-07 01:13:50.522 7 INFO neutron.services.segments.plugin [-] Segment 72930fa3-2a5e-4748-a02a-6ea6201b5e54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72930fa3-2a5e-4748-a02a-6ea6201b5e54 found for delete ", "request_id": "req-997cbce0-6d1f-4f9a-9670-d7ff7964380a"}]} [pid: 7|app: 0|req: 469/939] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:13:50 2026] DELETE /v2.0/networks/fe0f0b41-659c-43f9-998a-a713cfccd0f1 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/940] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:13:50 2026] DELETE /v2.0/security-groups/ef2119ed-d589-415f-9964-6569b117e5ba => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:13:50.755 7 INFO neutron.db.segments_db [None req-c993a7a9-2971-4a1b-a536-f4f05646fca7 f49e2b7cca9441f4954359aae3e53373 7e3a3846430d491d9326a9ee78015a87 - - default default] Added segment b486f032-1e02-4bcd-a081-76e9e709c4ca of type vxlan for network 92e1a88a-3aa9-4ae7-900a-6e568d869171 [pid: 7|app: 0|req: 470/941] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:13:50 2026] POST /v2.0/networks => generated 644 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/942] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:13:50 2026] GET /v2.0/ports?tenant_id=acea0ec2be0b475a8c7f46d99e6cf3e7&device_id=8be6e434-365a-493d-8b14-e5a49d5c9b51 => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/943] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:13:50 2026] POST /v2.0/subnets => generated 641 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/944] 199.204.45.3 () {34 vars in 983 bytes} [Tue Apr 7 01:13:51 2026] GET /v2.0/networks?id=29ecdd7c-95a7-464a-b9db-c52af1ca6dc1 => generated 779 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/945] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:13:51 2026] GET /v2.0/security-groups?tenant_id=a8707da2f5974d0287440e738120932a&name=default => generated 2925 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:13:51.260 8 INFO neutron.db.segments_db [None req-35b36b52-8f0f-4fff-b386-1234a738b601 f49e2b7cca9441f4954359aae3e53373 7e3a3846430d491d9326a9ee78015a87 - - default default] Added segment 997ba231-9e63-47de-a1c7-5cdef49f7a99 of type vxlan for network 1790f8da-6167-4319-94af-ac7279d1cbea [pid: 7|app: 0|req: 473/946] 199.204.45.3 () {34 vars in 1055 bytes} [Tue Apr 7 01:13:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=b3156127-f979-417d-a92e-e448b562d6d9 => generated 860 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/947] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:13:51 2026] POST /v2.0/networks => generated 643 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/948] 199.204.45.3 () {34 vars in 981 bytes} [Tue Apr 7 01:13:51 2026] GET /v2.0/subnets?id=edfc50bb-7d6f-4a71-8c19-6302dce1eb6f => generated 701 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/949] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:13:51 2026] DELETE /v2.0/security-groups/549a4e9d-f91f-4a98-ae03-b55ff5048cf4 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/950] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:13:51 2026] GET /v2.0/ports?network_id=29ecdd7c-95a7-464a-b9db-c52af1ca6dc1&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: 476/951] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:13:51 2026] GET /v2.0/networks/29ecdd7c-95a7-464a-b9db-c52af1ca6dc1?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/952] 10.0.0.149 () {34 vars in 742 bytes} [Tue Apr 7 01:13:51 2026] PUT /v2.0/networks/1790f8da-6167-4319-94af-ac7279d1cbea => generated 592 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/953] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:13:51 2026] GET /v2.0/networks/29ecdd7c-95a7-464a-b9db-c52af1ca6dc1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/954] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:13:51 2026] POST /v2.0/subnets => generated 626 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/955] 10.0.0.149 () {34 vars in 740 bytes} [Tue Apr 7 01:13:51 2026] PUT /v2.0/subnets/0475fdd1-e0b8-4a4f-84eb-f7f928600113 => generated 636 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:13:52.016 8 INFO neutron.services.segments.plugin [-] Segment 997ba231-9e63-47de-a1c7-5cdef49f7a99 resource provider aggregate not found 2026-04-07 01:13:52.022 8 INFO neutron.services.segments.plugin [-] Segment 997ba231-9e63-47de-a1c7-5cdef49f7a99 resource provider aggregate not found 2026-04-07 01:13:52.040 8 INFO neutron.services.segments.plugin [-] Segment 997ba231-9e63-47de-a1c7-5cdef49f7a99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 997ba231-9e63-47de-a1c7-5cdef49f7a99 found for delete ", "request_id": "req-d6f15508-1b49-4aa5-8788-c189eeeb583b"}]} [pid: 8|app: 0|req: 478/956] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:13:51 2026] DELETE /v2.0/networks/1790f8da-6167-4319-94af-ac7279d1cbea => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:13:52.045 8 INFO neutron.services.segments.plugin [-] Segment 997ba231-9e63-47de-a1c7-5cdef49f7a99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 997ba231-9e63-47de-a1c7-5cdef49f7a99 found for delete ", "request_id": "req-cd2a1b8c-13cc-4181-a1db-a7364da84085"}]} 2026-04-07 01:13:52.068 7 INFO neutron.pecan_wsgi.hooks.translation [None req-983cf9cd-921b-4a30-b52e-c5e6514b9368 f49e2b7cca9441f4954359aae3e53373 7e3a3846430d491d9326a9ee78015a87 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 479/957] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:13:52 2026] DELETE /v2.0/networks/1790f8da-6167-4319-94af-ac7279d1cbea => generated 138 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/958] 10.0.0.149 () {32 vars in 693 bytes} [Tue Apr 7 01:13:52 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/959] 10.0.0.149 () {32 vars in 741 bytes} [Tue Apr 7 01:13:52 2026] GET /v2.0/subnets?network_id=b1fba0df-084d-4307-a78d-0fb774c40349 => generated 649 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/960] 10.0.0.149 () {32 vars in 652 bytes} [Tue Apr 7 01:13:52 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: 481/961] 10.0.0.149 () {32 vars in 648 bytes} [Tue Apr 7 01:13:52 2026] GET /v2.0/networks => generated 1309 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/962] 10.0.0.149 () {32 vars in 646 bytes} [Tue Apr 7 01:13:52 2026] GET /v2.0/subnets => generated 1280 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/963] 10.0.0.149 () {32 vars in 722 bytes} [Tue Apr 7 01:13:52 2026] GET /v2.0/networks/92e1a88a-3aa9-4ae7-900a-6e568d869171 => generated 669 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/964] 10.0.0.149 () {32 vars in 720 bytes} [Tue Apr 7 01:13:52 2026] GET /v2.0/subnets/65fd8c09-6bd0-42c7-b0ce-3c249fe41a69 => generated 641 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:13:52.406 7 INFO neutron.pecan_wsgi.hooks.translation [None req-90f0205f-0501-4bce-8a46-612d4a577b67 f49e2b7cca9441f4954359aae3e53373 7e3a3846430d491d9326a9ee78015a87 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 483/965] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:13:52 2026] DELETE /v2.0/subnets/0475fdd1-e0b8-4a4f-84eb-f7f928600113 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:13:52.429 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b3463ffc-0e85-4f6c-8179-10541835b593 f49e2b7cca9441f4954359aae3e53373 7e3a3846430d491d9326a9ee78015a87 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 483/966] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:13:52 2026] DELETE /v2.0/networks/1790f8da-6167-4319-94af-ac7279d1cbea => generated 138 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/967] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:13:52 2026] DELETE /v2.0/subnets/65fd8c09-6bd0-42c7-b0ce-3c249fe41a69 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/968] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:13:52 2026] GET /v2.0/ports?tenant_id=acea0ec2be0b475a8c7f46d99e6cf3e7&device_id=8be6e434-365a-493d-8b14-e5a49d5c9b51 => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/969] 199.204.45.3 () {34 vars in 983 bytes} [Tue Apr 7 01:13:52 2026] GET /v2.0/networks?id=29ecdd7c-95a7-464a-b9db-c52af1ca6dc1 => generated 779 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/970] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:52 2026] GET /v2.0/ports?device_id=8be6e434-365a-493d-8b14-e5a49d5c9b51 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:13:52.722 7 INFO neutron.services.segments.plugin [-] Segment b486f032-1e02-4bcd-a081-76e9e709c4ca resource provider aggregate not found 2026-04-07 01:13:52.731 7 INFO neutron.services.segments.plugin [-] Segment b486f032-1e02-4bcd-a081-76e9e709c4ca resource provider aggregate not found [pid: 8|app: 0|req: 487/971] 199.204.45.3 () {34 vars in 1055 bytes} [Tue Apr 7 01:13:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=b3156127-f979-417d-a92e-e448b562d6d9 => generated 860 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:13:52.749 7 INFO neutron.services.segments.plugin [-] Segment b486f032-1e02-4bcd-a081-76e9e709c4ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b486f032-1e02-4bcd-a081-76e9e709c4ca found for delete ", "request_id": "req-e93110a5-66a2-4866-a388-2e01e8dbad9e"}]} 2026-04-07 01:13:52.752 7 INFO neutron.services.segments.plugin [-] Segment b486f032-1e02-4bcd-a081-76e9e709c4ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b486f032-1e02-4bcd-a081-76e9e709c4ca found for delete ", "request_id": "req-789769d5-0755-4ba2-aef1-5c422f043e1c"}]} [pid: 7|app: 0|req: 485/972] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:13:52 2026] DELETE /v2.0/networks/92e1a88a-3aa9-4ae7-900a-6e568d869171 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/973] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:52 2026] GET /v2.0/security-groups?id=a96d1ef0-cf74-47c5-9d84-c34959425494&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/974] 199.204.45.3 () {34 vars in 981 bytes} [Tue Apr 7 01:13:52 2026] GET /v2.0/subnets?id=edfc50bb-7d6f-4a71-8c19-6302dce1eb6f => generated 701 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/975] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:13:52 2026] GET /v2.0/ports?network_id=29ecdd7c-95a7-464a-b9db-c52af1ca6dc1&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: 490/976] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:13:52 2026] GET /v2.0/networks/29ecdd7c-95a7-464a-b9db-c52af1ca6dc1?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: 491/977] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:13:52 2026] GET /v2.0/networks/29ecdd7c-95a7-464a-b9db-c52af1ca6dc1?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: 487/978] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:13:52 2026] GET /v2.0/security-groups?tenant_id=1c4d29236d9142358db36d9d1165820a&name=default => generated 2925 bytes in 376 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:13:53.251 8 INFO neutron.db.segments_db [None req-adbcaef5-de33-4821-aadf-04f5892a8f6e 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] Added segment c1640112-3631-43b7-a5f2-05282a51b3a8 of type vxlan for network 3b2451f4-bf20-4386-9066-23d165a22338 [pid: 7|app: 0|req: 488/979] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:13:53 2026] DELETE /v2.0/security-groups/b72a8689-aa5b-49fd-80bb-de56ef7c7f76 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/980] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:13:53 2026] POST /v2.0/networks => generated 633 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/981] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:13:53 2026] GET /v2.0/security-groups?tenant_id=7e3a3846430d491d9326a9ee78015a87&name=default => generated 2925 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:13:53.400 8 INFO neutron.db.segments_db [None req-3a41052f-4058-4710-9cd2-9140fe6ce2e8 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] Added segment 1d6f5355-1b7c-4dc0-b547-86a4994609ac of type vxlan for network 0dfbf09f-6b60-4faa-9531-0ececf83a25f [pid: 7|app: 0|req: 490/982] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:13:53 2026] DELETE /v2.0/security-groups/8842e3b9-d70f-4cf3-a557-2b4471baea07 => 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: 493/983] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:13:53 2026] POST /v2.0/networks => generated 634 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/984] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:13:53 2026] POST /v2.0/subnets => generated 646 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/985] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:53 2026] GET /v2.0/ports?device_id=8be6e434-365a-493d-8b14-e5a49d5c9b51 => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/986] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:53 2026] GET /v2.0/security-groups?id=a96d1ef0-cf74-47c5-9d84-c34959425494&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: 494/987] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:13:53 2026] POST /v2.0/subnets => generated 655 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:13:54.034 7 INFO neutron.db.segments_db [None req-867a1823-54fc-41a6-8e29-0603642d794f 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] Added segment a48e2ffa-dcad-4544-8108-7566ac8ca68b of type vxlan for network 0cfcbfcf-b04f-4a50-b1c4-b90d547720a9 2026-04-07 01:13:54.272 7 INFO neutron.db.l3_hamode_db [None req-867a1823-54fc-41a6-8e29-0603642d794f 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:13:54.381 7 INFO neutron.db.l3_hamode_db [None req-867a1823-54fc-41a6-8e29-0603642d794f 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 494/990] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:13:53 2026] POST /v2.0/routers => generated 511 bytes in 946 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/991] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:55 2026] GET /v2.0/ports?device_id=8be6e434-365a-493d-8b14-e5a49d5c9b51 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/992] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:55 2026] GET /v2.0/security-groups?id=a96d1ef0-cf74-47c5-9d84-c34959425494&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: 497/993] 10.0.0.149 () {34 vars in 675 bytes} [Tue Apr 7 01:13:55 2026] POST /v2.0/subnetpools => generated 548 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/994] 199.204.45.3 () {34 vars in 991 bytes} [Tue Apr 7 01:13:55 2026] GET /v2.0/ports?device_id=8be6e434-365a-493d-8b14-e5a49d5c9b51 => 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: 499/995] 10.0.0.149 () {32 vars in 728 bytes} [Tue Apr 7 01:13:55 2026] GET /v2.0/subnetpools/f1adf4ad-d9a4-4d60-bbca-16abfc905c01 => generated 548 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:13:55.558 7 INFO neutron_taas.services.taas.taas_plugin [req-6d6513f9-5896-4215-a617-22cadaf5f84c req-d9883822-c330-4d54-945a-736386eea474 5a882005f6274c9e806886025dcbfea4 acea0ec2be0b475a8c7f46d99e6cf3e7 - - default default] TaaS: Handle Delete Port: b3156127-f979-417d-a92e-e448b562d6d9 2026-04-07 01:13:55.561 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6d6513f9-5896-4215-a617-22cadaf5f84c req-d9883822-c330-4d54-945a-736386eea474 5a882005f6274c9e806886025dcbfea4 acea0ec2be0b475a8c7f46d99e6cf3e7 - - default default] Tap Mirror: Handle Delete Port: b3156127-f979-417d-a92e-e448b562d6d9 2026-04-07 01:13:55.686 7 INFO neutron.db.l3_db [req-6d6513f9-5896-4215-a617-22cadaf5f84c req-d9883822-c330-4d54-945a-736386eea474 5a882005f6274c9e806886025dcbfea4 acea0ec2be0b475a8c7f46d99e6cf3e7 - - default default] Floating IP 43c0c752-1265-4e09-979b-3d3ab0247216 disassociated. External IP: 10.96.250.204, port: b3156127-f979-417d-a92e-e448b562d6d9. [pid: 8|app: 0|req: 497/996] 10.0.0.149 () {34 vars in 782 bytes} [Tue Apr 7 01:13:54 2026] PUT /v2.0/routers/3bfe0290-3887-4a88-8137-4870c9cbf4eb/add_router_interface => generated 309 bytes in 1037 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/997] 10.0.0.149 () {34 vars in 748 bytes} [Tue Apr 7 01:13:55 2026] PUT /v2.0/subnetpools/f1adf4ad-d9a4-4d60-bbca-16abfc905c01 => generated 500 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/998] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:13:56 2026] GET /v2.0/security-groups?tenant_id=76bfce42b317411583cdc606e82331d0&name=default => generated 2925 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/999] 10.0.0.149 () {32 vars in 716 bytes} [Tue Apr 7 01:13:56 2026] GET /v2.0/ports/086170a0-c56f-43b3-bdae-18666795833b => generated 959 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1000] 10.0.0.149 () {32 vars in 731 bytes} [Tue Apr 7 01:13:56 2026] DELETE /v2.0/subnetpools/f1adf4ad-d9a4-4d60-bbca-16abfc905c01 => 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: 502/1001] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:56 2026] GET /v2.0/ports?device_id=8be6e434-365a-493d-8b14-e5a49d5c9b51 => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1002] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:13:56 2026] DELETE /v2.0/security-groups/746d8217-0fe7-42b4-8b0d-2a01d1169497 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/1003] 199.204.45.3 () {36 vars in 994 bytes} [Tue Apr 7 01:13:55 2026] DELETE /v2.0/ports/b3156127-f979-417d-a92e-e448b562d6d9 => generated 0 bytes in 1259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:13:56.741 7 INFO neutron.api.v2.resource [None req-d33bfba7-63e6-46e5-a6f1-4364fe7945e9 ba29beff308140d996e17da088291105 e55a2082f1d44ad0a0bb573cc1f655d6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 501/1004] 10.0.0.149 () {32 vars in 728 bytes} [Tue Apr 7 01:13:56 2026] GET /v2.0/subnetpools/f1adf4ad-d9a4-4d60-bbca-16abfc905c01 => generated 145 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:13:56.772 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-09530ff0-54bc-4531-a722-bf6f58fac117'] response: {'server_uuid': '8be6e434-365a-493d-8b14-e5a49d5c9b51', 'name': 'network-vif-deleted', 'tag': 'b3156127-f979-417d-a92e-e448b562d6d9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 502/1005] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:13:56 2026] GET /v2.0/security-groups?id=a96d1ef0-cf74-47c5-9d84-c34959425494&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:13:56.787 7 INFO neutron.api.v2.resource [None req-969715df-4bea-43c7-9d7f-305e1f73c5fb ba29beff308140d996e17da088291105 e55a2082f1d44ad0a0bb573cc1f655d6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 503/1006] 10.0.0.149 () {32 vars in 731 bytes} [Tue Apr 7 01:13:56 2026] DELETE /v2.0/subnetpools/f1adf4ad-d9a4-4d60-bbca-16abfc905c01 => generated 145 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1007] 10.0.0.149 () {34 vars in 782 bytes} [Tue Apr 7 01:13:56 2026] PUT /v2.0/routers/3bfe0290-3887-4a88-8137-4870c9cbf4eb/add_router_interface => generated 309 bytes in 1006 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1008] 10.0.0.149 () {32 vars in 716 bytes} [Tue Apr 7 01:13:57 2026] GET /v2.0/ports/80a3ec5a-5933-4477-bd1f-c21e510d1f0d => generated 967 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1009] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:13:57 2026] GET /v2.0/security-groups?tenant_id=e55a2082f1d44ad0a0bb573cc1f655d6&name=default => generated 2925 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1010] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:13:57 2026] DELETE /v2.0/security-groups/5f0f9db1-c311-4fb3-b553-f0157bb2ab09 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:13:57.805 8 INFO neutron_taas.services.taas.taas_plugin [None req-9645c4a1-b556-47f5-8d16-0ac4723e1f48 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] TaaS: Handle Delete Port: 80a3ec5a-5933-4477-bd1f-c21e510d1f0d 2026-04-07 01:13:57.809 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9645c4a1-b556-47f5-8d16-0ac4723e1f48 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] Tap Mirror: Handle Delete Port: 80a3ec5a-5933-4477-bd1f-c21e510d1f0d [pid: 7|app: 0|req: 506/1011] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:57 2026] GET /v2.0/ports?device_id=8be6e434-365a-493d-8b14-e5a49d5c9b51 => 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: 506/1012] 10.0.0.149 () {34 vars in 788 bytes} [Tue Apr 7 01:13:57 2026] PUT /v2.0/routers/3bfe0290-3887-4a88-8137-4870c9cbf4eb/remove_router_interface => generated 309 bytes in 694 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:13:58.572 7 INFO neutron_taas.services.taas.taas_plugin [None req-7e0ebf3e-e048-447f-a9a6-2d49b0e0bb3c 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] TaaS: Handle Delete Port: 086170a0-c56f-43b3-bdae-18666795833b 2026-04-07 01:13:58.575 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e0ebf3e-e048-447f-a9a6-2d49b0e0bb3c 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] Tap Mirror: Handle Delete Port: 086170a0-c56f-43b3-bdae-18666795833b [pid: 7|app: 0|req: 507/1013] 10.0.0.149 () {34 vars in 788 bytes} [Tue Apr 7 01:13:58 2026] PUT /v2.0/routers/3bfe0290-3887-4a88-8137-4870c9cbf4eb/remove_router_interface => generated 309 bytes in 730 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1014] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:13:58 2026] GET /v2.0/ports?device_id=8be6e434-365a-493d-8b14-e5a49d5c9b51 => 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: 509/1015] 10.0.0.149 () {32 vars in 735 bytes} [Tue Apr 7 01:13:58 2026] GET /v2.0/ports?device_id=3bfe0290-3887-4a88-8137-4870c9cbf4eb => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1016] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:13:58 2026] GET /v2.0/security-groups?tenant_id=b17da21a4e2d4991b0eb1311f32f26de&name=default => generated 2925 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:13:59.113 7 INFO neutron_taas.services.taas.taas_plugin [None req-84e48200-27a1-4a2f-981b-45356f66a8ac 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] TaaS: Handle Delete Port: 06e8ec61-bc1a-4201-91a5-6e13bdc905f5 2026-04-07 01:13:59.116 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84e48200-27a1-4a2f-981b-45356f66a8ac 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] Tap Mirror: Handle Delete Port: 06e8ec61-bc1a-4201-91a5-6e13bdc905f5 [pid: 8|app: 0|req: 508/1017] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:13:59 2026] DELETE /v2.0/security-groups/086be4c1-ca6c-4d41-bbfa-32753fa7ae4c => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:13:59.455 7 INFO neutron.services.segments.plugin [-] Segment a48e2ffa-dcad-4544-8108-7566ac8ca68b resource provider aggregate not found 2026-04-07 01:13:59.459 7 INFO neutron.services.segments.plugin [-] Segment a48e2ffa-dcad-4544-8108-7566ac8ca68b resource provider aggregate not found 2026-04-07 01:13:59.493 7 INFO neutron.services.segments.plugin [-] Segment a48e2ffa-dcad-4544-8108-7566ac8ca68b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a48e2ffa-dcad-4544-8108-7566ac8ca68b found for delete ", "request_id": "req-de25d402-e8c7-4a01-bd3e-4022ddbfb66a"}]} 2026-04-07 01:13:59.503 7 INFO neutron.services.segments.plugin [-] Segment a48e2ffa-dcad-4544-8108-7566ac8ca68b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a48e2ffa-dcad-4544-8108-7566ac8ca68b found for delete ", "request_id": "req-75cd681a-8751-470b-bc35-4f1b2b112f08"}]} 2026-04-07 01:13:59.516 7 INFO neutron.db.l3_hamode_db [None req-84e48200-27a1-4a2f-981b-45356f66a8ac 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] HA network 0cfcbfcf-b04f-4a50-b1c4-b90d547720a9 was deleted as no HA routers are present in tenant 8cf181dcb43043ac9cf7ea79c2769c6b. [pid: 7|app: 0|req: 510/1018] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:13:58 2026] DELETE /v2.0/routers/3bfe0290-3887-4a88-8137-4870c9cbf4eb => generated 0 bytes in 540 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1019] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:13:59 2026] DELETE /v2.0/subnets/099776ae-522d-468f-8af0-588dae1196a0 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1020] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:13:59 2026] DELETE /v2.0/subnets/5d8b34fe-287d-422a-863f-6ba63d43970b => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:13:59.959 8 INFO neutron_taas.services.taas.taas_plugin [None req-8e95ee32-6f62-4de5-9887-e7692d5b5909 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] TaaS: Handle Delete Port: f285a53a-9a41-47a2-9643-c5c4a3d70edc 2026-04-07 01:13:59.961 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e95ee32-6f62-4de5-9887-e7692d5b5909 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] Tap Mirror: Handle Delete Port: f285a53a-9a41-47a2-9643-c5c4a3d70edc 2026-04-07 01:14:00.147 8 INFO neutron.services.segments.plugin [-] Segment 1d6f5355-1b7c-4dc0-b547-86a4994609ac resource provider aggregate not found 2026-04-07 01:14:00.150 8 INFO neutron.services.segments.plugin [-] Segment 1d6f5355-1b7c-4dc0-b547-86a4994609ac resource provider aggregate not found [pid: 7|app: 0|req: 512/1021] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:14:00 2026] DELETE /v2.0/security-groups/a96d1ef0-cf74-47c5-9d84-c34959425494 => 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: 510/1022] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:13:59 2026] DELETE /v2.0/networks/0dfbf09f-6b60-4faa-9531-0ececf83a25f => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:14:00.171 8 INFO neutron.services.segments.plugin [-] Segment 1d6f5355-1b7c-4dc0-b547-86a4994609ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d6f5355-1b7c-4dc0-b547-86a4994609ac found for delete ", "request_id": "req-495317bb-730c-4534-bc82-eecbb1123054"}]} 2026-04-07 01:14:00.175 8 INFO neutron.services.segments.plugin [-] Segment 1d6f5355-1b7c-4dc0-b547-86a4994609ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d6f5355-1b7c-4dc0-b547-86a4994609ac found for delete ", "request_id": "req-3d7e42a6-edf8-48c3-b895-cbf10c7ba09f"}]} 2026-04-07 01:14:00.180 7 INFO neutron.api.v2.resource [None req-a7d4023a-7621-464b-8a1f-21cecee5474c 5a882005f6274c9e806886025dcbfea4 acea0ec2be0b475a8c7f46d99e6cf3e7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 513/1023] 10.0.0.149 () {32 vars in 736 bytes} [Tue Apr 7 01:14:00 2026] GET /v2.0/security-groups/a96d1ef0-cf74-47c5-9d84-c34959425494 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:14:00.254 8 INFO neutron_taas.services.taas.taas_plugin [None req-c7f4d066-3657-4553-bbff-02f0a291b450 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] TaaS: Handle Delete Port: bb78caeb-925a-4160-9989-3c1851627aa6 2026-04-07 01:14:00.256 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c7f4d066-3657-4553-bbff-02f0a291b450 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] Tap Mirror: Handle Delete Port: bb78caeb-925a-4160-9989-3c1851627aa6 2026-04-07 01:14:00.291 7 INFO neutron_taas.services.taas.taas_plugin [None req-72e5134c-4522-4bf2-a2fb-eda9503a09ab 5a882005f6274c9e806886025dcbfea4 acea0ec2be0b475a8c7f46d99e6cf3e7 - - default default] TaaS: Handle Delete Port: 1f34c422-d30c-4f3a-8afe-e14100183264 2026-04-07 01:14:00.294 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-72e5134c-4522-4bf2-a2fb-eda9503a09ab 5a882005f6274c9e806886025dcbfea4 acea0ec2be0b475a8c7f46d99e6cf3e7 - - default default] Tap Mirror: Handle Delete Port: 1f34c422-d30c-4f3a-8afe-e14100183264 [pid: 8|app: 0|req: 511/1024] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:14:00 2026] DELETE /v2.0/networks/3b2451f4-bf20-4386-9066-23d165a22338 => generated 0 bytes in 268 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1025] 10.0.0.149 () {32 vars in 731 bytes} [Tue Apr 7 01:14:00 2026] DELETE /v2.0/floatingips/43c0c752-1265-4e09-979b-3d3ab0247216 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:14:00.494 8 INFO neutron.db.segments_db [None req-1d8d5563-0c41-4d13-8e47-f4dcd5904070 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] Added segment f4a526d8-0712-4f66-a5bd-2f8090416898 of type vxlan for network 5f67f196-a7dc-48c8-bf62-4bb9988b7e85 [pid: 8|app: 0|req: 512/1026] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:14:00 2026] POST /v2.0/networks => generated 634 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1027] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:14:00 2026] POST /v2.0/subnets => generated 646 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:14:00.826 7 INFO neutron_taas.services.taas.taas_plugin [None req-54cabe31-7da2-471a-bf79-ef28f440f3f0 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: 06066e59-d104-4d5e-a181-ef5e0033d1f4 2026-04-07 01:14:00.829 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54cabe31-7da2-471a-bf79-ef28f440f3f0 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: 06066e59-d104-4d5e-a181-ef5e0033d1f4 2026-04-07 01:14:01.043 8 INFO neutron.db.segments_db [None req-9af73e45-74a2-424e-ace0-8328c1a86da0 d8b5f6f748a74570a89c292b03bd219e c6f645550b694d968e4d30a4faf51f48 - - default default] Added segment 4c71cd25-d841-495e-ba55-5df3de392845 of type vxlan for network 68d3abc3-e4a5-4ecc-9d8d-d237dcea2572 2026-04-07 01:14:01.107 8 INFO neutron.db.segments_db [None req-9af73e45-74a2-424e-ace0-8328c1a86da0 d8b5f6f748a74570a89c292b03bd219e c6f645550b694d968e4d30a4faf51f48 - - default default] Added segment 41d66718-6891-46c5-95ec-c9c028543218 of type vxlan for network fe5bed21-bc2b-478e-985b-3298049449cc [pid: 8|app: 0|req: 514/1028] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:14:00 2026] POST /v2.0/networks => generated 1242 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-07 01:14:01.226 8 INFO neutron.db.segments_db [None req-94df0086-1b9a-4e32-9065-289b5e1032d1 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] Added segment 40782c98-9c1a-4054-9858-2400230ab6bc of type vxlan for network 96dffa48-7356-42fb-a7c4-1fbe5b6cbc8d [pid: 7|app: 0|req: 515/1029] 10.0.0.149 () {34 vars in 788 bytes} [Tue Apr 7 01:14:00 2026] PUT /v2.0/routers/04bd9b23-e3fd-404e-8031-40f4f0a58b59/remove_router_interface => generated 309 bytes in 841 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1030] 10.0.0.149 () {32 vars in 648 bytes} [Tue Apr 7 01:14:01 2026] GET /v2.0/networks => generated 1841 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:14:01.412 8 INFO neutron.db.l3_hamode_db [None req-94df0086-1b9a-4e32-9065-289b5e1032d1 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:14:01.512 8 INFO neutron.db.l3_hamode_db [None req-94df0086-1b9a-4e32-9065-289b5e1032d1 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:14:01.605 7 INFO neutron_taas.services.taas.taas_plugin [None req-dee56c48-4e0c-40cd-93bb-bce5dd4378c8 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: 366d39b6-7409-4cf8-b08e-b5400cc77820 2026-04-07 01:14:01.611 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dee56c48-4e0c-40cd-93bb-bce5dd4378c8 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: 366d39b6-7409-4cf8-b08e-b5400cc77820 2026-04-07 01:14:01.870 7 INFO neutron_taas.services.taas.taas_plugin [None req-dee56c48-4e0c-40cd-93bb-bce5dd4378c8 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: d074542d-4f94-4664-a076-adf6b70cdff6 2026-04-07 01:14:01.873 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dee56c48-4e0c-40cd-93bb-bce5dd4378c8 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: d074542d-4f94-4664-a076-adf6b70cdff6 [pid: 8|app: 0|req: 515/1031] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:14:01 2026] POST /v2.0/routers => generated 511 bytes in 874 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:14:02.195 8 INFO neutron.services.segments.plugin [-] Segment c1640112-3631-43b7-a5f2-05282a51b3a8 resource provider aggregate not found 2026-04-07 01:14:02.198 8 INFO neutron.services.segments.plugin [-] Segment c1640112-3631-43b7-a5f2-05282a51b3a8 resource provider aggregate not found 2026-04-07 01:14:02.204 7 INFO neutron.services.segments.plugin [-] Segment bba186bf-a074-4e5f-9cf9-a41d514763bf resource provider aggregate not found [pid: 8|app: 0|req: 516/1032] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:14:02 2026] DELETE /v2.0/networks/68d3abc3-e4a5-4ecc-9d8d-d237dcea2572 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:14:02.213 8 INFO neutron.services.segments.plugin [-] Segment c1640112-3631-43b7-a5f2-05282a51b3a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1640112-3631-43b7-a5f2-05282a51b3a8 found for delete ", "request_id": "req-4d2faec0-5e77-42f0-9eca-bfdc52c39c61"}]} 2026-04-07 01:14:02.215 7 INFO neutron.services.segments.plugin [-] Segment bba186bf-a074-4e5f-9cf9-a41d514763bf resource provider aggregate not found 2026-04-07 01:14:02.223 7 INFO neutron.services.segments.plugin [-] Segment bba186bf-a074-4e5f-9cf9-a41d514763bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bba186bf-a074-4e5f-9cf9-a41d514763bf found for delete ", "request_id": "req-d3b3eabb-e23c-4a38-a278-4086ae5928e0"}]} 2026-04-07 01:14:02.225 8 INFO neutron.services.segments.plugin [-] Segment c1640112-3631-43b7-a5f2-05282a51b3a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1640112-3631-43b7-a5f2-05282a51b3a8 found for delete ", "request_id": "req-e2d1f19e-4b7d-4f97-b25d-1f724f0e2bb7"}]} 2026-04-07 01:14:02.234 7 INFO neutron.services.segments.plugin [-] Segment bba186bf-a074-4e5f-9cf9-a41d514763bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bba186bf-a074-4e5f-9cf9-a41d514763bf found for delete ", "request_id": "req-9ef21207-7748-45e4-90ca-b22c29ff2f3d"}]} 2026-04-07 01:14:02.236 8 INFO neutron.services.segments.plugin [-] Segment 4c71cd25-d841-495e-ba55-5df3de392845 resource provider aggregate not found 2026-04-07 01:14:02.237 7 INFO neutron.db.l3_hamode_db [None req-dee56c48-4e0c-40cd-93bb-bce5dd4378c8 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] HA network e86e2106-35fb-43a3-ac34-03ec9b2dff24 was deleted as no HA routers are present in tenant acea0ec2be0b475a8c7f46d99e6cf3e7. [pid: 7|app: 0|req: 517/1033] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:14:01 2026] DELETE /v2.0/routers/04bd9b23-e3fd-404e-8031-40f4f0a58b59 => generated 0 bytes in 844 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:14:02.243 8 INFO neutron.services.segments.plugin [-] Segment 4c71cd25-d841-495e-ba55-5df3de392845 resource provider aggregate not found 2026-04-07 01:14:02.254 8 INFO neutron.services.segments.plugin [-] Segment 4c71cd25-d841-495e-ba55-5df3de392845 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c71cd25-d841-495e-ba55-5df3de392845 found for delete ", "request_id": "req-55e63ae5-498c-414c-a68a-0313e1285b00"}]} 2026-04-07 01:14:02.262 8 INFO neutron.services.segments.plugin [-] Segment 4c71cd25-d841-495e-ba55-5df3de392845 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c71cd25-d841-495e-ba55-5df3de392845 found for delete ", "request_id": "req-d83a482b-2a00-4773-8343-11f25dc3ad30"}]} [pid: 7|app: 0|req: 518/1034] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:14:02 2026] DELETE /v2.0/networks/fe5bed21-bc2b-478e-985b-3298049449cc => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1035] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:14:02 2026] DELETE /v2.0/subnets/edfc50bb-7d6f-4a71-8c19-6302dce1eb6f => 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: 520/1036] 10.0.0.149 () {32 vars in 648 bytes} [Tue Apr 7 01:14:02 2026] GET /v2.0/networks => generated 651 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1037] 10.0.0.149 () {34 vars in 664 bytes} [Tue Apr 7 01:14:02 2026] POST /v2.0/ports => generated 960 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, ' 2026-04-07 01:14:02.608 8 INFO neutron.db.segments_db [None req-b45cc3b2-4e48-4129-b187-c166b4c568c9 d8b5f6f748a74570a89c292b03bd219e c6f645550b694d968e4d30a4faf51f48 - - default default] Added segment 044e5699-9857-4a36-8daf-47e01141e341 of type vxlan for network d3ee34c7-a156-4565-86de-a82530ac57d2 2026-04-07 01:14:02.636 7 INFO neutron_taas.services.taas.taas_plugin [None req-56a54d55-e933-46a8-be47-6470d032dbb7 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: aa2c8295-ef11-4055-af10-b22a1485e7e7 2026-04-07 01:14:02.639 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56a54d55-e933-46a8-be47-6470d032dbb7 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: aa2c8295-ef11-4055-af10-b22a1485e7e7 [pid: 8|app: 0|req: 518/1038] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:14:02 2026] POST /v2.0/networks => generated 654 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1039] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:14:02 2026] DELETE /v2.0/networks/29ecdd7c-95a7-464a-b9db-c52af1ca6dc1 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:14:02.883 7 INFO neutron.db.segments_db [None req-42c2dfd6-28f7-409d-8a18-f91cc282ad18 d8b5f6f748a74570a89c292b03bd219e c6f645550b694d968e4d30a4faf51f48 - - default default] Added segment 1e67626f-54a4-444f-a574-af75c2355f48 of type vxlan for network 5eec83b1-5e60-46b4-aac5-b1beed7c4792 [pid: 7|app: 0|req: 522/1040] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:14:02 2026] POST /v2.0/networks => generated 654 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1041] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:14:02 2026] GET /v2.0/security-groups?tenant_id=3afe625d1cd24a03978347863a4853be&name=default => generated 2925 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1042] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:14:03 2026] GET /v2.0/security-groups?tenant_id=acea0ec2be0b475a8c7f46d99e6cf3e7&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1043] 10.0.0.149 () {34 vars in 664 bytes} [Tue Apr 7 01:14:03 2026] POST /v2.0/ports => generated 1505 bytes in 514 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: 526/1044] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:14:03 2026] DELETE /v2.0/security-groups/ce4507f7-f3fe-4d78-820d-ef31733cecb1 => 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: 527/1045] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:14:03 2026] DELETE /v2.0/security-groups/b70c62db-ff6d-4410-94bf-b36f9c7db184 => 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: 528/1046] 10.0.0.149 () {32 vars in 642 bytes} [Tue Apr 7 01:14:04 2026] GET /v2.0/ports => generated 1505 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1047] 10.0.0.149 () {34 vars in 782 bytes} [Tue Apr 7 01:14:02 2026] PUT /v2.0/routers/263764e1-9952-41a2-a708-9aa9258cf832/add_router_interface => generated 309 bytes in 1380 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-04-07 01:14:04.193 8 INFO neutron_taas.services.taas.taas_plugin [None req-3927d660-70f4-437d-9e44-7c4c83810197 d8b5f6f748a74570a89c292b03bd219e c6f645550b694d968e4d30a4faf51f48 - - default default] TaaS: Handle Delete Port: 172c9dff-2e5a-46b1-a0fb-bc35492fa1ff 2026-04-07 01:14:04.197 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3927d660-70f4-437d-9e44-7c4c83810197 d8b5f6f748a74570a89c292b03bd219e c6f645550b694d968e4d30a4faf51f48 - - default default] Tap Mirror: Handle Delete Port: 172c9dff-2e5a-46b1-a0fb-bc35492fa1ff [pid: 7|app: 0|req: 529/1048] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:14:04 2026] GET /v2.0/security-groups?tenant_id=7317946a2b92435aa74caf62d2369452&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:14:04.245 7 INFO neutron.services.segments.plugin [-] Segment 41d66718-6891-46c5-95ec-c9c028543218 resource provider aggregate not found 2026-04-07 01:14:04.259 7 INFO neutron.services.segments.plugin [-] Segment 41d66718-6891-46c5-95ec-c9c028543218 resource provider aggregate not found 2026-04-07 01:14:04.275 7 INFO neutron.services.segments.plugin [-] Segment 41d66718-6891-46c5-95ec-c9c028543218 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41d66718-6891-46c5-95ec-c9c028543218 found for delete ", "request_id": "req-931893a7-01fd-48ef-8887-34d91925e88e"}]} 2026-04-07 01:14:04.281 7 INFO neutron.services.segments.plugin [-] Segment 41d66718-6891-46c5-95ec-c9c028543218 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41d66718-6891-46c5-95ec-c9c028543218 found for delete ", "request_id": "req-d91a7a0b-1d46-43ae-89f7-5274890ee33d"}]} [pid: 8|app: 0|req: 520/1049] 10.0.0.149 () {32 vars in 719 bytes} [Tue Apr 7 01:14:04 2026] DELETE /v2.0/ports/172c9dff-2e5a-46b1-a0fb-bc35492fa1ff => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:14:04.304 7 INFO neutron.services.segments.plugin [-] Segment 052b22b4-0a01-4815-a617-c65e32e4c159 resource provider aggregate not found 2026-04-07 01:14:04.307 7 INFO neutron.services.segments.plugin [-] Segment 052b22b4-0a01-4815-a617-c65e32e4c159 resource provider aggregate not found 2026-04-07 01:14:04.323 7 INFO neutron.services.segments.plugin [-] Segment 052b22b4-0a01-4815-a617-c65e32e4c159 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 052b22b4-0a01-4815-a617-c65e32e4c159 found for delete ", "request_id": "req-c6d3c16a-77a3-4e05-a13d-9ffd007e4c89"}]} 2026-04-07 01:14:04.327 7 INFO neutron.services.segments.plugin [-] Segment 052b22b4-0a01-4815-a617-c65e32e4c159 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 052b22b4-0a01-4815-a617-c65e32e4c159 found for delete ", "request_id": "req-f24542ce-db37-44b3-b99a-f816a44506f9"}]} [pid: 7|app: 0|req: 530/1050] 10.0.0.149 () {32 vars in 716 bytes} [Tue Apr 7 01:14:04 2026] GET /v2.0/ports/e450efde-0d5f-4d69-9b5d-7ef61462d207 => generated 1034 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1051] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:14:04 2026] DELETE /v2.0/security-groups/b52498a5-bf94-494e-8f48-d453ff8c5759 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:14:04.432 7 INFO neutron_taas.services.taas.taas_plugin [None req-d0b616bd-1936-4d44-bc65-78c4c4e7da3e d8b5f6f748a74570a89c292b03bd219e c6f645550b694d968e4d30a4faf51f48 - - default default] TaaS: Handle Delete Port: 5d916694-aae9-48f9-92f4-f6080543963d 2026-04-07 01:14:04.435 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d0b616bd-1936-4d44-bc65-78c4c4e7da3e d8b5f6f748a74570a89c292b03bd219e c6f645550b694d968e4d30a4faf51f48 - - default default] Tap Mirror: Handle Delete Port: 5d916694-aae9-48f9-92f4-f6080543963d [pid: 7|app: 0|req: 531/1052] 10.0.0.149 () {32 vars in 719 bytes} [Tue Apr 7 01:14:04 2026] DELETE /v2.0/ports/5d916694-aae9-48f9-92f4-f6080543963d => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1053] 10.0.0.149 () {32 vars in 642 bytes} [Tue Apr 7 01:14:04 2026] GET /v2.0/ports => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:14:04.621 7 INFO neutron.db.segments_db [None req-825f296d-89ce-415b-a359-05bf33278d3d d8b5f6f748a74570a89c292b03bd219e c6f645550b694d968e4d30a4faf51f48 - - default default] Added segment a8949e03-8b83-462e-8e4d-f879b2517c92 of type vxlan for network 74a94e4e-4e24-4fbd-922a-00314dbc08dd 2026-04-07 01:14:04.694 8 INFO neutron_taas.services.taas.taas_plugin [None req-3d16fbc2-e232-4519-bbb4-b3944efd6e0a 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] TaaS: Handle Delete Port: e450efde-0d5f-4d69-9b5d-7ef61462d207 2026-04-07 01:14:04.696 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d16fbc2-e232-4519-bbb4-b3944efd6e0a 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] Tap Mirror: Handle Delete Port: e450efde-0d5f-4d69-9b5d-7ef61462d207 [pid: 7|app: 0|req: 533/1054] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:14:04 2026] POST /v2.0/networks => generated 653 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:14:04.757 7 INFO neutron.db.segments_db [None req-3e7b07f9-e00d-4ee5-88bb-8fb38a2d8245 d8b5f6f748a74570a89c292b03bd219e c6f645550b694d968e4d30a4faf51f48 - - default default] Added segment e77d9b15-b944-454c-8562-81b7fc836ae9 of type vxlan for network 2a34985d-ea62-4f20-9606-1897ca90117d [pid: 7|app: 0|req: 534/1055] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:14:04 2026] POST /v2.0/networks => generated 654 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1056] 10.0.0.149 () {34 vars in 788 bytes} [Tue Apr 7 01:14:04 2026] PUT /v2.0/routers/263764e1-9952-41a2-a708-9aa9258cf832/remove_router_interface => generated 309 bytes in 640 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:14:05.145 7 INFO neutron.api.v2.resource [None req-452018cc-6bea-4119-a447-5093b4cb8cd8 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 535/1057] 10.0.0.149 () {34 vars in 788 bytes} [Tue Apr 7 01:14:05 2026] PUT /v2.0/routers/263764e1-9952-41a2-a708-9aa9258cf832/remove_router_interface => generated 197 bytes in 140 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: 523/1058] 10.0.0.149 () {32 vars in 735 bytes} [Tue Apr 7 01:14:05 2026] GET /v2.0/ports?device_id=263764e1-9952-41a2-a708-9aa9258cf832 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:14:05.339 7 INFO neutron_taas.services.taas.taas_plugin [None req-9ab4911c-d178-44a3-a8a9-afbe49530663 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] TaaS: Handle Delete Port: c1f32048-092c-40a1-ab0a-3fa79cf362f0 2026-04-07 01:14:05.341 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ab4911c-d178-44a3-a8a9-afbe49530663 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] Tap Mirror: Handle Delete Port: c1f32048-092c-40a1-ab0a-3fa79cf362f0 2026-04-07 01:14:05.654 7 INFO neutron.db.l3_hamode_db [None req-9ab4911c-d178-44a3-a8a9-afbe49530663 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] HA network 96dffa48-7356-42fb-a7c4-1fbe5b6cbc8d was deleted as no HA routers are present in tenant 8cf181dcb43043ac9cf7ea79c2769c6b. [pid: 7|app: 0|req: 536/1059] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:14:05 2026] DELETE /v2.0/routers/263764e1-9952-41a2-a708-9aa9258cf832 => generated 0 bytes in 490 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1060] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:14:05 2026] POST /v2.0/subnets => generated 1323 bytes in 500 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1061] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:14:05 2026] DELETE /v2.0/subnets/650e5cb7-8340-44a9-b829-2477b4fe3cd9 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1062] 10.0.0.149 () {32 vars in 646 bytes} [Tue Apr 7 01:14:05 2026] GET /v2.0/subnets => generated 1959 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1063] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:14:05 2026] DELETE /v2.0/networks/5f67f196-a7dc-48c8-bf62-4bb9988b7e85 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1064] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:14:05 2026] DELETE /v2.0/subnets/eddafcdf-8354-4a18-b28c-c445a5a411bc => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:14:06.146 8 INFO neutron.db.segments_db [None req-e5d2f4fb-bdb1-4502-b060-7d8ccd1b1bf4 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Added segment 4a0486bd-f40a-496b-8cd3-d76017a38a8b of type vxlan for network 071cdd6d-8808-4e01-9e25-5011f80511b5 2026-04-07 01:14:06.163 7 INFO neutron.db.segments_db [None req-45a7a850-7183-4ff6-b2b2-8c78bd9f22ce 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] Added segment 79bd69f9-2205-4297-b63c-01f74fc5dbe4 of type vxlan for network 86db336a-515a-4ec4-ae74-8f264a964134 [pid: 8|app: 0|req: 526/1065] 10.0.0.149 () {34 vars in 670 bytes} [Tue Apr 7 01:14:05 2026] POST /v2.0/networks => generated 743 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1066] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:14:06 2026] POST /v2.0/networks => generated 633 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:14:06.347 7 INFO neutron.services.segments.plugin [-] Segment 40782c98-9c1a-4054-9858-2400230ab6bc resource provider aggregate not found 2026-04-07 01:14:06.354 7 INFO neutron.services.segments.plugin [-] Segment 40782c98-9c1a-4054-9858-2400230ab6bc resource provider aggregate not found 2026-04-07 01:14:06.372 7 INFO neutron.services.segments.plugin [-] Segment 40782c98-9c1a-4054-9858-2400230ab6bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40782c98-9c1a-4054-9858-2400230ab6bc found for delete ", "request_id": "req-bf036597-d404-4fa3-ad81-6d8473bc4bbd"}]} 2026-04-07 01:14:06.379 7 INFO neutron.services.segments.plugin [-] Segment 40782c98-9c1a-4054-9858-2400230ab6bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40782c98-9c1a-4054-9858-2400230ab6bc found for delete ", "request_id": "req-463115ff-20db-4219-b044-b54aebeeca94"}]} 2026-04-07 01:14:06.394 7 INFO neutron.services.segments.plugin [-] Segment f4a526d8-0712-4f66-a5bd-2f8090416898 resource provider aggregate not found [pid: 7|app: 0|req: 541/1067] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:14:06 2026] DELETE /v2.0/subnets/f4978bcd-12dd-4b42-bbe3-76db104facac => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:14:06.398 7 INFO neutron.services.segments.plugin [-] Segment f4a526d8-0712-4f66-a5bd-2f8090416898 resource provider aggregate not found 2026-04-07 01:14:06.418 7 INFO neutron.services.segments.plugin [-] Segment f4a526d8-0712-4f66-a5bd-2f8090416898 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4a526d8-0712-4f66-a5bd-2f8090416898 found for delete ", "request_id": "req-798d49e4-2cd8-4cbf-b683-baa371990ef1"}]} 2026-04-07 01:14:06.428 7 INFO neutron.services.segments.plugin [-] Segment f4a526d8-0712-4f66-a5bd-2f8090416898 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4a526d8-0712-4f66-a5bd-2f8090416898 found for delete ", "request_id": "req-e6591032-34f2-4e07-8eac-5108221a510f"}]} 2026-04-07 01:14:06.433 8 INFO neutron.db.segments_db [None req-9d5c5f8f-f43c-4057-ae1e-cd9ec77db2e0 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Added segment 6f78660e-d35b-461e-a34a-18ec73c3e44a of type vxlan for network f4a27fe0-e2ca-4c2d-a5ab-59b8b84b56ef [pid: 8|app: 0|req: 527/1068] 10.0.0.149 () {34 vars in 670 bytes} [Tue Apr 7 01:14:06 2026] POST /v2.0/networks => generated 740 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1069] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:14:06 2026] POST /v2.0/subnets => generated 690 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1070] 10.0.0.149 () {32 vars in 646 bytes} [Tue Apr 7 01:14:06 2026] GET /v2.0/subnets => generated 649 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1071] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:14:06 2026] POST /v2.0/subnets => generated 687 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:14:06.756 7 INFO neutron.db.segments_db [None req-770e92a7-b7b9-4337-81b8-75a17d75501d ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Added segment 1d9c06f9-da1e-48f4-94dc-04ed79038506 of type vxlan for network 7ba10bc8-1234-4eb6-ba3b-a0a61a0e104c [pid: 8|app: 0|req: 528/1072] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:14:06 2026] POST /v2.0/subnets => generated 646 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:14:06.897 8 INFO neutron.services.segments.plugin [-] Segment e77d9b15-b944-454c-8562-81b7fc836ae9 resource provider aggregate not found 2026-04-07 01:14:06.903 8 INFO neutron.services.segments.plugin [-] Segment e77d9b15-b944-454c-8562-81b7fc836ae9 resource provider aggregate not found 2026-04-07 01:14:06.910 8 INFO neutron.services.segments.plugin [-] Segment e77d9b15-b944-454c-8562-81b7fc836ae9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e77d9b15-b944-454c-8562-81b7fc836ae9 found for delete ", "request_id": "req-9b8dea55-ba4e-46ad-89cb-4a161511a298"}]} [pid: 8|app: 0|req: 529/1073] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:14:06 2026] DELETE /v2.0/networks/2a34985d-ea62-4f20-9606-1897ca90117d => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:14:06.925 8 INFO neutron.services.segments.plugin [-] Segment e77d9b15-b944-454c-8562-81b7fc836ae9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e77d9b15-b944-454c-8562-81b7fc836ae9 found for delete ", "request_id": "req-34bf45b1-39bc-4300-8765-12465e0f387a"}]} 2026-04-07 01:14:06.968 7 INFO neutron.db.l3_hamode_db [None req-770e92a7-b7b9-4337-81b8-75a17d75501d ef44932eeea348feae65ac9f9a8412e2 e5b7d47bcc6b4d39835c645b16f226b3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:14:06.968 8 INFO neutron.db.segments_db [None req-d3a8e92e-3f1f-41db-bb07-d170a8038274 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Added segment 3ad92606-f19d-47c9-8fcf-a05ac607d123 of type vxlan for network 473a23e0-3a5f-4f53-9a07-c1596415ca16 2026-04-07 01:14:07.187 8 INFO neutron.db.l3_hamode_db [None req-d3a8e92e-3f1f-41db-bb07-d170a8038274 ef44932eeea348feae65ac9f9a8412e2 4d7fa18afd27424b9b135f3f783fe0e7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:14:07.613 7 INFO neutron.db.l3_hamode_db [None req-770e92a7-b7b9-4337-81b8-75a17d75501d ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:14:07.857 8 INFO neutron.db.l3_hamode_db [None req-d3a8e92e-3f1f-41db-bb07-d170a8038274 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 545/1074] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:14:06 2026] POST /v2.0/routers => generated 730 bytes in 1692 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:14:08.462 7 INFO neutron.db.segments_db [None req-f1074c71-2ae4-412c-9a88-7cc54f2e8ff7 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] Added segment afd38516-5d51-446b-bf3d-a13b9144dd80 of type vxlan for network f6ecfe0c-45a8-42e4-b8a3-b7587578a5d0 [pid: 8|app: 0|req: 530/1075] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:14:06 2026] POST /v2.0/routers => generated 727 bytes in 1707 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:14:08.667 7 INFO neutron.db.l3_hamode_db [None req-f1074c71-2ae4-412c-9a88-7cc54f2e8ff7 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 531/1076] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:14:08 2026] DELETE /v2.0/networks/74a94e4e-4e24-4fbd-922a-00314dbc08dd => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:14:08.786 7 INFO neutron.db.l3_hamode_db [None req-f1074c71-2ae4-412c-9a88-7cc54f2e8ff7 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:14:08.932 8 INFO neutron.services.segments.plugin [-] Segment a8949e03-8b83-462e-8e4d-f879b2517c92 resource provider aggregate not found 2026-04-07 01:14:08.943 8 INFO neutron.services.segments.plugin [-] Segment a8949e03-8b83-462e-8e4d-f879b2517c92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8949e03-8b83-462e-8e4d-f879b2517c92 found for delete ", "request_id": "req-92dc7761-4b0e-4799-a00b-79c2a6f4a0bb"}]} 2026-04-07 01:14:08.946 8 INFO neutron.services.segments.plugin [-] Segment a8949e03-8b83-462e-8e4d-f879b2517c92 resource provider aggregate not found 2026-04-07 01:14:08.968 8 INFO neutron.services.segments.plugin [-] Segment a8949e03-8b83-462e-8e4d-f879b2517c92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8949e03-8b83-462e-8e4d-f879b2517c92 found for delete ", "request_id": "req-c32e893e-ee0b-4e1c-8007-c444b7fdca22"}]} [pid: 7|app: 0|req: 546/1077] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:14:08 2026] POST /v2.0/routers => generated 509 bytes in 991 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1078] 10.0.0.149 () {34 vars in 782 bytes} [Tue Apr 7 01:14:08 2026] PUT /v2.0/routers/a14d82aa-93cb-46a8-b88d-3c4ec82bce5c/add_router_interface => generated 309 bytes in 1284 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1079] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:14:10 2026] DELETE /v2.0/networks/5eec83b1-5e60-46b4-aac5-b1beed7c4792 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1082] 10.0.0.149 () {34 vars in 782 bytes} [Tue Apr 7 01:14:09 2026] PUT /v2.0/routers/8696ff82-8231-4f93-a963-99b6baef3633/add_router_interface => generated 309 bytes in 1109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:14:10.653 7 INFO neutron.services.segments.plugin [-] Segment 044e5699-9857-4a36-8daf-47e01141e341 resource provider aggregate not found 2026-04-07 01:14:10.657 7 INFO neutron.services.segments.plugin [-] Segment 044e5699-9857-4a36-8daf-47e01141e341 resource provider aggregate not found 2026-04-07 01:14:10.671 7 INFO neutron.services.segments.plugin [-] Segment 044e5699-9857-4a36-8daf-47e01141e341 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 044e5699-9857-4a36-8daf-47e01141e341 found for delete ", "request_id": "req-41f342e4-a9f2-4e6b-a18a-db59a5162058"}]} 2026-04-07 01:14:10.672 7 INFO neutron.services.segments.plugin [-] Segment 044e5699-9857-4a36-8daf-47e01141e341 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 044e5699-9857-4a36-8daf-47e01141e341 found for delete ", "request_id": "req-eba66555-b867-4713-ba6d-f8946fc4fff2"}]} [pid: 7|app: 0|req: 548/1083] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:14:10 2026] DELETE /v2.0/networks/d3ee34c7-a156-4565-86de-a82530ac57d2 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1084] 10.0.0.149 () {34 vars in 684 bytes} [Tue Apr 7 01:14:10 2026] POST /v2.0/security-groups => generated 1660 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1085] 10.0.0.149 () {34 vars in 694 bytes} [Tue Apr 7 01:14:10 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) 2026-04-07 01:14:10.974 8 INFO neutron.services.segments.plugin [-] Segment 1e67626f-54a4-444f-a574-af75c2355f48 resource provider aggregate not found 2026-04-07 01:14:10.990 8 INFO neutron.services.segments.plugin [-] Segment 1e67626f-54a4-444f-a574-af75c2355f48 resource provider aggregate not found 2026-04-07 01:14:10.994 8 INFO neutron.services.segments.plugin [-] Segment 1e67626f-54a4-444f-a574-af75c2355f48 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e67626f-54a4-444f-a574-af75c2355f48 found for delete ", "request_id": "req-09d46129-5c83-4e96-8880-ea215e03e925"}]} 2026-04-07 01:14:11.004 8 INFO neutron.services.segments.plugin [-] Segment 1e67626f-54a4-444f-a574-af75c2355f48 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e67626f-54a4-444f-a574-af75c2355f48 found for delete ", "request_id": "req-ab55e062-2a53-42df-bc7e-fd279d21a9ad"}]} [pid: 7|app: 0|req: 551/1086] 10.0.0.149 () {34 vars in 694 bytes} [Tue Apr 7 01:14:10 2026] POST /v2.0/security-group-rules => generated 602 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1087] 10.0.0.149 () {34 vars in 782 bytes} [Tue Apr 7 01:14:10 2026] PUT /v2.0/routers/919e3fa6-794b-4a3d-8d86-c9b80e347701/add_router_interface => generated 309 bytes in 977 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1088] 10.0.0.149 () {32 vars in 716 bytes} [Tue Apr 7 01:14:11 2026] GET /v2.0/ports/68b7acf0-7106-4453-b0e7-9ce56d9b1c33 => generated 959 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1089] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:14:11 2026] GET /v2.0/security-groups?tenant_id=c6f645550b694d968e4d30a4faf51f48&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1090] 10.0.0.149 () {34 vars in 675 bytes} [Tue Apr 7 01:14:11 2026] POST /v2.0/floatingips => generated 552 bytes in 515 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:14:11.650 8 INFO neutron_taas.services.taas.taas_plugin [None req-87fc26a2-69be-4ee8-9a42-2820d17fe305 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] TaaS: Handle Delete Port: 68b7acf0-7106-4453-b0e7-9ce56d9b1c33 2026-04-07 01:14:11.653 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87fc26a2-69be-4ee8-9a42-2820d17fe305 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] Tap Mirror: Handle Delete Port: 68b7acf0-7106-4453-b0e7-9ce56d9b1c33 [pid: 7|app: 0|req: 553/1091] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:14:11 2026] DELETE /v2.0/security-groups/ceacc7be-c198-4595-a4f4-6c06d97340bd => 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: 539/1092] 10.0.0.149 () {34 vars in 788 bytes} [Tue Apr 7 01:14:11 2026] PUT /v2.0/routers/919e3fa6-794b-4a3d-8d86-c9b80e347701/remove_router_interface => generated 309 bytes in 714 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1093] 10.0.0.149 () {32 vars in 735 bytes} [Tue Apr 7 01:14:12 2026] GET /v2.0/ports?device_id=919e3fa6-794b-4a3d-8d86-c9b80e347701 => 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: 555/1094] 10.0.0.195 () {34 vars in 1099 bytes} [Tue Apr 7 01:14:12 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1602741854&fields=id&tenant_id=e5b7d47bcc6b4d39835c645b16f226b3 => 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: 556/1095] 10.0.0.195 () {34 vars in 981 bytes} [Tue Apr 7 01:14:12 2026] GET /v2.0/networks?id=071cdd6d-8808-4e01-9e25-5011f80511b5 => generated 675 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1096] 10.0.0.195 () {34 vars in 964 bytes} [Tue Apr 7 01:14:12 2026] GET /v2.0/quotas/e5b7d47bcc6b4d39835c645b16f226b3 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:14:12.235 8 INFO neutron_taas.services.taas.taas_plugin [None req-eb4cb39b-9997-4a02-b869-747733381e74 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] TaaS: Handle Delete Port: 170c7f76-87fe-452b-a846-2fcbe0770a87 2026-04-07 01:14:12.238 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb4cb39b-9997-4a02-b869-747733381e74 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] Tap Mirror: Handle Delete Port: 170c7f76-87fe-452b-a846-2fcbe0770a87 [pid: 7|app: 0|req: 558/1097] 10.0.0.195 () {34 vars in 1001 bytes} [Tue Apr 7 01:14:12 2026] GET /v2.0/ports?tenant_id=e5b7d47bcc6b4d39835c645b16f226b3&fields=id => generated 57 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1098] 10.0.0.195 () {34 vars in 1007 bytes} [Tue Apr 7 01:14:12 2026] GET /v2.0/networks/071cdd6d-8808-4e01-9e25-5011f80511b5?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: 560/1099] 10.0.0.195 () {34 vars in 1107 bytes} [Tue Apr 7 01:14:12 2026] GET /v2.0/networks/071cdd6d-8808-4e01-9e25-5011f80511b5?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: 561/1100] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:14:12 2026] GET /v2.0/ports?device_id=36867414-1b37-4118-958f-f339c6e4f5a3 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:14:12.587 8 INFO neutron.db.l3_hamode_db [None req-eb4cb39b-9997-4a02-b869-747733381e74 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] HA network f6ecfe0c-45a8-42e4-b8a3-b7587578a5d0 was deleted as no HA routers are present in tenant 8cf181dcb43043ac9cf7ea79c2769c6b. [pid: 8|app: 0|req: 540/1101] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:14:12 2026] DELETE /v2.0/routers/919e3fa6-794b-4a3d-8d86-c9b80e347701 => generated 0 bytes in 509 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1102] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:14:12 2026] DELETE /v2.0/subnets/e6077e69-7f37-4e85-8860-9769bd2326f5 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1103] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:14:12 2026] DELETE /v2.0/networks/86db336a-515a-4ec4-ae74-8f264a964134 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:14:12.902 7 INFO neutron.db.segments_db [None req-7bd6c705-cc24-442c-bbff-ad7f7b08d666 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] Added segment 8b81a639-a70e-4ea2-8008-0597d1fdacbe of type vxlan for network 638e4f09-2f4a-434a-a3f9-0fc5d6d6ae29 [pid: 8|app: 0|req: 542/1104] 10.0.0.195 () {34 vars in 981 bytes} [Tue Apr 7 01:14:12 2026] GET /v2.0/networks?id=f4a27fe0-e2ca-4c2d-a5ab-59b8b84b56ef => generated 672 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1105] 10.0.0.195 () {34 vars in 964 bytes} [Tue Apr 7 01:14:12 2026] GET /v2.0/quotas/4d7fa18afd27424b9b135f3f783fe0e7 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:14:13.021 8 INFO neutron.services.segments.plugin [-] Segment afd38516-5d51-446b-bf3d-a13b9144dd80 resource provider aggregate not found 2026-04-07 01:14:13.038 8 INFO neutron.services.segments.plugin [-] Segment afd38516-5d51-446b-bf3d-a13b9144dd80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afd38516-5d51-446b-bf3d-a13b9144dd80 found for delete ", "request_id": "req-dc5511c3-b04a-424b-976a-386e0ce83b7f"}]} 2026-04-07 01:14:13.045 8 INFO neutron.services.segments.plugin [-] Segment afd38516-5d51-446b-bf3d-a13b9144dd80 resource provider aggregate not found 2026-04-07 01:14:13.060 8 INFO neutron.services.segments.plugin [-] Segment 79bd69f9-2205-4297-b63c-01f74fc5dbe4 resource provider aggregate not found 2026-04-07 01:14:13.068 8 INFO neutron.services.segments.plugin [-] Segment afd38516-5d51-446b-bf3d-a13b9144dd80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afd38516-5d51-446b-bf3d-a13b9144dd80 found for delete ", "request_id": "req-068557c0-1290-4830-8511-1570f576e084"}]} 2026-04-07 01:14:13.078 8 INFO neutron.services.segments.plugin [-] Segment 79bd69f9-2205-4297-b63c-01f74fc5dbe4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79bd69f9-2205-4297-b63c-01f74fc5dbe4 found for delete ", "request_id": "req-30f4a6c2-1170-4888-bfe3-efbfbae31daa"}]} 2026-04-07 01:14:13.086 8 INFO neutron.services.segments.plugin [-] Segment 79bd69f9-2205-4297-b63c-01f74fc5dbe4 resource provider aggregate not found 2026-04-07 01:14:13.119 8 INFO neutron.services.segments.plugin [-] Segment 79bd69f9-2205-4297-b63c-01f74fc5dbe4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79bd69f9-2205-4297-b63c-01f74fc5dbe4 found for delete ", "request_id": "req-d246b852-a42d-4be0-aad3-91334a03c13b"}]} [pid: 8|app: 0|req: 544/1106] 10.0.0.195 () {34 vars in 1001 bytes} [Tue Apr 7 01:14:12 2026] GET /v2.0/ports?tenant_id=4d7fa18afd27424b9b135f3f783fe0e7&fields=id => generated 57 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:14:13.152 7 INFO neutron.db.l3_hamode_db [None req-7bd6c705-cc24-442c-bbff-ad7f7b08d666 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 545/1107] 10.0.0.195 () {34 vars in 1007 bytes} [Tue Apr 7 01:14:13 2026] GET /v2.0/networks/f4a27fe0-e2ca-4c2d-a5ab-59b8b84b56ef?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: 546/1108] 10.0.0.195 () {34 vars in 1107 bytes} [Tue Apr 7 01:14:13 2026] GET /v2.0/networks/f4a27fe0-e2ca-4c2d-a5ab-59b8b84b56ef?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: 547/1109] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:14:13 2026] GET /v2.0/ports?device_id=5c071cf9-9aa8-4cf2-a06d-d96a980d75fa => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:14:13.785 8 INFO neutron.db.segments_db [None req-68217d27-8233-4925-9983-0af0fd3066f3 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] Added segment 89463d88-539c-4a81-b46a-ca13b6f75903 of type vxlan for network f66e8ade-3b4c-4132-812c-741f10f79c9f [pid: 8|app: 0|req: 548/1110] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:14:13 2026] POST /v2.0/networks => generated 629 bytes in 444 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1111] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:14:13 2026] GET /v2.0/ports?device_id=36867414-1b37-4118-958f-f339c6e4f5a3 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:14:13.925 7 INFO neutron.db.l3_hamode_db [None req-7bd6c705-cc24-442c-bbff-ad7f7b08d666 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:14:13.977 8 INFO neutron.db.segments_db [None req-a14b1f83-e26f-46fa-a246-2f00ab69d9af 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] Added segment b5085665-32be-4def-b803-5ebda0c6809a of type vxlan for network b1b11f03-96e6-4c88-bdf9-b59f6225d7f1 [pid: 8|app: 0|req: 550/1112] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:14:13 2026] POST /v2.0/networks => generated 629 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1113] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:14:14 2026] POST /v2.0/subnets => generated 626 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1114] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:14:14 2026] POST /v2.0/subnets => generated 626 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1115] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:14:14 2026] GET /v2.0/ports?device_id=5c071cf9-9aa8-4cf2-a06d-d96a980d75fa => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:14:14.662 8 INFO neutron.db.segments_db [None req-04a912be-52f6-45ae-a22d-aeb9f86fc6ef 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] Added segment 6bd6b944-482c-48ea-be53-89d176e8ebe4 of type vxlan for network 7ad7fed2-9159-46ed-844b-96f36c659b44 [pid: 7|app: 0|req: 563/1116] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:14:12 2026] POST /v2.0/routers => generated 691 bytes in 1943 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1117] 10.0.0.149 () {32 vars in 720 bytes} [Tue Apr 7 01:14:14 2026] GET /v2.0/routers/4793cb62-89e1-4b21-be44-8ad947c50c8f => generated 697 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:14:14.896 8 INFO neutron.db.l3_hamode_db [None req-04a912be-52f6-45ae-a22d-aeb9f86fc6ef 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 565/1118] 10.0.0.149 () {32 vars in 646 bytes} [Tue Apr 7 01:14:14 2026] GET /v2.0/routers => generated 700 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:14:15.022 8 INFO neutron.db.l3_hamode_db [None req-04a912be-52f6-45ae-a22d-aeb9f86fc6ef 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 566/1119] 10.0.0.149 () {34 vars in 740 bytes} [Tue Apr 7 01:14:14 2026] PUT /v2.0/routers/4793cb62-89e1-4b21-be44-8ad947c50c8f => generated 704 bytes in 358 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1120] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:14:15 2026] GET /v2.0/ports?device_id=36867414-1b37-4118-958f-f339c6e4f5a3 => 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: 568/1121] 10.0.0.149 () {32 vars in 720 bytes} [Tue Apr 7 01:14:15 2026] GET /v2.0/routers/4793cb62-89e1-4b21-be44-8ad947c50c8f => generated 704 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1122] 10.0.0.149 () {32 vars in 735 bytes} [Tue Apr 7 01:14:15 2026] GET /v2.0/ports?device_id=4793cb62-89e1-4b21-be44-8ad947c50c8f => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:14:15.584 7 INFO neutron_taas.services.taas.taas_plugin [None req-87c0b121-7e7e-443b-8b5e-561c16b6b464 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] TaaS: Handle Delete Port: 843c3558-ad2b-41bc-b065-02cea4513466 2026-04-07 01:14:15.587 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87c0b121-7e7e-443b-8b5e-561c16b6b464 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] Tap Mirror: Handle Delete Port: 843c3558-ad2b-41bc-b065-02cea4513466 [pid: 8|app: 0|req: 554/1123] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:14:14 2026] POST /v2.0/routers => generated 506 bytes in 973 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:14:15.773 7 INFO neutron_taas.services.taas.taas_plugin [None req-87c0b121-7e7e-443b-8b5e-561c16b6b464 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] TaaS: Handle Delete Port: ab6d856d-f294-4916-8da3-5dcee7224054 2026-04-07 01:14:15.775 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87c0b121-7e7e-443b-8b5e-561c16b6b464 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] Tap Mirror: Handle Delete Port: ab6d856d-f294-4916-8da3-5dcee7224054 2026-04-07 01:14:16.116 7 INFO neutron.services.segments.plugin [-] Segment 8b81a639-a70e-4ea2-8008-0597d1fdacbe resource provider aggregate not found 2026-04-07 01:14:16.121 7 INFO neutron.services.segments.plugin [-] Segment 8b81a639-a70e-4ea2-8008-0597d1fdacbe resource provider aggregate not found 2026-04-07 01:14:16.136 7 INFO neutron.services.segments.plugin [-] Segment 8b81a639-a70e-4ea2-8008-0597d1fdacbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b81a639-a70e-4ea2-8008-0597d1fdacbe found for delete ", "request_id": "req-290da285-c4d4-43c5-888f-d23976287dc1"}]} 2026-04-07 01:14:16.141 7 INFO neutron.db.l3_hamode_db [None req-87c0b121-7e7e-443b-8b5e-561c16b6b464 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] HA network 638e4f09-2f4a-434a-a3f9-0fc5d6d6ae29 was deleted as no HA routers are present in tenant 8cf181dcb43043ac9cf7ea79c2769c6b. 2026-04-07 01:14:16.142 7 INFO neutron.services.segments.plugin [-] Segment 8b81a639-a70e-4ea2-8008-0597d1fdacbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b81a639-a70e-4ea2-8008-0597d1fdacbe found for delete ", "request_id": "req-b95c0ddd-54e3-47f2-9aeb-102a87df900d"}]} [pid: 7|app: 0|req: 570/1124] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:14:15 2026] DELETE /v2.0/routers/4793cb62-89e1-4b21-be44-8ad947c50c8f => generated 0 bytes in 708 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1125] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:14:16 2026] GET /v2.0/ports?device_id=5c071cf9-9aa8-4cf2-a06d-d96a980d75fa => 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: 572/1126] 10.0.0.149 () {32 vars in 735 bytes} [Tue Apr 7 01:14:16 2026] GET /v2.0/ports?device_id=4793cb62-89e1-4b21-be44-8ad947c50c8f => generated 12 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:14:16.208 7 INFO neutron.api.v2.resource [None req-8764fa3c-7d09-449e-b941-b6b643bbfbe3 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 573/1127] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:14:16 2026] DELETE /v2.0/routers/4793cb62-89e1-4b21-be44-8ad947c50c8f => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1128] 10.0.0.149 () {32 vars in 735 bytes} [Tue Apr 7 01:14:16 2026] GET /v2.0/ports?device_id=919e3fa6-794b-4a3d-8d86-c9b80e347701 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:14:16.255 7 INFO neutron.api.v2.resource [None req-14823790-3ea9-4f4b-834c-9ba051535f69 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 575/1129] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:14:16 2026] DELETE /v2.0/routers/919e3fa6-794b-4a3d-8d86-c9b80e347701 => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:14:16.275 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ba96fa49-1140-4437-9af3-91fd1a2841ae 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 576/1130] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:14:16 2026] DELETE /v2.0/subnets/e6077e69-7f37-4e85-8860-9769bd2326f5 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1131] 10.0.0.149 () {32 vars in 735 bytes} [Tue Apr 7 01:14:16 2026] GET /v2.0/ports?device_id=263764e1-9952-41a2-a708-9aa9258cf832 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:14:16.333 7 INFO neutron.api.v2.resource [None req-e743ac97-56c8-470c-a28f-682dc2f6a080 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 578/1132] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:14:16 2026] DELETE /v2.0/routers/263764e1-9952-41a2-a708-9aa9258cf832 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:14:16.351 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bad0e5b7-f5d3-4ee2-8887-cf7969478fc8 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 579/1133] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:14:16 2026] DELETE /v2.0/subnets/650e5cb7-8340-44a9-b829-2477b4fe3cd9 => 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: 580/1134] 10.0.0.149 () {32 vars in 735 bytes} [Tue Apr 7 01:14:16 2026] GET /v2.0/ports?device_id=3bfe0290-3887-4a88-8137-4870c9cbf4eb => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:14:16.401 7 INFO neutron.api.v2.resource [None req-4125265e-a67c-437e-816e-1b7efa6a30ef 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 581/1135] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:14:16 2026] DELETE /v2.0/routers/3bfe0290-3887-4a88-8137-4870c9cbf4eb => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:14:16.418 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0e63b206-4dc1-42bd-8033-81a2d098a8a8 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 582/1136] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:14:16 2026] DELETE /v2.0/subnets/099776ae-522d-468f-8af0-588dae1196a0 => 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: 583/1137] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:14:16 2026] GET /v2.0/ports?device_id=36867414-1b37-4118-958f-f339c6e4f5a3 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:14:16.445 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1a62c7ad-d635-4b28-8535-49ea992d4362 65a840945fe6499691a86196794f2a17 8cf181dcb43043ac9cf7ea79c2769c6b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 584/1138] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:14:16 2026] DELETE /v2.0/subnets/5d8b34fe-287d-422a-863f-6ba63d43970b => 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: 555/1139] 10.0.0.149 () {34 vars in 782 bytes} [Tue Apr 7 01:14:15 2026] PUT /v2.0/routers/22be5798-2f07-4301-8d06-068d47c718de/add_router_interface => generated 309 bytes in 1073 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1140] 10.0.0.149 () {32 vars in 716 bytes} [Tue Apr 7 01:14:16 2026] GET /v2.0/ports/d321eac1-8c91-4a46-bf07-e87a969f7164 => generated 955 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1141] 199.204.45.3 () {34 vars in 983 bytes} [Tue Apr 7 01:14:16 2026] GET /v2.0/networks?id=071cdd6d-8808-4e01-9e25-5011f80511b5 => generated 675 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1142] 199.204.45.3 () {34 vars in 1047 bytes} [Tue Apr 7 01:14:16 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e5b7d47bcc6b4d39835c645b16f226b3 => generated 181 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1143] 199.204.45.3 () {38 vars in 952 bytes} [Tue Apr 7 01:14:16 2026] POST /v2.0/ports => generated 958 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 589/1144] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:14:17 2026] GET /v2.0/security-groups?tenant_id=8cf181dcb43043ac9cf7ea79c2769c6b&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1145] 199.204.45.3 () {38 vars in 1025 bytes} [Tue Apr 7 01:14:17 2026] PUT /v2.0/ports/c42c4251-23f1-47e4-82e7-0f9dbffe1acc => generated 1239 bytes in 721 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: 556/1146] 10.0.0.149 () {34 vars in 782 bytes} [Tue Apr 7 01:14:16 2026] PUT /v2.0/routers/22be5798-2f07-4301-8d06-068d47c718de/add_router_interface => generated 309 bytes in 1313 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1147] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:14:18 2026] GET /v2.0/ports?device_id=5c071cf9-9aa8-4cf2-a06d-d96a980d75fa => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:14:18.095 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7d9a74e8-c1d3-4706-9ba2-244a66ba94bc'] response: {'name': 'network-changed', 'server_uuid': '36867414-1b37-4118-958f-f339c6e4f5a3', 'tag': 'c42c4251-23f1-47e4-82e7-0f9dbffe1acc', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 592/1148] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:14:18 2026] GET /v2.0/ports?device_id=36867414-1b37-4118-958f-f339c6e4f5a3 => generated 973 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1149] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:14:18 2026] DELETE /v2.0/security-groups/b947a5c3-2f6d-43b5-8671-e1c98cd7ac8f => 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: 558/1150] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:14:18 2026] GET /v2.0/security-groups?id=3d3bab3c-a3e8-47d0-8d06-a08f1455f37e&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: 593/1151] 10.0.0.149 () {32 vars in 716 bytes} [Tue Apr 7 01:14:18 2026] GET /v2.0/ports/367de4ea-6052-4e50-9715-b7bc7858d166 => generated 955 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:14:18.508 8 INFO neutron_taas.services.taas.taas_plugin [None req-ef1e6f7a-1a46-4682-b6c6-8dcc4c55e2be 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] TaaS: Handle Delete Port: 367de4ea-6052-4e50-9715-b7bc7858d166 2026-04-07 01:14:18.511 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef1e6f7a-1a46-4682-b6c6-8dcc4c55e2be 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] Tap Mirror: Handle Delete Port: 367de4ea-6052-4e50-9715-b7bc7858d166 [pid: 7|app: 0|req: 594/1152] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:14:18 2026] GET /v2.0/ports?tenant_id=e5b7d47bcc6b4d39835c645b16f226b3&device_id=36867414-1b37-4118-958f-f339c6e4f5a3 => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1153] 199.204.45.3 () {34 vars in 1015 bytes} [Tue Apr 7 01:14:18 2026] GET /v2.0/networks?tenant_id=e5b7d47bcc6b4d39835c645b16f226b3&shared=False => generated 771 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1154] 199.204.45.3 () {34 vars in 927 bytes} [Tue Apr 7 01:14:18 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1155] 199.204.45.3 () {34 vars in 983 bytes} [Tue Apr 7 01:14:18 2026] GET /v2.0/networks?id=f4a27fe0-e2ca-4c2d-a5ab-59b8b84b56ef => 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: 559/1156] 10.0.0.149 () {34 vars in 788 bytes} [Tue Apr 7 01:14:18 2026] PUT /v2.0/routers/22be5798-2f07-4301-8d06-068d47c718de/remove_router_interface => generated 309 bytes in 771 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1157] 199.204.45.3 () {38 vars in 952 bytes} [Tue Apr 7 01:14:18 2026] POST /v2.0/ports => generated 954 bytes in 394 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-04-07 01:14:19.359 8 INFO neutron_taas.services.taas.taas_plugin [None req-00cbfd43-7ae6-459a-851a-1f71ea1122a2 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] TaaS: Handle Delete Port: d321eac1-8c91-4a46-bf07-e87a969f7164 2026-04-07 01:14:19.363 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00cbfd43-7ae6-459a-851a-1f71ea1122a2 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] Tap Mirror: Handle Delete Port: d321eac1-8c91-4a46-bf07-e87a969f7164 [pid: 7|app: 0|req: 599/1158] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:14:19 2026] GET /v2.0/ports?device_id=5c071cf9-9aa8-4cf2-a06d-d96a980d75fa => generated 957 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1159] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:14:19 2026] GET /v2.0/ports?device_id=36867414-1b37-4118-958f-f339c6e4f5a3 => 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: 560/1160] 10.0.0.149 () {34 vars in 788 bytes} [Tue Apr 7 01:14:18 2026] PUT /v2.0/routers/22be5798-2f07-4301-8d06-068d47c718de/remove_router_interface => generated 309 bytes in 849 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1161] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:14:19 2026] GET /v2.0/security-groups?id=c181cb59-353c-47ad-b073-10a1b4dd103c&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1162] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:14:19 2026] GET /v2.0/security-groups?id=3d3bab3c-a3e8-47d0-8d06-a08f1455f37e&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: 601/1163] 199.204.45.3 () {38 vars in 1025 bytes} [Tue Apr 7 01:14:19 2026] PUT /v2.0/ports/f3b93126-0642-4ab1-9e26-a41c5652f15b => generated 1235 bytes in 500 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1164] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:14:19 2026] GET /v2.0/ports?tenant_id=e5b7d47bcc6b4d39835c645b16f226b3&device_id=36867414-1b37-4118-958f-f339c6e4f5a3 => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 602/1165] 10.0.0.149 () {32 vars in 735 bytes} [Tue Apr 7 01:14:19 2026] GET /v2.0/ports?device_id=22be5798-2f07-4301-8d06-068d47c718de => 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: 564/1166] 199.204.45.3 () {34 vars in 1057 bytes} [Tue Apr 7 01:14:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=c42c4251-23f1-47e4-82e7-0f9dbffe1acc => 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: 565/1167] 199.204.45.3 () {34 vars in 981 bytes} [Tue Apr 7 01:14:19 2026] GET /v2.0/subnets?id=bdbbd02c-ed6a-47e8-9709-43db208a5b0c => generated 693 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:14:20.115 7 INFO neutron_taas.services.taas.taas_plugin [None req-86e6d82b-e11f-4125-8218-8a8f785f0a4c 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] TaaS: Handle Delete Port: 9fd7f2ec-efda-4010-8fc9-87e39dc1b93c 2026-04-07 01:14:20.117 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86e6d82b-e11f-4125-8218-8a8f785f0a4c 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] Tap Mirror: Handle Delete Port: 9fd7f2ec-efda-4010-8fc9-87e39dc1b93c 2026-04-07 01:14:20.136 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d85af0a2-1711-4e66-a508-7bd08a23c304'] response: {'name': 'network-changed', 'server_uuid': '5c071cf9-9aa8-4cf2-a06d-d96a980d75fa', 'tag': 'f3b93126-0642-4ab1-9e26-a41c5652f15b', 'status': 'completed', 'code': 200} 2026-04-07 01:14:20.391 7 INFO neutron.services.segments.plugin [-] Segment 6bd6b944-482c-48ea-be53-89d176e8ebe4 resource provider aggregate not found 2026-04-07 01:14:20.395 7 INFO neutron.services.segments.plugin [-] Segment 6bd6b944-482c-48ea-be53-89d176e8ebe4 resource provider aggregate not found [pid: 8|app: 0|req: 566/1168] 10.0.0.149 () {34 vars in 683 bytes} [Tue Apr 7 01:14:20 2026] POST /v2.0/security-groups => generated 1625 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-07 01:14:20.412 7 INFO neutron.services.segments.plugin [-] Segment 6bd6b944-482c-48ea-be53-89d176e8ebe4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6bd6b944-482c-48ea-be53-89d176e8ebe4 found for delete ", "request_id": "req-fc9a9cb2-d3f7-4410-a18e-dd06749d5703"}]} 2026-04-07 01:14:20.422 7 INFO neutron.services.segments.plugin [-] Segment 6bd6b944-482c-48ea-be53-89d176e8ebe4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6bd6b944-482c-48ea-be53-89d176e8ebe4 found for delete ", "request_id": "req-57ba34a8-a897-4922-a360-6666785b6e3c"}]} 2026-04-07 01:14:20.425 7 INFO neutron.db.l3_hamode_db [None req-86e6d82b-e11f-4125-8218-8a8f785f0a4c 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] HA network 7ad7fed2-9159-46ed-844b-96f36c659b44 was deleted as no HA routers are present in tenant 9612db7389d841e38c9d48323859fc1d. [pid: 7|app: 0|req: 603/1169] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:14:19 2026] DELETE /v2.0/routers/22be5798-2f07-4301-8d06-068d47c718de => generated 0 bytes in 463 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1170] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:14:20 2026] GET /v2.0/ports?network_id=071cdd6d-8808-4e01-9e25-5011f80511b5&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1171] 10.0.0.149 () {32 vars in 662 bytes} [Tue Apr 7 01:14:20 2026] GET /v2.0/security-groups => generated 4530 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1172] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:14:20 2026] GET /v2.0/networks/071cdd6d-8808-4e01-9e25-5011f80511b5?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1173] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:14:20 2026] DELETE /v2.0/subnets/e4991be7-d9f4-4221-8606-b5f09ec4f6a9 => 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: 606/1174] 10.0.0.149 () {34 vars in 757 bytes} [Tue Apr 7 01:14:20 2026] PUT /v2.0/security-groups/159fd2e3-5c72-4f06-8f15-3f597ca1af96 => generated 1664 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1175] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:14:20 2026] GET /v2.0/networks/071cdd6d-8808-4e01-9e25-5011f80511b5?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: 570/1176] 10.0.0.149 () {32 vars in 736 bytes} [Tue Apr 7 01:14:20 2026] GET /v2.0/security-groups/159fd2e3-5c72-4f06-8f15-3f597ca1af96 => generated 1664 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1177] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:14:20 2026] DELETE /v2.0/subnets/692a8f09-1900-45d8-b87f-d99544d6c387 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1178] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:14:20 2026] DELETE /v2.0/security-groups/159fd2e3-5c72-4f06-8f15-3f597ca1af96 => 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: 608/1179] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:14:20 2026] GET /v2.0/ports?tenant_id=4d7fa18afd27424b9b135f3f783fe0e7&device_id=5c071cf9-9aa8-4cf2-a06d-d96a980d75fa => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1180] 10.0.0.149 () {32 vars in 662 bytes} [Tue Apr 7 01:14:20 2026] GET /v2.0/security-groups => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1181] 199.204.45.3 () {34 vars in 1015 bytes} [Tue Apr 7 01:14:20 2026] GET /v2.0/networks?tenant_id=4d7fa18afd27424b9b135f3f783fe0e7&shared=False => generated 768 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:14:20.817 8 INFO neutron.services.segments.plugin [-] Segment b5085665-32be-4def-b803-5ebda0c6809a resource provider aggregate not found 2026-04-07 01:14:20.824 7 INFO neutron.api.v2.resource [None req-7eda790d-af1a-4d6c-9196-710f7b743950 74fcfa8a4b6f4fac9db3d5535099caa7 3304bc5290af492fabdf27279e109e19 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 611/1182] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:14:20 2026] DELETE /v2.0/security-groups/159fd2e3-5c72-4f06-8f15-3f597ca1af96 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:14:20.825 8 INFO neutron.services.segments.plugin [-] Segment b5085665-32be-4def-b803-5ebda0c6809a resource provider aggregate not found 2026-04-07 01:14:20.831 8 INFO neutron.services.segments.plugin [-] Segment b5085665-32be-4def-b803-5ebda0c6809a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5085665-32be-4def-b803-5ebda0c6809a found for delete ", "request_id": "req-9cf8adc7-f2e0-44c8-864d-525df7badfc3"}]} 2026-04-07 01:14:20.842 8 INFO neutron.services.segments.plugin [-] Segment b5085665-32be-4def-b803-5ebda0c6809a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5085665-32be-4def-b803-5ebda0c6809a found for delete ", "request_id": "req-e57cfc93-07f3-4183-afa7-9a3fbd713447"}]} [pid: 8|app: 0|req: 572/1183] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:14:20 2026] DELETE /v2.0/networks/b1b11f03-96e6-4c88-bdf9-b59f6225d7f1 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1184] 199.204.45.3 () {34 vars in 927 bytes} [Tue Apr 7 01:14:20 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1185] 10.0.0.149 () {34 vars in 683 bytes} [Tue Apr 7 01:14:20 2026] POST /v2.0/security-groups => generated 1624 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1186] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:14:20 2026] DELETE /v2.0/networks/f66e8ade-3b4c-4132-812c-741f10f79c9f => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1187] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:14:20 2026] GET /v2.0/ports?device_id=36867414-1b37-4118-958f-f339c6e4f5a3 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1188] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:14:20 2026] GET /v2.0/ports?device_id=5c071cf9-9aa8-4cf2-a06d-d96a980d75fa => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:14:21.078 8 INFO neutron.db.segments_db [None req-6494232a-bec7-4044-9f77-8f025ac18a0b 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] Added segment b5f5ab9f-15e0-4cd0-9c56-37bea9ca03f6 of type vxlan for network 413cfd99-2acc-483e-ac98-d3cdfaa3d3e3 [pid: 7|app: 0|req: 615/1189] 10.0.0.149 () {34 vars in 694 bytes} [Tue Apr 7 01:14:21 2026] POST /v2.0/security-group-rules => generated 601 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1190] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:14:21 2026] POST /v2.0/networks => generated 629 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1191] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:14:21 2026] GET /v2.0/security-groups?id=3d3bab3c-a3e8-47d0-8d06-a08f1455f37e&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1192] 10.0.0.149 () {32 vars in 746 bytes} [Tue Apr 7 01:14:21 2026] GET /v2.0/security-group-rules/53d73f02-3f9b-4247-81fe-c67fb20c3b94 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1193] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:14:21 2026] GET /v2.0/security-groups?id=c181cb59-353c-47ad-b073-10a1b4dd103c&fields=id&fields=name => generated 88 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1194] 10.0.0.149 () {32 vars in 672 bytes} [Tue Apr 7 01:14:21 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1195] 10.0.0.149 () {32 vars in 749 bytes} [Tue Apr 7 01:14:21 2026] DELETE /v2.0/security-group-rules/53d73f02-3f9b-4247-81fe-c67fb20c3b94 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1196] 10.0.0.149 () {32 vars in 672 bytes} [Tue Apr 7 01:14:21 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: 7|app: 0|req: 618/1197] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:14:21 2026] POST /v2.0/subnets => generated 626 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:14:21.498 7 INFO neutron.db.segments_db [None req-3567b1dc-b359-4a4d-931e-6d9830dde218 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] Added segment 7f6ab3de-08ec-41bc-b720-b35b4277238a of type vxlan for network 0f2d1de7-ee57-4e18-8cdc-51de407a4d24 [pid: 8|app: 0|req: 580/1198] 10.0.0.149 () {34 vars in 694 bytes} [Tue Apr 7 01:14:21 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: 581/1199] 10.0.0.149 () {32 vars in 746 bytes} [Tue Apr 7 01:14:21 2026] GET /v2.0/security-group-rules/0e492b25-fc41-46e4-a8e8-0411eb19008d => 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: 582/1200] 10.0.0.149 () {32 vars in 672 bytes} [Tue Apr 7 01:14:21 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1201] 10.0.0.149 () {32 vars in 749 bytes} [Tue Apr 7 01:14:21 2026] DELETE /v2.0/security-group-rules/0e492b25-fc41-46e4-a8e8-0411eb19008d => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:14:21.750 7 INFO neutron.db.l3_hamode_db [None req-3567b1dc-b359-4a4d-931e-6d9830dde218 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 584/1202] 10.0.0.149 () {32 vars in 672 bytes} [Tue Apr 7 01:14:21 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:14:21.795 8 INFO neutron.db.securitygroups_db [None req-c02cb95e-806e-41f7-8423-0c5829a84565 74fcfa8a4b6f4fac9db3d5535099caa7 3304bc5290af492fabdf27279e109e19 - - default default] Project 3304bc5290af492fabdf27279e109e19 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: 585/1203] 10.0.0.149 () {34 vars in 694 bytes} [Tue Apr 7 01:14:21 2026] POST /v2.0/security-group-rules => generated 607 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:14:21.865 7 INFO neutron.db.l3_hamode_db [None req-3567b1dc-b359-4a4d-931e-6d9830dde218 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 586/1204] 10.0.0.149 () {32 vars in 746 bytes} [Tue Apr 7 01:14:21 2026] GET /v2.0/security-group-rules/15fb9706-4e5c-4660-b844-72ec1c0975d3 => generated 607 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1205] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:14:21 2026] GET /v2.0/ports?tenant_id=4d7fa18afd27424b9b135f3f783fe0e7&device_id=5c071cf9-9aa8-4cf2-a06d-d96a980d75fa => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1206] 10.0.0.149 () {32 vars in 672 bytes} [Tue Apr 7 01:14:21 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1207] 199.204.45.3 () {34 vars in 1055 bytes} [Tue Apr 7 01:14:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=f3b93126-0642-4ab1-9e26-a41c5652f15b => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1208] 10.0.0.149 () {32 vars in 749 bytes} [Tue Apr 7 01:14:21 2026] DELETE /v2.0/security-group-rules/15fb9706-4e5c-4660-b844-72ec1c0975d3 => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1209] 199.204.45.3 () {34 vars in 981 bytes} [Tue Apr 7 01:14:22 2026] GET /v2.0/subnets?id=81f62823-bb05-4ecc-b22c-e5d4ded00baa => generated 690 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1210] 10.0.0.149 () {32 vars in 672 bytes} [Tue Apr 7 01:14:22 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1211] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:14:22 2026] GET /v2.0/ports?network_id=f4a27fe0-e2ca-4c2d-a5ab-59b8b84b56ef&device_owner=network%3Adhcp => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1212] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:14:22 2026] DELETE /v2.0/security-groups/c3d56653-9905-44e5-8f46-a355d2cc1ac7 => 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: 595/1213] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:14:22 2026] GET /v2.0/networks/f4a27fe0-e2ca-4c2d-a5ab-59b8b84b56ef?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: 596/1214] 10.0.0.149 () {32 vars in 662 bytes} [Tue Apr 7 01:14:22 2026] GET /v2.0/security-groups => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1215] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:14:22 2026] GET /v2.0/networks/f4a27fe0-e2ca-4c2d-a5ab-59b8b84b56ef?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: 598/1216] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:14:22 2026] GET /v2.0/ports?device_id=36867414-1b37-4118-958f-f339c6e4f5a3 => generated 973 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1217] 10.0.0.149 () {32 vars in 662 bytes} [Tue Apr 7 01:14:22 2026] GET /v2.0/security-groups => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1218] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:14:22 2026] GET /v2.0/ports?device_id=5c071cf9-9aa8-4cf2-a06d-d96a980d75fa => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:14:22.432 7 INFO neutron.services.segments.plugin [-] Segment 89463d88-539c-4a81-b46a-ca13b6f75903 resource provider aggregate not found 2026-04-07 01:14:22.440 7 INFO neutron.services.segments.plugin [-] Segment 89463d88-539c-4a81-b46a-ca13b6f75903 resource provider aggregate not found [pid: 8|app: 0|req: 601/1219] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:14:22 2026] GET /v2.0/security-groups?id=3d3bab3c-a3e8-47d0-8d06-a08f1455f37e&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:14:22.450 7 INFO neutron.services.segments.plugin [-] Segment 89463d88-539c-4a81-b46a-ca13b6f75903 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89463d88-539c-4a81-b46a-ca13b6f75903 found for delete ", "request_id": "req-28d652cd-f92a-42ef-931a-c5d4fc586a8a"}]} 2026-04-07 01:14:22.459 7 INFO neutron.services.segments.plugin [-] Segment 89463d88-539c-4a81-b46a-ca13b6f75903 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89463d88-539c-4a81-b46a-ca13b6f75903 found for delete ", "request_id": "req-c71b299b-0de8-4679-96d0-ea078c3f8356"}]} [pid: 8|app: 0|req: 602/1220] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:14:22 2026] GET /v2.0/security-groups?id=c181cb59-353c-47ad-b073-10a1b4dd103c&fields=id&fields=name => generated 88 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1221] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:14:21 2026] POST /v2.0/routers => generated 507 bytes in 1006 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1222] 10.0.0.149 () {34 vars in 664 bytes} [Tue Apr 7 01:14:22 2026] POST /v2.0/ports => generated 951 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 604/1223] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:14:22 2026] GET /v2.0/security-groups?tenant_id=3304bc5290af492fabdf27279e109e19&name=default => generated 2925 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1224] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:14:22 2026] DELETE /v2.0/security-groups/ed8c1251-6d63-43e9-a48b-3e8a5f168364 => 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: 606/1225] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:14:23 2026] GET /v2.0/ports?device_id=36867414-1b37-4118-958f-f339c6e4f5a3 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1226] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:14:23 2026] GET /v2.0/ports?device_id=5c071cf9-9aa8-4cf2-a06d-d96a980d75fa => 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: 608/1227] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:14:23 2026] GET /v2.0/security-groups?id=3d3bab3c-a3e8-47d0-8d06-a08f1455f37e&fields=id&fields=name => generated 114 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1228] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:14:23 2026] GET /v2.0/security-groups?id=c181cb59-353c-47ad-b073-10a1b4dd103c&fields=id&fields=name => generated 88 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1229] 10.0.0.149 () {34 vars in 782 bytes} [Tue Apr 7 01:14:22 2026] PUT /v2.0/routers/b6f3cfa8-d993-4d84-a18c-3a0cd5ee04ff/add_router_interface => generated 309 bytes in 1182 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1230] 10.0.0.149 () {32 vars in 716 bytes} [Tue Apr 7 01:14:24 2026] GET /v2.0/ports/c96bb333-d039-4050-8325-b88f678d6936 => generated 1025 bytes in 31 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-04-07 01:14:24.432 7 INFO neutron_taas.services.taas.taas_plugin [None req-fc7b347a-21da-43eb-8411-62f8c2ebc039 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] TaaS: Handle Delete Port: c96bb333-d039-4050-8325-b88f678d6936 2026-04-07 01:14:24.439 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc7b347a-21da-43eb-8411-62f8c2ebc039 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] Tap Mirror: Handle Delete Port: c96bb333-d039-4050-8325-b88f678d6936 [pid: 8|app: 0|req: 613/1233] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:14:24 2026] GET /v2.0/ports?device_id=36867414-1b37-4118-958f-f339c6e4f5a3 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1234] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:14:24 2026] GET /v2.0/security-groups?id=3d3bab3c-a3e8-47d0-8d06-a08f1455f37e&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: 615/1235] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:14:24 2026] GET /v2.0/ports?device_id=5c071cf9-9aa8-4cf2-a06d-d96a980d75fa => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1236] 10.0.0.149 () {34 vars in 788 bytes} [Tue Apr 7 01:14:24 2026] PUT /v2.0/routers/b6f3cfa8-d993-4d84-a18c-3a0cd5ee04ff/remove_router_interface => generated 309 bytes in 798 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: 622/1237] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:14:24 2026] GET /v2.0/security-groups?id=c181cb59-353c-47ad-b073-10a1b4dd103c&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:14:25.030 7 INFO neutron.api.v2.resource [None req-54c727ad-1f18-465d-abb9-4e153ce37053 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 623/1238] 10.0.0.149 () {34 vars in 788 bytes} [Tue Apr 7 01:14:24 2026] PUT /v2.0/routers/b6f3cfa8-d993-4d84-a18c-3a0cd5ee04ff/remove_router_interface => generated 197 bytes in 125 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1239] 10.0.0.149 () {32 vars in 735 bytes} [Tue Apr 7 01:14:25 2026] GET /v2.0/ports?device_id=b6f3cfa8-d993-4d84-a18c-3a0cd5ee04ff => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:14:25.218 7 INFO neutron_taas.services.taas.taas_plugin [None req-a46988d2-9045-48a5-a1a0-b39d8d9e7c46 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] TaaS: Handle Delete Port: 348875a3-a301-4770-b0b0-07ec290adbd1 2026-04-07 01:14:25.221 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a46988d2-9045-48a5-a1a0-b39d8d9e7c46 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] Tap Mirror: Handle Delete Port: 348875a3-a301-4770-b0b0-07ec290adbd1 [pid: 8|app: 0|req: 616/1240] 10.0.0.149 () {34 vars in 683 bytes} [Tue Apr 7 01:14:24 2026] POST /v2.0/security-groups => generated 1624 bytes in 463 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1241] 10.0.0.149 () {32 vars in 662 bytes} [Tue Apr 7 01:14:25 2026] GET /v2.0/security-groups => generated 4529 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1242] 10.0.0.149 () {34 vars in 757 bytes} [Tue Apr 7 01:14:25 2026] PUT /v2.0/security-groups/a09d7a47-36f4-4662-8e3f-4d067175d309 => generated 1663 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1243] 10.0.0.149 () {32 vars in 736 bytes} [Tue Apr 7 01:14:25 2026] GET /v2.0/security-groups/a09d7a47-36f4-4662-8e3f-4d067175d309 => generated 1663 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1244] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:14:25 2026] DELETE /v2.0/security-groups/a09d7a47-36f4-4662-8e3f-4d067175d309 => 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: 621/1245] 10.0.0.149 () {32 vars in 662 bytes} [Tue Apr 7 01:14:25 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:14:25.558 8 INFO neutron.api.v2.resource [None req-02d31122-64c5-4499-be7a-01a9c2630c8a 4cb24f17b1244f39a9f531569971a3a1 21738f42d7334a12b8f7beeb2bafb985 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 622/1246] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:14:25 2026] DELETE /v2.0/security-groups/a09d7a47-36f4-4662-8e3f-4d067175d309 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:14:25.593 7 INFO neutron.services.segments.plugin [-] Segment 7f6ab3de-08ec-41bc-b720-b35b4277238a resource provider aggregate not found 2026-04-07 01:14:25.597 7 INFO neutron.services.segments.plugin [-] Segment 7f6ab3de-08ec-41bc-b720-b35b4277238a resource provider aggregate not found 2026-04-07 01:14:25.623 7 INFO neutron.services.segments.plugin [-] Segment 7f6ab3de-08ec-41bc-b720-b35b4277238a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f6ab3de-08ec-41bc-b720-b35b4277238a found for delete ", "request_id": "req-653a613d-86f6-4935-9c6f-12749049cb85"}]} 2026-04-07 01:14:25.627 7 INFO neutron.services.segments.plugin [-] Segment 7f6ab3de-08ec-41bc-b720-b35b4277238a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f6ab3de-08ec-41bc-b720-b35b4277238a found for delete ", "request_id": "req-f8447ad5-4ed3-479c-923a-1afb6539bcc4"}]} 2026-04-07 01:14:25.639 7 INFO neutron.db.l3_hamode_db [None req-a46988d2-9045-48a5-a1a0-b39d8d9e7c46 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] HA network 0f2d1de7-ee57-4e18-8cdc-51de407a4d24 was deleted as no HA routers are present in tenant 9612db7389d841e38c9d48323859fc1d. [pid: 7|app: 0|req: 625/1247] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:14:25 2026] DELETE /v2.0/routers/b6f3cfa8-d993-4d84-a18c-3a0cd5ee04ff => generated 0 bytes in 592 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1248] 10.0.0.149 () {34 vars in 683 bytes} [Tue Apr 7 01:14:25 2026] POST /v2.0/security-groups => generated 1625 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1249] 10.0.0.149 () {34 vars in 694 bytes} [Tue Apr 7 01:14:25 2026] POST /v2.0/security-group-rules => generated 601 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1250] 10.0.0.149 () {32 vars in 746 bytes} [Tue Apr 7 01:14:25 2026] GET /v2.0/security-group-rules/d7ac135d-0453-48d9-b6d9-0d908987fe29 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1251] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:14:25 2026] DELETE /v2.0/subnets/750df2b2-c2fb-4030-b930-71fcaf0e09a0 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1252] 10.0.0.149 () {32 vars in 672 bytes} [Tue Apr 7 01:14:25 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: 627/1253] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:14:25 2026] GET /v2.0/ports?device_id=36867414-1b37-4118-958f-f339c6e4f5a3 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:14:25.927 7 INFO neutron_taas.services.taas.taas_plugin [None req-c17be2d8-53e2-473c-b010-4484366a7f1c 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] TaaS: Handle Delete Port: 002da3c1-c2dd-4492-a22a-0276e4407ad0 2026-04-07 01:14:25.930 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c17be2d8-53e2-473c-b010-4484366a7f1c 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] Tap Mirror: Handle Delete Port: 002da3c1-c2dd-4492-a22a-0276e4407ad0 [pid: 8|app: 0|req: 628/1254] 10.0.0.149 () {32 vars in 749 bytes} [Tue Apr 7 01:14:25 2026] DELETE /v2.0/security-group-rules/d7ac135d-0453-48d9-b6d9-0d908987fe29 => 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: 629/1255] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:14:25 2026] GET /v2.0/security-groups?id=3d3bab3c-a3e8-47d0-8d06-a08f1455f37e&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: 630/1256] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:14:26 2026] GET /v2.0/ports?device_id=5c071cf9-9aa8-4cf2-a06d-d96a980d75fa => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1257] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:14:25 2026] DELETE /v2.0/networks/413cfd99-2acc-483e-ac98-d3cdfaa3d3e3 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1258] 10.0.0.149 () {32 vars in 672 bytes} [Tue Apr 7 01:14:26 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: 632/1259] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:14:26 2026] GET /v2.0/security-groups?id=c181cb59-353c-47ad-b073-10a1b4dd103c&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1260] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:14:26 2026] GET /v2.0/ports?device_id=36867414-1b37-4118-958f-f339c6e4f5a3 => generated 975 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:14:26.241 7 INFO neutron.db.segments_db [None req-35115579-ce73-40e4-9b14-d250fca3b905 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] Added segment d8d91b44-f755-41d3-921b-25a4cd4e3bed of type vxlan for network 150cdadb-3270-4ba1-8d86-d51626b0d360 [pid: 8|app: 0|req: 633/1261] 10.0.0.149 () {34 vars in 694 bytes} [Tue Apr 7 01:14:26 2026] POST /v2.0/security-group-rules => generated 601 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1262] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:14:26 2026] POST /v2.0/networks => generated 630 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1263] 10.0.0.149 () {32 vars in 746 bytes} [Tue Apr 7 01:14:26 2026] GET /v2.0/security-group-rules/a31a1ad4-d27a-40bb-bb3e-f9a67fbc5680 => generated 601 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1264] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:14:26 2026] POST /v2.0/subnets => generated 626 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:14:26.608 8 INFO neutron.db.l3_db [None req-47c3a849-93f7-45b5-a66e-f14ff288436c 8ed1797d1f9d4eacafea0b2781fee7c6 e5b7d47bcc6b4d39835c645b16f226b3 - - default default] Floating IP b32ea38a-ee1d-4d88-9078-88ed2ee69593 associated. External IP: 10.96.250.213, port: c42c4251-23f1-47e4-82e7-0f9dbffe1acc. [pid: 7|app: 0|req: 632/1265] 10.0.0.149 () {32 vars in 672 bytes} [Tue Apr 7 01:14:26 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:14:26.681 7 INFO neutron.db.segments_db [None req-8ae668e0-f4b1-43e0-a63d-f0bfac1926d5 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] Added segment 8eaefbb8-2d62-419a-9eed-0655c7ad2185 of type vxlan for network 1f18982f-64bc-47b0-a420-0bcfdfa0cd19 [pid: 8|app: 0|req: 634/1266] 10.0.0.149 () {34 vars in 748 bytes} [Tue Apr 7 01:14:26 2026] PUT /v2.0/floatingips/b32ea38a-ee1d-4d88-9078-88ed2ee69593 => generated 856 bytes in 671 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:14:26.947 7 INFO neutron.db.l3_hamode_db [None req-8ae668e0-f4b1-43e0-a63d-f0bfac1926d5 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:14:26.980 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c9ef21a2-b548-4502-b7a7-c118ccd58852'] response: {'name': 'network-changed', 'server_uuid': '36867414-1b37-4118-958f-f339c6e4f5a3', 'tag': 'c42c4251-23f1-47e4-82e7-0f9dbffe1acc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 635/1267] 10.0.0.149 () {32 vars in 749 bytes} [Tue Apr 7 01:14:26 2026] DELETE /v2.0/security-group-rules/a31a1ad4-d27a-40bb-bb3e-f9a67fbc5680 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:14:27.067 7 INFO neutron.db.l3_hamode_db [None req-8ae668e0-f4b1-43e0-a63d-f0bfac1926d5 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 636/1268] 10.0.0.149 () {32 vars in 672 bytes} [Tue Apr 7 01:14:27 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1269] 10.0.0.149 () {34 vars in 694 bytes} [Tue Apr 7 01:14:27 2026] POST /v2.0/security-group-rules => generated 602 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1270] 10.0.0.149 () {32 vars in 746 bytes} [Tue Apr 7 01:14:27 2026] GET /v2.0/security-group-rules/679fd024-0c6a-4030-8c8d-08129c6d9293 => generated 602 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1271] 10.0.0.149 () {32 vars in 672 bytes} [Tue Apr 7 01:14:27 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1272] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:14:27 2026] GET /v2.0/ports?device_id=5c071cf9-9aa8-4cf2-a06d-d96a980d75fa => 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: 641/1273] 10.0.0.149 () {32 vars in 749 bytes} [Tue Apr 7 01:14:27 2026] DELETE /v2.0/security-group-rules/679fd024-0c6a-4030-8c8d-08129c6d9293 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1274] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:14:27 2026] GET /v2.0/security-groups?id=c181cb59-353c-47ad-b073-10a1b4dd103c&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:14:27.653 7 INFO neutron.services.segments.plugin [-] Segment b5f5ab9f-15e0-4cd0-9c56-37bea9ca03f6 resource provider aggregate not found 2026-04-07 01:14:27.669 7 INFO neutron.services.segments.plugin [-] Segment b5f5ab9f-15e0-4cd0-9c56-37bea9ca03f6 resource provider aggregate not found 2026-04-07 01:14:27.686 7 INFO neutron.services.segments.plugin [-] Segment b5f5ab9f-15e0-4cd0-9c56-37bea9ca03f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5f5ab9f-15e0-4cd0-9c56-37bea9ca03f6 found for delete ", "request_id": "req-f855328f-f66a-4487-bbce-9d99b46eb485"}]} 2026-04-07 01:14:27.691 7 INFO neutron.services.segments.plugin [-] Segment b5f5ab9f-15e0-4cd0-9c56-37bea9ca03f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5f5ab9f-15e0-4cd0-9c56-37bea9ca03f6 found for delete ", "request_id": "req-b635a991-96f4-402c-ba67-633d4acb248b"}]} [pid: 7|app: 0|req: 633/1275] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:14:26 2026] POST /v2.0/routers => generated 506 bytes in 1077 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1276] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:14:27 2026] GET /v2.0/ports?tenant_id=e5b7d47bcc6b4d39835c645b16f226b3&device_id=36867414-1b37-4118-958f-f339c6e4f5a3 => 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: 643/1277] 10.0.0.149 () {32 vars in 672 bytes} [Tue Apr 7 01:14:27 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 406 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1278] 199.204.45.3 () {34 vars in 983 bytes} [Tue Apr 7 01:14:27 2026] GET /v2.0/networks?id=071cdd6d-8808-4e01-9e25-5011f80511b5 => generated 771 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1279] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:14:27 2026] DELETE /v2.0/security-groups/5c85e573-917d-4a05-bed3-de9a8145360d => 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: 646/1280] 199.204.45.3 () {34 vars in 1057 bytes} [Tue Apr 7 01:14:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=c42c4251-23f1-47e4-82e7-0f9dbffe1acc => generated 859 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1281] 10.0.0.149 () {32 vars in 662 bytes} [Tue Apr 7 01:14:28 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: 648/1282] 199.204.45.3 () {34 vars in 981 bytes} [Tue Apr 7 01:14:28 2026] GET /v2.0/subnets?id=bdbbd02c-ed6a-47e8-9709-43db208a5b0c => generated 693 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1283] 10.0.0.149 () {32 vars in 662 bytes} [Tue Apr 7 01:14:28 2026] GET /v2.0/security-groups => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1284] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:14:28 2026] GET /v2.0/ports?network_id=071cdd6d-8808-4e01-9e25-5011f80511b5&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: 651/1285] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:14:28 2026] GET /v2.0/networks/071cdd6d-8808-4e01-9e25-5011f80511b5?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: 652/1286] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:14:28 2026] GET /v2.0/networks/071cdd6d-8808-4e01-9e25-5011f80511b5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1287] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:14:28 2026] GET /v2.0/ports?device_id=5c071cf9-9aa8-4cf2-a06d-d96a980d75fa => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1288] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:14:28 2026] GET /v2.0/security-groups?id=c181cb59-353c-47ad-b073-10a1b4dd103c&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1289] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:14:28 2026] GET /v2.0/security-groups?tenant_id=21738f42d7334a12b8f7beeb2bafb985&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: 635/1290] 10.0.0.149 () {34 vars in 782 bytes} [Tue Apr 7 01:14:27 2026] PUT /v2.0/routers/9c187f7b-859a-4c4e-b580-6a0538f12afd/add_router_interface => generated 309 bytes in 1238 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1291] 10.0.0.149 () {32 vars in 716 bytes} [Tue Apr 7 01:14:28 2026] GET /v2.0/ports/f13cbc56-be8f-4958-81a6-1517826f0d66 => generated 955 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1292] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:14:28 2026] DELETE /v2.0/security-groups/222b3b70-ab4e-4d31-9943-2ad79884145a => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:14:29.420 7 INFO neutron_taas.services.taas.taas_plugin [None req-5673a6a4-a1a4-4a91-9bbd-7c43f946fe95 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] TaaS: Handle Delete Port: f13cbc56-be8f-4958-81a6-1517826f0d66 2026-04-07 01:14:29.424 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5673a6a4-a1a4-4a91-9bbd-7c43f946fe95 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] Tap Mirror: Handle Delete Port: f13cbc56-be8f-4958-81a6-1517826f0d66 [pid: 7|app: 0|req: 637/1293] 10.0.0.149 () {34 vars in 788 bytes} [Tue Apr 7 01:14:29 2026] PUT /v2.0/routers/9c187f7b-859a-4c4e-b580-6a0538f12afd/remove_router_interface => generated 309 bytes in 827 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1294] 10.0.0.149 () {32 vars in 735 bytes} [Tue Apr 7 01:14:29 2026] GET /v2.0/ports?device_id=9c187f7b-859a-4c4e-b580-6a0538f12afd => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1295] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:14:29 2026] GET /v2.0/ports?device_id=5c071cf9-9aa8-4cf2-a06d-d96a980d75fa => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1296] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:14:30 2026] GET /v2.0/security-groups?id=c181cb59-353c-47ad-b073-10a1b4dd103c&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:14:30.134 7 INFO neutron_taas.services.taas.taas_plugin [None req-4bd63f7b-f0de-48bc-ada1-a74ed0341b94 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] TaaS: Handle Delete Port: f20dbf9c-04f6-4c35-87d3-1670d930901a 2026-04-07 01:14:30.137 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4bd63f7b-f0de-48bc-ada1-a74ed0341b94 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] Tap Mirror: Handle Delete Port: f20dbf9c-04f6-4c35-87d3-1670d930901a 2026-04-07 01:14:30.502 7 INFO neutron.services.segments.plugin [-] Segment 8eaefbb8-2d62-419a-9eed-0655c7ad2185 resource provider aggregate not found 2026-04-07 01:14:30.503 7 INFO neutron.services.segments.plugin [-] Segment 8eaefbb8-2d62-419a-9eed-0655c7ad2185 resource provider aggregate not found 2026-04-07 01:14:30.530 7 INFO neutron.services.segments.plugin [-] Segment 8eaefbb8-2d62-419a-9eed-0655c7ad2185 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8eaefbb8-2d62-419a-9eed-0655c7ad2185 found for delete ", "request_id": "req-63133c9a-23af-445c-ab66-f361a9f448d6"}]} 2026-04-07 01:14:30.532 7 INFO neutron.db.l3_hamode_db [None req-4bd63f7b-f0de-48bc-ada1-a74ed0341b94 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] HA network 1f18982f-64bc-47b0-a420-0bcfdfa0cd19 was deleted as no HA routers are present in tenant 9612db7389d841e38c9d48323859fc1d. 2026-04-07 01:14:30.538 7 INFO neutron.services.segments.plugin [-] Segment 8eaefbb8-2d62-419a-9eed-0655c7ad2185 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8eaefbb8-2d62-419a-9eed-0655c7ad2185 found for delete ", "request_id": "req-9d4e43ca-256e-454c-b299-2d9cccbc4ba8"}]} [pid: 7|app: 0|req: 638/1297] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:14:29 2026] DELETE /v2.0/routers/9c187f7b-859a-4c4e-b580-6a0538f12afd => generated 0 bytes in 616 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1298] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:14:30 2026] DELETE /v2.0/subnets/2c4300d5-9b86-4c00-acd7-ae1ef2e86f8c => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:14:30.850 7 INFO neutron_taas.services.taas.taas_plugin [None req-64482f9c-9c7e-43ac-a079-753a40e00400 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] TaaS: Handle Delete Port: 8426711f-654a-4a57-8307-ac9cc34539a6 2026-04-07 01:14:30.854 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64482f9c-9c7e-43ac-a079-753a40e00400 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] Tap Mirror: Handle Delete Port: 8426711f-654a-4a57-8307-ac9cc34539a6 [pid: 8|app: 0|req: 661/1299] 10.0.0.149 () {32 vars in 622 bytes} [Tue Apr 7 01:14:30 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1300] 10.0.0.149 () {32 vars in 632 bytes} [Tue Apr 7 01:14:30 2026] GET /v2.0/ => generated 632 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1301] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:14:30 2026] DELETE /v2.0/networks/150cdadb-3270-4ba1-8d86-d51626b0d360 => generated 0 bytes in 356 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:14:31.130 8 INFO neutron.db.segments_db [None req-1081dabc-2582-4640-bb61-e2b044048b8e 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] Added segment ad201888-1ca8-4e73-b06b-d86f3e336d95 of type vxlan for network 7d0cf6d8-c0fa-4455-9d1c-5f27741ac657 [pid: 7|app: 0|req: 640/1302] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:14:31 2026] GET /v2.0/ports?device_id=5c071cf9-9aa8-4cf2-a06d-d96a980d75fa => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1303] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:14:31 2026] GET /v2.0/security-groups?id=c181cb59-353c-47ad-b073-10a1b4dd103c&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-04-07 01:14:31.376 8 INFO neutron.db.l3_hamode_db [None req-1081dabc-2582-4640-bb61-e2b044048b8e 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 642/1304] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:14:31 2026] GET /v2.0/security-groups?tenant_id=3a046bf22e6849f3815e11261abd26bc&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: 643/1305] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:14:31 2026] DELETE /v2.0/security-groups/b0d536dd-391f-4a2f-839d-6e6c7b8815ba => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:14:32.158 8 INFO neutron.db.l3_hamode_db [None req-1081dabc-2582-4640-bb61-e2b044048b8e 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 644/1306] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:14:32 2026] GET /v2.0/ports?device_id=5c071cf9-9aa8-4cf2-a06d-d96a980d75fa => 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: 645/1307] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:14:32 2026] GET /v2.0/security-groups?id=c181cb59-353c-47ad-b073-10a1b4dd103c&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1308] 199.204.45.3 () {34 vars in 991 bytes} [Tue Apr 7 01:14:32 2026] GET /v2.0/ports?device_id=5c071cf9-9aa8-4cf2-a06d-d96a980d75fa => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:14:32.530 7 INFO neutron_taas.services.taas.taas_plugin [req-393c25aa-9cb3-4345-9c3e-bb96de5167ca req-afced6af-8e6c-4361-9c7c-49ce9c70e0df dc440fcb97c348eca41e57c7993ad5c3 4d7fa18afd27424b9b135f3f783fe0e7 - - default default] TaaS: Handle Delete Port: f3b93126-0642-4ab1-9e26-a41c5652f15b 2026-04-07 01:14:32.538 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-393c25aa-9cb3-4345-9c3e-bb96de5167ca req-afced6af-8e6c-4361-9c7c-49ce9c70e0df dc440fcb97c348eca41e57c7993ad5c3 4d7fa18afd27424b9b135f3f783fe0e7 - - default default] Tap Mirror: Handle Delete Port: f3b93126-0642-4ab1-9e26-a41c5652f15b 2026-04-07 01:14:32.557 7 INFO neutron.services.segments.plugin [-] Segment d8d91b44-f755-41d3-921b-25a4cd4e3bed resource provider aggregate not found 2026-04-07 01:14:32.561 7 INFO neutron.services.segments.plugin [-] Segment d8d91b44-f755-41d3-921b-25a4cd4e3bed resource provider aggregate not found 2026-04-07 01:14:32.583 7 INFO neutron.services.segments.plugin [-] Segment d8d91b44-f755-41d3-921b-25a4cd4e3bed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8d91b44-f755-41d3-921b-25a4cd4e3bed found for delete ", "request_id": "req-e0eeaafd-7f27-4b18-8681-d53692940201"}]} 2026-04-07 01:14:32.585 7 INFO neutron.services.segments.plugin [-] Segment d8d91b44-f755-41d3-921b-25a4cd4e3bed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8d91b44-f755-41d3-921b-25a4cd4e3bed found for delete ", "request_id": "req-7ea72c57-07d2-44cf-8021-2806898213ce"}]} [pid: 7|app: 0|req: 647/1309] 199.204.45.3 () {36 vars in 994 bytes} [Tue Apr 7 01:14:32 2026] DELETE /v2.0/ports/f3b93126-0642-4ab1-9e26-a41c5652f15b => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:14:32.734 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4af81ea6-456f-49ea-89fd-b872d447396c'] response: {'server_uuid': '5c071cf9-9aa8-4cf2-a06d-d96a980d75fa', 'name': 'network-vif-deleted', 'tag': 'f3b93126-0642-4ab1-9e26-a41c5652f15b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 663/1310] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:14:31 2026] POST /v2.0/routers => generated 687 bytes in 1951 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1311] 10.0.0.149 () {32 vars in 720 bytes} [Tue Apr 7 01:14:33 2026] GET /v2.0/routers/9a07ff97-b165-45a7-8a8f-3e1ec83a2d4e => generated 693 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1312] 10.0.0.149 () {32 vars in 646 bytes} [Tue Apr 7 01:14:33 2026] GET /v2.0/routers => generated 696 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1313] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:14:33 2026] GET /v2.0/ports?device_id=5c071cf9-9aa8-4cf2-a06d-d96a980d75fa => 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: 649/1314] 10.0.0.149 () {34 vars in 740 bytes} [Tue Apr 7 01:14:33 2026] PUT /v2.0/routers/9a07ff97-b165-45a7-8a8f-3e1ec83a2d4e => generated 700 bytes in 359 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1315] 10.0.0.149 () {32 vars in 720 bytes} [Tue Apr 7 01:14:33 2026] GET /v2.0/routers/9a07ff97-b165-45a7-8a8f-3e1ec83a2d4e => generated 700 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1316] 10.0.0.149 () {32 vars in 735 bytes} [Tue Apr 7 01:14:33 2026] GET /v2.0/ports?device_id=9a07ff97-b165-45a7-8a8f-3e1ec83a2d4e => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:14:33.825 8 INFO neutron_taas.services.taas.taas_plugin [None req-7ac9d168-726c-4ca7-9131-2b72488a75ed 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] TaaS: Handle Delete Port: 91879a1a-0f28-4ec5-bfe8-6793757e4c1e 2026-04-07 01:14:33.828 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ac9d168-726c-4ca7-9131-2b72488a75ed 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] Tap Mirror: Handle Delete Port: 91879a1a-0f28-4ec5-bfe8-6793757e4c1e 2026-04-07 01:14:34.058 8 INFO neutron_taas.services.taas.taas_plugin [None req-7ac9d168-726c-4ca7-9131-2b72488a75ed 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] TaaS: Handle Delete Port: e20730ed-6aa3-455d-8866-c005d903d088 2026-04-07 01:14:34.061 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ac9d168-726c-4ca7-9131-2b72488a75ed 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] Tap Mirror: Handle Delete Port: e20730ed-6aa3-455d-8866-c005d903d088 2026-04-07 01:14:34.403 8 INFO neutron.services.segments.plugin [-] Segment ad201888-1ca8-4e73-b06b-d86f3e336d95 resource provider aggregate not found 2026-04-07 01:14:34.409 8 INFO neutron.services.segments.plugin [-] Segment ad201888-1ca8-4e73-b06b-d86f3e336d95 resource provider aggregate not found 2026-04-07 01:14:34.422 8 INFO neutron.services.segments.plugin [-] Segment ad201888-1ca8-4e73-b06b-d86f3e336d95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad201888-1ca8-4e73-b06b-d86f3e336d95 found for delete ", "request_id": "req-e71e38cf-1498-43b7-8dcc-e34035dc1588"}]} 2026-04-07 01:14:34.427 8 INFO neutron.services.segments.plugin [-] Segment ad201888-1ca8-4e73-b06b-d86f3e336d95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad201888-1ca8-4e73-b06b-d86f3e336d95 found for delete ", "request_id": "req-034b4355-52ae-4dfc-8e12-a1a0118ead19"}]} 2026-04-07 01:14:34.442 8 INFO neutron.db.l3_hamode_db [None req-7ac9d168-726c-4ca7-9131-2b72488a75ed 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] HA network 7d0cf6d8-c0fa-4455-9d1c-5f27741ac657 was deleted as no HA routers are present in tenant 9612db7389d841e38c9d48323859fc1d. [pid: 8|app: 0|req: 667/1317] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:14:33 2026] DELETE /v2.0/routers/9a07ff97-b165-45a7-8a8f-3e1ec83a2d4e => generated 0 bytes in 788 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1318] 10.0.0.149 () {32 vars in 735 bytes} [Tue Apr 7 01:14:34 2026] GET /v2.0/ports?device_id=9a07ff97-b165-45a7-8a8f-3e1ec83a2d4e => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:14:34.524 8 INFO neutron.api.v2.resource [None req-9935e565-ed47-4358-b1bb-bda167729d2d 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 668/1319] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:14:34 2026] DELETE /v2.0/routers/9a07ff97-b165-45a7-8a8f-3e1ec83a2d4e => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1320] 10.0.0.149 () {32 vars in 735 bytes} [Tue Apr 7 01:14:34 2026] GET /v2.0/ports?device_id=9c187f7b-859a-4c4e-b580-6a0538f12afd => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:14:34.570 8 INFO neutron.api.v2.resource [None req-0b4e5956-df43-44e5-b5ff-bb930acb17b5 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 669/1321] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:14:34 2026] DELETE /v2.0/routers/9c187f7b-859a-4c4e-b580-6a0538f12afd => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1322] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:14:34 2026] GET /v2.0/ports?device_id=5c071cf9-9aa8-4cf2-a06d-d96a980d75fa => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:14:34.587 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cd447e60-5c9f-4d2e-a9c9-314143e478f3 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 670/1323] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:14:34 2026] DELETE /v2.0/subnets/2c4300d5-9b86-4c00-acd7-ae1ef2e86f8c => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1324] 10.0.0.149 () {32 vars in 735 bytes} [Tue Apr 7 01:14:34 2026] GET /v2.0/ports?device_id=b6f3cfa8-d993-4d84-a18c-3a0cd5ee04ff => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:14:34.638 8 INFO neutron.api.v2.resource [None req-8e25e66a-2d00-4473-9b44-e4b9372c6167 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 671/1325] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:14:34 2026] DELETE /v2.0/routers/b6f3cfa8-d993-4d84-a18c-3a0cd5ee04ff => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:14:34.653 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9b7bb032-75b7-46c5-b2ab-eea36b254b16 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 655/1326] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:14:34 2026] DELETE /v2.0/subnets/750df2b2-c2fb-4030-b930-71fcaf0e09a0 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1327] 10.0.0.149 () {32 vars in 735 bytes} [Tue Apr 7 01:14:34 2026] GET /v2.0/ports?device_id=22be5798-2f07-4301-8d06-068d47c718de => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:14:34.697 7 INFO neutron.api.v2.resource [None req-2d7669ee-d126-46d9-a438-210a1b0d51bc 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 656/1328] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:14:34 2026] DELETE /v2.0/routers/22be5798-2f07-4301-8d06-068d47c718de => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:14:34.712 8 INFO neutron.pecan_wsgi.hooks.translation [None req-64c234bc-7584-437b-b706-590f4fde6ef9 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 673/1329] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:14:34 2026] DELETE /v2.0/subnets/e4991be7-d9f4-4221-8606-b5f09ec4f6a9 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:14:34.734 7 INFO neutron.pecan_wsgi.hooks.translation [None req-44f562c3-f3db-41ab-aa13-68c1ca8791a1 858abd1d40554ddcbe842c4dd4b5719a 9612db7389d841e38c9d48323859fc1d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 657/1330] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:14:34 2026] DELETE /v2.0/subnets/692a8f09-1900-45d8-b87f-d99544d6c387 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1331] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:14:35 2026] GET /v2.0/security-groups?tenant_id=9612db7389d841e38c9d48323859fc1d&name=default => generated 2925 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1332] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:14:35 2026] DELETE /v2.0/security-groups/132fd546-7fe8-4d2e-8cdc-25598e9d8a8b => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1333] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:14:35 2026] GET /v2.0/ports?device_id=5c071cf9-9aa8-4cf2-a06d-d96a980d75fa => 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: 659/1334] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:14:35 2026] GET /v2.0/security-groups?tenant_id=c7965ed921a64b36938c426d9c8ed118&name=default => generated 2925 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1335] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:14:36 2026] DELETE /v2.0/security-groups/0ae49e38-f49f-44e1-9632-afbe4453e4f7 => 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: 660/1336] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:14:36 2026] GET /v2.0/security-groups?tenant_id=5af73947a2834ea3a8c673664c17d04d&name=default => generated 2925 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1337] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:14:36 2026] DELETE /v2.0/security-groups/039e5827-6c66-4ce8-a7f6-838b4c5a2b88 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:14:38.308 7 INFO neutron_taas.services.taas.taas_plugin [None req-db5b0117-a689-4ee9-8a6b-90f4a5d48cb3 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: 9de1bf94-3daf-48b3-a96a-9e54347b651f 2026-04-07 01:14:38.311 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db5b0117-a689-4ee9-8a6b-90f4a5d48cb3 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: 9de1bf94-3daf-48b3-a96a-9e54347b651f [pid: 7|app: 0|req: 661/1338] 10.0.0.149 () {34 vars in 788 bytes} [Tue Apr 7 01:14:37 2026] PUT /v2.0/routers/8696ff82-8231-4f93-a963-99b6baef3633/remove_router_interface => generated 309 bytes in 938 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:14:39.116 8 INFO neutron_taas.services.taas.taas_plugin [None req-b8713d87-e0c6-40a0-8644-cb829a9c2e22 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: 6c9b8a8e-d811-4044-a7dd-18222e3edc7e 2026-04-07 01:14:39.120 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8713d87-e0c6-40a0-8644-cb829a9c2e22 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: 6c9b8a8e-d811-4044-a7dd-18222e3edc7e 2026-04-07 01:14:39.381 8 INFO neutron_taas.services.taas.taas_plugin [None req-b8713d87-e0c6-40a0-8644-cb829a9c2e22 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: adc9ae2a-c278-4c1d-a136-58ac3781a3e2 2026-04-07 01:14:39.384 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8713d87-e0c6-40a0-8644-cb829a9c2e22 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: adc9ae2a-c278-4c1d-a136-58ac3781a3e2 2026-04-07 01:14:39.749 8 INFO neutron.services.segments.plugin [-] Segment 3ad92606-f19d-47c9-8fcf-a05ac607d123 resource provider aggregate not found 2026-04-07 01:14:39.754 8 INFO neutron.services.segments.plugin [-] Segment 3ad92606-f19d-47c9-8fcf-a05ac607d123 resource provider aggregate not found 2026-04-07 01:14:39.774 8 INFO neutron.services.segments.plugin [-] Segment 3ad92606-f19d-47c9-8fcf-a05ac607d123 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ad92606-f19d-47c9-8fcf-a05ac607d123 found for delete ", "request_id": "req-96a2625b-b322-4937-9715-dcf639cd171d"}]} 2026-04-07 01:14:39.775 8 INFO neutron.services.segments.plugin [-] Segment 3ad92606-f19d-47c9-8fcf-a05ac607d123 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ad92606-f19d-47c9-8fcf-a05ac607d123 found for delete ", "request_id": "req-eeaa7d2f-26f6-4276-a28d-57b54e24c0c3"}]} 2026-04-07 01:14:39.786 8 INFO neutron.db.l3_hamode_db [None req-b8713d87-e0c6-40a0-8644-cb829a9c2e22 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] HA network 473a23e0-3a5f-4f53-9a07-c1596415ca16 was deleted as no HA routers are present in tenant 4d7fa18afd27424b9b135f3f783fe0e7. [pid: 8|app: 0|req: 678/1341] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:14:38 2026] DELETE /v2.0/routers/8696ff82-8231-4f93-a963-99b6baef3633 => generated 0 bytes in 912 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1342] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:14:39 2026] GET /v2.0/security-groups?tenant_id=3ca89dd59ae24ede875ab2ede6aa099b&name=default => generated 2925 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1343] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:14:39 2026] DELETE /v2.0/security-groups/82174a3f-e227-4fbb-a258-001b8bac1d98 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:14:39.986 8 INFO neutron.db.segments_db [None req-52aa6e9d-e1a4-40dc-a634-e8a5deff691c 88b49d26b5a04d09b7330e4a60465866 5c0fdd081a094898915b61698e6475b3 - - default default] Added segment cd58c426-4c10-4e63-bd40-b0489953c236 of type vxlan for network d5a025f4-9074-4744-a2c1-69d3708ac2ef [pid: 7|app: 0|req: 666/1344] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:14:39 2026] DELETE /v2.0/subnets/81f62823-bb05-4ecc-b22c-e5d4ded00baa => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1345] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:14:39 2026] POST /v2.0/networks => generated 727 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:14:40.120 7 INFO neutron_taas.services.taas.taas_plugin [None req-562e8dd3-78c2-4c1c-aa10-20891d38a7a0 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: df9ab33c-2977-40be-9156-b11d8bc53fe9 2026-04-07 01:14:40.122 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-562e8dd3-78c2-4c1c-aa10-20891d38a7a0 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: df9ab33c-2977-40be-9156-b11d8bc53fe9 [pid: 8|app: 0|req: 680/1346] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:14:40 2026] POST /v2.0/subnets => generated 644 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:14:40.241 8 WARNING neutron.api.v2.base [None req-55255dbe-409b-4a08-811b-2af68355d8bc 88b49d26b5a04d09b7330e4a60465866 5c0fdd081a094898915b61698e6475b3 - - 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-04-07 01:14:40.242 8 INFO neutron.api.v2.resource [None req-55255dbe-409b-4a08-811b-2af68355d8bc 88b49d26b5a04d09b7330e4a60465866 5c0fdd081a094898915b61698e6475b3 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 681/1347] 10.0.0.149 () {34 vars in 680 bytes} [Tue Apr 7 01:14:40 2026] POST /v2.0/rbac-policies => generated 143 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-07 01:14:40.286 7 INFO neutron.services.segments.plugin [-] Segment 6f78660e-d35b-461e-a34a-18ec73c3e44a resource provider aggregate not found 2026-04-07 01:14:40.293 7 INFO neutron.services.segments.plugin [-] Segment 6f78660e-d35b-461e-a34a-18ec73c3e44a resource provider aggregate not found 2026-04-07 01:14:40.304 7 INFO neutron.services.segments.plugin [-] Segment 6f78660e-d35b-461e-a34a-18ec73c3e44a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f78660e-d35b-461e-a34a-18ec73c3e44a found for delete ", "request_id": "req-7a8afb8e-0c84-4eba-aa89-82f9b0a7a6af"}]} 2026-04-07 01:14:40.315 7 INFO neutron.services.segments.plugin [-] Segment 6f78660e-d35b-461e-a34a-18ec73c3e44a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f78660e-d35b-461e-a34a-18ec73c3e44a found for delete ", "request_id": "req-b826e84d-5522-40d4-8547-05abe5683740"}]} [pid: 7|app: 0|req: 667/1348] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:14:40 2026] DELETE /v2.0/networks/f4a27fe0-e2ca-4c2d-a5ab-59b8b84b56ef => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1349] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:14:40 2026] DELETE /v2.0/networks/d5a025f4-9074-4744-a2c1-69d3708ac2ef => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:14:40.522 7 INFO neutron.db.segments_db [None req-db903feb-2f36-4eb2-882b-6a40a3d6a854 88b49d26b5a04d09b7330e4a60465866 5c0fdd081a094898915b61698e6475b3 - - default default] Added segment 47ad88f9-d385-4e34-b3c2-a6cb5bdac810 of type vxlan for network 8eaeb96b-affa-4688-811f-0fbbf60661df [pid: 8|app: 0|req: 683/1350] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:14:40 2026] GET /v2.0/security-groups?tenant_id=4d7fa18afd27424b9b135f3f783fe0e7&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: 668/1351] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:14:40 2026] POST /v2.0/networks => generated 727 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1352] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:14:40 2026] DELETE /v2.0/security-groups/c181cb59-353c-47ad-b073-10a1b4dd103c => 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: 669/1353] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:14:40 2026] POST /v2.0/subnets => generated 647 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:14:40.819 8 WARNING neutron.api.v2.base [None req-e3a694fe-5d91-410f-87fa-7dabc5e34463 88b49d26b5a04d09b7330e4a60465866 5c0fdd081a094898915b61698e6475b3 - - 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-04-07 01:14:40.820 8 INFO neutron.api.v2.resource [None req-e3a694fe-5d91-410f-87fa-7dabc5e34463 88b49d26b5a04d09b7330e4a60465866 5c0fdd081a094898915b61698e6475b3 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 685/1354] 10.0.0.149 () {34 vars in 680 bytes} [Tue Apr 7 01:14:40 2026] POST /v2.0/rbac-policies => generated 547 bytes in 9 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1355] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:14:40 2026] DELETE /v2.0/networks/8eaeb96b-affa-4688-811f-0fbbf60661df => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:14:41.076 8 INFO neutron.db.segments_db [None req-9fb0a359-3e52-44ec-aafe-0a7ccbf79ae8 88b49d26b5a04d09b7330e4a60465866 5c0fdd081a094898915b61698e6475b3 - - default default] Added segment ac63913b-142b-4441-a859-dd44448a2a63 of type vxlan for network 87b626d8-9dbf-4961-b369-4515873ff508 [pid: 8|app: 0|req: 686/1356] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:14:41 2026] POST /v2.0/networks => generated 726 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1357] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:14:41 2026] POST /v2.0/subnets => generated 647 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1358] 10.0.0.149 () {34 vars in 680 bytes} [Tue Apr 7 01:14:41 2026] POST /v2.0/rbac-policies => generated 324 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:14:41.793 8 INFO neutron.services.segments.plugin [-] Segment cd58c426-4c10-4e63-bd40-b0489953c236 resource provider aggregate not found 2026-04-07 01:14:41.797 8 INFO neutron.services.segments.plugin [-] Segment cd58c426-4c10-4e63-bd40-b0489953c236 resource provider aggregate not found 2026-04-07 01:14:41.813 8 INFO neutron.services.segments.plugin [-] Segment cd58c426-4c10-4e63-bd40-b0489953c236 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd58c426-4c10-4e63-bd40-b0489953c236 found for delete ", "request_id": "req-9b0fa1b0-0cd0-41e1-889c-3210c20c32d0"}]} 2026-04-07 01:14:41.817 8 INFO neutron.services.segments.plugin [-] Segment cd58c426-4c10-4e63-bd40-b0489953c236 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd58c426-4c10-4e63-bd40-b0489953c236 found for delete ", "request_id": "req-b4d0cf0f-9d2c-4edd-8773-80eaeffbcea5"}]} [pid: 7|app: 0|req: 672/1359] 10.0.0.149 () {32 vars in 722 bytes} [Tue Apr 7 01:14:41 2026] GET /v2.0/networks/87b626d8-9dbf-4961-b369-4515873ff508 => generated 654 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:14:42.332 7 INFO neutron.services.segments.plugin [-] Segment 47ad88f9-d385-4e34-b3c2-a6cb5bdac810 resource provider aggregate not found 2026-04-07 01:14:42.338 7 INFO neutron.services.segments.plugin [-] Segment 47ad88f9-d385-4e34-b3c2-a6cb5bdac810 resource provider aggregate not found 2026-04-07 01:14:42.354 7 INFO neutron.services.segments.plugin [-] Segment 47ad88f9-d385-4e34-b3c2-a6cb5bdac810 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47ad88f9-d385-4e34-b3c2-a6cb5bdac810 found for delete ", "request_id": "req-bd06d720-949d-4eb9-b969-2038bf6aff6e"}]} 2026-04-07 01:14:42.357 7 INFO neutron.services.segments.plugin [-] Segment 47ad88f9-d385-4e34-b3c2-a6cb5bdac810 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47ad88f9-d385-4e34-b3c2-a6cb5bdac810 found for delete ", "request_id": "req-e8d621f7-a748-4045-9bd2-799132c5a164"}]} 2026-04-07 01:14:42.694 8 INFO neutron.pecan_wsgi.hooks.translation [None req-11694de9-faf5-4df5-b546-998fd5ad4b4c 8c657027ce7e4a3bbbdd15616fcc6fbe 6deb50ca3c9b483aa56d9a4550bb924f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 688/1360] 10.0.0.149 () {32 vars in 722 bytes} [Tue Apr 7 01:14:42 2026] GET /v2.0/networks/87b626d8-9dbf-4961-b369-4515873ff508 => generated 138 bytes in 139 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1361] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:14:42 2026] DELETE /v2.0/networks/87b626d8-9dbf-4961-b369-4515873ff508 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:14:42.885 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e6e9ce8f-d4c3-4a94-8671-6f809c2ba255 88b49d26b5a04d09b7330e4a60465866 5c0fdd081a094898915b61698e6475b3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 689/1362] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:14:42 2026] DELETE /v2.0/subnets/694ca598-93ea-4244-b66c-801c46d23330 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:14:42.904 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bc4a1f63-0b83-4a8a-adce-4655e2925fa0 88b49d26b5a04d09b7330e4a60465866 5c0fdd081a094898915b61698e6475b3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 674/1363] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:14:42 2026] DELETE /v2.0/subnets/969cbbdd-bf17-4882-af2b-a13eb34193c2 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:14:42.928 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c149be77-5d89-4190-b851-90ab34274a5a 88b49d26b5a04d09b7330e4a60465866 5c0fdd081a094898915b61698e6475b3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 690/1364] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:14:42 2026] DELETE /v2.0/subnets/ec3c421a-47ee-4a38-90de-67b66712d1a7 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1365] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:14:42 2026] GET /v2.0/security-groups?tenant_id=a747288c495b459bb473303c150c7e86&name=default => generated 2925 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1366] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:14:43 2026] DELETE /v2.0/security-groups/225e6490-cafb-4ac0-a7ea-cc5a34c22bc9 => 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: 692/1367] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:14:43 2026] GET /v2.0/security-groups?tenant_id=5c0fdd081a094898915b61698e6475b3&name=default => generated 2925 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:14:43.766 7 INFO neutron.db.segments_db [None req-bc1d8140-694b-4f7b-9007-a646a7611ecc 94f1051b0d6b443ca31e4ae220be73cd 44ca826278054842b6bddb18eba7bf58 - - default default] Added segment 044ea597-86ec-40a8-a9bf-06de39ebeb00 of type vxlan for network 40145a8f-1be3-46be-8c6d-6db7248d5158 [pid: 8|app: 0|req: 693/1368] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:14:43 2026] DELETE /v2.0/security-groups/4763b52b-64e5-4174-82a3-8daa20780a1a => 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: 676/1369] 10.0.0.149 () {34 vars in 670 bytes} [Tue Apr 7 01:14:43 2026] POST /v2.0/networks => generated 632 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:14:43.918 8 INFO neutron.db.segments_db [None req-b1915c6d-e33e-48e4-b453-551ab117a246 94f1051b0d6b443ca31e4ae220be73cd 44ca826278054842b6bddb18eba7bf58 - - default default] Added segment 0ffd4d6e-edf0-4cd2-8284-748808526e59 of type vxlan for network 7eb07934-28c9-48b0-b9f8-02594b081379 [pid: 7|app: 0|req: 677/1370] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:14:43 2026] GET /v2.0/security-groups?tenant_id=645b35dd789e4a1d868a490c9e332087&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:14:44.169 8 INFO neutron.db.l3_hamode_db [None req-b1915c6d-e33e-48e4-b453-551ab117a246 94f1051b0d6b443ca31e4ae220be73cd 44ca826278054842b6bddb18eba7bf58 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 678/1371] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:14:44 2026] DELETE /v2.0/security-groups/71bd79fa-40ec-400f-bf2c-d649a730904b => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:14:44.381 7 INFO neutron.services.segments.plugin [-] Segment ac63913b-142b-4441-a859-dd44448a2a63 resource provider aggregate not found 2026-04-07 01:14:44.385 7 INFO neutron.services.segments.plugin [-] Segment ac63913b-142b-4441-a859-dd44448a2a63 resource provider aggregate not found 2026-04-07 01:14:44.406 7 INFO neutron.services.segments.plugin [-] Segment ac63913b-142b-4441-a859-dd44448a2a63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac63913b-142b-4441-a859-dd44448a2a63 found for delete ", "request_id": "req-92daefbf-41b4-4e2f-a9b7-0e50308d2dbd"}]} 2026-04-07 01:14:44.406 7 INFO neutron.services.segments.plugin [-] Segment ac63913b-142b-4441-a859-dd44448a2a63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac63913b-142b-4441-a859-dd44448a2a63 found for delete ", "request_id": "req-efa99b11-a8e2-4a35-b45f-a7b769d1d7c7"}]} [pid: 7|app: 0|req: 679/1372] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:14:44 2026] GET /v2.0/security-groups?tenant_id=6deb50ca3c9b483aa56d9a4550bb924f&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1373] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:14:44 2026] DELETE /v2.0/security-groups/9cff144b-9d21-432e-81a2-a11e8ccc46e0 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:14:44.915 8 INFO neutron.db.l3_hamode_db [None req-b1915c6d-e33e-48e4-b453-551ab117a246 94f1051b0d6b443ca31e4ae220be73cd 44ca826278054842b6bddb18eba7bf58 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 694/1374] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:14:43 2026] POST /v2.0/routers => generated 694 bytes in 1842 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1375] 10.0.0.149 () {32 vars in 775 bytes} [Tue Apr 7 01:14:45 2026] GET /v2.0/subnets?project_id=44ca826278054842b6bddb18eba7bf58&cidr=10.100.0.0%2F28 => generated 14 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1376] 10.0.0.149 () {32 vars in 693 bytes} [Tue Apr 7 01:14:45 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1377] 10.0.0.149 () {32 vars in 783 bytes} [Tue Apr 7 01:14:45 2026] GET /v2.0/subnets?network_id=b1fba0df-084d-4307-a78d-0fb774c40349&cidr=10.100.0.0%2F28 => 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: 696/1378] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:14:46 2026] POST /v2.0/subnets => generated 656 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1379] 10.0.0.92 () {34 vars in 988 bytes} [Tue Apr 7 01:14:46 2026] GET /v2.0/ports?device_id=36867414-1b37-4118-958f-f339c6e4f5a3 => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1380] 10.0.0.92 () {34 vars in 1038 bytes} [Tue Apr 7 01:14:46 2026] GET /v2.0/security-groups?id=3d3bab3c-a3e8-47d0-8d06-a08f1455f37e&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: 683/1381] 10.0.0.149 () {34 vars in 782 bytes} [Tue Apr 7 01:14:46 2026] PUT /v2.0/routers/995be7eb-88c3-416d-ad14-48a66f15931d/add_router_interface => generated 309 bytes in 1219 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1382] 10.0.0.149 () {32 vars in 648 bytes} [Tue Apr 7 01:14:47 2026] GET /v2.0/networks => generated 5059 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1383] 10.0.0.149 () {32 vars in 646 bytes} [Tue Apr 7 01:14:47 2026] GET /v2.0/subnets => generated 3896 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1384] 10.0.0.149 () {32 vars in 646 bytes} [Tue Apr 7 01:14:47 2026] GET /v2.0/routers => generated 1463 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1385] 10.0.0.149 () {34 vars in 684 bytes} [Tue Apr 7 01:14:47 2026] POST /v2.0/security-groups => generated 1675 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1386] 10.0.0.149 () {34 vars in 694 bytes} [Tue Apr 7 01:14:47 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: 686/1387] 10.0.0.149 () {34 vars in 694 bytes} [Tue Apr 7 01:14:47 2026] POST /v2.0/security-group-rules => generated 596 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1388] 10.0.0.149 () {34 vars in 694 bytes} [Tue Apr 7 01:14:48 2026] POST /v2.0/security-group-rules => generated 602 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1389] 10.0.0.149 () {34 vars in 694 bytes} [Tue Apr 7 01:14:48 2026] POST /v2.0/security-group-rules => generated 601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:14:48.445 8 INFO neutron.db.securitygroups_db [None req-d3b56796-3b40-488e-bbbc-23577e796294 94f1051b0d6b443ca31e4ae220be73cd 44ca826278054842b6bddb18eba7bf58 - - default default] Project 44ca826278054842b6bddb18eba7bf58 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: 703/1390] 10.0.0.149 () {34 vars in 694 bytes} [Tue Apr 7 01:14:48 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-04-07 01:14:48.572 7 INFO neutron.db.securitygroups_db [None req-df38edac-afbe-4127-8094-c0cba4d99c3c 94f1051b0d6b443ca31e4ae220be73cd 44ca826278054842b6bddb18eba7bf58 - - default default] Project 44ca826278054842b6bddb18eba7bf58 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: 688/1391] 10.0.0.149 () {34 vars in 694 bytes} [Tue Apr 7 01:14:48 2026] POST /v2.0/security-group-rules => generated 606 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1392] 10.0.0.149 () {32 vars in 648 bytes} [Tue Apr 7 01:14:49 2026] GET /v2.0/networks => generated 1297 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1393] 10.0.0.195 () {34 vars in 1099 bytes} [Tue Apr 7 01:14:49 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-2133081674&fields=id&tenant_id=44ca826278054842b6bddb18eba7bf58 => generated 69 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1394] 10.0.0.149 () {34 vars in 675 bytes} [Tue Apr 7 01:14:48 2026] POST /v2.0/floatingips => generated 552 bytes in 815 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1395] 10.0.0.195 () {34 vars in 981 bytes} [Tue Apr 7 01:14:49 2026] GET /v2.0/networks?id=40145a8f-1be3-46be-8c6d-6db7248d5158 => generated 660 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1396] 10.0.0.195 () {34 vars in 964 bytes} [Tue Apr 7 01:14:49 2026] GET /v2.0/quotas/44ca826278054842b6bddb18eba7bf58 => 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: 693/1397] 10.0.0.195 () {34 vars in 1001 bytes} [Tue Apr 7 01:14:49 2026] GET /v2.0/ports?tenant_id=44ca826278054842b6bddb18eba7bf58&fields=id => generated 103 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1398] 10.0.0.195 () {34 vars in 1007 bytes} [Tue Apr 7 01:14:49 2026] GET /v2.0/networks/40145a8f-1be3-46be-8c6d-6db7248d5158?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: 695/1399] 10.0.0.195 () {34 vars in 1107 bytes} [Tue Apr 7 01:14:49 2026] GET /v2.0/networks/40145a8f-1be3-46be-8c6d-6db7248d5158?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1400] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:14:49 2026] GET /v2.0/ports?device_id=5438a29a-69a9-460b-bd19-6816e3358b03 => 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: 705/1401] 10.0.0.149 () {34 vars in 675 bytes} [Tue Apr 7 01:14:49 2026] POST /v2.0/floatingips => generated 552 bytes in 659 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1402] 10.0.0.149 () {34 vars in 675 bytes} [Tue Apr 7 01:14:50 2026] POST /v2.0/floatingips => generated 552 bytes in 516 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1403] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:14:50 2026] GET /v2.0/ports?device_id=5438a29a-69a9-460b-bd19-6816e3358b03 => 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: 706/1404] 10.0.0.149 () {34 vars in 675 bytes} [Tue Apr 7 01:14:50 2026] POST /v2.0/floatingips => generated 552 bytes in 520 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1405] 10.0.0.149 () {34 vars in 675 bytes} [Tue Apr 7 01:14:51 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) [pid: 8|app: 0|req: 707/1406] 10.0.0.149 () {34 vars in 758 bytes} [Tue Apr 7 01:14:51 2026] PUT /v2.0/floatingips/4af47a4b-6fd5-4c1d-9489-2c12f430a7ce/tags => generated 17 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1407] 10.0.0.149 () {34 vars in 758 bytes} [Tue Apr 7 01:14:51 2026] PUT /v2.0/floatingips/39cad663-40dd-4b87-828f-b5ec54ce8cb4/tags => generated 25 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1408] 10.0.0.149 () {34 vars in 758 bytes} [Tue Apr 7 01:14:51 2026] PUT /v2.0/floatingips/151abeed-9a14-4dbd-88f1-bcf2d5b0a642/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1409] 10.0.0.149 () {34 vars in 758 bytes} [Tue Apr 7 01:14:51 2026] PUT /v2.0/floatingips/53eae5e2-e171-4de8-a22b-c5a189bdb3a6/tags => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1410] 10.0.0.149 () {32 vars in 671 bytes} [Tue Apr 7 01:14:51 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1411] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:14:52 2026] GET /v2.0/ports?device_id=5438a29a-69a9-460b-bd19-6816e3358b03 => 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: 710/1412] 10.0.0.149 () {32 vars in 685 bytes} [Tue Apr 7 01:14:52 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1413] 10.0.0.149 () {32 vars in 681 bytes} [Tue Apr 7 01:14:52 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1414] 10.0.0.149 () {32 vars in 693 bytes} [Tue Apr 7 01:14:52 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1415] 10.0.0.149 () {32 vars in 679 bytes} [Tue Apr 7 01:14:52 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1416] 10.0.0.149 () {32 vars in 693 bytes} [Tue Apr 7 01:14:52 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1417] 10.0.0.149 () {32 vars in 689 bytes} [Tue Apr 7 01:14:52 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 398 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1418] 10.0.0.149 () {32 vars in 701 bytes} [Tue Apr 7 01:14:52 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:14:52.850 7 INFO neutron_taas.services.taas.taas_plugin [None req-dec1397b-5119-464a-8327-7f1561a78967 3656298ce9c04fd3b944a61d1f52c5fa d1c42b2662ec49f2a044a272ff8ee83e - - default default] TaaS: Handle Delete Port: 4d57b7ef-7a91-486a-b4ca-e2adb9ae0a3d 2026-04-07 01:14:52.853 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dec1397b-5119-464a-8327-7f1561a78967 3656298ce9c04fd3b944a61d1f52c5fa d1c42b2662ec49f2a044a272ff8ee83e - - default default] Tap Mirror: Handle Delete Port: 4d57b7ef-7a91-486a-b4ca-e2adb9ae0a3d [pid: 7|app: 0|req: 706/1419] 10.0.0.149 () {32 vars in 731 bytes} [Tue Apr 7 01:14:52 2026] DELETE /v2.0/floatingips/4af47a4b-6fd5-4c1d-9489-2c12f430a7ce => generated 0 bytes in 258 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:14:53.155 8 INFO neutron_taas.services.taas.taas_plugin [None req-22be12ef-864d-4ee9-9fef-524c4cae8670 3656298ce9c04fd3b944a61d1f52c5fa d1c42b2662ec49f2a044a272ff8ee83e - - default default] TaaS: Handle Delete Port: 97307f7c-e96b-46d6-8f4d-1332c8b24dab 2026-04-07 01:14:53.158 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-22be12ef-864d-4ee9-9fef-524c4cae8670 3656298ce9c04fd3b944a61d1f52c5fa d1c42b2662ec49f2a044a272ff8ee83e - - default default] Tap Mirror: Handle Delete Port: 97307f7c-e96b-46d6-8f4d-1332c8b24dab [pid: 7|app: 0|req: 707/1420] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:14:53 2026] GET /v2.0/ports?device_id=5438a29a-69a9-460b-bd19-6816e3358b03 => 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: 714/1421] 10.0.0.149 () {32 vars in 731 bytes} [Tue Apr 7 01:14:53 2026] DELETE /v2.0/floatingips/39cad663-40dd-4b87-828f-b5ec54ce8cb4 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:14:53.421 8 INFO neutron_taas.services.taas.taas_plugin [None req-da8f22c4-d20b-468b-9b1a-2eb5bab0edc0 3656298ce9c04fd3b944a61d1f52c5fa d1c42b2662ec49f2a044a272ff8ee83e - - default default] TaaS: Handle Delete Port: 1cbb4326-36c3-48b1-850b-e5a907af1e2d 2026-04-07 01:14:53.424 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da8f22c4-d20b-468b-9b1a-2eb5bab0edc0 3656298ce9c04fd3b944a61d1f52c5fa d1c42b2662ec49f2a044a272ff8ee83e - - default default] Tap Mirror: Handle Delete Port: 1cbb4326-36c3-48b1-850b-e5a907af1e2d [pid: 7|app: 0|req: 708/1422] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:14:53 2026] GET /v2.0/security-groups?tenant_id=59cd4fb9e2414b6fbe28debb11d4f6e1&name=default => generated 2925 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1423] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:14:53 2026] DELETE /v2.0/security-groups/a8d0f65a-dfdd-49f7-bb64-a71fe0739914 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1424] 10.0.0.149 () {32 vars in 731 bytes} [Tue Apr 7 01:14:53 2026] DELETE /v2.0/floatingips/151abeed-9a14-4dbd-88f1-bcf2d5b0a642 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:14:53.694 7 INFO neutron_taas.services.taas.taas_plugin [None req-13ed9e21-f827-4e2f-9879-753c4688fd16 3656298ce9c04fd3b944a61d1f52c5fa d1c42b2662ec49f2a044a272ff8ee83e - - default default] TaaS: Handle Delete Port: f4e03788-4948-48d7-8faa-23338bb0d391 2026-04-07 01:14:53.696 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-13ed9e21-f827-4e2f-9879-753c4688fd16 3656298ce9c04fd3b944a61d1f52c5fa d1c42b2662ec49f2a044a272ff8ee83e - - default default] Tap Mirror: Handle Delete Port: f4e03788-4948-48d7-8faa-23338bb0d391 [pid: 7|app: 0|req: 710/1425] 10.0.0.149 () {32 vars in 731 bytes} [Tue Apr 7 01:14:53 2026] DELETE /v2.0/floatingips/53eae5e2-e171-4de8-a22b-c5a189bdb3a6 => generated 0 bytes in 256 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:14:53.971 8 INFO neutron_taas.services.taas.taas_plugin [None req-cb608bf5-8d83-42e9-b92c-b85f0cd85c4b 3656298ce9c04fd3b944a61d1f52c5fa d1c42b2662ec49f2a044a272ff8ee83e - - default default] TaaS: Handle Delete Port: ae479659-5828-4a9f-95bf-ac48086a79ba 2026-04-07 01:14:53.974 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb608bf5-8d83-42e9-b92c-b85f0cd85c4b 3656298ce9c04fd3b944a61d1f52c5fa d1c42b2662ec49f2a044a272ff8ee83e - - default default] Tap Mirror: Handle Delete Port: ae479659-5828-4a9f-95bf-ac48086a79ba [pid: 8|app: 0|req: 716/1428] 10.0.0.149 () {32 vars in 731 bytes} [Tue Apr 7 01:14:53 2026] DELETE /v2.0/floatingips/9eb2c2ca-09f1-4d7e-aea9-18497300b6a3 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1429] 199.204.45.3 () {34 vars in 983 bytes} [Tue Apr 7 01:14:54 2026] GET /v2.0/networks?id=40145a8f-1be3-46be-8c6d-6db7248d5158 => generated 660 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1430] 199.204.45.3 () {34 vars in 1047 bytes} [Tue Apr 7 01:14:54 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=44ca826278054842b6bddb18eba7bf58 => generated 181 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1431] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:14:54 2026] GET /v2.0/ports?device_id=5438a29a-69a9-460b-bd19-6816e3358b03 => 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: 718/1432] 199.204.45.3 () {38 vars in 952 bytes} [Tue Apr 7 01:14:54 2026] POST /v2.0/ports => generated 958 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 715/1433] 199.204.45.3 () {38 vars in 1025 bytes} [Tue Apr 7 01:14:54 2026] PUT /v2.0/ports/a9670c7f-dc06-4ef9-ab92-2b78075814bb => generated 1239 bytes in 408 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:14:55.079 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5b2f8b7a-a629-448a-b9d2-dd8423566dd7'] response: {'name': 'network-changed', 'server_uuid': '5438a29a-69a9-460b-bd19-6816e3358b03', 'tag': 'a9670c7f-dc06-4ef9-ab92-2b78075814bb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 719/1434] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:14:54 2026] GET /v2.0/security-groups?tenant_id=598aaf12c9e249b085ad5c9995110b31&name=default => generated 2925 bytes in 274 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: 716/1435] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:14:55 2026] DELETE /v2.0/security-groups/d350b076-308e-4787-8efd-de9e85fce27f => 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: 720/1436] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:14:55 2026] GET /v2.0/ports?device_id=5438a29a-69a9-460b-bd19-6816e3358b03 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1437] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:14:55 2026] GET /v2.0/security-groups?id=5f760dc0-3d7c-411c-9ef0-4dd4e9a88e9e&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: 721/1438] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:14:55 2026] GET /v2.0/security-groups?tenant_id=d1c42b2662ec49f2a044a272ff8ee83e&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: 718/1439] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:14:55 2026] DELETE /v2.0/security-groups/8b453add-696a-4393-bf46-c31623aac772 => 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: 722/1440] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:14:55 2026] GET /v2.0/ports?tenant_id=44ca826278054842b6bddb18eba7bf58&device_id=5438a29a-69a9-460b-bd19-6816e3358b03 => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1441] 199.204.45.3 () {34 vars in 1015 bytes} [Tue Apr 7 01:14:55 2026] GET /v2.0/networks?tenant_id=44ca826278054842b6bddb18eba7bf58&shared=False => generated 756 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1442] 199.204.45.3 () {34 vars in 927 bytes} [Tue Apr 7 01:14:55 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1443] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:14:55 2026] GET /v2.0/security-groups?tenant_id=8d0ed2d19d154050b3d9dff8a0d138cd&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1444] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:14:55 2026] GET /v2.0/ports?device_id=36867414-1b37-4118-958f-f339c6e4f5a3 => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1445] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:14:55 2026] DELETE /v2.0/security-groups/2dbd275d-ec5c-4bad-b683-8368d9dad23a => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1446] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:14:56 2026] GET /v2.0/security-groups?id=3d3bab3c-a3e8-47d0-8d06-a08f1455f37e&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: 725/1447] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:14:56 2026] GET /v2.0/ports?device_id=36867414-1b37-4118-958f-f339c6e4f5a3 => generated 975 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1448] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:14:56 2026] GET /v2.0/security-groups?id=3d3bab3c-a3e8-47d0-8d06-a08f1455f37e&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1449] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:14:56 2026] GET /v2.0/ports?device_id=5438a29a-69a9-460b-bd19-6816e3358b03 => 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: 724/1450] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:14:56 2026] GET /v2.0/security-groups?id=5f760dc0-3d7c-411c-9ef0-4dd4e9a88e9e&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1451] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:14:56 2026] GET /v2.0/ports?device_id=36867414-1b37-4118-958f-f339c6e4f5a3 => generated 975 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1452] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:14:56 2026] GET /v2.0/security-groups?id=3d3bab3c-a3e8-47d0-8d06-a08f1455f37e&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1453] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:14:56 2026] GET /v2.0/ports?tenant_id=44ca826278054842b6bddb18eba7bf58&device_id=5438a29a-69a9-460b-bd19-6816e3358b03 => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1454] 199.204.45.3 () {34 vars in 1057 bytes} [Tue Apr 7 01:14:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=a9670c7f-dc06-4ef9-ab92-2b78075814bb => 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: 729/1455] 199.204.45.3 () {34 vars in 981 bytes} [Tue Apr 7 01:14:56 2026] GET /v2.0/subnets?id=1a494268-f6f4-408d-b294-6e4ed120ce82 => 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: 727/1456] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:14:56 2026] GET /v2.0/ports?network_id=40145a8f-1be3-46be-8c6d-6db7248d5158&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: 728/1457] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:14:56 2026] GET /v2.0/networks/40145a8f-1be3-46be-8c6d-6db7248d5158?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: 729/1458] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:14:56 2026] GET /v2.0/networks/40145a8f-1be3-46be-8c6d-6db7248d5158?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: 730/1459] 10.0.0.132 () {30 vars in 649 bytes} [Tue Apr 7 01:14:56 2026] GET /v2.0/extensions => generated 21537 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1460] 10.0.0.132 () {30 vars in 723 bytes} [Tue Apr 7 01:14:57 2026] GET /v2.0/quotas/c0b4fc0dd50e441397164bd9851914f2/details => generated 847 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1461] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:14:57 2026] GET /v2.0/ports?device_id=5438a29a-69a9-460b-bd19-6816e3358b03 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1462] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:14:57 2026] GET /v2.0/security-groups?id=5f760dc0-3d7c-411c-9ef0-4dd4e9a88e9e&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1463] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:14:57 2026] GET /v2.0/ports?device_id=36867414-1b37-4118-958f-f339c6e4f5a3 => 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: 732/1464] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:14:57 2026] GET /v2.0/security-groups?id=3d3bab3c-a3e8-47d0-8d06-a08f1455f37e&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1465] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:14:58 2026] GET /v2.0/ports?tenant_id=e5b7d47bcc6b4d39835c645b16f226b3&device_id=36867414-1b37-4118-958f-f339c6e4f5a3 => 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: 733/1466] 199.204.45.3 () {34 vars in 983 bytes} [Tue Apr 7 01:14:58 2026] GET /v2.0/networks?id=071cdd6d-8808-4e01-9e25-5011f80511b5 => generated 771 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1467] 199.204.45.3 () {34 vars in 1057 bytes} [Tue Apr 7 01:14:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=c42c4251-23f1-47e4-82e7-0f9dbffe1acc => generated 861 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1468] 199.204.45.3 () {34 vars in 981 bytes} [Tue Apr 7 01:14:58 2026] GET /v2.0/subnets?id=bdbbd02c-ed6a-47e8-9709-43db208a5b0c => generated 693 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1469] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:14:58 2026] GET /v2.0/ports?network_id=071cdd6d-8808-4e01-9e25-5011f80511b5&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1470] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:14:58 2026] GET /v2.0/networks/071cdd6d-8808-4e01-9e25-5011f80511b5?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: 736/1471] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:14:58 2026] GET /v2.0/networks/071cdd6d-8808-4e01-9e25-5011f80511b5?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: 736/1472] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:14:58 2026] GET /v2.0/ports?device_id=5438a29a-69a9-460b-bd19-6816e3358b03 => generated 973 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1473] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:14:58 2026] GET /v2.0/security-groups?id=5f760dc0-3d7c-411c-9ef0-4dd4e9a88e9e&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: 737/1474] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:14:58 2026] GET /v2.0/ports?device_id=36867414-1b37-4118-958f-f339c6e4f5a3 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1475] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:14:58 2026] GET /v2.0/security-groups?id=3d3bab3c-a3e8-47d0-8d06-a08f1455f37e&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: 738/1476] 10.0.0.132 () {30 vars in 649 bytes} [Tue Apr 7 01:14:59 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1477] 10.0.0.132 () {30 vars in 723 bytes} [Tue Apr 7 01:14:59 2026] GET /v2.0/quotas/c0b4fc0dd50e441397164bd9851914f2/details => generated 847 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1478] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:14:59 2026] GET /v2.0/ports?device_id=5438a29a-69a9-460b-bd19-6816e3358b03 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1479] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:14:59 2026] GET /v2.0/security-groups?id=5f760dc0-3d7c-411c-9ef0-4dd4e9a88e9e&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: 740/1480] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:14:59 2026] GET /v2.0/ports?device_id=36867414-1b37-4118-958f-f339c6e4f5a3 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1481] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:15:00 2026] GET /v2.0/security-groups?id=3d3bab3c-a3e8-47d0-8d06-a08f1455f37e&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:15:00.281 7 INFO neutron.db.segments_db [None req-5035713f-ec60-4ca8-9bd6-c00ef07654d6 b5daee4049f14c37926935af91d0fb62 484e1b43d7344cd4a15f6e9f916eecaa - - default default] Added segment 18e2990d-bff9-40cd-9579-27b7225ded5a of type vxlan for network a614dc14-6294-4fcb-8f4c-b7898c964af1 [pid: 7|app: 0|req: 741/1482] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:15:00 2026] POST /v2.0/networks => generated 632 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1483] 10.0.0.149 () {34 vars in 663 bytes} [Tue Apr 7 01:15:00 2026] POST /v2.0/ports => generated 743 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:15:00.806 7 INFO neutron.db.segments_db [None req-28e0df6a-5ce1-477a-a1e2-71c7f2af8742 b5daee4049f14c37926935af91d0fb62 484e1b43d7344cd4a15f6e9f916eecaa - - default default] Added segment 57ed6c56-4baa-4a4d-bf56-594b2515233d of type vxlan for network 013e2ef8-7e07-4ab0-82c4-b988d1f8f07e [pid: 7|app: 0|req: 742/1484] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:15:00 2026] POST /v2.0/networks => generated 632 bytes in 192 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: 743/1485] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:15:01 2026] GET /v2.0/ports?device_id=5438a29a-69a9-460b-bd19-6816e3358b03 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1486] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:15:01 2026] GET /v2.0/security-groups?id=5f760dc0-3d7c-411c-9ef0-4dd4e9a88e9e&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: 745/1487] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:15:01 2026] GET /v2.0/ports?device_id=36867414-1b37-4118-958f-f339c6e4f5a3 => 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: 746/1488] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:15:01 2026] GET /v2.0/security-groups?id=3d3bab3c-a3e8-47d0-8d06-a08f1455f37e&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: 743/1489] 10.0.0.149 () {34 vars in 663 bytes} [Tue Apr 7 01:15:00 2026] POST /v2.0/ports => generated 743 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:15:01.424 7 INFO neutron.db.segments_db [None req-159b754d-d037-472e-bfda-709f771f199b b5daee4049f14c37926935af91d0fb62 484e1b43d7344cd4a15f6e9f916eecaa - - default default] Added segment 23fab44d-3f90-4137-980c-24f0b85310ac of type vxlan for network 6cd01443-376e-4eb8-a88b-8cb3f4948e5e /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 747/1490] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:15:01 2026] POST /v2.0/networks => generated 631 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1491] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:15:01 2026] GET /v2.0/security-groups?tenant_id=c0b4fc0dd50e441397164bd9851914f2&name=default => generated 2925 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1492] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:15:01 2026] DELETE /v2.0/security-groups/2cde9878-5192-4c09-af1f-ddf6daf5cd16 => 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: 748/1493] 10.0.0.149 () {34 vars in 663 bytes} [Tue Apr 7 01:15:01 2026] POST /v2.0/ports => generated 743 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:15:01.940 8 INFO neutron.db.segments_db [None req-457e3dba-bcf4-418b-a17b-cd1433ddaea1 b5daee4049f14c37926935af91d0fb62 484e1b43d7344cd4a15f6e9f916eecaa - - default default] Added segment b61935a0-fcc6-4d8e-a93b-ac8276eeaf70 of type vxlan for network 74d44306-e2e2-4520-99c8-97fe0094bf11 [pid: 8|app: 0|req: 746/1494] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:15:01 2026] POST /v2.0/networks => generated 632 bytes in 126 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: 747/1495] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:15:02 2026] GET /v2.0/ports?device_id=5438a29a-69a9-460b-bd19-6816e3358b03 => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1496] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:15:02 2026] GET /v2.0/security-groups?id=5f760dc0-3d7c-411c-9ef0-4dd4e9a88e9e&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: 749/1497] 10.0.0.149 () {34 vars in 663 bytes} [Tue Apr 7 01:15:02 2026] POST /v2.0/ports => generated 743 bytes in 334 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-04-07 01:15:02.406 7 INFO neutron.db.segments_db [None req-ebab4bd4-8a1b-4316-86f7-23572385f30e b5daee4049f14c37926935af91d0fb62 484e1b43d7344cd4a15f6e9f916eecaa - - default default] Added segment 4631508c-7c7e-4666-8396-33d519a56484 of type vxlan for network f2c7844b-291e-4e79-a6ee-daab8f2d5278 [pid: 8|app: 0|req: 749/1498] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:15:02 2026] GET /v2.0/ports?device_id=36867414-1b37-4118-958f-f339c6e4f5a3 => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1499] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:15:02 2026] GET /v2.0/ports?device_id=5438a29a-69a9-460b-bd19-6816e3358b03 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1500] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:15:02 2026] GET /v2.0/security-groups?id=3d3bab3c-a3e8-47d0-8d06-a08f1455f37e&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: 750/1501] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:15:02 2026] POST /v2.0/networks => generated 632 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1502] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:15:02 2026] GET /v2.0/security-groups?id=5f760dc0-3d7c-411c-9ef0-4dd4e9a88e9e&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1503] 10.0.0.149 () {32 vars in 735 bytes} [Tue Apr 7 01:15:02 2026] GET /v2.0/ports?device_id=5438a29a-69a9-460b-bd19-6816e3358b03 => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1504] 10.0.0.149 () {34 vars in 663 bytes} [Tue Apr 7 01:15:02 2026] POST /v2.0/ports => generated 743 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 752/1505] 10.0.0.149 () {34 vars in 746 bytes} [Tue Apr 7 01:15:02 2026] PUT /v2.0/ports/7d704395-ee05-4127-891f-699f044a8bd9/tags => generated 17 bytes in 77 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: 753/1506] 10.0.0.149 () {34 vars in 746 bytes} [Tue Apr 7 01:15:02 2026] PUT /v2.0/ports/e54df871-cb2b-4f56-90e6-123ef4d0c19e/tags => generated 25 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 754/1507] 10.0.0.149 () {34 vars in 746 bytes} [Tue Apr 7 01:15:02 2026] PUT /v2.0/ports/a6789142-3f8e-4583-91e5-949607e132a9/tags => generated 34 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 755/1508] 10.0.0.149 () {34 vars in 746 bytes} [Tue Apr 7 01:15:03 2026] PUT /v2.0/ports/f8b34aed-c2c1-4434-beb0-21f63e39f091/tags => generated 19 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 756/1509] 10.0.0.149 () {32 vars in 659 bytes} [Tue Apr 7 01:15:03 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1510] 10.0.0.149 () {32 vars in 673 bytes} [Tue Apr 7 01:15:03 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:15:03.418 8 INFO neutron.db.l3_db [None req-4b2388ad-0e67-4c25-aed6-e6c4c4f85a80 94f1051b0d6b443ca31e4ae220be73cd 44ca826278054842b6bddb18eba7bf58 - - default default] Floating IP 9cd980ff-101f-49fd-b231-7ebd3a204765 associated. External IP: 10.96.250.212, port: a9670c7f-dc06-4ef9-ab92-2b78075814bb. [pid: 7|app: 0|req: 758/1511] 10.0.0.149 () {32 vars in 669 bytes} [Tue Apr 7 01:15:03 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1512] 10.0.0.149 () {32 vars in 681 bytes} [Tue Apr 7 01:15:03 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1513] 10.0.0.149 () {32 vars in 667 bytes} [Tue Apr 7 01:15:03 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1514] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:15:03 2026] GET /v2.0/ports?device_id=36867414-1b37-4118-958f-f339c6e4f5a3 => generated 973 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1515] 10.0.0.149 () {32 vars in 681 bytes} [Tue Apr 7 01:15:03 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1516] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:15:03 2026] GET /v2.0/security-groups?id=3d3bab3c-a3e8-47d0-8d06-a08f1455f37e&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: 764/1517] 10.0.0.149 () {32 vars in 677 bytes} [Tue Apr 7 01:15:03 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1518] 10.0.0.149 () {32 vars in 689 bytes} [Tue Apr 7 01:15:03 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:15:03.868 7 INFO neutron_taas.services.taas.taas_plugin [None req-a132960b-af30-412c-82ff-b9c3562b206d b5daee4049f14c37926935af91d0fb62 484e1b43d7344cd4a15f6e9f916eecaa - - default default] TaaS: Handle Delete Port: 7d704395-ee05-4127-891f-699f044a8bd9 2026-04-07 01:15:03.872 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a132960b-af30-412c-82ff-b9c3562b206d b5daee4049f14c37926935af91d0fb62 484e1b43d7344cd4a15f6e9f916eecaa - - default default] Tap Mirror: Handle Delete Port: 7d704395-ee05-4127-891f-699f044a8bd9 [pid: 7|app: 0|req: 766/1519] 10.0.0.149 () {32 vars in 719 bytes} [Tue Apr 7 01:15:03 2026] DELETE /v2.0/ports/7d704395-ee05-4127-891f-699f044a8bd9 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:15:04.082 7 INFO neutron_taas.services.taas.taas_plugin [None req-c616f612-7a5d-41e0-bc78-c1d704f18ed0 b5daee4049f14c37926935af91d0fb62 484e1b43d7344cd4a15f6e9f916eecaa - - default default] TaaS: Handle Delete Port: e54df871-cb2b-4f56-90e6-123ef4d0c19e 2026-04-07 01:15:04.096 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c616f612-7a5d-41e0-bc78-c1d704f18ed0 b5daee4049f14c37926935af91d0fb62 484e1b43d7344cd4a15f6e9f916eecaa - - default default] Tap Mirror: Handle Delete Port: e54df871-cb2b-4f56-90e6-123ef4d0c19e [pid: 8|app: 0|req: 754/1520] 10.0.0.149 () {34 vars in 676 bytes} [Tue Apr 7 01:15:02 2026] POST /v2.0/floatingips => generated 856 bytes in 1567 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1521] 10.0.0.149 () {32 vars in 728 bytes} [Tue Apr 7 01:15:04 2026] GET /v2.0/floatingips/9cd980ff-101f-49fd-b231-7ebd3a204765 => generated 856 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:15:04.188 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0303dd7a-c615-453d-8376-a09b49a93437'] response: {'name': 'network-changed', 'server_uuid': '5438a29a-69a9-460b-bd19-6816e3358b03', 'tag': 'a9670c7f-dc06-4ef9-ab92-2b78075814bb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 767/1522] 10.0.0.149 () {32 vars in 719 bytes} [Tue Apr 7 01:15:03 2026] DELETE /v2.0/ports/e54df871-cb2b-4f56-90e6-123ef4d0c19e => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:15:04.322 8 INFO neutron_taas.services.taas.taas_plugin [None req-e036d77b-9264-4003-8bdd-11e8a10cc0da b5daee4049f14c37926935af91d0fb62 484e1b43d7344cd4a15f6e9f916eecaa - - default default] TaaS: Handle Delete Port: a6789142-3f8e-4583-91e5-949607e132a9 2026-04-07 01:15:04.326 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e036d77b-9264-4003-8bdd-11e8a10cc0da b5daee4049f14c37926935af91d0fb62 484e1b43d7344cd4a15f6e9f916eecaa - - default default] Tap Mirror: Handle Delete Port: a6789142-3f8e-4583-91e5-949607e132a9 [pid: 8|app: 0|req: 756/1523] 10.0.0.149 () {32 vars in 719 bytes} [Tue Apr 7 01:15:04 2026] DELETE /v2.0/ports/a6789142-3f8e-4583-91e5-949607e132a9 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:15:04.528 7 INFO neutron_taas.services.taas.taas_plugin [None req-fcc05b2e-2b33-43d3-b78f-e2fea5b6cd5c b5daee4049f14c37926935af91d0fb62 484e1b43d7344cd4a15f6e9f916eecaa - - default default] TaaS: Handle Delete Port: f8b34aed-c2c1-4434-beb0-21f63e39f091 2026-04-07 01:15:04.531 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fcc05b2e-2b33-43d3-b78f-e2fea5b6cd5c b5daee4049f14c37926935af91d0fb62 484e1b43d7344cd4a15f6e9f916eecaa - - default default] Tap Mirror: Handle Delete Port: f8b34aed-c2c1-4434-beb0-21f63e39f091 [pid: 7|app: 0|req: 768/1524] 10.0.0.149 () {32 vars in 719 bytes} [Tue Apr 7 01:15:04 2026] DELETE /v2.0/ports/f8b34aed-c2c1-4434-beb0-21f63e39f091 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1525] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:15:04 2026] GET /v2.0/ports?tenant_id=44ca826278054842b6bddb18eba7bf58&device_id=5438a29a-69a9-460b-bd19-6816e3358b03 => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1526] 199.204.45.3 () {34 vars in 983 bytes} [Tue Apr 7 01:15:04 2026] GET /v2.0/networks?id=40145a8f-1be3-46be-8c6d-6db7248d5158 => generated 756 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:15:04.819 8 INFO neutron_taas.services.taas.taas_plugin [None req-726da66a-a852-4c6c-8957-1ceff802e85d b5daee4049f14c37926935af91d0fb62 484e1b43d7344cd4a15f6e9f916eecaa - - default default] TaaS: Handle Delete Port: 726ef959-153e-4f04-bd10-7293713984b6 2026-04-07 01:15:04.822 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-726da66a-a852-4c6c-8957-1ceff802e85d b5daee4049f14c37926935af91d0fb62 484e1b43d7344cd4a15f6e9f916eecaa - - default default] Tap Mirror: Handle Delete Port: 726ef959-153e-4f04-bd10-7293713984b6 [pid: 7|app: 0|req: 771/1527] 199.204.45.3 () {34 vars in 1057 bytes} [Tue Apr 7 01:15:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=a9670c7f-dc06-4ef9-ab92-2b78075814bb => generated 859 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1528] 199.204.45.3 () {34 vars in 981 bytes} [Tue Apr 7 01:15:04 2026] GET /v2.0/subnets?id=1a494268-f6f4-408d-b294-6e4ed120ce82 => generated 677 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1529] 10.0.0.149 () {32 vars in 719 bytes} [Tue Apr 7 01:15:04 2026] DELETE /v2.0/ports/726ef959-153e-4f04-bd10-7293713984b6 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1530] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:15:04 2026] GET /v2.0/ports?network_id=40145a8f-1be3-46be-8c6d-6db7248d5158&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1531] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:15:04 2026] GET /v2.0/ports?device_id=36867414-1b37-4118-958f-f339c6e4f5a3 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:15:05.000 8 INFO neutron.services.segments.plugin [-] Segment 18e2990d-bff9-40cd-9579-27b7225ded5a resource provider aggregate not found 2026-04-07 01:15:05.012 8 INFO neutron.services.segments.plugin [-] Segment 18e2990d-bff9-40cd-9579-27b7225ded5a resource provider aggregate not found [pid: 7|app: 0|req: 775/1532] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:15:04 2026] GET /v2.0/networks/40145a8f-1be3-46be-8c6d-6db7248d5158?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1533] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:15:04 2026] DELETE /v2.0/networks/a614dc14-6294-4fcb-8f4c-b7898c964af1 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:15:05.031 8 INFO neutron.services.segments.plugin [-] Segment 18e2990d-bff9-40cd-9579-27b7225ded5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18e2990d-bff9-40cd-9579-27b7225ded5a found for delete ", "request_id": "req-57c3dc35-4d6b-4d21-ab55-17a6d85d04f5"}]} 2026-04-07 01:15:05.040 8 INFO neutron.services.segments.plugin [-] Segment 18e2990d-bff9-40cd-9579-27b7225ded5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18e2990d-bff9-40cd-9579-27b7225ded5a found for delete ", "request_id": "req-f9cb98e3-c87d-49ef-ac0d-e38eceac2f87"}]} [pid: 7|app: 0|req: 776/1534] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:15:05 2026] GET /v2.0/security-groups?id=3d3bab3c-a3e8-47d0-8d06-a08f1455f37e&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: 759/1535] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:15:05 2026] GET /v2.0/networks/40145a8f-1be3-46be-8c6d-6db7248d5158?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:15:05.154 7 INFO neutron.services.segments.plugin [-] Segment 57ed6c56-4baa-4a4d-bf56-594b2515233d resource provider aggregate not found 2026-04-07 01:15:05.157 7 INFO neutron.services.segments.plugin [-] Segment 57ed6c56-4baa-4a4d-bf56-594b2515233d resource provider aggregate not found 2026-04-07 01:15:05.181 7 INFO neutron.services.segments.plugin [-] Segment 57ed6c56-4baa-4a4d-bf56-594b2515233d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57ed6c56-4baa-4a4d-bf56-594b2515233d found for delete ", "request_id": "req-a1ccbd88-221b-4f7e-b4d4-1d873e049b7e"}]} 2026-04-07 01:15:05.189 7 INFO neutron.services.segments.plugin [-] Segment 57ed6c56-4baa-4a4d-bf56-594b2515233d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57ed6c56-4baa-4a4d-bf56-594b2515233d found for delete ", "request_id": "req-cb7ba2ca-9165-4bda-a1e2-fd6310921743"}]} [pid: 7|app: 0|req: 777/1536] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:15:05 2026] DELETE /v2.0/networks/013e2ef8-7e07-4ab0-82c4-b988d1f8f07e => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1537] 10.0.0.149 () {32 vars in 728 bytes} [Tue Apr 7 01:15:05 2026] GET /v2.0/floatingips/9cd980ff-101f-49fd-b231-7ebd3a204765 => generated 856 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1538] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:15:05 2026] DELETE /v2.0/networks/6cd01443-376e-4eb8-a88b-8cb3f4948e5e => 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: 761/1539] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:15:05 2026] DELETE /v2.0/networks/74d44306-e2e2-4520-99c8-97fe0094bf11 => 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: 779/1540] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:15:05 2026] DELETE /v2.0/networks/f2c7844b-291e-4e79-a6ee-daab8f2d5278 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1541] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:15:06 2026] GET /v2.0/ports?device_id=36867414-1b37-4118-958f-f339c6e4f5a3 => 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: 780/1542] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:15:06 2026] GET /v2.0/security-groups?id=3d3bab3c-a3e8-47d0-8d06-a08f1455f37e&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: 781/1543] 10.0.0.149 () {32 vars in 728 bytes} [Tue Apr 7 01:15:06 2026] GET /v2.0/floatingips/9cd980ff-101f-49fd-b231-7ebd3a204765 => generated 858 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1544] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:15:06 2026] GET /v2.0/security-groups?tenant_id=dea22e23aa594ace9a544bcbb69db5cb&name=default => generated 2925 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:15:06.609 8 INFO neutron.db.segments_db [None req-c66e1eb0-8f86-4531-8081-e9e26d945c75 669c8ab7fb6b45ed9f5a965a95ac8600 3fa4fca4b52f4bd8b832b635551698b5 - - default default] Added segment e3b21aaa-d5ed-4bc2-b4f9-3a63987abb58 of type vxlan for network 441f4a27-825a-472f-9772-ba4797c4ebda [pid: 7|app: 0|req: 783/1545] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:15:06 2026] DELETE /v2.0/security-groups/d43bf131-f1c7-43c5-a275-66b519566263 => 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: 763/1546] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:15:06 2026] POST /v2.0/networks => generated 631 bytes in 491 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:15:06.781 7 INFO neutron.db.segments_db [None req-5f687393-dfa0-4239-99ff-74b08632722d 669c8ab7fb6b45ed9f5a965a95ac8600 3fa4fca4b52f4bd8b832b635551698b5 - - default default] Added segment b811459c-04d9-4de4-b5da-aef1658486f3 of type vxlan for network 98aa078e-806b-4587-819e-6b833aaf478d [pid: 8|app: 0|req: 764/1547] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:15:06 2026] GET /v2.0/security-groups?tenant_id=484e1b43d7344cd4a15f6e9f916eecaa&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1548] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:15:06 2026] POST /v2.0/networks => generated 632 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1549] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:15:06 2026] DELETE /v2.0/security-groups/20b6888a-3ccb-4483-b376-4a6e0750ccfb => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:15:06.953 7 INFO neutron.db.segments_db [None req-9e1a26bd-9783-4e27-acfd-41d693143a8e 669c8ab7fb6b45ed9f5a965a95ac8600 3fa4fca4b52f4bd8b832b635551698b5 - - default default] Added segment 3b7db4eb-8143-43ff-ad61-0fb250982c38 of type vxlan for network 09697c1e-cd2c-4739-af71-5940e6906ae5 [pid: 7|app: 0|req: 785/1550] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:15:06 2026] POST /v2.0/networks => generated 631 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:15:07.051 8 INFO neutron.services.segments.plugin [-] Segment b61935a0-fcc6-4d8e-a93b-ac8276eeaf70 resource provider aggregate not found 2026-04-07 01:15:07.058 8 INFO neutron.services.segments.plugin [-] Segment b61935a0-fcc6-4d8e-a93b-ac8276eeaf70 resource provider aggregate not found 2026-04-07 01:15:07.072 8 INFO neutron.services.segments.plugin [-] Segment b61935a0-fcc6-4d8e-a93b-ac8276eeaf70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b61935a0-fcc6-4d8e-a93b-ac8276eeaf70 found for delete ", "request_id": "req-4abddc8e-5d08-44e2-b22a-021d13358aea"}]} 2026-04-07 01:15:07.083 8 INFO neutron.services.segments.plugin [-] Segment b61935a0-fcc6-4d8e-a93b-ac8276eeaf70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b61935a0-fcc6-4d8e-a93b-ac8276eeaf70 found for delete ", "request_id": "req-66a547ff-b50b-44b2-b2e7-c78a288b3e34"}]} 2026-04-07 01:15:07.121 8 INFO neutron.db.segments_db [None req-d07d0736-f02f-4cb0-856c-84920786197f 669c8ab7fb6b45ed9f5a965a95ac8600 3fa4fca4b52f4bd8b832b635551698b5 - - default default] Added segment e9be4566-58fd-45ef-80da-42a7a6d41c49 of type vxlan for network 3c8611db-e42b-44bd-9eb2-4179332e9001 2026-04-07 01:15:07.201 7 INFO neutron.services.segments.plugin [-] Segment 23fab44d-3f90-4137-980c-24f0b85310ac resource provider aggregate not found 2026-04-07 01:15:07.210 7 INFO neutron.services.segments.plugin [-] Segment 23fab44d-3f90-4137-980c-24f0b85310ac resource provider aggregate not found [pid: 8|app: 0|req: 766/1551] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:15:07 2026] POST /v2.0/networks => generated 631 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:15:07.223 7 INFO neutron.services.segments.plugin [-] Segment 23fab44d-3f90-4137-980c-24f0b85310ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23fab44d-3f90-4137-980c-24f0b85310ac found for delete ", "request_id": "req-5e04f52e-528d-41c9-b98b-8b38fbce0517"}]} 2026-04-07 01:15:07.229 7 INFO neutron.services.segments.plugin [-] Segment 23fab44d-3f90-4137-980c-24f0b85310ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23fab44d-3f90-4137-980c-24f0b85310ac found for delete ", "request_id": "req-0eb4e28f-3b6b-4224-ad0e-7282026e0925"}]} [pid: 7|app: 0|req: 786/1552] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:15:07 2026] GET /v2.0/security-groups?tenant_id=77ef808f96e34f2999bb8b1bbe411fe7&name=default => generated 2925 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:15:07.248 7 INFO neutron.services.segments.plugin [-] Segment 4631508c-7c7e-4666-8396-33d519a56484 resource provider aggregate not found 2026-04-07 01:15:07.248 7 INFO neutron.services.segments.plugin [-] Segment 4631508c-7c7e-4666-8396-33d519a56484 resource provider aggregate not found 2026-04-07 01:15:07.268 7 INFO neutron.services.segments.plugin [-] Segment 4631508c-7c7e-4666-8396-33d519a56484 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4631508c-7c7e-4666-8396-33d519a56484 found for delete ", "request_id": "req-ab2f2309-b835-4e16-8679-3dfd0d0632f5"}]} 2026-04-07 01:15:07.274 7 INFO neutron.services.segments.plugin [-] Segment 4631508c-7c7e-4666-8396-33d519a56484 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4631508c-7c7e-4666-8396-33d519a56484 found for delete ", "request_id": "req-4646ded3-8321-4336-b2e2-4fc755ed653c"}]} 2026-04-07 01:15:07.283 8 INFO neutron.db.segments_db [None req-f79393e2-b509-4dba-b823-79847b01f42e 669c8ab7fb6b45ed9f5a965a95ac8600 3fa4fca4b52f4bd8b832b635551698b5 - - default default] Added segment 99c8ccac-3579-44ed-9ca3-e7a7f3209059 of type vxlan for network ebc154f6-bfac-42b6-8e3b-03328f78e447 [pid: 7|app: 0|req: 787/1553] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:15:07 2026] DELETE /v2.0/security-groups/c5b8e9b3-4851-49b0-a0b2-000732c02c67 => 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: 767/1554] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:15:07 2026] POST /v2.0/networks => generated 632 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1555] 10.0.0.149 () {34 vars in 752 bytes} [Tue Apr 7 01:15:07 2026] PUT /v2.0/networks/441f4a27-825a-472f-9772-ba4797c4ebda/tags => generated 17 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1556] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:15:07 2026] GET /v2.0/ports?device_id=36867414-1b37-4118-958f-f339c6e4f5a3 => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1557] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:15:07 2026] GET /v2.0/security-groups?id=3d3bab3c-a3e8-47d0-8d06-a08f1455f37e&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: 769/1558] 10.0.0.149 () {34 vars in 752 bytes} [Tue Apr 7 01:15:07 2026] PUT /v2.0/networks/98aa078e-806b-4587-819e-6b833aaf478d/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1559] 10.0.0.149 () {34 vars in 752 bytes} [Tue Apr 7 01:15:07 2026] PUT /v2.0/networks/09697c1e-cd2c-4739-af71-5940e6906ae5/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1560] 10.0.0.149 () {34 vars in 752 bytes} [Tue Apr 7 01:15:07 2026] PUT /v2.0/networks/3c8611db-e42b-44bd-9eb2-4179332e9001/tags => generated 19 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1561] 10.0.0.149 () {32 vars in 665 bytes} [Tue Apr 7 01:15:07 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1562] 10.0.0.149 () {32 vars in 679 bytes} [Tue Apr 7 01:15:07 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1563] 10.0.0.149 () {32 vars in 675 bytes} [Tue Apr 7 01:15:07 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1564] 10.0.0.149 () {32 vars in 687 bytes} [Tue Apr 7 01:15:07 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1565] 10.0.0.149 () {32 vars in 673 bytes} [Tue Apr 7 01:15:07 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1566] 10.0.0.149 () {32 vars in 687 bytes} [Tue Apr 7 01:15:07 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1567] 10.0.0.149 () {32 vars in 683 bytes} [Tue Apr 7 01:15:08 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1568] 10.0.0.149 () {32 vars in 695 bytes} [Tue Apr 7 01:15:08 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1569] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:15:08 2026] DELETE /v2.0/networks/441f4a27-825a-472f-9772-ba4797c4ebda => generated 0 bytes in 96 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1570] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:15:08 2026] DELETE /v2.0/networks/98aa078e-806b-4587-819e-6b833aaf478d => 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: 796/1571] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:15:08 2026] DELETE /v2.0/networks/09697c1e-cd2c-4739-af71-5940e6906ae5 => 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: 776/1572] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:15:08 2026] DELETE /v2.0/networks/3c8611db-e42b-44bd-9eb2-4179332e9001 => 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: 797/1573] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:15:08 2026] DELETE /v2.0/networks/ebc154f6-bfac-42b6-8e3b-03328f78e447 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:15:09.093 8 INFO neutron.services.segments.plugin [-] Segment b811459c-04d9-4de4-b5da-aef1658486f3 resource provider aggregate not found 2026-04-07 01:15:09.104 8 INFO neutron.services.segments.plugin [-] Segment b811459c-04d9-4de4-b5da-aef1658486f3 resource provider aggregate not found 2026-04-07 01:15:09.107 8 INFO neutron.services.segments.plugin [-] Segment b811459c-04d9-4de4-b5da-aef1658486f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b811459c-04d9-4de4-b5da-aef1658486f3 found for delete ", "request_id": "req-e68615cb-321c-44a1-960b-b6e590112a3c"}]} 2026-04-07 01:15:09.119 8 INFO neutron.services.segments.plugin [-] Segment b811459c-04d9-4de4-b5da-aef1658486f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b811459c-04d9-4de4-b5da-aef1658486f3 found for delete ", "request_id": "req-c9473ec1-6d23-427b-a7c7-376525418f8e"}]} 2026-04-07 01:15:09.123 8 INFO neutron.services.segments.plugin [-] Segment e9be4566-58fd-45ef-80da-42a7a6d41c49 resource provider aggregate not found 2026-04-07 01:15:09.133 8 INFO neutron.services.segments.plugin [-] Segment e9be4566-58fd-45ef-80da-42a7a6d41c49 resource provider aggregate not found 2026-04-07 01:15:09.137 8 INFO neutron.services.segments.plugin [-] Segment e9be4566-58fd-45ef-80da-42a7a6d41c49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9be4566-58fd-45ef-80da-42a7a6d41c49 found for delete ", "request_id": "req-ae771931-9fc6-492a-bf1b-d85e06160875"}]} 2026-04-07 01:15:09.147 8 INFO neutron.services.segments.plugin [-] Segment e9be4566-58fd-45ef-80da-42a7a6d41c49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9be4566-58fd-45ef-80da-42a7a6d41c49 found for delete ", "request_id": "req-03fea5e8-238a-4fb5-b71a-54a57cd1921e"}]} 2026-04-07 01:15:09.301 7 INFO neutron.services.segments.plugin [-] Segment e3b21aaa-d5ed-4bc2-b4f9-3a63987abb58 resource provider aggregate not found 2026-04-07 01:15:09.326 7 INFO neutron.services.segments.plugin [-] Segment e3b21aaa-d5ed-4bc2-b4f9-3a63987abb58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3b21aaa-d5ed-4bc2-b4f9-3a63987abb58 found for delete ", "request_id": "req-f575900e-8c09-41a0-9d11-5959c6ace405"}]} 2026-04-07 01:15:09.331 7 INFO neutron.services.segments.plugin [-] Segment e3b21aaa-d5ed-4bc2-b4f9-3a63987abb58 resource provider aggregate not found 2026-04-07 01:15:09.351 7 INFO neutron.services.segments.plugin [-] Segment e3b21aaa-d5ed-4bc2-b4f9-3a63987abb58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3b21aaa-d5ed-4bc2-b4f9-3a63987abb58 found for delete ", "request_id": "req-aeb98c1e-02e7-4cb0-afae-3dfc05bb6ada"}]} 2026-04-07 01:15:09.360 7 INFO neutron.services.segments.plugin [-] Segment 3b7db4eb-8143-43ff-ad61-0fb250982c38 resource provider aggregate not found 2026-04-07 01:15:09.375 7 INFO neutron.services.segments.plugin [-] Segment 3b7db4eb-8143-43ff-ad61-0fb250982c38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b7db4eb-8143-43ff-ad61-0fb250982c38 found for delete ", "request_id": "req-ce54efb1-56de-421f-bc1a-4740bd2f26aa"}]} 2026-04-07 01:15:09.379 7 INFO neutron.services.segments.plugin [-] Segment 3b7db4eb-8143-43ff-ad61-0fb250982c38 resource provider aggregate not found 2026-04-07 01:15:09.394 7 INFO neutron.services.segments.plugin [-] Segment 99c8ccac-3579-44ed-9ca3-e7a7f3209059 resource provider aggregate not found 2026-04-07 01:15:09.400 7 INFO neutron.services.segments.plugin [-] Segment 3b7db4eb-8143-43ff-ad61-0fb250982c38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b7db4eb-8143-43ff-ad61-0fb250982c38 found for delete ", "request_id": "req-7d1269c1-5646-4625-acbf-bb86cfddaa10"}]} 2026-04-07 01:15:09.407 7 INFO neutron.services.segments.plugin [-] Segment 99c8ccac-3579-44ed-9ca3-e7a7f3209059 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99c8ccac-3579-44ed-9ca3-e7a7f3209059 found for delete ", "request_id": "req-52633f03-d88a-43a3-bb1c-4dca520e61c0"}]} 2026-04-07 01:15:09.420 7 INFO neutron.services.segments.plugin [-] Segment 99c8ccac-3579-44ed-9ca3-e7a7f3209059 resource provider aggregate not found 2026-04-07 01:15:09.450 7 INFO neutron.services.segments.plugin [-] Segment 99c8ccac-3579-44ed-9ca3-e7a7f3209059 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99c8ccac-3579-44ed-9ca3-e7a7f3209059 found for delete ", "request_id": "req-0811aece-cb06-4c50-a227-ce8f7c83b28e"}]} [pid: 7|app: 0|req: 799/1576] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:15:09 2026] GET /v2.0/security-groups?tenant_id=3fa4fca4b52f4bd8b832b635551698b5&name=default => generated 2925 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1577] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:15:09 2026] DELETE /v2.0/security-groups/f895e8ae-b4cc-41b0-96b8-a703ef5cf1c1 => 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: 800/1578] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:15:10 2026] GET /v2.0/security-groups?tenant_id=598908e14d1a44dd9527d623d0ad7ff5&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1579] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:15:10 2026] DELETE /v2.0/security-groups/3d8f1cd2-43bf-420d-afee-6e41d8c994fb => 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: 801/1580] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:15:10 2026] GET /v2.0/security-groups?tenant_id=30bf8c545d3e411281423c5392f7aab3&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1581] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:15:10 2026] DELETE /v2.0/security-groups/f9906c82-6c02-4f45-a7e3-3af802fbdaf6 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:15:11.600 7 INFO neutron.db.segments_db [None req-a33bb296-c40a-4f36-8c20-a8efd5bbf7c7 3f21597f5d2a4b6785871e81c7308480 73349b8827fb4aabb9dc9e2db2439dad - - default default] Added segment 0f389d4b-0f9e-4875-8950-027be9f0e3bc of type vxlan for network 9e87f0e3-2a5b-47e3-8271-a6050c3d5ab4 2026-04-07 01:15:11.858 7 INFO neutron.db.l3_hamode_db [None req-a33bb296-c40a-4f36-8c20-a8efd5bbf7c7 3f21597f5d2a4b6785871e81c7308480 73349b8827fb4aabb9dc9e2db2439dad - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:15:11.969 7 INFO neutron.db.l3_hamode_db [None req-a33bb296-c40a-4f36-8c20-a8efd5bbf7c7 3f21597f5d2a4b6785871e81c7308480 73349b8827fb4aabb9dc9e2db2439dad - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 802/1582] 10.0.0.149 () {34 vars in 667 bytes} [Tue Apr 7 01:15:11 2026] POST /v2.0/routers => generated 474 bytes in 1057 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:15:12.510 8 INFO neutron.db.l3_hamode_db [None req-18692171-51db-4486-a0f4-b13e4927b513 3f21597f5d2a4b6785871e81c7308480 73349b8827fb4aabb9dc9e2db2439dad - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:15:12.620 8 INFO neutron.db.l3_hamode_db [None req-18692171-51db-4486-a0f4-b13e4927b513 3f21597f5d2a4b6785871e81c7308480 73349b8827fb4aabb9dc9e2db2439dad - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 781/1583] 10.0.0.149 () {34 vars in 667 bytes} [Tue Apr 7 01:15:12 2026] POST /v2.0/routers => generated 474 bytes in 730 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:15:13.227 7 INFO neutron.db.l3_hamode_db [None req-f5851e5f-eba0-406e-8f61-8b75fd773c8b 3f21597f5d2a4b6785871e81c7308480 73349b8827fb4aabb9dc9e2db2439dad - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:15:13.342 7 INFO neutron.db.l3_hamode_db [None req-f5851e5f-eba0-406e-8f61-8b75fd773c8b 3f21597f5d2a4b6785871e81c7308480 73349b8827fb4aabb9dc9e2db2439dad - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:15:13.821 8 INFO neutron.db.segments_db [None req-667cf6c7-4cd7-4a47-8b56-250b700beb75 3b0379e1eee34fbcae876f5c4ef0db79 6707b5a7c8d74f5c9b9640c83e67cd25 - - default default] Added segment 54f3c1ea-7e55-4ff9-b184-8ec60902d4ad of type vxlan for network 2992286e-b83b-4d0d-8def-27a15c70c860 [pid: 7|app: 0|req: 803/1584] 10.0.0.149 () {34 vars in 667 bytes} [Tue Apr 7 01:15:13 2026] POST /v2.0/routers => generated 474 bytes in 699 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1585] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:15:13 2026] POST /v2.0/networks => generated 632 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1586] 10.0.0.92 () {34 vars in 988 bytes} [Tue Apr 7 01:15:13 2026] GET /v2.0/ports?device_id=5438a29a-69a9-460b-bd19-6816e3358b03 => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:15:13.977 8 INFO neutron.db.l3_hamode_db [None req-681957d3-7056-4259-91b9-4b4bf817ea7f 3f21597f5d2a4b6785871e81c7308480 73349b8827fb4aabb9dc9e2db2439dad - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 805/1587] 10.0.0.92 () {34 vars in 1038 bytes} [Tue Apr 7 01:15:13 2026] GET /v2.0/security-groups?id=5f760dc0-3d7c-411c-9ef0-4dd4e9a88e9e&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:15:14.086 8 INFO neutron.db.l3_hamode_db [None req-681957d3-7056-4259-91b9-4b4bf817ea7f 3f21597f5d2a4b6785871e81c7308480 73349b8827fb4aabb9dc9e2db2439dad - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 806/1588] 10.0.0.149 () {34 vars in 663 bytes} [Tue Apr 7 01:15:13 2026] POST /v2.0/ports => generated 743 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 807/1589] 10.0.0.149 () {34 vars in 746 bytes} [Tue Apr 7 01:15:14 2026] PUT /v2.0/ports/128eea78-66a0-4834-9246-0056e621fabb/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 808/1590] 10.0.0.149 () {32 vars in 726 bytes} [Tue Apr 7 01:15:14 2026] GET /v2.0/ports/128eea78-66a0-4834-9246-0056e621fabb/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 809/1591] 10.0.0.149 () {34 vars in 757 bytes} [Tue Apr 7 01:15:14 2026] PUT /v2.0/ports/128eea78-66a0-4834-9246-0056e621fabb/tags/green => generated 4 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 810/1592] 10.0.0.149 () {32 vars in 726 bytes} [Tue Apr 7 01:15:14 2026] GET /v2.0/ports/128eea78-66a0-4834-9246-0056e621fabb/tags => generated 34 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, ' [pid: 8|app: 0|req: 783/1593] 10.0.0.149 () {34 vars in 667 bytes} [Tue Apr 7 01:15:13 2026] POST /v2.0/routers => generated 474 bytes in 806 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1594] 10.0.0.149 () {34 vars in 753 bytes} [Tue Apr 7 01:15:14 2026] PUT /v2.0/ports/128eea78-66a0-4834-9246-0056e621fabb/tags/red => generated 4 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-07 01:15:14.782 8 INFO neutron.db.l3_hamode_db [None req-19461d19-c906-4c0e-a32e-a9df8e66bf84 3f21597f5d2a4b6785871e81c7308480 73349b8827fb4aabb9dc9e2db2439dad - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 812/1595] 10.0.0.149 () {32 vars in 726 bytes} [Tue Apr 7 01:15:14 2026] GET /v2.0/ports/128eea78-66a0-4834-9246-0056e621fabb/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 813/1596] 10.0.0.149 () {34 vars in 775 bytes} [Tue Apr 7 01:15:14 2026] PUT /v2.0/ports/128eea78-66a0-4834-9246-0056e621fabb/tags/black.or.white => generated 4 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-07 01:15:14.904 8 INFO neutron.db.l3_hamode_db [None req-19461d19-c906-4c0e-a32e-a9df8e66bf84 3f21597f5d2a4b6785871e81c7308480 73349b8827fb4aabb9dc9e2db2439dad - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 814/1597] 10.0.0.149 () {32 vars in 726 bytes} [Tue Apr 7 01:15:14 2026] GET /v2.0/ports/128eea78-66a0-4834-9246-0056e621fabb/tags => generated 52 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 815/1598] 10.0.0.149 () {34 vars in 746 bytes} [Tue Apr 7 01:15:14 2026] PUT /v2.0/ports/128eea78-66a0-4834-9246-0056e621fabb/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 816/1599] 10.0.0.149 () {32 vars in 726 bytes} [Tue Apr 7 01:15:15 2026] GET /v2.0/ports/128eea78-66a0-4834-9246-0056e621fabb/tags => generated 37 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 817/1600] 10.0.0.149 () {32 vars in 734 bytes} [Tue Apr 7 01:15:15 2026] GET /v2.0/ports/128eea78-66a0-4834-9246-0056e621fabb/tags/red => generated 0 bytes in 48 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-04-07 01:15:15.168 7 INFO neutron.api.v2.resource [None req-8b9e6ae0-40a5-422e-804b-0c4962c741e2 3b0379e1eee34fbcae876f5c4ef0db79 6707b5a7c8d74f5c9b9640c83e67cd25 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 818/1601] 10.0.0.149 () {32 vars in 738 bytes} [Tue Apr 7 01:15:15 2026] GET /v2.0/ports/128eea78-66a0-4834-9246-0056e621fabb/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 819/1602] 10.0.0.149 () {32 vars in 737 bytes} [Tue Apr 7 01:15:15 2026] DELETE /v2.0/ports/128eea78-66a0-4834-9246-0056e621fabb/tags/red => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 820/1603] 10.0.0.149 () {32 vars in 726 bytes} [Tue Apr 7 01:15:15 2026] GET /v2.0/ports/128eea78-66a0-4834-9246-0056e621fabb/tags => generated 30 bytes in 34 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-04-07 01:15:15.306 7 INFO neutron.api.v2.resource [None req-9eb032e8-f925-4292-b996-beaadcabc78e 3b0379e1eee34fbcae876f5c4ef0db79 6707b5a7c8d74f5c9b9640c83e67cd25 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 821/1604] 10.0.0.149 () {32 vars in 741 bytes} [Tue Apr 7 01:15:15 2026] DELETE /v2.0/ports/128eea78-66a0-4834-9246-0056e621fabb/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: 7|app: 0|req: 822/1605] 10.0.0.149 () {32 vars in 729 bytes} [Tue Apr 7 01:15:15 2026] DELETE /v2.0/ports/128eea78-66a0-4834-9246-0056e621fabb/tags => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 823/1606] 10.0.0.149 () {32 vars in 726 bytes} [Tue Apr 7 01:15:15 2026] GET /v2.0/ports/128eea78-66a0-4834-9246-0056e621fabb/tags => generated 12 bytes in 35 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: 784/1607] 10.0.0.149 () {34 vars in 667 bytes} [Tue Apr 7 01:15:14 2026] POST /v2.0/routers => generated 474 bytes in 736 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:15:15.480 7 INFO neutron_taas.services.taas.taas_plugin [None req-d1d70eff-0f2b-4236-9115-aa0da666d17f 3b0379e1eee34fbcae876f5c4ef0db79 6707b5a7c8d74f5c9b9640c83e67cd25 - - default default] TaaS: Handle Delete Port: 128eea78-66a0-4834-9246-0056e621fabb 2026-04-07 01:15:15.482 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d1d70eff-0f2b-4236-9115-aa0da666d17f 3b0379e1eee34fbcae876f5c4ef0db79 6707b5a7c8d74f5c9b9640c83e67cd25 - - default default] Tap Mirror: Handle Delete Port: 128eea78-66a0-4834-9246-0056e621fabb [pid: 7|app: 0|req: 824/1608] 10.0.0.149 () {32 vars in 719 bytes} [Tue Apr 7 01:15:15 2026] DELETE /v2.0/ports/128eea78-66a0-4834-9246-0056e621fabb => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1609] 10.0.0.149 () {34 vars in 750 bytes} [Tue Apr 7 01:15:15 2026] PUT /v2.0/routers/a8203a46-1edb-4fdb-aee3-f1f320394c91/tags => generated 17 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:15:15.675 7 INFO neutron.services.segments.plugin [-] Segment 54f3c1ea-7e55-4ff9-b184-8ec60902d4ad resource provider aggregate not found 2026-04-07 01:15:15.681 7 INFO neutron.services.segments.plugin [-] Segment 54f3c1ea-7e55-4ff9-b184-8ec60902d4ad resource provider aggregate not found [pid: 7|app: 0|req: 825/1610] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:15:15 2026] DELETE /v2.0/networks/2992286e-b83b-4d0d-8def-27a15c70c860 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:15:15.700 7 INFO neutron.services.segments.plugin [-] Segment 54f3c1ea-7e55-4ff9-b184-8ec60902d4ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54f3c1ea-7e55-4ff9-b184-8ec60902d4ad found for delete ", "request_id": "req-230d5ed6-4e89-4595-af33-116abce4e503"}]} 2026-04-07 01:15:15.701 7 INFO neutron.services.segments.plugin [-] Segment 54f3c1ea-7e55-4ff9-b184-8ec60902d4ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54f3c1ea-7e55-4ff9-b184-8ec60902d4ad found for delete ", "request_id": "req-5e0d63bc-1014-437c-8bcd-941ad648c20c"}]} [pid: 8|app: 0|req: 786/1611] 10.0.0.149 () {34 vars in 750 bytes} [Tue Apr 7 01:15:15 2026] PUT /v2.0/routers/032d094e-a4fb-49f9-8803-1e367479efdb/tags => generated 25 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1612] 10.0.0.149 () {34 vars in 750 bytes} [Tue Apr 7 01:15:15 2026] PUT /v2.0/routers/3372e74a-8a91-4d43-ae60-3ff4efafd5eb/tags => generated 34 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1613] 10.0.0.149 () {34 vars in 750 bytes} [Tue Apr 7 01:15:15 2026] PUT /v2.0/routers/636ad84e-4f49-4f40-a97e-132867b852f6/tags => generated 19 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1614] 10.0.0.149 () {32 vars in 663 bytes} [Tue Apr 7 01:15:15 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1615] 10.0.0.149 () {32 vars in 677 bytes} [Tue Apr 7 01:15:16 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1616] 10.0.0.149 () {32 vars in 673 bytes} [Tue Apr 7 01:15:16 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1617] 10.0.0.149 () {32 vars in 685 bytes} [Tue Apr 7 01:15:16 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1618] 10.0.0.149 () {32 vars in 671 bytes} [Tue Apr 7 01:15:16 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1619] 10.0.0.149 () {32 vars in 685 bytes} [Tue Apr 7 01:15:16 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1620] 10.0.0.149 () {32 vars in 681 bytes} [Tue Apr 7 01:15:16 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1621] 10.0.0.149 () {32 vars in 693 bytes} [Tue Apr 7 01:15:16 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1622] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:15:16 2026] GET /v2.0/security-groups?tenant_id=cc613d27f25246a486ee4fc2abb02763&name=default => generated 2925 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1623] 10.0.0.149 () {32 vars in 720 bytes} [Tue Apr 7 01:15:16 2026] GET /v2.0/routers/a8203a46-1edb-4fdb-aee3-f1f320394c91 => generated 485 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1624] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:15:16 2026] DELETE /v2.0/security-groups/4bc18736-7c13-47f4-9f4f-85f582d31c97 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1625] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:15:16 2026] GET /v2.0/security-groups?tenant_id=6707b5a7c8d74f5c9b9640c83e67cd25&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1626] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:15:16 2026] DELETE /v2.0/security-groups/a3e3c37f-f04c-450d-870b-de170cb2c135 => 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: 832/1627] 10.0.0.149 () {34 vars in 741 bytes} [Tue Apr 7 01:15:16 2026] PUT /v2.0/routers/a8203a46-1edb-4fdb-aee3-f1f320394c91 => generated 485 bytes in 451 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1628] 10.0.0.149 () {32 vars in 735 bytes} [Tue Apr 7 01:15:17 2026] GET /v2.0/ports?device_id=a8203a46-1edb-4fdb-aee3-f1f320394c91 => 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: 833/1629] 10.0.0.92 () {34 vars in 988 bytes} [Tue Apr 7 01:15:17 2026] GET /v2.0/ports?device_id=36867414-1b37-4118-958f-f339c6e4f5a3 => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1630] 10.0.0.92 () {34 vars in 1038 bytes} [Tue Apr 7 01:15:17 2026] GET /v2.0/security-groups?id=3d3bab3c-a3e8-47d0-8d06-a08f1455f37e&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:15:17.195 8 INFO neutron_taas.services.taas.taas_plugin [None req-2a459726-28e5-4598-b6aa-e1ffcedc7555 3f21597f5d2a4b6785871e81c7308480 73349b8827fb4aabb9dc9e2db2439dad - - default default] TaaS: Handle Delete Port: f131a99d-0c70-4950-9449-3ddfdfdd1007 2026-04-07 01:15:17.197 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a459726-28e5-4598-b6aa-e1ffcedc7555 3f21597f5d2a4b6785871e81c7308480 73349b8827fb4aabb9dc9e2db2439dad - - default default] Tap Mirror: Handle Delete Port: f131a99d-0c70-4950-9449-3ddfdfdd1007 [pid: 8|app: 0|req: 797/1631] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:15:17 2026] DELETE /v2.0/routers/a8203a46-1edb-4fdb-aee3-f1f320394c91 => generated 0 bytes in 317 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1632] 10.0.0.149 () {32 vars in 720 bytes} [Tue Apr 7 01:15:17 2026] GET /v2.0/routers/032d094e-a4fb-49f9-8803-1e367479efdb => generated 493 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1633] 10.0.0.149 () {34 vars in 741 bytes} [Tue Apr 7 01:15:17 2026] PUT /v2.0/routers/032d094e-a4fb-49f9-8803-1e367479efdb => generated 493 bytes in 502 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1634] 10.0.0.149 () {32 vars in 735 bytes} [Tue Apr 7 01:15:17 2026] GET /v2.0/ports?device_id=032d094e-a4fb-49f9-8803-1e367479efdb => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:15:18.158 8 INFO neutron_taas.services.taas.taas_plugin [None req-ed3ee29f-ae58-4471-9b8e-5e0014d1b6b5 3f21597f5d2a4b6785871e81c7308480 73349b8827fb4aabb9dc9e2db2439dad - - default default] TaaS: Handle Delete Port: bc2620e1-ddb8-4f21-ada6-bcaba80c1dc3 2026-04-07 01:15:18.161 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed3ee29f-ae58-4471-9b8e-5e0014d1b6b5 3f21597f5d2a4b6785871e81c7308480 73349b8827fb4aabb9dc9e2db2439dad - - default default] Tap Mirror: Handle Delete Port: bc2620e1-ddb8-4f21-ada6-bcaba80c1dc3 [pid: 8|app: 0|req: 799/1635] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:15:17 2026] DELETE /v2.0/routers/032d094e-a4fb-49f9-8803-1e367479efdb => generated 0 bytes in 375 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1636] 10.0.0.149 () {32 vars in 720 bytes} [Tue Apr 7 01:15:18 2026] GET /v2.0/routers/3372e74a-8a91-4d43-ae60-3ff4efafd5eb => generated 502 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1637] 10.0.0.149 () {34 vars in 741 bytes} [Tue Apr 7 01:15:18 2026] PUT /v2.0/routers/3372e74a-8a91-4d43-ae60-3ff4efafd5eb => generated 502 bytes in 560 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1638] 10.0.0.149 () {32 vars in 735 bytes} [Tue Apr 7 01:15:18 2026] GET /v2.0/ports?device_id=3372e74a-8a91-4d43-ae60-3ff4efafd5eb => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:15:19.159 8 INFO neutron_taas.services.taas.taas_plugin [None req-96f9cae2-fb39-4117-9bfc-110e199dd5c0 3f21597f5d2a4b6785871e81c7308480 73349b8827fb4aabb9dc9e2db2439dad - - default default] TaaS: Handle Delete Port: 5480974f-af99-4c82-b070-16e9753ac573 2026-04-07 01:15:19.163 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96f9cae2-fb39-4117-9bfc-110e199dd5c0 3f21597f5d2a4b6785871e81c7308480 73349b8827fb4aabb9dc9e2db2439dad - - default default] Tap Mirror: Handle Delete Port: 5480974f-af99-4c82-b070-16e9753ac573 [pid: 8|app: 0|req: 801/1639] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:15:18 2026] DELETE /v2.0/routers/3372e74a-8a91-4d43-ae60-3ff4efafd5eb => generated 0 bytes in 355 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1640] 10.0.0.149 () {32 vars in 720 bytes} [Tue Apr 7 01:15:19 2026] GET /v2.0/routers/636ad84e-4f49-4f40-a97e-132867b852f6 => generated 487 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1641] 10.0.0.149 () {34 vars in 741 bytes} [Tue Apr 7 01:15:19 2026] PUT /v2.0/routers/636ad84e-4f49-4f40-a97e-132867b852f6 => generated 487 bytes in 541 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1642] 10.0.0.149 () {32 vars in 735 bytes} [Tue Apr 7 01:15:19 2026] GET /v2.0/ports?device_id=636ad84e-4f49-4f40-a97e-132867b852f6 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:15:20.157 8 INFO neutron_taas.services.taas.taas_plugin [None req-9c677a81-4ac3-4dbc-b567-c326992da8c3 3f21597f5d2a4b6785871e81c7308480 73349b8827fb4aabb9dc9e2db2439dad - - default default] TaaS: Handle Delete Port: f2509c8c-c2a4-496c-9921-8e31229f99b6 2026-04-07 01:15:20.160 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c677a81-4ac3-4dbc-b567-c326992da8c3 3f21597f5d2a4b6785871e81c7308480 73349b8827fb4aabb9dc9e2db2439dad - - default default] Tap Mirror: Handle Delete Port: f2509c8c-c2a4-496c-9921-8e31229f99b6 [pid: 7|app: 0|req: 840/1643] 10.0.0.149 () {34 vars in 683 bytes} [Tue Apr 7 01:15:19 2026] POST /v2.0/security-groups => generated 1601 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1644] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:15:19 2026] DELETE /v2.0/routers/636ad84e-4f49-4f40-a97e-132867b852f6 => generated 0 bytes in 402 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1645] 10.0.0.149 () {34 vars in 766 bytes} [Tue Apr 7 01:15:20 2026] PUT /v2.0/security-groups/1a86384c-498d-450e-b366-776ed73d69b5/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: 805/1646] 10.0.0.149 () {32 vars in 720 bytes} [Tue Apr 7 01:15:20 2026] GET /v2.0/routers/159f9a7e-fed7-4a56-8397-a49b24d2bbee => generated 480 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1647] 10.0.0.149 () {32 vars in 746 bytes} [Tue Apr 7 01:15:20 2026] GET /v2.0/security-groups/1a86384c-498d-450e-b366-776ed73d69b5/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1648] 10.0.0.149 () {34 vars in 777 bytes} [Tue Apr 7 01:15:20 2026] PUT /v2.0/security-groups/1a86384c-498d-450e-b366-776ed73d69b5/tags/green => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1649] 10.0.0.149 () {32 vars in 746 bytes} [Tue Apr 7 01:15:20 2026] GET /v2.0/security-groups/1a86384c-498d-450e-b366-776ed73d69b5/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1650] 10.0.0.149 () {34 vars in 773 bytes} [Tue Apr 7 01:15:20 2026] PUT /v2.0/security-groups/1a86384c-498d-450e-b366-776ed73d69b5/tags/red => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1651] 10.0.0.149 () {32 vars in 746 bytes} [Tue Apr 7 01:15:20 2026] GET /v2.0/security-groups/1a86384c-498d-450e-b366-776ed73d69b5/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1652] 10.0.0.149 () {34 vars in 795 bytes} [Tue Apr 7 01:15:20 2026] PUT /v2.0/security-groups/1a86384c-498d-450e-b366-776ed73d69b5/tags/black.or.white => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1653] 10.0.0.149 () {32 vars in 746 bytes} [Tue Apr 7 01:15:20 2026] GET /v2.0/security-groups/1a86384c-498d-450e-b366-776ed73d69b5/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1654] 10.0.0.149 () {34 vars in 766 bytes} [Tue Apr 7 01:15:20 2026] PUT /v2.0/security-groups/1a86384c-498d-450e-b366-776ed73d69b5/tags => generated 37 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1655] 10.0.0.149 () {32 vars in 746 bytes} [Tue Apr 7 01:15:20 2026] GET /v2.0/security-groups/1a86384c-498d-450e-b366-776ed73d69b5/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: 851/1656] 10.0.0.149 () {32 vars in 754 bytes} [Tue Apr 7 01:15:20 2026] GET /v2.0/security-groups/1a86384c-498d-450e-b366-776ed73d69b5/tags/red => generated 0 bytes in 27 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:15:20.919 7 INFO neutron.api.v2.resource [None req-33944b3e-aa36-4469-bd37-c69e2920a128 35fa5a6ebdb9451582274b794ba69a7e 13f36df0896641e49ad45f3b2b9cb478 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 852/1657] 10.0.0.149 () {32 vars in 758 bytes} [Tue Apr 7 01:15:20 2026] GET /v2.0/security-groups/1a86384c-498d-450e-b366-776ed73d69b5/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: 806/1658] 10.0.0.149 () {34 vars in 741 bytes} [Tue Apr 7 01:15:20 2026] PUT /v2.0/routers/159f9a7e-fed7-4a56-8397-a49b24d2bbee => generated 480 bytes in 505 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1659] 10.0.0.149 () {32 vars in 757 bytes} [Tue Apr 7 01:15:20 2026] DELETE /v2.0/security-groups/1a86384c-498d-450e-b366-776ed73d69b5/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1660] 10.0.0.149 () {32 vars in 735 bytes} [Tue Apr 7 01:15:20 2026] GET /v2.0/ports?device_id=159f9a7e-fed7-4a56-8397-a49b24d2bbee => 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: 854/1661] 10.0.0.149 () {32 vars in 746 bytes} [Tue Apr 7 01:15:20 2026] GET /v2.0/security-groups/1a86384c-498d-450e-b366-776ed73d69b5/tags => generated 30 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:15:21.034 7 INFO neutron.api.v2.resource [None req-1f0d3932-b7dc-4a65-bff4-e8d479663b19 35fa5a6ebdb9451582274b794ba69a7e 13f36df0896641e49ad45f3b2b9cb478 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 855/1662] 10.0.0.149 () {32 vars in 761 bytes} [Tue Apr 7 01:15:21 2026] DELETE /v2.0/security-groups/1a86384c-498d-450e-b366-776ed73d69b5/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1663] 10.0.0.149 () {32 vars in 749 bytes} [Tue Apr 7 01:15:21 2026] DELETE /v2.0/security-groups/1a86384c-498d-450e-b366-776ed73d69b5/tags => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1664] 10.0.0.149 () {32 vars in 746 bytes} [Tue Apr 7 01:15:21 2026] GET /v2.0/security-groups/1a86384c-498d-450e-b366-776ed73d69b5/tags => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:15:21.156 8 INFO neutron_taas.services.taas.taas_plugin [None req-684f2562-09ed-4fa3-91c1-2d3d2974fec9 3f21597f5d2a4b6785871e81c7308480 73349b8827fb4aabb9dc9e2db2439dad - - default default] TaaS: Handle Delete Port: 7ce1f99b-b126-4862-8cfb-500eb1474b5c 2026-04-07 01:15:21.158 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-684f2562-09ed-4fa3-91c1-2d3d2974fec9 3f21597f5d2a4b6785871e81c7308480 73349b8827fb4aabb9dc9e2db2439dad - - default default] Tap Mirror: Handle Delete Port: 7ce1f99b-b126-4862-8cfb-500eb1474b5c [pid: 7|app: 0|req: 858/1665] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:15:21 2026] DELETE /v2.0/security-groups/1a86384c-498d-450e-b366-776ed73d69b5 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:15:21.555 8 INFO neutron.services.segments.plugin [-] Segment 0f389d4b-0f9e-4875-8950-027be9f0e3bc resource provider aggregate not found 2026-04-07 01:15:21.560 8 INFO neutron.services.segments.plugin [-] Segment 0f389d4b-0f9e-4875-8950-027be9f0e3bc resource provider aggregate not found 2026-04-07 01:15:21.575 8 INFO neutron.services.segments.plugin [-] Segment 0f389d4b-0f9e-4875-8950-027be9f0e3bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f389d4b-0f9e-4875-8950-027be9f0e3bc found for delete ", "request_id": "req-c47e4de6-19ba-4ee0-be8b-d8ca1b48be2e"}]} 2026-04-07 01:15:21.576 8 INFO neutron.services.segments.plugin [-] Segment 0f389d4b-0f9e-4875-8950-027be9f0e3bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f389d4b-0f9e-4875-8950-027be9f0e3bc found for delete ", "request_id": "req-3c5c62da-6c79-4eee-bdfa-341c7817a0b2"}]} 2026-04-07 01:15:21.578 8 INFO neutron.db.l3_hamode_db [None req-684f2562-09ed-4fa3-91c1-2d3d2974fec9 3f21597f5d2a4b6785871e81c7308480 73349b8827fb4aabb9dc9e2db2439dad - - default default] HA network 9e87f0e3-2a5b-47e3-8271-a6050c3d5ab4 was deleted as no HA routers are present in tenant 73349b8827fb4aabb9dc9e2db2439dad. [pid: 8|app: 0|req: 808/1666] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:15:20 2026] DELETE /v2.0/routers/159f9a7e-fed7-4a56-8397-a49b24d2bbee => generated 0 bytes in 599 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1667] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:15:21 2026] GET /v2.0/security-groups?tenant_id=348271eae76b411d969cf4f103092bf3&name=default => generated 2925 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1668] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:15:22 2026] DELETE /v2.0/security-groups/6e597dd7-cd59-41ee-a21b-8fbe9ff359d2 => 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: 810/1669] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:15:22 2026] GET /v2.0/security-groups?tenant_id=13f36df0896641e49ad45f3b2b9cb478&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1670] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:15:22 2026] GET /v2.0/security-groups?tenant_id=edb4890beb6f4aee8a2ffabdd2751047&name=default => generated 2925 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1671] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:15:22 2026] DELETE /v2.0/security-groups/38e27fe7-eb08-4ea5-8bd3-45732563b7ec => 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: 861/1672] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:15:22 2026] DELETE /v2.0/security-groups/95b7cfed-458e-4478-ad54-d8702f55c6af => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1673] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:15:22 2026] GET /v2.0/security-groups?tenant_id=fc78720a77cf4b968721a886edc7f38f&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1674] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:15:22 2026] DELETE /v2.0/security-groups/fbd22862-2318-4820-a830-92c0121f35a0 => 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: 813/1675] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:15:23 2026] GET /v2.0/security-groups?tenant_id=73349b8827fb4aabb9dc9e2db2439dad&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: 863/1676] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:15:23 2026] DELETE /v2.0/security-groups/bfe8dae6-a7dc-4dfc-bfc6-bd07eb4cbe20 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1677] 10.0.0.149 () {32 vars in 825 bytes} [Tue Apr 7 01:15:23 2026] GET /v2.0/ports?project_id=44ca826278054842b6bddb18eba7bf58&network_id=40145a8f-1be3-46be-8c6d-6db7248d5158 => generated 3695 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1678] 10.0.0.149 () {32 vars in 741 bytes} [Tue Apr 7 01:15:23 2026] GET /v2.0/subnets?network_id=b1fba0df-084d-4307-a78d-0fb774c40349 => generated 667 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:15:24.168 8 INFO neutron.db.l3_db [None req-745cb4ff-0032-4cb4-b94f-525deb0fb8ba 94f1051b0d6b443ca31e4ae220be73cd 44ca826278054842b6bddb18eba7bf58 - - default default] Floating IP 9cd980ff-101f-49fd-b231-7ebd3a204765 disassociated. External IP: 10.96.250.212, port: a9670c7f-dc06-4ef9-ab92-2b78075814bb. [pid: 8|app: 0|req: 815/1681] 10.0.0.149 () {34 vars in 748 bytes} [Tue Apr 7 01:15:24 2026] PUT /v2.0/floatingips/9cd980ff-101f-49fd-b231-7ebd3a204765 => generated 554 bytes in 423 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:15:24.526 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7a867d91-4250-47d1-a5ff-6501263f1bdd'] response: {'name': 'network-changed', 'server_uuid': '5438a29a-69a9-460b-bd19-6816e3358b03', 'tag': 'a9670c7f-dc06-4ef9-ab92-2b78075814bb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 867/1682] 10.0.0.149 () {32 vars in 728 bytes} [Tue Apr 7 01:15:24 2026] GET /v2.0/floatingips/9cd980ff-101f-49fd-b231-7ebd3a204765 => generated 554 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1683] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:15:25 2026] GET /v2.0/ports?tenant_id=44ca826278054842b6bddb18eba7bf58&device_id=5438a29a-69a9-460b-bd19-6816e3358b03 => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1684] 199.204.45.3 () {34 vars in 983 bytes} [Tue Apr 7 01:15:25 2026] GET /v2.0/networks?id=40145a8f-1be3-46be-8c6d-6db7248d5158 => generated 756 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1685] 199.204.45.3 () {34 vars in 1057 bytes} [Tue Apr 7 01:15:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=a9670c7f-dc06-4ef9-ab92-2b78075814bb => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1686] 199.204.45.3 () {34 vars in 981 bytes} [Tue Apr 7 01:15:25 2026] GET /v2.0/subnets?id=1a494268-f6f4-408d-b294-6e4ed120ce82 => generated 677 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1687] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:15:25 2026] GET /v2.0/ports?network_id=40145a8f-1be3-46be-8c6d-6db7248d5158&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1688] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:15:25 2026] GET /v2.0/networks/40145a8f-1be3-46be-8c6d-6db7248d5158?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1689] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:15:25 2026] GET /v2.0/networks/40145a8f-1be3-46be-8c6d-6db7248d5158?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: 871/1690] 10.0.0.149 () {32 vars in 728 bytes} [Tue Apr 7 01:15:25 2026] GET /v2.0/floatingips/9cd980ff-101f-49fd-b231-7ebd3a204765 => generated 554 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1691] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:15:25 2026] GET /v2.0/ports?device_id=36867414-1b37-4118-958f-f339c6e4f5a3 => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1692] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:15:25 2026] GET /v2.0/security-groups?id=3d3bab3c-a3e8-47d0-8d06-a08f1455f37e&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1693] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:15:25 2026] GET /v2.0/ports?device_id=36867414-1b37-4118-958f-f339c6e4f5a3 => 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: 822/1694] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:15:25 2026] GET /v2.0/security-groups?id=3d3bab3c-a3e8-47d0-8d06-a08f1455f37e&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:15:26.135 7 INFO neutron.db.segments_db [None req-3345f3d6-762e-4eb0-a364-0e5249fc40ef 0a64d30ecfd543279a177573799a1cec 2163409fd7094e8f996e2e48dfb1c57d - - default default] Added segment a04cfd54-a655-450a-8a46-f00b83354868 of type vxlan for network 49e434ec-6633-4fb9-ad96-99c570fbb612 [pid: 7|app: 0|req: 873/1695] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:15:25 2026] POST /v2.0/networks => generated 632 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1696] 10.0.0.149 () {34 vars in 663 bytes} [Tue Apr 7 01:15:26 2026] POST /v2.0/ports => generated 743 bytes in 212 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: 824/1697] 10.0.0.149 () {32 vars in 728 bytes} [Tue Apr 7 01:15:26 2026] GET /v2.0/floatingips/9cd980ff-101f-49fd-b231-7ebd3a204765 => generated 552 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1698] 10.0.0.149 () {34 vars in 665 bytes} [Tue Apr 7 01:15:26 2026] POST /v2.0/trunks => generated 407 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1699] 10.0.0.149 () {34 vars in 748 bytes} [Tue Apr 7 01:15:26 2026] PUT /v2.0/trunks/8345c8b1-cb70-4877-8a83-1de360486dec/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1700] 10.0.0.149 () {32 vars in 728 bytes} [Tue Apr 7 01:15:26 2026] GET /v2.0/trunks/8345c8b1-cb70-4877-8a83-1de360486dec/tags => generated 25 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1701] 10.0.0.149 () {34 vars in 759 bytes} [Tue Apr 7 01:15:26 2026] PUT /v2.0/trunks/8345c8b1-cb70-4877-8a83-1de360486dec/tags/green => generated 4 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1702] 10.0.0.149 () {32 vars in 728 bytes} [Tue Apr 7 01:15:26 2026] GET /v2.0/trunks/8345c8b1-cb70-4877-8a83-1de360486dec/tags => generated 34 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1703] 10.0.0.149 () {34 vars in 755 bytes} [Tue Apr 7 01:15:26 2026] PUT /v2.0/trunks/8345c8b1-cb70-4877-8a83-1de360486dec/tags/red => generated 4 bytes in 19 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1704] 10.0.0.149 () {32 vars in 728 bytes} [Tue Apr 7 01:15:26 2026] GET /v2.0/trunks/8345c8b1-cb70-4877-8a83-1de360486dec/tags => generated 34 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1705] 10.0.0.149 () {34 vars in 777 bytes} [Tue Apr 7 01:15:26 2026] PUT /v2.0/trunks/8345c8b1-cb70-4877-8a83-1de360486dec/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: 7|app: 0|req: 878/1706] 10.0.0.149 () {32 vars in 728 bytes} [Tue Apr 7 01:15:26 2026] GET /v2.0/trunks/8345c8b1-cb70-4877-8a83-1de360486dec/tags => generated 52 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1707] 10.0.0.149 () {34 vars in 748 bytes} [Tue Apr 7 01:15:26 2026] PUT /v2.0/trunks/8345c8b1-cb70-4877-8a83-1de360486dec/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1708] 10.0.0.149 () {32 vars in 728 bytes} [Tue Apr 7 01:15:26 2026] GET /v2.0/trunks/8345c8b1-cb70-4877-8a83-1de360486dec/tags => generated 37 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1709] 10.0.0.149 () {32 vars in 736 bytes} [Tue Apr 7 01:15:26 2026] GET /v2.0/trunks/8345c8b1-cb70-4877-8a83-1de360486dec/tags/red => generated 0 bytes in 18 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:15:27.006 7 INFO neutron.api.v2.resource [None req-7b6de8cc-06dd-41bd-8332-136e5d0c8785 0a64d30ecfd543279a177573799a1cec 2163409fd7094e8f996e2e48dfb1c57d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 880/1710] 10.0.0.149 () {32 vars in 740 bytes} [Tue Apr 7 01:15:26 2026] GET /v2.0/trunks/8345c8b1-cb70-4877-8a83-1de360486dec/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: 831/1711] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:15:26 2026] GET /v2.0/ports?device_id=36867414-1b37-4118-958f-f339c6e4f5a3 => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1712] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:15:27 2026] DELETE /v2.0/trunks/8345c8b1-cb70-4877-8a83-1de360486dec/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1713] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:15:27 2026] GET /v2.0/security-groups?id=3d3bab3c-a3e8-47d0-8d06-a08f1455f37e&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: 882/1714] 10.0.0.149 () {32 vars in 728 bytes} [Tue Apr 7 01:15:27 2026] GET /v2.0/trunks/8345c8b1-cb70-4877-8a83-1de360486dec/tags => generated 30 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:15:27.097 8 INFO neutron.api.v2.resource [None req-6faae784-c134-47fa-97b9-2ab4f5b710dc 0a64d30ecfd543279a177573799a1cec 2163409fd7094e8f996e2e48dfb1c57d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 833/1715] 10.0.0.149 () {32 vars in 743 bytes} [Tue Apr 7 01:15:27 2026] DELETE /v2.0/trunks/8345c8b1-cb70-4877-8a83-1de360486dec/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1716] 10.0.0.149 () {32 vars in 731 bytes} [Tue Apr 7 01:15:27 2026] DELETE /v2.0/trunks/8345c8b1-cb70-4877-8a83-1de360486dec/tags => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1717] 10.0.0.149 () {32 vars in 728 bytes} [Tue Apr 7 01:15:27 2026] GET /v2.0/trunks/8345c8b1-cb70-4877-8a83-1de360486dec/tags => 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: 884/1718] 10.0.0.149 () {32 vars in 718 bytes} [Tue Apr 7 01:15:27 2026] GET /v2.0/trunks/8345c8b1-cb70-4877-8a83-1de360486dec => 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: 835/1719] 10.0.0.149 () {32 vars in 716 bytes} [Tue Apr 7 01:15:27 2026] GET /v2.0/ports/08d286fd-1d8c-42da-a3d3-d2d794f7092e => generated 826 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1720] 10.0.0.149 () {32 vars in 721 bytes} [Tue Apr 7 01:15:27 2026] DELETE /v2.0/trunks/8345c8b1-cb70-4877-8a83-1de360486dec => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:15:27.423 8 INFO neutron_taas.services.taas.taas_plugin [None req-67c4ef90-cabd-4a53-8974-3e57e60702e9 0a64d30ecfd543279a177573799a1cec 2163409fd7094e8f996e2e48dfb1c57d - - default default] TaaS: Handle Delete Port: 08d286fd-1d8c-42da-a3d3-d2d794f7092e 2026-04-07 01:15:27.428 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67c4ef90-cabd-4a53-8974-3e57e60702e9 0a64d30ecfd543279a177573799a1cec 2163409fd7094e8f996e2e48dfb1c57d - - default default] Tap Mirror: Handle Delete Port: 08d286fd-1d8c-42da-a3d3-d2d794f7092e [pid: 8|app: 0|req: 836/1721] 10.0.0.149 () {32 vars in 719 bytes} [Tue Apr 7 01:15:27 2026] DELETE /v2.0/ports/08d286fd-1d8c-42da-a3d3-d2d794f7092e => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:15:27.639 8 INFO neutron.services.segments.plugin [-] Segment a04cfd54-a655-450a-8a46-f00b83354868 resource provider aggregate not found 2026-04-07 01:15:27.647 8 INFO neutron.services.segments.plugin [-] Segment a04cfd54-a655-450a-8a46-f00b83354868 resource provider aggregate not found 2026-04-07 01:15:27.663 8 INFO neutron.services.segments.plugin [-] Segment a04cfd54-a655-450a-8a46-f00b83354868 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a04cfd54-a655-450a-8a46-f00b83354868 found for delete ", "request_id": "req-c129f6e7-79f0-4757-862c-6e9475152d77"}]} [pid: 8|app: 0|req: 837/1722] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:15:27 2026] DELETE /v2.0/networks/49e434ec-6633-4fb9-ad96-99c570fbb612 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:15:27.682 8 INFO neutron.services.segments.plugin [-] Segment a04cfd54-a655-450a-8a46-f00b83354868 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a04cfd54-a655-450a-8a46-f00b83354868 found for delete ", "request_id": "req-4c4c95ca-8b02-4253-bf2e-5b1d2b143249"}]} [pid: 8|app: 0|req: 838/1723] 10.0.0.149 () {34 vars in 684 bytes} [Tue Apr 7 01:15:27 2026] POST /v2.0/security-groups => generated 1675 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1724] 10.0.0.149 () {34 vars in 683 bytes} [Tue Apr 7 01:15:27 2026] POST /v2.0/security-groups => generated 1601 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1725] 10.0.0.149 () {34 vars in 694 bytes} [Tue Apr 7 01:15:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1726] 10.0.0.149 () {34 vars in 683 bytes} [Tue Apr 7 01:15:27 2026] POST /v2.0/security-groups => generated 1601 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1727] 10.0.0.149 () {34 vars in 694 bytes} [Tue Apr 7 01:15:27 2026] POST /v2.0/security-group-rules => generated 596 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1728] 10.0.0.149 () {34 vars in 683 bytes} [Tue Apr 7 01:15:27 2026] POST /v2.0/security-groups => generated 1601 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1729] 10.0.0.149 () {34 vars in 694 bytes} [Tue Apr 7 01:15:28 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: 8|app: 0|req: 842/1730] 10.0.0.149 () {34 vars in 683 bytes} [Tue Apr 7 01:15:28 2026] POST /v2.0/security-groups => generated 1601 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1731] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:15:28 2026] GET /v2.0/ports?device_id=36867414-1b37-4118-958f-f339c6e4f5a3 => generated 975 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1732] 10.0.0.149 () {34 vars in 694 bytes} [Tue Apr 7 01:15:28 2026] POST /v2.0/security-group-rules => generated 601 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1733] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:15:28 2026] GET /v2.0/security-groups?id=3d3bab3c-a3e8-47d0-8d06-a08f1455f37e&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: 845/1734] 199.204.45.3 () {34 vars in 991 bytes} [Tue Apr 7 01:15:28 2026] GET /v2.0/ports?device_id=36867414-1b37-4118-958f-f339c6e4f5a3 => generated 975 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1735] 10.0.0.149 () {34 vars in 683 bytes} [Tue Apr 7 01:15:28 2026] POST /v2.0/security-groups => generated 1601 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-07 01:15:28.469 7 INFO neutron.db.securitygroups_db [None req-f071c6ef-fa63-43c9-8574-73ec7f278670 94f1051b0d6b443ca31e4ae220be73cd 44ca826278054842b6bddb18eba7bf58 - - default default] Project 44ca826278054842b6bddb18eba7bf58 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: 846/1736] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:15:28 2026] GET /v2.0/security-groups?tenant_id=2163409fd7094e8f996e2e48dfb1c57d&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1737] 10.0.0.149 () {34 vars in 694 bytes} [Tue Apr 7 01:15:28 2026] POST /v2.0/security-group-rules => generated 607 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:15:28.609 8 INFO neutron_taas.services.taas.taas_plugin [req-e36afd8c-559d-4e08-a234-a1a55f574771 req-11e8033d-531b-4212-940b-e3866261850d 8ed1797d1f9d4eacafea0b2781fee7c6 e5b7d47bcc6b4d39835c645b16f226b3 - - default default] TaaS: Handle Delete Port: c42c4251-23f1-47e4-82e7-0f9dbffe1acc 2026-04-07 01:15:28.612 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e36afd8c-559d-4e08-a234-a1a55f574771 req-11e8033d-531b-4212-940b-e3866261850d 8ed1797d1f9d4eacafea0b2781fee7c6 e5b7d47bcc6b4d39835c645b16f226b3 - - default default] Tap Mirror: Handle Delete Port: c42c4251-23f1-47e4-82e7-0f9dbffe1acc [pid: 7|app: 0|req: 892/1738] 10.0.0.149 () {34 vars in 766 bytes} [Tue Apr 7 01:15:28 2026] PUT /v2.0/security-groups/a3e22859-126b-412a-862c-52a8fc83474c/tags => generated 17 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:15:28.722 8 INFO neutron.db.l3_db [req-e36afd8c-559d-4e08-a234-a1a55f574771 req-11e8033d-531b-4212-940b-e3866261850d 8ed1797d1f9d4eacafea0b2781fee7c6 e5b7d47bcc6b4d39835c645b16f226b3 - - default default] Floating IP b32ea38a-ee1d-4d88-9078-88ed2ee69593 disassociated. External IP: 10.96.250.213, port: c42c4251-23f1-47e4-82e7-0f9dbffe1acc. [pid: 7|app: 0|req: 893/1739] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:15:28 2026] DELETE /v2.0/security-groups/91c832d2-3afa-4391-be04-db92ec4dbd42 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:15:28.760 7 INFO neutron.db.securitygroups_db [None req-9e304c1f-1dad-4250-b373-437d9b1bdc19 94f1051b0d6b443ca31e4ae220be73cd 44ca826278054842b6bddb18eba7bf58 - - default default] Project 44ca826278054842b6bddb18eba7bf58 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: 894/1740] 10.0.0.149 () {34 vars in 694 bytes} [Tue Apr 7 01:15:28 2026] POST /v2.0/security-group-rules => generated 606 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1741] 10.0.0.149 () {34 vars in 766 bytes} [Tue Apr 7 01:15:28 2026] PUT /v2.0/security-groups/c5117e57-bb68-4a68-8a58-fe9379426fc8/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1742] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:15:28 2026] GET /v2.0/security-groups?tenant_id=cc500fc387e243989bbea66d459087b6&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1743] 10.0.0.149 () {34 vars in 766 bytes} [Tue Apr 7 01:15:29 2026] PUT /v2.0/security-groups/a3bc4c74-3690-45da-914c-d217afd20c5c/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1744] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:15:29 2026] DELETE /v2.0/security-groups/15743500-dde1-4303-a6d6-65920726b0ff => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1745] 10.0.0.149 () {34 vars in 766 bytes} [Tue Apr 7 01:15:29 2026] PUT /v2.0/security-groups/acec3e8a-b427-4cee-889a-99d40cc1e9f5/tags => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1746] 10.0.0.149 () {32 vars in 679 bytes} [Tue Apr 7 01:15:29 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1747] 10.0.0.149 () {32 vars in 648 bytes} [Tue Apr 7 01:15:29 2026] GET /v2.0/networks => generated 1297 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1748] 10.0.0.149 () {32 vars in 693 bytes} [Tue Apr 7 01:15:29 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1749] 199.204.45.3 () {36 vars in 994 bytes} [Tue Apr 7 01:15:28 2026] DELETE /v2.0/ports/c42c4251-23f1-47e4-82e7-0f9dbffe1acc => generated 0 bytes in 976 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1750] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:15:29 2026] GET /v2.0/ports?device_id=36867414-1b37-4118-958f-f339c6e4f5a3 => 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: 848/1751] 10.0.0.149 () {32 vars in 689 bytes} [Tue Apr 7 01:15:29 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:15:29.553 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-404fe1de-a575-44db-99c6-f408bba7d44e'] response: {'server_uuid': '36867414-1b37-4118-958f-f339c6e4f5a3', 'name': 'network-vif-deleted', 'tag': 'c42c4251-23f1-47e4-82e7-0f9dbffe1acc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 849/1752] 10.0.0.149 () {32 vars in 701 bytes} [Tue Apr 7 01:15:29 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1753] 10.0.0.195 () {34 vars in 1099 bytes} [Tue Apr 7 01:15:29 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1707406324&fields=id&tenant_id=44ca826278054842b6bddb18eba7bf58 => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1754] 10.0.0.149 () {32 vars in 687 bytes} [Tue Apr 7 01:15:29 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1755] 10.0.0.195 () {34 vars in 981 bytes} [Tue Apr 7 01:15:29 2026] GET /v2.0/networks?id=40145a8f-1be3-46be-8c6d-6db7248d5158 => generated 660 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1756] 10.0.0.149 () {32 vars in 701 bytes} [Tue Apr 7 01:15:29 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1757] 10.0.0.195 () {34 vars in 964 bytes} [Tue Apr 7 01:15:29 2026] GET /v2.0/quotas/44ca826278054842b6bddb18eba7bf58 => generated 292 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1758] 10.0.0.149 () {32 vars in 697 bytes} [Tue Apr 7 01:15:29 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1759] 10.0.0.149 () {32 vars in 709 bytes} [Tue Apr 7 01:15:29 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1760] 10.0.0.195 () {34 vars in 1001 bytes} [Tue Apr 7 01:15:29 2026] GET /v2.0/ports?tenant_id=44ca826278054842b6bddb18eba7bf58&fields=id => generated 149 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1761] 10.0.0.195 () {34 vars in 1007 bytes} [Tue Apr 7 01:15:29 2026] GET /v2.0/networks/40145a8f-1be3-46be-8c6d-6db7248d5158?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: 909/1762] 10.0.0.195 () {34 vars in 1107 bytes} [Tue Apr 7 01:15:29 2026] GET /v2.0/networks/40145a8f-1be3-46be-8c6d-6db7248d5158?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1763] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:15:29 2026] DELETE /v2.0/security-groups/a3e22859-126b-412a-862c-52a8fc83474c => 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: 910/1764] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:15:29 2026] DELETE /v2.0/security-groups/c5117e57-bb68-4a68-8a58-fe9379426fc8 => 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: 911/1765] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:15:29 2026] GET /v2.0/ports?device_id=0ee5b1be-1f1e-4436-b076-3ceaf842832c => 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: 855/1766] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:15:29 2026] DELETE /v2.0/security-groups/a3bc4c74-3690-45da-914c-d217afd20c5c => 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: 912/1767] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:15:30 2026] DELETE /v2.0/security-groups/acec3e8a-b427-4cee-889a-99d40cc1e9f5 => 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: 856/1768] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:15:30 2026] DELETE /v2.0/security-groups/4c4738b6-0fb2-43be-8f9d-d0f6f82f53c6 => 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: 913/1769] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:15:30 2026] GET /v2.0/ports?device_id=36867414-1b37-4118-958f-f339c6e4f5a3 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1770] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:15:31 2026] GET /v2.0/ports?device_id=0ee5b1be-1f1e-4436-b076-3ceaf842832c => 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: 857/1771] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:15:30 2026] GET /v2.0/security-groups?tenant_id=9fd077a5feaf48c88c096232e73efa75&name=default => generated 2925 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1772] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:15:31 2026] DELETE /v2.0/security-groups/7ad4631a-2f84-456a-8a43-f294977ca080 => 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: 858/1773] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:15:31 2026] GET /v2.0/security-groups?tenant_id=9462a370692d485fb975bb61c1d9765c&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1774] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:15:31 2026] DELETE /v2.0/security-groups/c10c4c99-5784-4c4f-98dd-4c306a2a1ce9 => 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: 917/1775] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:15:31 2026] GET /v2.0/ports?device_id=36867414-1b37-4118-958f-f339c6e4f5a3 => 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: 859/1776] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:15:31 2026] GET /v2.0/security-groups?tenant_id=1f3da3a1aa1e4ad7b2426da5d9e4f6b6&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: 918/1777] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:15:31 2026] DELETE /v2.0/security-groups/8551df6f-f93b-4e56-acf5-34e63a9718ba => 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: 860/1778] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:15:32 2026] GET /v2.0/ports?device_id=0ee5b1be-1f1e-4436-b076-3ceaf842832c => 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: 919/1779] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:15:32 2026] GET /v2.0/security-groups?tenant_id=df5048d9b81149a493428a2e8cd21690&name=default => generated 2925 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1780] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:15:32 2026] GET /v2.0/ports?device_id=36867414-1b37-4118-958f-f339c6e4f5a3 => 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: 861/1781] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:15:32 2026] DELETE /v2.0/security-groups/8e6c0c84-fbd1-4dac-ac07-584082fa1a27 => 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: 921/1782] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:15:32 2026] GET /v2.0/security-groups?tenant_id=942ed104371a40ec8e57a2cc29ff7f67&name=default => generated 2925 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1783] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:15:33 2026] DELETE /v2.0/security-groups/3cb9c924-7305-43d2-91e5-12ba78fb1497 => 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: 922/1784] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:15:33 2026] GET /v2.0/ports?device_id=0ee5b1be-1f1e-4436-b076-3ceaf842832c => 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: 863/1785] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:15:33 2026] GET /v2.0/ports?device_id=36867414-1b37-4118-958f-f339c6e4f5a3 => 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: 923/1786] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:15:34 2026] GET /v2.0/ports?device_id=0ee5b1be-1f1e-4436-b076-3ceaf842832c => 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: 864/1787] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:15:34 2026] DELETE /v2.0/security-groups/3d3bab3c-a3e8-47d0-8d06-a08f1455f37e => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:15:35.044 8 INFO neutron.api.v2.resource [None req-9bd482ba-4d23-4105-a752-0c3399b8009b 8ed1797d1f9d4eacafea0b2781fee7c6 e5b7d47bcc6b4d39835c645b16f226b3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 865/1788] 10.0.0.149 () {32 vars in 736 bytes} [Tue Apr 7 01:15:35 2026] GET /v2.0/security-groups/3d3bab3c-a3e8-47d0-8d06-a08f1455f37e => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:15:35.142 8 INFO neutron_taas.services.taas.taas_plugin [None req-efccc739-a4a6-4d49-be3c-332e6ce7ba41 8ed1797d1f9d4eacafea0b2781fee7c6 e5b7d47bcc6b4d39835c645b16f226b3 - - default default] TaaS: Handle Delete Port: c5632ed2-0cb0-4886-b494-879fc95bf623 2026-04-07 01:15:35.145 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-efccc739-a4a6-4d49-be3c-332e6ce7ba41 8ed1797d1f9d4eacafea0b2781fee7c6 e5b7d47bcc6b4d39835c645b16f226b3 - - default default] Tap Mirror: Handle Delete Port: c5632ed2-0cb0-4886-b494-879fc95bf623 [pid: 7|app: 0|req: 924/1789] 10.0.0.149 () {34 vars in 675 bytes} [Tue Apr 7 01:15:34 2026] POST /v2.0/subnetpools => generated 516 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1790] 10.0.0.149 () {34 vars in 758 bytes} [Tue Apr 7 01:15:35 2026] PUT /v2.0/subnetpools/a964e713-3a39-4124-8271-b8f41284ebde/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1791] 10.0.0.149 () {32 vars in 738 bytes} [Tue Apr 7 01:15:35 2026] GET /v2.0/subnetpools/a964e713-3a39-4124-8271-b8f41284ebde/tags => generated 25 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1792] 10.0.0.149 () {32 vars in 731 bytes} [Tue Apr 7 01:15:35 2026] DELETE /v2.0/floatingips/b32ea38a-ee1d-4d88-9078-88ed2ee69593 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1793] 10.0.0.149 () {34 vars in 769 bytes} [Tue Apr 7 01:15:35 2026] PUT /v2.0/subnetpools/a964e713-3a39-4124-8271-b8f41284ebde/tags/green => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1794] 10.0.0.149 () {32 vars in 738 bytes} [Tue Apr 7 01:15:35 2026] GET /v2.0/subnetpools/a964e713-3a39-4124-8271-b8f41284ebde/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1795] 10.0.0.149 () {34 vars in 765 bytes} [Tue Apr 7 01:15:35 2026] PUT /v2.0/subnetpools/a964e713-3a39-4124-8271-b8f41284ebde/tags/red => generated 4 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1796] 10.0.0.149 () {32 vars in 738 bytes} [Tue Apr 7 01:15:35 2026] GET /v2.0/subnetpools/a964e713-3a39-4124-8271-b8f41284ebde/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1797] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:15:35 2026] GET /v2.0/ports?device_id=0ee5b1be-1f1e-4436-b076-3ceaf842832c => 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: 932/1798] 10.0.0.149 () {34 vars in 787 bytes} [Tue Apr 7 01:15:35 2026] PUT /v2.0/subnetpools/a964e713-3a39-4124-8271-b8f41284ebde/tags/black.or.white => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1799] 10.0.0.149 () {32 vars in 738 bytes} [Tue Apr 7 01:15:35 2026] GET /v2.0/subnetpools/a964e713-3a39-4124-8271-b8f41284ebde/tags => generated 52 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1800] 10.0.0.149 () {34 vars in 758 bytes} [Tue Apr 7 01:15:35 2026] PUT /v2.0/subnetpools/a964e713-3a39-4124-8271-b8f41284ebde/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1801] 10.0.0.149 () {32 vars in 738 bytes} [Tue Apr 7 01:15:35 2026] GET /v2.0/subnetpools/a964e713-3a39-4124-8271-b8f41284ebde/tags => generated 37 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1802] 10.0.0.149 () {32 vars in 746 bytes} [Tue Apr 7 01:15:35 2026] GET /v2.0/subnetpools/a964e713-3a39-4124-8271-b8f41284ebde/tags/red => generated 0 bytes in 25 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:15:35.654 8 INFO neutron_taas.services.taas.taas_plugin [None req-e13bbda1-4849-4ba0-b02f-5a6a375d35ae ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: 94ef772e-1874-43be-b587-e676812fb76c 2026-04-07 01:15:35.655 7 INFO neutron.api.v2.resource [None req-5f975359-19d0-4994-843b-e63abc0ef7d8 6b5310ee6220400bb13380fb1b5dd06d 99fcabe462894c6e887afa612c25bbd1 - - default default] show failed (client error): The resource could not be found. 2026-04-07 01:15:35.656 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e13bbda1-4849-4ba0-b02f-5a6a375d35ae ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: 94ef772e-1874-43be-b587-e676812fb76c [pid: 7|app: 0|req: 937/1803] 10.0.0.149 () {32 vars in 750 bytes} [Tue Apr 7 01:15:35 2026] GET /v2.0/subnetpools/a964e713-3a39-4124-8271-b8f41284ebde/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1804] 10.0.0.149 () {32 vars in 749 bytes} [Tue Apr 7 01:15:35 2026] DELETE /v2.0/subnetpools/a964e713-3a39-4124-8271-b8f41284ebde/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1805] 10.0.0.149 () {32 vars in 738 bytes} [Tue Apr 7 01:15:35 2026] GET /v2.0/subnetpools/a964e713-3a39-4124-8271-b8f41284ebde/tags => generated 30 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:15:35.773 7 INFO neutron.api.v2.resource [None req-859e8bf6-6a33-457d-ac26-77e873899884 6b5310ee6220400bb13380fb1b5dd06d 99fcabe462894c6e887afa612c25bbd1 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 940/1806] 10.0.0.149 () {32 vars in 753 bytes} [Tue Apr 7 01:15:35 2026] DELETE /v2.0/subnetpools/a964e713-3a39-4124-8271-b8f41284ebde/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1807] 10.0.0.149 () {32 vars in 741 bytes} [Tue Apr 7 01:15:35 2026] DELETE /v2.0/subnetpools/a964e713-3a39-4124-8271-b8f41284ebde/tags => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1808] 10.0.0.149 () {32 vars in 738 bytes} [Tue Apr 7 01:15:35 2026] GET /v2.0/subnetpools/a964e713-3a39-4124-8271-b8f41284ebde/tags => 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: 943/1809] 10.0.0.149 () {32 vars in 731 bytes} [Tue Apr 7 01:15:35 2026] DELETE /v2.0/subnetpools/a964e713-3a39-4124-8271-b8f41284ebde => 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: 944/1810] 199.204.45.3 () {34 vars in 983 bytes} [Tue Apr 7 01:15:35 2026] GET /v2.0/networks?id=40145a8f-1be3-46be-8c6d-6db7248d5158 => 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: 945/1811] 199.204.45.3 () {34 vars in 1047 bytes} [Tue Apr 7 01:15:36 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=44ca826278054842b6bddb18eba7bf58 => generated 274 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1812] 10.0.0.149 () {34 vars in 788 bytes} [Tue Apr 7 01:15:35 2026] PUT /v2.0/routers/a14d82aa-93cb-46a8-b88d-3c4ec82bce5c/remove_router_interface => generated 309 bytes in 831 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:15:36.269 8 INFO neutron_taas.services.taas.taas_plugin [None req-f881e952-a48a-4815-be8f-f53100d69f39 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: efa13c4b-05b4-434f-a4b7-f8766ded2b85 2026-04-07 01:15:36.272 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f881e952-a48a-4815-be8f-f53100d69f39 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: efa13c4b-05b4-434f-a4b7-f8766ded2b85 [pid: 7|app: 0|req: 946/1813] 199.204.45.3 () {38 vars in 952 bytes} [Tue Apr 7 01:15:36 2026] POST /v2.0/ports => generated 954 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-07 01:15:36.477 8 INFO neutron_taas.services.taas.taas_plugin [None req-f881e952-a48a-4815-be8f-f53100d69f39 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: 24dd82b1-e8f2-44c0-a7d8-72c0e15f3952 2026-04-07 01:15:36.480 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f881e952-a48a-4815-be8f-f53100d69f39 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: 24dd82b1-e8f2-44c0-a7d8-72c0e15f3952 2026-04-07 01:15:36.798 8 INFO neutron.services.segments.plugin [-] Segment 1d9c06f9-da1e-48f4-94dc-04ed79038506 resource provider aggregate not found 2026-04-07 01:15:36.809 8 INFO neutron.services.segments.plugin [-] Segment 1d9c06f9-da1e-48f4-94dc-04ed79038506 resource provider aggregate not found [pid: 7|app: 0|req: 947/1814] 199.204.45.3 () {38 vars in 1025 bytes} [Tue Apr 7 01:15:36 2026] PUT /v2.0/ports/1fb1ed1c-3a0e-4c2f-8c77-afab09917390 => generated 1235 bytes in 397 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-04-07 01:15:36.822 8 INFO neutron.services.segments.plugin [-] Segment 1d9c06f9-da1e-48f4-94dc-04ed79038506 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d9c06f9-da1e-48f4-94dc-04ed79038506 found for delete ", "request_id": "req-84321011-aace-43d9-8872-d4f744bd4789"}]} 2026-04-07 01:15:36.826 8 INFO neutron.services.segments.plugin [-] Segment 1d9c06f9-da1e-48f4-94dc-04ed79038506 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d9c06f9-da1e-48f4-94dc-04ed79038506 found for delete ", "request_id": "req-535cc2d8-57d1-4cc4-8faa-c26a0972ba9f"}]} 2026-04-07 01:15:36.835 8 INFO neutron.db.l3_hamode_db [None req-f881e952-a48a-4815-be8f-f53100d69f39 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] HA network 7ba10bc8-1234-4eb6-ba3b-a0a61a0e104c was deleted as no HA routers are present in tenant e5b7d47bcc6b4d39835c645b16f226b3. [pid: 8|app: 0|req: 868/1815] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:15:36 2026] DELETE /v2.0/routers/a14d82aa-93cb-46a8-b88d-3c4ec82bce5c => generated 0 bytes in 713 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:15:36.846 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4ce3babc-fd58-4775-ba7f-4179a1d772b2'] response: {'name': 'network-changed', 'server_uuid': '0ee5b1be-1f1e-4436-b076-3ceaf842832c', 'tag': '1fb1ed1c-3a0e-4c2f-8c77-afab09917390', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 948/1816] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:15:36 2026] GET /v2.0/ports?device_id=0ee5b1be-1f1e-4436-b076-3ceaf842832c => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1817] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:15:36 2026] DELETE /v2.0/subnets/bdbbd02c-ed6a-47e8-9709-43db208a5b0c => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1818] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:15:36 2026] GET /v2.0/security-groups?id=68124adb-7e01-47b3-b7bc-3516a09236c7&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1819] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:15:36 2026] GET /v2.0/security-groups?tenant_id=99fcabe462894c6e887afa612c25bbd1&name=default => generated 2925 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:15:37.100 7 INFO neutron_taas.services.taas.taas_plugin [None req-125fec35-2bfb-4514-9350-5ea84f6e0b07 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: ee3e0145-f3e5-42a4-8577-8ed52719dc34 2026-04-07 01:15:37.102 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-125fec35-2bfb-4514-9350-5ea84f6e0b07 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: ee3e0145-f3e5-42a4-8577-8ed52719dc34 [pid: 8|app: 0|req: 870/1820] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:15:37 2026] DELETE /v2.0/security-groups/34ffc0f5-db6f-41e8-a030-df2ef93acd6f => 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: 871/1821] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:15:37 2026] GET /v2.0/security-groups?tenant_id=aecaa3d4ac524564ae8cd1ae89f104ea&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1822] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:15:37 2026] DELETE /v2.0/security-groups/9aade97e-1465-44d0-b9c1-7439313d7358 => 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: 873/1823] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:15:37 2026] GET /v2.0/ports?tenant_id=44ca826278054842b6bddb18eba7bf58&device_id=0ee5b1be-1f1e-4436-b076-3ceaf842832c => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1824] 199.204.45.3 () {34 vars in 1015 bytes} [Tue Apr 7 01:15:37 2026] GET /v2.0/networks?tenant_id=44ca826278054842b6bddb18eba7bf58&shared=False => generated 756 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1825] 199.204.45.3 () {34 vars in 927 bytes} [Tue Apr 7 01:15:37 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:15:37.671 7 INFO neutron.services.segments.plugin [-] Segment 4a0486bd-f40a-496b-8cd3-d76017a38a8b resource provider aggregate not found 2026-04-07 01:15:37.678 7 INFO neutron.services.segments.plugin [-] Segment 4a0486bd-f40a-496b-8cd3-d76017a38a8b resource provider aggregate not found 2026-04-07 01:15:37.694 7 INFO neutron.services.segments.plugin [-] Segment 4a0486bd-f40a-496b-8cd3-d76017a38a8b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a0486bd-f40a-496b-8cd3-d76017a38a8b found for delete ", "request_id": "req-877e838e-98ce-4614-a6a0-0e04a26fb071"}]} 2026-04-07 01:15:37.699 7 INFO neutron.services.segments.plugin [-] Segment 4a0486bd-f40a-496b-8cd3-d76017a38a8b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a0486bd-f40a-496b-8cd3-d76017a38a8b found for delete ", "request_id": "req-fbf643b8-e185-4678-bd71-65151c36ffd9"}]} [pid: 7|app: 0|req: 951/1826] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:15:37 2026] DELETE /v2.0/networks/071cdd6d-8808-4e01-9e25-5011f80511b5 => generated 0 bytes in 690 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1827] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:15:37 2026] GET /v2.0/security-groups?tenant_id=e5b7d47bcc6b4d39835c645b16f226b3&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1828] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:15:37 2026] DELETE /v2.0/security-groups/6e66fd3d-9a7f-42db-9978-1179f63cc08b => 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: 877/1829] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:15:38 2026] GET /v2.0/ports?device_id=0ee5b1be-1f1e-4436-b076-3ceaf842832c => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1830] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:15:38 2026] GET /v2.0/security-groups?id=68124adb-7e01-47b3-b7bc-3516a09236c7&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: 878/1831] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:15:38 2026] GET /v2.0/ports?tenant_id=44ca826278054842b6bddb18eba7bf58&device_id=0ee5b1be-1f1e-4436-b076-3ceaf842832c => generated 1238 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1832] 199.204.45.3 () {34 vars in 1055 bytes} [Tue Apr 7 01:15:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=1fb1ed1c-3a0e-4c2f-8c77-afab09917390 => 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: 879/1833] 199.204.45.3 () {34 vars in 981 bytes} [Tue Apr 7 01:15:38 2026] GET /v2.0/subnets?id=1a494268-f6f4-408d-b294-6e4ed120ce82 => generated 677 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1834] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:15:38 2026] GET /v2.0/ports?network_id=40145a8f-1be3-46be-8c6d-6db7248d5158&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1835] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:15:38 2026] GET /v2.0/networks/40145a8f-1be3-46be-8c6d-6db7248d5158?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: 956/1836] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:15:38 2026] GET /v2.0/networks/40145a8f-1be3-46be-8c6d-6db7248d5158?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: 882/1839] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:15:39 2026] GET /v2.0/ports?device_id=0ee5b1be-1f1e-4436-b076-3ceaf842832c => 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: 958/1840] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:15:39 2026] GET /v2.0/security-groups?id=68124adb-7e01-47b3-b7bc-3516a09236c7&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:15:39.986 8 INFO neutron.db.segments_db [None req-5a9c1759-cbcd-4baf-af21-481f350afc46 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Added segment 73fad1c5-1d71-4308-b94c-764a1040174e of type vxlan for network 28c8e64f-9caa-4cdd-966e-9dc79f9436f6 [pid: 8|app: 0|req: 883/1841] 10.0.0.149 () {34 vars in 670 bytes} [Tue Apr 7 01:15:39 2026] POST /v2.0/networks => generated 746 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1842] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:15:40 2026] POST /v2.0/subnets => generated 693 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:15:40.319 8 INFO neutron.db.segments_db [None req-adb50aad-6473-49cb-85ef-7ffa4c3cc4f3 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Added segment d005f909-9ff8-4b19-af80-192741dba738 of type vxlan for network e3e187dd-4c24-47d7-a0fd-85ca37f0252d [pid: 7|app: 0|req: 960/1843] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:15:40 2026] GET /v2.0/ports?device_id=0ee5b1be-1f1e-4436-b076-3ceaf842832c => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1844] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:15:40 2026] GET /v2.0/security-groups?id=68124adb-7e01-47b3-b7bc-3516a09236c7&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:15:40.548 8 INFO neutron.db.l3_hamode_db [None req-adb50aad-6473-49cb-85ef-7ffa4c3cc4f3 ef44932eeea348feae65ac9f9a8412e2 30cba8191bcf4d8da93e8eb55fcc13ff - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:15:41.244 8 INFO neutron.db.l3_hamode_db [None req-adb50aad-6473-49cb-85ef-7ffa4c3cc4f3 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 962/1845] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:15:41 2026] GET /v2.0/ports?device_id=0ee5b1be-1f1e-4436-b076-3ceaf842832c => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1846] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:15:41 2026] GET /v2.0/security-groups?id=68124adb-7e01-47b3-b7bc-3516a09236c7&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: 884/1847] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:15:40 2026] POST /v2.0/routers => generated 733 bytes in 1809 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1848] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:15:42 2026] GET /v2.0/ports?device_id=0ee5b1be-1f1e-4436-b076-3ceaf842832c => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1849] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:15:42 2026] GET /v2.0/security-groups?id=68124adb-7e01-47b3-b7bc-3516a09236c7&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: 964/1850] 10.0.0.149 () {34 vars in 782 bytes} [Tue Apr 7 01:15:42 2026] PUT /v2.0/routers/aa4c2e14-e4c1-4763-ad74-9104c8babeba/add_router_interface => generated 309 bytes in 1117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1851] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:15:43 2026] GET /v2.0/ports?device_id=0ee5b1be-1f1e-4436-b076-3ceaf842832c => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1852] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:15:44 2026] GET /v2.0/security-groups?id=68124adb-7e01-47b3-b7bc-3516a09236c7&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: 966/1853] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:15:44 2026] GET /v2.0/ports?device_id=0ee5b1be-1f1e-4436-b076-3ceaf842832c => 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: 888/1854] 10.0.0.195 () {34 vars in 981 bytes} [Tue Apr 7 01:15:44 2026] GET /v2.0/networks?id=28c8e64f-9caa-4cdd-966e-9dc79f9436f6 => generated 678 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1855] 10.0.0.195 () {34 vars in 964 bytes} [Tue Apr 7 01:15:44 2026] GET /v2.0/quotas/30cba8191bcf4d8da93e8eb55fcc13ff => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1856] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:15:44 2026] GET /v2.0/security-groups?id=68124adb-7e01-47b3-b7bc-3516a09236c7&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: 890/1857] 10.0.0.195 () {34 vars in 1001 bytes} [Tue Apr 7 01:15:44 2026] GET /v2.0/ports?tenant_id=30cba8191bcf4d8da93e8eb55fcc13ff&fields=id => generated 103 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1858] 10.0.0.149 () {32 vars in 735 bytes} [Tue Apr 7 01:15:44 2026] GET /v2.0/ports?device_id=0ee5b1be-1f1e-4436-b076-3ceaf842832c => generated 1240 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1859] 10.0.0.195 () {34 vars in 1007 bytes} [Tue Apr 7 01:15:44 2026] GET /v2.0/networks/28c8e64f-9caa-4cdd-966e-9dc79f9436f6?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: 892/1860] 10.0.0.195 () {34 vars in 1107 bytes} [Tue Apr 7 01:15:44 2026] GET /v2.0/networks/28c8e64f-9caa-4cdd-966e-9dc79f9436f6?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: 8|app: 0|req: 893/1861] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:15:44 2026] GET /v2.0/ports?device_id=e30ce9ab-3685-4f11-b263-549e31ae3a61 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:15:44.647 7 INFO neutron.db.l3_db [None req-cfc9e467-8937-4031-ae03-ebc8be214bf4 94f1051b0d6b443ca31e4ae220be73cd 44ca826278054842b6bddb18eba7bf58 - - default default] Floating IP 9cd980ff-101f-49fd-b231-7ebd3a204765 associated. External IP: 10.96.250.212, port: 1fb1ed1c-3a0e-4c2f-8c77-afab09917390. [pid: 7|app: 0|req: 969/1862] 10.0.0.149 () {34 vars in 748 bytes} [Tue Apr 7 01:15:44 2026] PUT /v2.0/floatingips/9cd980ff-101f-49fd-b231-7ebd3a204765 => generated 855 bytes in 709 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:15:45.027 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9d047d1c-0d4a-4b0c-b4c6-27fb89a94d3a'] response: {'name': 'network-changed', 'server_uuid': '0ee5b1be-1f1e-4436-b076-3ceaf842832c', 'tag': '1fb1ed1c-3a0e-4c2f-8c77-afab09917390', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 894/1863] 10.0.0.149 () {32 vars in 728 bytes} [Tue Apr 7 01:15:44 2026] GET /v2.0/floatingips/9cd980ff-101f-49fd-b231-7ebd3a204765 => generated 855 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1864] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:15:45 2026] GET /v2.0/ports?tenant_id=44ca826278054842b6bddb18eba7bf58&device_id=0ee5b1be-1f1e-4436-b076-3ceaf842832c => generated 1240 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1865] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:15:45 2026] GET /v2.0/ports?device_id=e30ce9ab-3685-4f11-b263-549e31ae3a61 => 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: 895/1866] 199.204.45.3 () {34 vars in 983 bytes} [Tue Apr 7 01:15:45 2026] GET /v2.0/networks?id=40145a8f-1be3-46be-8c6d-6db7248d5158 => generated 756 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1867] 199.204.45.3 () {34 vars in 1055 bytes} [Tue Apr 7 01:15:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=1fb1ed1c-3a0e-4c2f-8c77-afab09917390 => generated 858 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1868] 199.204.45.3 () {34 vars in 981 bytes} [Tue Apr 7 01:15:45 2026] GET /v2.0/subnets?id=1a494268-f6f4-408d-b294-6e4ed120ce82 => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1869] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:15:45 2026] GET /v2.0/ports?network_id=40145a8f-1be3-46be-8c6d-6db7248d5158&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: 897/1870] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:15:45 2026] GET /v2.0/networks/40145a8f-1be3-46be-8c6d-6db7248d5158?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1871] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:15:45 2026] GET /v2.0/networks/40145a8f-1be3-46be-8c6d-6db7248d5158?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: 898/1872] 10.0.0.149 () {32 vars in 728 bytes} [Tue Apr 7 01:15:46 2026] GET /v2.0/floatingips/9cd980ff-101f-49fd-b231-7ebd3a204765 => generated 855 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1873] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:15:46 2026] GET /v2.0/ports?device_id=e30ce9ab-3685-4f11-b263-549e31ae3a61 => 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: 899/1874] 10.0.0.149 () {32 vars in 728 bytes} [Tue Apr 7 01:15:47 2026] GET /v2.0/floatingips/9cd980ff-101f-49fd-b231-7ebd3a204765 => generated 857 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1875] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:15:47 2026] GET /v2.0/ports?device_id=e30ce9ab-3685-4f11-b263-549e31ae3a61 => 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: 900/1876] 199.204.45.3 () {34 vars in 983 bytes} [Tue Apr 7 01:15:48 2026] GET /v2.0/networks?id=28c8e64f-9caa-4cdd-966e-9dc79f9436f6 => generated 678 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1877] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:15:48 2026] GET /v2.0/ports?device_id=e30ce9ab-3685-4f11-b263-549e31ae3a61 => 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: 901/1878] 199.204.45.3 () {38 vars in 952 bytes} [Tue Apr 7 01:15:48 2026] POST /v2.0/ports => generated 954 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1879] 199.204.45.3 () {38 vars in 1025 bytes} [Tue Apr 7 01:15:49 2026] PUT /v2.0/ports/91a481f0-7a57-4c46-b1af-07f62934e6e3 => generated 1235 bytes in 404 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:15:49.668 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e3c49c14-cb35-435d-a482-4126fd9ade1e'] response: {'name': 'network-changed', 'server_uuid': 'e30ce9ab-3685-4f11-b263-549e31ae3a61', 'tag': '91a481f0-7a57-4c46-b1af-07f62934e6e3', '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: 902/1880] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:15:49 2026] GET /v2.0/ports?device_id=e30ce9ab-3685-4f11-b263-549e31ae3a61 => generated 969 bytes in 85 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: 979/1881] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:15:50 2026] GET /v2.0/security-groups?id=2997ba37-ef95-4250-8610-f1a16ba59638&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1882] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:15:50 2026] GET /v2.0/ports?tenant_id=30cba8191bcf4d8da93e8eb55fcc13ff&device_id=e30ce9ab-3685-4f11-b263-549e31ae3a61 => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1883] 199.204.45.3 () {34 vars in 1015 bytes} [Tue Apr 7 01:15:50 2026] GET /v2.0/networks?tenant_id=30cba8191bcf4d8da93e8eb55fcc13ff&shared=False => generated 774 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1884] 199.204.45.3 () {34 vars in 927 bytes} [Tue Apr 7 01:15:50 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1885] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:15:51 2026] GET /v2.0/ports?device_id=e30ce9ab-3685-4f11-b263-549e31ae3a61 => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1886] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:15:51 2026] GET /v2.0/security-groups?id=2997ba37-ef95-4250-8610-f1a16ba59638&fields=id&fields=name => generated 88 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1887] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:15:51 2026] GET /v2.0/ports?tenant_id=30cba8191bcf4d8da93e8eb55fcc13ff&device_id=e30ce9ab-3685-4f11-b263-549e31ae3a61 => 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: 906/1888] 199.204.45.3 () {34 vars in 1055 bytes} [Tue Apr 7 01:15:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=91a481f0-7a57-4c46-b1af-07f62934e6e3 => 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: 983/1889] 199.204.45.3 () {34 vars in 981 bytes} [Tue Apr 7 01:15:51 2026] GET /v2.0/subnets?id=112d6520-1df3-43e3-8a24-80ca6400a48e => generated 696 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1890] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:15:51 2026] GET /v2.0/ports?network_id=28c8e64f-9caa-4cdd-966e-9dc79f9436f6&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1891] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:15:51 2026] GET /v2.0/networks/28c8e64f-9caa-4cdd-966e-9dc79f9436f6?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: 908/1892] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:15:51 2026] GET /v2.0/networks/28c8e64f-9caa-4cdd-966e-9dc79f9436f6?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: 985/1893] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:15:52 2026] GET /v2.0/ports?device_id=e30ce9ab-3685-4f11-b263-549e31ae3a61 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1894] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:15:52 2026] GET /v2.0/security-groups?id=2997ba37-ef95-4250-8610-f1a16ba59638&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1895] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:15:53 2026] GET /v2.0/ports?device_id=e30ce9ab-3685-4f11-b263-549e31ae3a61 => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1896] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:15:53 2026] GET /v2.0/security-groups?id=2997ba37-ef95-4250-8610-f1a16ba59638&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: 987/1897] 10.0.0.92 () {34 vars in 988 bytes} [Tue Apr 7 01:15:53 2026] GET /v2.0/ports?device_id=0ee5b1be-1f1e-4436-b076-3ceaf842832c => generated 1240 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1898] 10.0.0.92 () {34 vars in 1038 bytes} [Tue Apr 7 01:15:53 2026] GET /v2.0/security-groups?id=68124adb-7e01-47b3-b7bc-3516a09236c7&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: 989/1901] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:15:54 2026] GET /v2.0/ports?device_id=e30ce9ab-3685-4f11-b263-549e31ae3a61 => 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: 913/1902] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:15:54 2026] GET /v2.0/security-groups?id=2997ba37-ef95-4250-8610-f1a16ba59638&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1903] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:15:55 2026] GET /v2.0/ports?device_id=e30ce9ab-3685-4f11-b263-549e31ae3a61 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1904] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:15:55 2026] GET /v2.0/security-groups?id=2997ba37-ef95-4250-8610-f1a16ba59638&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: 991/1905] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:15:56 2026] GET /v2.0/ports?device_id=e30ce9ab-3685-4f11-b263-549e31ae3a61 => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1906] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:15:56 2026] GET /v2.0/security-groups?id=2997ba37-ef95-4250-8610-f1a16ba59638&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: 992/1907] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:15:57 2026] GET /v2.0/ports?device_id=e30ce9ab-3685-4f11-b263-549e31ae3a61 => 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: 916/1908] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:15:57 2026] GET /v2.0/security-groups?id=2997ba37-ef95-4250-8610-f1a16ba59638&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1909] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:15:58 2026] GET /v2.0/ports?device_id=e30ce9ab-3685-4f11-b263-549e31ae3a61 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1910] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:15:58 2026] GET /v2.0/security-groups?id=2997ba37-ef95-4250-8610-f1a16ba59638&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1911] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:15:59 2026] GET /v2.0/ports?device_id=e30ce9ab-3685-4f11-b263-549e31ae3a61 => 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: 918/1912] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:15:59 2026] GET /v2.0/security-groups?id=2997ba37-ef95-4250-8610-f1a16ba59638&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: 995/1913] 199.204.45.3 () {34 vars in 991 bytes} [Tue Apr 7 01:15:59 2026] GET /v2.0/ports?device_id=e30ce9ab-3685-4f11-b263-549e31ae3a61 => generated 971 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:15:59.823 8 INFO neutron_taas.services.taas.taas_plugin [req-fd1eaa5d-fbdd-4bac-8a8b-c9498891632f req-690cedae-ac27-43b0-9dbf-528ed6680ba1 47ccba4be95446f8b8df50dce1af690e 30cba8191bcf4d8da93e8eb55fcc13ff - - default default] TaaS: Handle Delete Port: 91a481f0-7a57-4c46-b1af-07f62934e6e3 2026-04-07 01:15:59.828 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-fd1eaa5d-fbdd-4bac-8a8b-c9498891632f req-690cedae-ac27-43b0-9dbf-528ed6680ba1 47ccba4be95446f8b8df50dce1af690e 30cba8191bcf4d8da93e8eb55fcc13ff - - default default] Tap Mirror: Handle Delete Port: 91a481f0-7a57-4c46-b1af-07f62934e6e3 [pid: 8|app: 0|req: 919/1914] 199.204.45.3 () {36 vars in 994 bytes} [Tue Apr 7 01:15:59 2026] DELETE /v2.0/ports/91a481f0-7a57-4c46-b1af-07f62934e6e3 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:16:00.026 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3599a874-ac40-4caa-a5e2-ff443a7d88e1'] response: {'server_uuid': 'e30ce9ab-3685-4f11-b263-549e31ae3a61', 'name': 'network-vif-deleted', 'tag': '91a481f0-7a57-4c46-b1af-07f62934e6e3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 996/1915] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:16:00 2026] GET /v2.0/ports?device_id=e30ce9ab-3685-4f11-b263-549e31ae3a61 => 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: 920/1916] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:16:01 2026] GET /v2.0/ports?device_id=e30ce9ab-3685-4f11-b263-549e31ae3a61 => 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: 997/1917] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:16:02 2026] GET /v2.0/ports?device_id=e30ce9ab-3685-4f11-b263-549e31ae3a61 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:16:04.192 8 INFO neutron_taas.services.taas.taas_plugin [None req-b6f3fdac-7f33-49f3-ba76-f86fcd14714a ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: 2a07ab65-4463-49ca-9fa0-df586c83c09f 2026-04-07 01:16:04.194 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b6f3fdac-7f33-49f3-ba76-f86fcd14714a ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: 2a07ab65-4463-49ca-9fa0-df586c83c09f [pid: 7|app: 0|req: 998/1918] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:16:04 2026] GET /v2.0/ports?device_id=0ee5b1be-1f1e-4436-b076-3ceaf842832c => 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: 999/1919] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:16:04 2026] GET /v2.0/security-groups?id=68124adb-7e01-47b3-b7bc-3516a09236c7&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: 921/1920] 10.0.0.149 () {34 vars in 788 bytes} [Tue Apr 7 01:16:03 2026] PUT /v2.0/routers/aa4c2e14-e4c1-4763-ad74-9104c8babeba/remove_router_interface => generated 309 bytes in 814 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:16:04.870 7 INFO neutron_taas.services.taas.taas_plugin [None req-2559f5cc-9245-4a5d-9cb1-a349825695b8 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: 73f63aef-0c2f-4639-9236-dc8c8efefd59 2026-04-07 01:16:04.873 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2559f5cc-9245-4a5d-9cb1-a349825695b8 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: 73f63aef-0c2f-4639-9236-dc8c8efefd59 2026-04-07 01:16:05.111 7 INFO neutron_taas.services.taas.taas_plugin [None req-2559f5cc-9245-4a5d-9cb1-a349825695b8 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: 182acf77-2d9e-4667-8b5f-e4f03808145b 2026-04-07 01:16:05.116 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2559f5cc-9245-4a5d-9cb1-a349825695b8 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: 182acf77-2d9e-4667-8b5f-e4f03808145b 2026-04-07 01:16:05.446 7 INFO neutron.services.segments.plugin [-] Segment d005f909-9ff8-4b19-af80-192741dba738 resource provider aggregate not found 2026-04-07 01:16:05.450 7 INFO neutron.services.segments.plugin [-] Segment d005f909-9ff8-4b19-af80-192741dba738 resource provider aggregate not found 2026-04-07 01:16:05.470 7 INFO neutron.services.segments.plugin [-] Segment d005f909-9ff8-4b19-af80-192741dba738 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d005f909-9ff8-4b19-af80-192741dba738 found for delete ", "request_id": "req-a1776ade-3107-49e5-ae4f-00a16bd76a64"}]} 2026-04-07 01:16:05.471 7 INFO neutron.services.segments.plugin [-] Segment d005f909-9ff8-4b19-af80-192741dba738 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d005f909-9ff8-4b19-af80-192741dba738 found for delete ", "request_id": "req-fa0621d4-7be2-4c01-bd0b-972894707aa2"}]} 2026-04-07 01:16:05.476 7 INFO neutron.db.l3_hamode_db [None req-2559f5cc-9245-4a5d-9cb1-a349825695b8 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] HA network e3e187dd-4c24-47d7-a0fd-85ca37f0252d was deleted as no HA routers are present in tenant 30cba8191bcf4d8da93e8eb55fcc13ff. [pid: 7|app: 0|req: 1000/1921] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:16:04 2026] DELETE /v2.0/routers/aa4c2e14-e4c1-4763-ad74-9104c8babeba => generated 0 bytes in 789 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1922] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:16:05 2026] DELETE /v2.0/subnets/112d6520-1df3-43e3-8a24-80ca6400a48e => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1923] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:16:05 2026] GET /v2.0/ports?device_id=0ee5b1be-1f1e-4436-b076-3ceaf842832c => 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: 1002/1924] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:16:05 2026] GET /v2.0/security-groups?id=68124adb-7e01-47b3-b7bc-3516a09236c7&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:16:05.751 8 INFO neutron_taas.services.taas.taas_plugin [None req-16512282-119a-45e0-9b39-10c6f39d1cf8 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: 3f5ce46b-4790-42fa-ab9e-4f6e3d4db350 2026-04-07 01:16:05.754 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16512282-119a-45e0-9b39-10c6f39d1cf8 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: 3f5ce46b-4790-42fa-ab9e-4f6e3d4db350 2026-04-07 01:16:05.917 8 INFO neutron.services.segments.plugin [-] Segment 73fad1c5-1d71-4308-b94c-764a1040174e resource provider aggregate not found 2026-04-07 01:16:05.928 8 INFO neutron.services.segments.plugin [-] Segment 73fad1c5-1d71-4308-b94c-764a1040174e resource provider aggregate not found 2026-04-07 01:16:05.937 8 INFO neutron.services.segments.plugin [-] Segment 73fad1c5-1d71-4308-b94c-764a1040174e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73fad1c5-1d71-4308-b94c-764a1040174e found for delete ", "request_id": "req-204a69d5-8c4f-47ca-a0ba-5a526429dd66"}]} 2026-04-07 01:16:05.942 8 INFO neutron.services.segments.plugin [-] Segment 73fad1c5-1d71-4308-b94c-764a1040174e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73fad1c5-1d71-4308-b94c-764a1040174e found for delete ", "request_id": "req-d19bc337-5ff1-46a8-8f93-87414a631bcf"}]} [pid: 8|app: 0|req: 923/1925] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:16:05 2026] DELETE /v2.0/networks/28c8e64f-9caa-4cdd-966e-9dc79f9436f6 => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1926] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:16:06 2026] GET /v2.0/security-groups?tenant_id=30cba8191bcf4d8da93e8eb55fcc13ff&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1927] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:16:06 2026] DELETE /v2.0/security-groups/2997ba37-ef95-4250-8610-f1a16ba59638 => 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: 1004/1928] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:16:06 2026] GET /v2.0/ports?device_id=0ee5b1be-1f1e-4436-b076-3ceaf842832c => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1929] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:16:06 2026] GET /v2.0/security-groups?id=68124adb-7e01-47b3-b7bc-3516a09236c7&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: 1005/1930] 199.204.45.3 () {34 vars in 991 bytes} [Tue Apr 7 01:16:06 2026] GET /v2.0/ports?device_id=0ee5b1be-1f1e-4436-b076-3ceaf842832c => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:16:07.130 8 INFO neutron_taas.services.taas.taas_plugin [req-d4c31943-9fd7-48b0-ad10-bac00240c5a1 req-bd4d3ab9-8c2f-4d9e-8cfb-de4d7a878b23 94f1051b0d6b443ca31e4ae220be73cd 44ca826278054842b6bddb18eba7bf58 - - default default] TaaS: Handle Delete Port: 1fb1ed1c-3a0e-4c2f-8c77-afab09917390 2026-04-07 01:16:07.133 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d4c31943-9fd7-48b0-ad10-bac00240c5a1 req-bd4d3ab9-8c2f-4d9e-8cfb-de4d7a878b23 94f1051b0d6b443ca31e4ae220be73cd 44ca826278054842b6bddb18eba7bf58 - - default default] Tap Mirror: Handle Delete Port: 1fb1ed1c-3a0e-4c2f-8c77-afab09917390 2026-04-07 01:16:07.248 8 INFO neutron.db.l3_db [req-d4c31943-9fd7-48b0-ad10-bac00240c5a1 req-bd4d3ab9-8c2f-4d9e-8cfb-de4d7a878b23 94f1051b0d6b443ca31e4ae220be73cd 44ca826278054842b6bddb18eba7bf58 - - default default] Floating IP 9cd980ff-101f-49fd-b231-7ebd3a204765 disassociated. External IP: 10.96.250.212, port: 1fb1ed1c-3a0e-4c2f-8c77-afab09917390. [pid: 8|app: 0|req: 926/1931] 199.204.45.3 () {36 vars in 994 bytes} [Tue Apr 7 01:16:06 2026] DELETE /v2.0/ports/1fb1ed1c-3a0e-4c2f-8c77-afab09917390 => generated 0 bytes in 621 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:16:07.647 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f00c0d6c-06ef-4038-a16d-0bd1d7167b9a'] response: {'server_uuid': '0ee5b1be-1f1e-4436-b076-3ceaf842832c', 'name': 'network-vif-deleted', 'tag': '1fb1ed1c-3a0e-4c2f-8c77-afab09917390', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1006/1932] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:16:07 2026] GET /v2.0/ports?device_id=0ee5b1be-1f1e-4436-b076-3ceaf842832c => 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: 927/1933] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:16:09 2026] GET /v2.0/ports?device_id=0ee5b1be-1f1e-4436-b076-3ceaf842832c => 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: 1008/1936] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:16:09 2026] GET /v2.0/security-groups?tenant_id=1849d87c415e468cbc25de66ab31c416&name=default => generated 2925 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1937] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:16:09 2026] DELETE /v2.0/security-groups/d6bb27e4-74b7-4dd8-9b47-5904509b0a06 => 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: 1009/1938] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:16:10 2026] GET /v2.0/ports?device_id=0ee5b1be-1f1e-4436-b076-3ceaf842832c => 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: 930/1939] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:16:10 2026] GET /v2.0/security-groups?tenant_id=5ac7c97670fc4f0e892d8b83a559776f&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/1940] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:16:10 2026] DELETE /v2.0/security-groups/8863a818-00e0-4ce8-ad98-1f252b239d7b => 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: 931/1941] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:16:11 2026] DELETE /v2.0/security-groups/68124adb-7e01-47b3-b7bc-3516a09236c7 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:16:11.416 7 INFO neutron_taas.services.taas.taas_plugin [None req-bfdfb179-3deb-40eb-9aa0-bba74326ac11 94f1051b0d6b443ca31e4ae220be73cd 44ca826278054842b6bddb18eba7bf58 - - default default] TaaS: Handle Delete Port: b1336f89-ee09-4a65-bc9e-dadece05eb91 2026-04-07 01:16:11.418 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bfdfb179-3deb-40eb-9aa0-bba74326ac11 94f1051b0d6b443ca31e4ae220be73cd 44ca826278054842b6bddb18eba7bf58 - - default default] Tap Mirror: Handle Delete Port: b1336f89-ee09-4a65-bc9e-dadece05eb91 [pid: 7|app: 0|req: 1011/1942] 10.0.0.149 () {32 vars in 731 bytes} [Tue Apr 7 01:16:11 2026] DELETE /v2.0/floatingips/9cd980ff-101f-49fd-b231-7ebd3a204765 => generated 0 bytes in 268 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1943] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:16:11 2026] GET /v2.0/ports?device_id=5438a29a-69a9-460b-bd19-6816e3358b03 => 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: 1012/1944] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:16:11 2026] GET /v2.0/security-groups?id=5f760dc0-3d7c-411c-9ef0-4dd4e9a88e9e&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: 933/1945] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:16:12 2026] GET /v2.0/ports?device_id=5438a29a-69a9-460b-bd19-6816e3358b03 => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/1946] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:16:12 2026] GET /v2.0/security-groups?id=5f760dc0-3d7c-411c-9ef0-4dd4e9a88e9e&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: 1014/1947] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:16:14 2026] GET /v2.0/ports?device_id=5438a29a-69a9-460b-bd19-6816e3358b03 => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1948] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:16:14 2026] GET /v2.0/security-groups?id=5f760dc0-3d7c-411c-9ef0-4dd4e9a88e9e&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: 1016/1949] 199.204.45.3 () {34 vars in 991 bytes} [Tue Apr 7 01:16:14 2026] GET /v2.0/ports?device_id=5438a29a-69a9-460b-bd19-6816e3358b03 => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1950] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:16:14 2026] GET /v2.0/security-groups?tenant_id=a2b26fbf9bcc4636b6654c0991fc1eb2&name=default => generated 2925 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:16:14.287 7 INFO neutron_taas.services.taas.taas_plugin [req-e411b02a-0cb9-4943-a277-bc13a14da833 req-7d40c837-7c0e-4e72-ad76-448d3e9176c1 94f1051b0d6b443ca31e4ae220be73cd 44ca826278054842b6bddb18eba7bf58 - - default default] TaaS: Handle Delete Port: a9670c7f-dc06-4ef9-ab92-2b78075814bb 2026-04-07 01:16:14.290 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e411b02a-0cb9-4943-a277-bc13a14da833 req-7d40c837-7c0e-4e72-ad76-448d3e9176c1 94f1051b0d6b443ca31e4ae220be73cd 44ca826278054842b6bddb18eba7bf58 - - default default] Tap Mirror: Handle Delete Port: a9670c7f-dc06-4ef9-ab92-2b78075814bb [pid: 8|app: 0|req: 935/1951] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:16:14 2026] DELETE /v2.0/security-groups/a52223cf-e127-4850-8841-bf6b13d3ca06 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/1952] 199.204.45.3 () {36 vars in 994 bytes} [Tue Apr 7 01:16:14 2026] DELETE /v2.0/ports/a9670c7f-dc06-4ef9-ab92-2b78075814bb => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:16:14.457 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-796e5a1c-2498-4b56-98c6-3c7775e5ea20'] response: {'server_uuid': '5438a29a-69a9-460b-bd19-6816e3358b03', 'name': 'network-vif-deleted', 'tag': 'a9670c7f-dc06-4ef9-ab92-2b78075814bb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 936/1953] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:16:14 2026] GET /v2.0/security-groups?tenant_id=6f57a616d4f940dd8ad4fee3a6c07a24&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1954] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:16:14 2026] DELETE /v2.0/security-groups/6a9e07c9-66cc-4d1c-b5b3-d91057e567de => 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: 937/1955] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:16:15 2026] GET /v2.0/ports?device_id=5438a29a-69a9-460b-bd19-6816e3358b03 => 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: 1019/1956] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:16:16 2026] GET /v2.0/ports?device_id=5438a29a-69a9-460b-bd19-6816e3358b03 => 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: 938/1957] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:16:17 2026] GET /v2.0/ports?device_id=5438a29a-69a9-460b-bd19-6816e3358b03 => 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: 1020/1958] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:16:18 2026] GET /v2.0/security-groups?tenant_id=278629a8791143d88c100074e6e8509d&name=default => generated 2925 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1959] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:16:18 2026] DELETE /v2.0/security-groups/48c3aa2a-ab1a-4d5f-a29a-5fb9723507a9 => 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: 1021/1960] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:16:18 2026] DELETE /v2.0/security-groups/5f760dc0-3d7c-411c-9ef0-4dd4e9a88e9e => 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: 940/1961] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:16:18 2026] GET /v2.0/security-groups?tenant_id=3b8aa3b97e504575b9955cd57ac3cc32&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1962] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:16:18 2026] DELETE /v2.0/security-groups/56b6703a-3297-4d0a-9d4f-b81a686d27df => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:16:18.987 7 INFO neutron_taas.services.taas.taas_plugin [None req-94b31bb4-3d4d-46b7-9e85-a73e32ca0794 94f1051b0d6b443ca31e4ae220be73cd 44ca826278054842b6bddb18eba7bf58 - - default default] TaaS: Handle Delete Port: 03418e10-e94c-4ca4-80b3-0921cdcd4780 2026-04-07 01:16:18.993 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94b31bb4-3d4d-46b7-9e85-a73e32ca0794 94f1051b0d6b443ca31e4ae220be73cd 44ca826278054842b6bddb18eba7bf58 - - default default] Tap Mirror: Handle Delete Port: 03418e10-e94c-4ca4-80b3-0921cdcd4780 [pid: 7|app: 0|req: 1022/1963] 10.0.0.149 () {34 vars in 788 bytes} [Tue Apr 7 01:16:18 2026] PUT /v2.0/routers/995be7eb-88c3-416d-ad14-48a66f15931d/remove_router_interface => generated 309 bytes in 976 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1964] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:16:19 2026] DELETE /v2.0/subnets/1a494268-f6f4-408d-b294-6e4ed120ce82 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:16:19.949 7 INFO neutron_taas.services.taas.taas_plugin [None req-19211445-5372-4fe9-9484-b2ff4de0a1c1 94f1051b0d6b443ca31e4ae220be73cd 44ca826278054842b6bddb18eba7bf58 - - default default] TaaS: Handle Delete Port: 2caf5a83-e3b7-49a5-9183-bfec91d41bec 2026-04-07 01:16:19.952 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19211445-5372-4fe9-9484-b2ff4de0a1c1 94f1051b0d6b443ca31e4ae220be73cd 44ca826278054842b6bddb18eba7bf58 - - default default] Tap Mirror: Handle Delete Port: 2caf5a83-e3b7-49a5-9183-bfec91d41bec 2026-04-07 01:16:20.230 7 INFO neutron_taas.services.taas.taas_plugin [None req-19211445-5372-4fe9-9484-b2ff4de0a1c1 94f1051b0d6b443ca31e4ae220be73cd 44ca826278054842b6bddb18eba7bf58 - - default default] TaaS: Handle Delete Port: a24dec0c-0561-48bb-ac23-bc814bacc3f7 2026-04-07 01:16:20.233 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19211445-5372-4fe9-9484-b2ff4de0a1c1 94f1051b0d6b443ca31e4ae220be73cd 44ca826278054842b6bddb18eba7bf58 - - default default] Tap Mirror: Handle Delete Port: a24dec0c-0561-48bb-ac23-bc814bacc3f7 [pid: 8|app: 0|req: 943/1965] 10.0.0.149 () {32 vars in 652 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions => generated 21537 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1966] 10.0.0.149 () {32 vars in 680 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:16:20.567 7 INFO neutron.services.segments.plugin [-] Segment 0ffd4d6e-edf0-4cd2-8284-748808526e59 resource provider aggregate not found [pid: 8|app: 0|req: 945/1967] 10.0.0.149 () {32 vars in 680 bytes} [Tue Apr 7 01:16:20 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) 2026-04-07 01:16:20.572 7 INFO neutron.services.segments.plugin [-] Segment 0ffd4d6e-edf0-4cd2-8284-748808526e59 resource provider aggregate not found [pid: 8|app: 0|req: 946/1968] 10.0.0.149 () {32 vars in 728 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:16:20.589 7 INFO neutron.services.segments.plugin [-] Segment 0ffd4d6e-edf0-4cd2-8284-748808526e59 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ffd4d6e-edf0-4cd2-8284-748808526e59 found for delete ", "request_id": "req-90045c08-3c57-4cad-a699-e74d5ecd5f28"}]} [pid: 8|app: 0|req: 947/1969] 10.0.0.149 () {32 vars in 664 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/agent => generated 153 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:16:20.590 7 INFO neutron.services.segments.plugin [-] Segment 0ffd4d6e-edf0-4cd2-8284-748808526e59 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ffd4d6e-edf0-4cd2-8284-748808526e59 found for delete ", "request_id": "req-a9c999a4-d4de-4298-92c5-a66f24cb360f"}]} 2026-04-07 01:16:20.595 7 INFO neutron.db.l3_hamode_db [None req-19211445-5372-4fe9-9484-b2ff4de0a1c1 94f1051b0d6b443ca31e4ae220be73cd 44ca826278054842b6bddb18eba7bf58 - - default default] HA network 7eb07934-28c9-48b0-b9f8-02594b081379 was deleted as no HA routers are present in tenant 44ca826278054842b6bddb18eba7bf58. [pid: 8|app: 0|req: 948/1970] 10.0.0.149 () {32 vars in 698 bytes} [Tue Apr 7 01:16:20 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: 8|app: 0|req: 949/1971] 10.0.0.149 () {32 vars in 696 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/1972] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:16:19 2026] DELETE /v2.0/routers/995be7eb-88c3-416d-ad14-48a66f15931d => generated 0 bytes in 870 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1973] 10.0.0.149 () {32 vars in 700 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1974] 10.0.0.149 () {32 vars in 688 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1975] 10.0.0.149 () {32 vars in 702 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1976] 10.0.0.149 () {32 vars in 692 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1977] 10.0.0.149 () {32 vars in 694 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1978] 10.0.0.149 () {32 vars in 684 bytes} [Tue Apr 7 01:16:20 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: 956/1979] 10.0.0.149 () {32 vars in 686 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1980] 10.0.0.149 () {32 vars in 660 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1981] 10.0.0.149 () {32 vars in 698 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1982] 10.0.0.149 () {32 vars in 678 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1983] 10.0.0.149 () {32 vars in 682 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1984] 10.0.0.149 () {32 vars in 674 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1985] 10.0.0.149 () {32 vars in 688 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1986] 10.0.0.149 () {32 vars in 722 bytes} [Tue Apr 7 01:16:20 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) 2026-04-07 01:16:20.706 7 INFO neutron_taas.services.taas.taas_plugin [None req-d5fc70f7-7a6b-40dc-84c5-5845822fcf6a 94f1051b0d6b443ca31e4ae220be73cd 44ca826278054842b6bddb18eba7bf58 - - default default] TaaS: Handle Delete Port: 075860b0-a030-4723-ae24-b0e375b4046c 2026-04-07 01:16:20.709 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5fc70f7-7a6b-40dc-84c5-5845822fcf6a 94f1051b0d6b443ca31e4ae220be73cd 44ca826278054842b6bddb18eba7bf58 - - default default] Tap Mirror: Handle Delete Port: 075860b0-a030-4723-ae24-b0e375b4046c [pid: 8|app: 0|req: 964/1987] 10.0.0.149 () {32 vars in 686 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1988] 10.0.0.149 () {32 vars in 668 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1989] 10.0.0.149 () {32 vars in 686 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1990] 10.0.0.149 () {32 vars in 680 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1991] 10.0.0.149 () {32 vars in 698 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1992] 10.0.0.149 () {32 vars in 678 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1993] 10.0.0.149 () {32 vars in 666 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/router => generated 256 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1994] 10.0.0.149 () {32 vars in 676 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1995] 10.0.0.149 () {32 vars in 664 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1996] 10.0.0.149 () {32 vars in 674 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1997] 10.0.0.149 () {32 vars in 712 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1998] 10.0.0.149 () {32 vars in 690 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1999] 10.0.0.149 () {32 vars in 682 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/2000] 10.0.0.149 () {32 vars in 668 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/2001] 10.0.0.149 () {32 vars in 686 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/2002] 10.0.0.149 () {32 vars in 704 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/2003] 10.0.0.149 () {32 vars in 674 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2004] 10.0.0.149 () {32 vars in 700 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2005] 10.0.0.149 () {32 vars in 674 bytes} [Tue Apr 7 01:16:20 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: 8|app: 0|req: 983/2006] 10.0.0.149 () {32 vars in 692 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/2007] 10.0.0.149 () {32 vars in 688 bytes} [Tue Apr 7 01:16:20 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: 8|app: 0|req: 985/2008] 10.0.0.149 () {32 vars in 708 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/2009] 10.0.0.149 () {32 vars in 704 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/2010] 10.0.0.149 () {32 vars in 718 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2011] 10.0.0.149 () {32 vars in 696 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/2012] 10.0.0.149 () {32 vars in 710 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2013] 10.0.0.149 () {32 vars in 668 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/binding => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/2014] 10.0.0.149 () {32 vars in 686 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2015] 10.0.0.149 () {32 vars in 680 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2016] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:16:20 2026] DELETE /v2.0/networks/40145a8f-1be3-46be-8c6d-6db7248d5158 => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2017] 10.0.0.149 () {32 vars in 674 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2018] 10.0.0.149 () {32 vars in 670 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/provider => generated 191 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2019] 10.0.0.149 () {32 vars in 660 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2020] 10.0.0.149 () {32 vars in 698 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2021] 10.0.0.149 () {32 vars in 698 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2022] 10.0.0.149 () {32 vars in 676 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/2023] 10.0.0.149 () {32 vars in 668 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2024] 10.0.0.149 () {32 vars in 682 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2025] 10.0.0.149 () {32 vars in 700 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2026] 10.0.0.149 () {32 vars in 684 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2027] 10.0.0.149 () {32 vars in 706 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2028] 10.0.0.149 () {32 vars in 668 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2029] 10.0.0.149 () {32 vars in 696 bytes} [Tue Apr 7 01:16:21 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: 1031/2030] 10.0.0.149 () {32 vars in 694 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2031] 10.0.0.149 () {32 vars in 684 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2032] 10.0.0.149 () {32 vars in 688 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2033] 10.0.0.149 () {32 vars in 704 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2034] 10.0.0.149 () {32 vars in 666 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2035] 10.0.0.149 () {32 vars in 680 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2036] 10.0.0.149 () {32 vars in 680 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2037] 10.0.0.149 () {32 vars in 690 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2038] 10.0.0.149 () {32 vars in 690 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2039] 10.0.0.149 () {32 vars in 694 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2040] 10.0.0.149 () {32 vars in 684 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2041] 10.0.0.149 () {32 vars in 688 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2042] 10.0.0.149 () {32 vars in 700 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2043] 10.0.0.149 () {32 vars in 702 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2044] 10.0.0.149 () {32 vars in 712 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2045] 10.0.0.149 () {32 vars in 716 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2046] 10.0.0.149 () {32 vars in 714 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2047] 10.0.0.149 () {32 vars in 726 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2048] 10.0.0.149 () {32 vars in 740 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2049] 10.0.0.149 () {32 vars in 718 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2050] 10.0.0.149 () {32 vars in 682 bytes} [Tue Apr 7 01:16: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: 8|app: 0|req: 1010/2051] 10.0.0.149 () {32 vars in 668 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2052] 10.0.0.149 () {32 vars in 718 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2053] 10.0.0.149 () {32 vars in 678 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2054] 10.0.0.149 () {32 vars in 668 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2055] 10.0.0.149 () {32 vars in 696 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2056] 10.0.0.149 () {32 vars in 704 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2057] 10.0.0.149 () {32 vars in 700 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2058] 10.0.0.149 () {32 vars in 700 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2059] 10.0.0.149 () {32 vars in 682 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2060] 10.0.0.149 () {32 vars in 704 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2061] 10.0.0.149 () {32 vars in 694 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2062] 10.0.0.149 () {32 vars in 688 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2063] 10.0.0.149 () {32 vars in 696 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2064] 10.0.0.149 () {32 vars in 678 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2065] 10.0.0.149 () {32 vars in 688 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2066] 10.0.0.149 () {32 vars in 700 bytes} [Tue Apr 7 01:16:21 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: 8|app: 0|req: 1018/2067] 10.0.0.149 () {32 vars in 664 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2068] 10.0.0.149 () {32 vars in 680 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2069] 10.0.0.149 () {32 vars in 676 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2070] 10.0.0.149 () {32 vars in 692 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2071] 10.0.0.149 () {32 vars in 676 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2072] 10.0.0.149 () {32 vars in 666 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2073] 10.0.0.149 () {32 vars in 662 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/extensions/taas => generated 175 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2074] 10.0.0.149 () {32 vars in 674 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2075] 10.0.0.149 () {32 vars in 686 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2076] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/security-groups?tenant_id=1fcf4b2d04764565937758baa3d4d9a6&name=default => generated 2925 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2077] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:16:21 2026] DELETE /v2.0/security-groups/fa7efec2-ffda-41d2-b472-e1f5f6bff1f4 => 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: 1024/2078] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:16:22 2026] GET /v2.0/security-groups?tenant_id=44ca826278054842b6bddb18eba7bf58&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2079] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:16:22 2026] DELETE /v2.0/security-groups/b0f55e64-cdd0-45de-a44a-64b6f655baeb => 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: 1055/2080] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:16:22 2026] GET /v2.0/security-groups?tenant_id=1b4d890cf6154e3db8f8e7fc40670dff&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2081] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:16:22 2026] DELETE /v2.0/security-groups/a25e968d-faf5-44a2-9bd7-ca8c8d607706 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:16:22.605 7 INFO neutron.services.segments.plugin [-] Segment 044ea597-86ec-40a8-a9bf-06de39ebeb00 resource provider aggregate not found 2026-04-07 01:16:22.608 7 INFO neutron.services.segments.plugin [-] Segment 044ea597-86ec-40a8-a9bf-06de39ebeb00 resource provider aggregate not found 2026-04-07 01:16:22.625 7 INFO neutron.services.segments.plugin [-] Segment 044ea597-86ec-40a8-a9bf-06de39ebeb00 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 044ea597-86ec-40a8-a9bf-06de39ebeb00 found for delete ", "request_id": "req-f9888c25-18f0-4d3b-9b4d-e0fb00152f5f"}]} 2026-04-07 01:16:22.626 7 INFO neutron.services.segments.plugin [-] Segment 044ea597-86ec-40a8-a9bf-06de39ebeb00 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 044ea597-86ec-40a8-a9bf-06de39ebeb00 found for delete ", "request_id": "req-314b9c8e-e948-4016-8c75-e491a2da810c"}]} 2026-04-07 01:16:24.121 7 INFO neutron.db.segments_db [None req-31852d31-b5b3-41eb-8757-42529c1a99ca ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Added segment a3dede16-249a-4b23-8ad0-a59698faa61f of type vxlan for network f5b95ed0-e224-4895-bdb9-bced0a3b59df [pid: 7|app: 0|req: 1056/2084] 10.0.0.149 () {34 vars in 670 bytes} [Tue Apr 7 01:16:23 2026] POST /v2.0/networks => generated 741 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:16:24.327 8 INFO neutron.db.segments_db [None req-6d6ddc3a-f3d9-4476-a7b0-42feec1d56f5 73ee4cf042994e9f9323ed7ce6cf5db0 3d3cb8039e4a42a0accf4ea87534a191 - - default default] Added segment 6a647500-5ef7-4754-975e-03d09b3c7ec4 of type vxlan for network 5417e2ee-24e3-489d-8709-4436f2f00ab7 [pid: 7|app: 0|req: 1057/2085] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:16:24 2026] POST /v2.0/subnets => generated 688 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2086] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:16:24 2026] POST /v2.0/networks => generated 648 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:16:24.438 7 INFO neutron.db.segments_db [None req-02e96c54-61f2-4852-ae5a-7fa5dbb2e72c ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Added segment 845fdcd6-3550-4d28-b458-b79fa372d754 of type vxlan for network e058d3f2-e6f7-4b7e-b6bd-ebddd43dad0f 2026-04-07 01:16:24.649 7 INFO neutron.db.l3_hamode_db [None req-02e96c54-61f2-4852-ae5a-7fa5dbb2e72c ef44932eeea348feae65ac9f9a8412e2 dc586de585064abdafa3024514c496f8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1030/2087] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:16:24 2026] POST /v2.0/subnets => generated 673 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:16:25.146 8 INFO neutron.db.segments_db [None req-66d681cf-005f-4600-ab78-8417b65a4983 73ee4cf042994e9f9323ed7ce6cf5db0 3d3cb8039e4a42a0accf4ea87534a191 - - default default] Added segment 761c7873-93ba-4aaf-8cd9-c7a2bd2eca69 of type vxlan for network 2d265415-4312-4097-918e-3c1127bf849f [pid: 8|app: 0|req: 1031/2088] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:16:25 2026] POST /v2.0/networks => generated 648 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:16:25.276 7 INFO neutron.db.l3_hamode_db [None req-02e96c54-61f2-4852-ae5a-7fa5dbb2e72c ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1032/2089] 10.0.0.149 () {34 vars in 742 bytes} [Tue Apr 7 01:16:25 2026] PUT /v2.0/networks/2d265415-4312-4097-918e-3c1127bf849f => generated 592 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2090] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:16:25 2026] POST /v2.0/subnets => generated 646 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2091] 10.0.0.149 () {34 vars in 740 bytes} [Tue Apr 7 01:16:25 2026] PUT /v2.0/subnets/111334a4-422b-4239-8880-bcbaa641a596 => generated 656 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:16:25.887 8 INFO neutron.services.segments.plugin [-] Segment 761c7873-93ba-4aaf-8cd9-c7a2bd2eca69 resource provider aggregate not found 2026-04-07 01:16:25.887 8 INFO neutron.services.segments.plugin [-] Segment 761c7873-93ba-4aaf-8cd9-c7a2bd2eca69 resource provider aggregate not found 2026-04-07 01:16:25.908 8 INFO neutron.services.segments.plugin [-] Segment 761c7873-93ba-4aaf-8cd9-c7a2bd2eca69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 761c7873-93ba-4aaf-8cd9-c7a2bd2eca69 found for delete ", "request_id": "req-c12fd71c-f75b-408a-a9e0-7a73da8cd0b7"}]} 2026-04-07 01:16:25.910 8 INFO neutron.services.segments.plugin [-] Segment 761c7873-93ba-4aaf-8cd9-c7a2bd2eca69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 761c7873-93ba-4aaf-8cd9-c7a2bd2eca69 found for delete ", "request_id": "req-af0d367f-449c-497c-824f-090cb6532477"}]} [pid: 8|app: 0|req: 1035/2092] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:16:25 2026] DELETE /v2.0/networks/2d265415-4312-4097-918e-3c1127bf849f => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:16:25.930 8 INFO neutron.pecan_wsgi.hooks.translation [None req-881cee6f-edcb-44cf-a810-6301a544288c 73ee4cf042994e9f9323ed7ce6cf5db0 3d3cb8039e4a42a0accf4ea87534a191 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1036/2093] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:16:25 2026] DELETE /v2.0/networks/2d265415-4312-4097-918e-3c1127bf849f => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2094] 10.0.0.149 () {32 vars in 693 bytes} [Tue Apr 7 01:16:25 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2095] 10.0.0.149 () {32 vars in 741 bytes} [Tue Apr 7 01:16:25 2026] GET /v2.0/subnets?network_id=b1fba0df-084d-4307-a78d-0fb774c40349 => generated 649 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2096] 10.0.0.149 () {32 vars in 652 bytes} [Tue Apr 7 01:16:26 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2097] 10.0.0.149 () {32 vars in 648 bytes} [Tue Apr 7 01:16:26 2026] GET /v2.0/networks => generated 1313 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2098] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:16:24 2026] POST /v2.0/routers => generated 728 bytes in 1716 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2099] 10.0.0.149 () {32 vars in 646 bytes} [Tue Apr 7 01:16:26 2026] GET /v2.0/subnets => generated 1312 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2100] 10.0.0.149 () {32 vars in 722 bytes} [Tue Apr 7 01:16:26 2026] GET /v2.0/networks/5417e2ee-24e3-489d-8709-4436f2f00ab7 => generated 673 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2101] 10.0.0.149 () {32 vars in 720 bytes} [Tue Apr 7 01:16:26 2026] GET /v2.0/subnets/8b976870-8bc2-44d9-b59c-e5fa98c0cb2a => generated 673 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:16:26.200 8 INFO neutron.pecan_wsgi.hooks.translation [None req-79cb1735-14c4-4ffa-87c4-7159a3519106 73ee4cf042994e9f9323ed7ce6cf5db0 3d3cb8039e4a42a0accf4ea87534a191 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1044/2102] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:16:26 2026] DELETE /v2.0/subnets/111334a4-422b-4239-8880-bcbaa641a596 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:16:26.215 8 INFO neutron.pecan_wsgi.hooks.translation [None req-31814e22-2ab2-4ec6-9ed3-e7cde4100cf5 73ee4cf042994e9f9323ed7ce6cf5db0 3d3cb8039e4a42a0accf4ea87534a191 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1045/2103] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:16:26 2026] DELETE /v2.0/networks/2d265415-4312-4097-918e-3c1127bf849f => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2104] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:16:26 2026] DELETE /v2.0/subnets/8b976870-8bc2-44d9-b59c-e5fa98c0cb2a => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2105] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:16:26 2026] DELETE /v2.0/networks/5417e2ee-24e3-489d-8709-4436f2f00ab7 => 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: 1048/2106] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:16:26 2026] GET /v2.0/security-groups?tenant_id=3d3cb8039e4a42a0accf4ea87534a191&name=default => generated 2925 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2107] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:16:27 2026] DELETE /v2.0/security-groups/7551db78-141f-4470-9c4b-8d1a06698f72 => 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: 1059/2108] 10.0.0.149 () {34 vars in 782 bytes} [Tue Apr 7 01:16:26 2026] PUT /v2.0/routers/843f88cd-208e-477e-90fa-323f1b827e62/add_router_interface => generated 309 bytes in 1037 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:16:27.929 8 INFO neutron.services.segments.plugin [-] Segment 6a647500-5ef7-4754-975e-03d09b3c7ec4 resource provider aggregate not found 2026-04-07 01:16:27.934 8 INFO neutron.services.segments.plugin [-] Segment 6a647500-5ef7-4754-975e-03d09b3c7ec4 resource provider aggregate not found 2026-04-07 01:16:27.951 8 INFO neutron.services.segments.plugin [-] Segment 6a647500-5ef7-4754-975e-03d09b3c7ec4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a647500-5ef7-4754-975e-03d09b3c7ec4 found for delete ", "request_id": "req-0f3dc308-67b0-4e1d-b21f-4a68a8bbdaa6"}]} 2026-04-07 01:16:27.953 8 INFO neutron.services.segments.plugin [-] Segment 6a647500-5ef7-4754-975e-03d09b3c7ec4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a647500-5ef7-4754-975e-03d09b3c7ec4 found for delete ", "request_id": "req-f89cb34f-29ba-422f-9bc1-a4bf54a4a0d8"}]} 2026-04-07 01:16:28.398 8 INFO neutron.db.segments_db [None req-75c02b74-4265-4c82-ac8e-7aefe7519785 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Added segment a53f6a0e-6ccf-4745-94f7-772df1ca9715 of type vxlan for network 545b5d05-dd8f-4b57-8438-fded4cbbeb3d [pid: 8|app: 0|req: 1050/2109] 10.0.0.149 () {34 vars in 670 bytes} [Tue Apr 7 01:16:28 2026] POST /v2.0/networks => generated 741 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2110] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:16:28 2026] POST /v2.0/subnets => generated 688 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:16:28.835 8 INFO neutron.db.segments_db [None req-2906f3fc-a9fd-4728-a473-5eb19afd2138 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Added segment 10fdfe2e-3130-42f7-9961-a5e0d68e7593 of type vxlan for network ae2038c1-5f24-4335-94ae-1ce77c058a63 2026-04-07 01:16:29.117 8 INFO neutron.db.l3_hamode_db [None req-2906f3fc-a9fd-4728-a473-5eb19afd2138 ef44932eeea348feae65ac9f9a8412e2 6d04c262fcc54afeaac791028ad309ab - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:16:29.207 7 INFO neutron.db.segments_db [None req-3078a05c-ef4a-4c73-8e88-ead6b8f0df61 52115a4eb3ca4da78af75de32fd1433d aeb3f1800fb840a9820ef2b8b3a61256 - - default default] Added segment cde98708-8bcf-424f-824a-170ac55a641c of type vxlan for network 53de4368-9e57-4d5e-9a83-0797f75a5151 [pid: 7|app: 0|req: 1061/2111] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:16:28 2026] POST /v2.0/networks => generated 648 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2112] 10.0.0.149 () {34 vars in 664 bytes} [Tue Apr 7 01:16:29 2026] POST /v2.0/ports => generated 778 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-07 01:16:29.668 7 INFO neutron.db.segments_db [None req-3cbab174-f922-4c9e-b8d0-28003ffba8c8 52115a4eb3ca4da78af75de32fd1433d aeb3f1800fb840a9820ef2b8b3a61256 - - default default] Added segment 76c863bd-229e-4c57-bffd-e22325d72326 of type vxlan for network 02af4922-651c-45c0-83f2-26b3eb32a2f9 [pid: 7|app: 0|req: 1063/2113] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:16:29 2026] POST /v2.0/networks => generated 635 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:16:29.952 8 INFO neutron.db.l3_hamode_db [None req-2906f3fc-a9fd-4728-a473-5eb19afd2138 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1064/2114] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:16:29 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: 1065/2115] 10.0.0.149 () {34 vars in 664 bytes} [Tue Apr 7 01:16:30 2026] POST /v2.0/ports => generated 965 bytes in 305 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-04-07 01:16:30.411 7 INFO neutron_taas.services.taas.taas_plugin [None req-b135b9ec-3f03-46a0-accd-2e9833cfa8ca 52115a4eb3ca4da78af75de32fd1433d aeb3f1800fb840a9820ef2b8b3a61256 - - default default] TaaS: Handle Delete Port: 930c3279-e4fa-4954-b2a2-45c2d5c9f4be 2026-04-07 01:16:30.414 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b135b9ec-3f03-46a0-accd-2e9833cfa8ca 52115a4eb3ca4da78af75de32fd1433d aeb3f1800fb840a9820ef2b8b3a61256 - - default default] Tap Mirror: Handle Delete Port: 930c3279-e4fa-4954-b2a2-45c2d5c9f4be [pid: 7|app: 0|req: 1066/2116] 10.0.0.149 () {32 vars in 719 bytes} [Tue Apr 7 01:16:30 2026] DELETE /v2.0/ports/930c3279-e4fa-4954-b2a2-45c2d5c9f4be => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:16:30.549 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ef34b1e0-a5ae-454f-936b-4e1d3169abb7 52115a4eb3ca4da78af75de32fd1433d aeb3f1800fb840a9820ef2b8b3a61256 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1067/2117] 10.0.0.149 () {32 vars in 719 bytes} [Tue Apr 7 01:16:30 2026] DELETE /v2.0/ports/930c3279-e4fa-4954-b2a2-45c2d5c9f4be => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:16:30.571 7 INFO neutron.pecan_wsgi.hooks.translation [None req-22d3f568-7165-4cbb-96e2-c8a31ceeaec6 52115a4eb3ca4da78af75de32fd1433d aeb3f1800fb840a9820ef2b8b3a61256 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1068/2118] 10.0.0.149 () {32 vars in 716 bytes} [Tue Apr 7 01:16:30 2026] GET /v2.0/ports/930c3279-e4fa-4954-b2a2-45c2d5c9f4be => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2119] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:16:30 2026] DELETE /v2.0/subnets/5dd13372-093e-4b76-8f8f-c854d752d8ab => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:16:30.810 7 INFO neutron.services.segments.plugin [-] Segment 76c863bd-229e-4c57-bffd-e22325d72326 resource provider aggregate not found 2026-04-07 01:16:30.829 7 INFO neutron.services.segments.plugin [-] Segment 76c863bd-229e-4c57-bffd-e22325d72326 resource provider aggregate not found 2026-04-07 01:16:30.838 7 INFO neutron.services.segments.plugin [-] Segment 76c863bd-229e-4c57-bffd-e22325d72326 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76c863bd-229e-4c57-bffd-e22325d72326 found for delete ", "request_id": "req-7eba68ba-6b6d-4798-ac93-1ad8312008bc"}]} [pid: 7|app: 0|req: 1070/2120] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:16:30 2026] DELETE /v2.0/networks/02af4922-651c-45c0-83f2-26b3eb32a2f9 => 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: 1051/2121] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:16:28 2026] POST /v2.0/routers => generated 728 bytes in 2072 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:16:30.869 7 INFO neutron.services.segments.plugin [-] Segment 76c863bd-229e-4c57-bffd-e22325d72326 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76c863bd-229e-4c57-bffd-e22325d72326 found for delete ", "request_id": "req-7b12ad31-cd9e-435d-99ca-d6495ddc6187"}]} 2026-04-07 01:16:30.910 7 INFO neutron.db.segments_db [None req-564de1ef-4ca7-4285-a727-b26c054961da 52115a4eb3ca4da78af75de32fd1433d aeb3f1800fb840a9820ef2b8b3a61256 - - default default] Added segment 84edf753-a747-421b-9725-acbc852e0b3b of type vxlan for network 88d83c8c-2f18-4fd3-b672-a081be25efeb [pid: 7|app: 0|req: 1071/2122] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:16:30 2026] POST /v2.0/networks => generated 635 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2123] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:16:31 2026] POST /v2.0/subnets => generated 646 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2124] 10.0.0.149 () {34 vars in 664 bytes} [Tue Apr 7 01:16:31 2026] POST /v2.0/ports => generated 927 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:16:31.813 7 INFO neutron_taas.services.taas.taas_plugin [None req-db32de45-3e74-4f7f-b265-037f81025ccc 52115a4eb3ca4da78af75de32fd1433d aeb3f1800fb840a9820ef2b8b3a61256 - - default default] TaaS: Handle Delete Port: fbfc67c2-f022-4135-9c7a-9ba28b4315e0 2026-04-07 01:16:31.816 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db32de45-3e74-4f7f-b265-037f81025ccc 52115a4eb3ca4da78af75de32fd1433d aeb3f1800fb840a9820ef2b8b3a61256 - - default default] Tap Mirror: Handle Delete Port: fbfc67c2-f022-4135-9c7a-9ba28b4315e0 [pid: 7|app: 0|req: 1074/2125] 10.0.0.149 () {32 vars in 719 bytes} [Tue Apr 7 01:16:31 2026] DELETE /v2.0/ports/fbfc67c2-f022-4135-9c7a-9ba28b4315e0 => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:16:31.940 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fab74860-073e-428f-8fc7-46097fe8d5f3 52115a4eb3ca4da78af75de32fd1433d aeb3f1800fb840a9820ef2b8b3a61256 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1075/2126] 10.0.0.149 () {32 vars in 716 bytes} [Tue Apr 7 01:16:31 2026] GET /v2.0/ports/fbfc67c2-f022-4135-9c7a-9ba28b4315e0 => 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: 1076/2127] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:16:31 2026] DELETE /v2.0/subnets/67250bdf-24b3-43e3-88fd-9c4531dd8b6e => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2128] 10.0.0.149 () {34 vars in 782 bytes} [Tue Apr 7 01:16:30 2026] PUT /v2.0/routers/b18c74ae-fe25-42c1-bed2-035d50a3208b/add_router_interface => generated 309 bytes in 1229 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2129] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:16:32 2026] DELETE /v2.0/networks/88d83c8c-2f18-4fd3-b672-a081be25efeb => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2130] 10.0.0.149 () {34 vars in 664 bytes} [Tue Apr 7 01:16:32 2026] POST /v2.0/ports => generated 779 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2131] 10.0.0.149 () {34 vars in 736 bytes} [Tue Apr 7 01:16:32 2026] PUT /v2.0/ports/061a125d-f797-44f8-9c53-c1ac71cdc310 => generated 752 bytes in 194 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-04-07 01:16:32.791 8 INFO neutron_taas.services.taas.taas_plugin [None req-fc0f09da-f514-4ddc-8fc7-d38def679154 52115a4eb3ca4da78af75de32fd1433d aeb3f1800fb840a9820ef2b8b3a61256 - - default default] TaaS: Handle Delete Port: 061a125d-f797-44f8-9c53-c1ac71cdc310 2026-04-07 01:16:32.795 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc0f09da-f514-4ddc-8fc7-d38def679154 52115a4eb3ca4da78af75de32fd1433d aeb3f1800fb840a9820ef2b8b3a61256 - - default default] Tap Mirror: Handle Delete Port: 061a125d-f797-44f8-9c53-c1ac71cdc310 2026-04-07 01:16:32.881 7 INFO neutron.services.segments.plugin [-] Segment 84edf753-a747-421b-9725-acbc852e0b3b resource provider aggregate not found [pid: 8|app: 0|req: 1054/2132] 10.0.0.149 () {32 vars in 719 bytes} [Tue Apr 7 01:16:32 2026] DELETE /v2.0/ports/061a125d-f797-44f8-9c53-c1ac71cdc310 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:16:32.906 7 INFO neutron.services.segments.plugin [-] Segment 84edf753-a747-421b-9725-acbc852e0b3b resource provider aggregate not found 2026-04-07 01:16:32.912 7 INFO neutron.services.segments.plugin [-] Segment 84edf753-a747-421b-9725-acbc852e0b3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84edf753-a747-421b-9725-acbc852e0b3b found for delete ", "request_id": "req-be8385ac-c623-4f87-9660-0da4922e110b"}]} 2026-04-07 01:16:32.923 7 INFO neutron.services.segments.plugin [-] Segment 84edf753-a747-421b-9725-acbc852e0b3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84edf753-a747-421b-9725-acbc852e0b3b found for delete ", "request_id": "req-e8f0c72f-c456-4e63-9a27-db5f703430eb"}]} [pid: 7|app: 0|req: 1079/2133] 10.0.0.149 () {34 vars in 684 bytes} [Tue Apr 7 01:16:32 2026] POST /v2.0/security-groups => generated 1675 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2134] 10.0.0.149 () {32 vars in 642 bytes} [Tue Apr 7 01:16:32 2026] GET /v2.0/ports => generated 781 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:16:32.981 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0f2979ab-0d91-4890-9ecb-68909f4d9928 52115a4eb3ca4da78af75de32fd1433d aeb3f1800fb840a9820ef2b8b3a61256 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1056/2135] 10.0.0.149 () {32 vars in 716 bytes} [Tue Apr 7 01:16:32 2026] GET /v2.0/ports/061a125d-f797-44f8-9c53-c1ac71cdc310 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2136] 10.0.0.149 () {32 vars in 642 bytes} [Tue Apr 7 01:16:32 2026] GET /v2.0/ports => generated 781 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2137] 10.0.0.149 () {32 vars in 716 bytes} [Tue Apr 7 01:16:33 2026] GET /v2.0/ports/5cb798af-608b-4e5e-84fb-a73127c2d290 => generated 778 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2138] 10.0.0.149 () {34 vars in 694 bytes} [Tue Apr 7 01:16:32 2026] POST /v2.0/security-group-rules => generated 597 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:16:33.101 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cdd67959-be68-4896-bdd0-899454d99e57 52115a4eb3ca4da78af75de32fd1433d aeb3f1800fb840a9820ef2b8b3a61256 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1059/2139] 10.0.0.149 () {32 vars in 719 bytes} [Tue Apr 7 01:16:33 2026] DELETE /v2.0/ports/fbfc67c2-f022-4135-9c7a-9ba28b4315e0 => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:16:33.122 8 INFO neutron.pecan_wsgi.hooks.translation [None req-57700809-634e-4542-960c-26c82f798434 52115a4eb3ca4da78af75de32fd1433d aeb3f1800fb840a9820ef2b8b3a61256 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1060/2140] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:16:33 2026] DELETE /v2.0/subnets/67250bdf-24b3-43e3-88fd-9c4531dd8b6e => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:16:33.140 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5ad5c54c-ef78-4d95-a53d-b2dff98e6ded 52115a4eb3ca4da78af75de32fd1433d aeb3f1800fb840a9820ef2b8b3a61256 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1061/2141] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:16:33 2026] DELETE /v2.0/subnets/5dd13372-093e-4b76-8f8f-c854d752d8ab => 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: 1081/2142] 10.0.0.149 () {34 vars in 694 bytes} [Tue Apr 7 01:16:33 2026] POST /v2.0/security-group-rules => generated 596 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:16:33.247 8 INFO neutron_taas.services.taas.taas_plugin [None req-0ec5039f-54f4-45d2-afb3-9e49a1e1faa9 52115a4eb3ca4da78af75de32fd1433d aeb3f1800fb840a9820ef2b8b3a61256 - - default default] TaaS: Handle Delete Port: 5cb798af-608b-4e5e-84fb-a73127c2d290 2026-04-07 01:16:33.251 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0ec5039f-54f4-45d2-afb3-9e49a1e1faa9 52115a4eb3ca4da78af75de32fd1433d aeb3f1800fb840a9820ef2b8b3a61256 - - default default] Tap Mirror: Handle Delete Port: 5cb798af-608b-4e5e-84fb-a73127c2d290 [pid: 8|app: 0|req: 1062/2143] 10.0.0.149 () {32 vars in 719 bytes} [Tue Apr 7 01:16:33 2026] DELETE /v2.0/ports/5cb798af-608b-4e5e-84fb-a73127c2d290 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2144] 10.0.0.149 () {34 vars in 694 bytes} [Tue Apr 7 01:16:33 2026] POST /v2.0/security-group-rules => generated 602 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2145] 10.0.0.149 () {34 vars in 694 bytes} [Tue Apr 7 01:16:33 2026] POST /v2.0/security-group-rules => generated 601 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:16:33.508 8 INFO neutron.services.segments.plugin [-] Segment cde98708-8bcf-424f-824a-170ac55a641c resource provider aggregate not found 2026-04-07 01:16:33.511 8 INFO neutron.services.segments.plugin [-] Segment cde98708-8bcf-424f-824a-170ac55a641c resource provider aggregate not found 2026-04-07 01:16:33.516 7 INFO neutron.db.securitygroups_db [None req-9140d706-2eea-4fe1-a8b9-8a5f2f14b93a e3951e38b04f43bb8ac801f2a2586dc4 dc586de585064abdafa3024514c496f8 - - default default] Project dc586de585064abdafa3024514c496f8 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-04-07 01:16:33.536 8 INFO neutron.services.segments.plugin [-] Segment cde98708-8bcf-424f-824a-170ac55a641c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cde98708-8bcf-424f-824a-170ac55a641c found for delete ", "request_id": "req-a5039080-5e5e-4e22-b4e2-2b57a9497be1"}]} 2026-04-07 01:16:33.537 8 INFO neutron.services.segments.plugin [-] Segment cde98708-8bcf-424f-824a-170ac55a641c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cde98708-8bcf-424f-824a-170ac55a641c found for delete ", "request_id": "req-17069642-55bf-4f8c-913f-390151651f4b"}]} [pid: 8|app: 0|req: 1063/2146] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:16:33 2026] DELETE /v2.0/networks/53de4368-9e57-4d5e-9a83-0797f75a5151 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2147] 10.0.0.149 () {34 vars in 694 bytes} [Tue Apr 7 01:16:33 2026] POST /v2.0/security-group-rules => generated 607 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:16:33.694 8 INFO neutron.db.securitygroups_db [None req-4c7c927d-a586-40f3-a228-ff3c332c0ffe e3951e38b04f43bb8ac801f2a2586dc4 dc586de585064abdafa3024514c496f8 - - default default] Project dc586de585064abdafa3024514c496f8 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: 1064/2148] 10.0.0.149 () {34 vars in 694 bytes} [Tue Apr 7 01:16:33 2026] POST /v2.0/security-group-rules => generated 606 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2149] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:16:33 2026] GET /v2.0/security-groups?tenant_id=aeb3f1800fb840a9820ef2b8b3a61256&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2150] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:16:34 2026] DELETE /v2.0/security-groups/42c2874a-82ad-43ca-a43f-561b26f79b2b => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2151] 10.0.0.149 () {34 vars in 684 bytes} [Tue Apr 7 01:16:34 2026] POST /v2.0/security-groups => generated 1659 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2152] 10.0.0.149 () {34 vars in 694 bytes} [Tue Apr 7 01:16:34 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: 1087/2153] 10.0.0.149 () {34 vars in 694 bytes} [Tue Apr 7 01:16:34 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: 1067/2154] 10.0.0.149 () {34 vars in 675 bytes} [Tue Apr 7 01:16:34 2026] POST /v2.0/floatingips => generated 552 bytes in 497 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2155] 10.0.0.195 () {34 vars in 1099 bytes} [Tue Apr 7 01:16:35 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1920626380&fields=id&tenant_id=dc586de585064abdafa3024514c496f8 => generated 69 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2156] 10.0.0.195 () {34 vars in 1099 bytes} [Tue Apr 7 01:16:35 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1333740116&fields=id&tenant_id=dc586de585064abdafa3024514c496f8 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2157] 10.0.0.195 () {34 vars in 981 bytes} [Tue Apr 7 01:16:35 2026] GET /v2.0/networks?id=f5b95ed0-e224-4895-bdb9-bced0a3b59df => generated 673 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2158] 10.0.0.195 () {34 vars in 964 bytes} [Tue Apr 7 01:16:35 2026] GET /v2.0/quotas/dc586de585064abdafa3024514c496f8 => 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: 1090/2159] 10.0.0.195 () {34 vars in 1001 bytes} [Tue Apr 7 01:16:35 2026] GET /v2.0/ports?tenant_id=dc586de585064abdafa3024514c496f8&fields=id => generated 103 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2160] 10.0.0.195 () {34 vars in 1007 bytes} [Tue Apr 7 01:16:35 2026] GET /v2.0/networks/f5b95ed0-e224-4895-bdb9-bced0a3b59df?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: 1091/2161] 10.0.0.195 () {34 vars in 1107 bytes} [Tue Apr 7 01:16:35 2026] GET /v2.0/networks/f5b95ed0-e224-4895-bdb9-bced0a3b59df?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: 1071/2162] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:16:35 2026] GET /v2.0/ports?device_id=cbf238f1-eba5-4c9c-995a-e74134e3c038 => 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: 1092/2163] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:16:36 2026] GET /v2.0/ports?device_id=cbf238f1-eba5-4c9c-995a-e74134e3c038 => 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: 1093/2164] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:16:37 2026] GET /v2.0/ports?device_id=cbf238f1-eba5-4c9c-995a-e74134e3c038 => 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: 1072/2165] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:16:37 2026] GET /v2.0/security-groups?tenant_id=af755c0250a044048d959c94ae47a002&name=default => generated 2925 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2166] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:16:37 2026] DELETE /v2.0/security-groups/45642171-f117-49d8-987e-17fcd44bf8f3 => 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: 1073/2167] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:16:38 2026] GET /v2.0/ports?device_id=cbf238f1-eba5-4c9c-995a-e74134e3c038 => 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: 1075/2170] 199.204.45.3 () {34 vars in 983 bytes} [Tue Apr 7 01:16:39 2026] GET /v2.0/networks?id=f5b95ed0-e224-4895-bdb9-bced0a3b59df => generated 673 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2171] 199.204.45.3 () {34 vars in 1047 bytes} [Tue Apr 7 01:16:39 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=dc586de585064abdafa3024514c496f8 => generated 274 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2172] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:16:39 2026] GET /v2.0/ports?device_id=cbf238f1-eba5-4c9c-995a-e74134e3c038 => 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: 1097/2173] 199.204.45.3 () {38 vars in 952 bytes} [Tue Apr 7 01:16:39 2026] POST /v2.0/ports => generated 993 bytes in 305 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: 1098/2174] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:16:40 2026] GET /v2.0/security-groups?tenant_id=0bb4119e665641bbb527537a7ab93913&name=default => generated 2925 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2175] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:16:40 2026] DELETE /v2.0/security-groups/c64297dd-d1b1-4640-ac77-ade09d2e0a0e => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2176] 199.204.45.3 () {38 vars in 1025 bytes} [Tue Apr 7 01:16:40 2026] PUT /v2.0/ports/2989a3a6-5497-4eed-86eb-34c214b5f390 => generated 1274 bytes in 410 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:16:40.738 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-80528bbb-d835-4cb5-8523-d3640c92d057'] response: {'name': 'network-changed', 'server_uuid': 'cbf238f1-eba5-4c9c-995a-e74134e3c038', 'tag': '2989a3a6-5497-4eed-86eb-34c214b5f390', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1100/2177] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:16:41 2026] GET /v2.0/ports?device_id=cbf238f1-eba5-4c9c-995a-e74134e3c038 => generated 1008 bytes in 74 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: 1078/2178] 10.0.0.195 () {34 vars in 1119 bytes} [Tue Apr 7 01:16:41 2026] GET /v2.0/security-groups?id=a4c908c8-8795-49f9-b49f-eee455bfc3ab&id=a260e376-f41b-4551-ad09-461bcc31fcb5&fields=id&fields=name => generated 207 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2179] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:16:41 2026] GET /v2.0/ports?tenant_id=dc586de585064abdafa3024514c496f8&device_id=cbf238f1-eba5-4c9c-995a-e74134e3c038 => generated 1277 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2180] 199.204.45.3 () {34 vars in 1015 bytes} [Tue Apr 7 01:16:41 2026] GET /v2.0/networks?tenant_id=dc586de585064abdafa3024514c496f8&shared=False => generated 769 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2181] 199.204.45.3 () {34 vars in 927 bytes} [Tue Apr 7 01:16:41 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2182] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:16:42 2026] GET /v2.0/ports?device_id=cbf238f1-eba5-4c9c-995a-e74134e3c038 => generated 1008 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2183] 10.0.0.195 () {34 vars in 1119 bytes} [Tue Apr 7 01:16:42 2026] GET /v2.0/security-groups?id=a4c908c8-8795-49f9-b49f-eee455bfc3ab&id=a260e376-f41b-4551-ad09-461bcc31fcb5&fields=id&fields=name => generated 207 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2184] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:16:42 2026] GET /v2.0/ports?tenant_id=dc586de585064abdafa3024514c496f8&device_id=cbf238f1-eba5-4c9c-995a-e74134e3c038 => generated 1277 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2185] 199.204.45.3 () {34 vars in 1055 bytes} [Tue Apr 7 01:16:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=2989a3a6-5497-4eed-86eb-34c214b5f390 => 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: 1082/2186] 199.204.45.3 () {34 vars in 981 bytes} [Tue Apr 7 01:16:42 2026] GET /v2.0/subnets?id=d32b237f-5e66-40b6-a189-6cd81145e301 => generated 691 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2187] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:16:42 2026] GET /v2.0/ports?network_id=f5b95ed0-e224-4895-bdb9-bced0a3b59df&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: 1083/2188] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:16:42 2026] GET /v2.0/networks/f5b95ed0-e224-4895-bdb9-bced0a3b59df?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: 1106/2189] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:16:42 2026] GET /v2.0/networks/f5b95ed0-e224-4895-bdb9-bced0a3b59df?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: 1084/2190] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:16:43 2026] GET /v2.0/ports?device_id=cbf238f1-eba5-4c9c-995a-e74134e3c038 => generated 1008 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2191] 10.0.0.195 () {34 vars in 1119 bytes} [Tue Apr 7 01:16:43 2026] GET /v2.0/security-groups?id=a4c908c8-8795-49f9-b49f-eee455bfc3ab&id=a260e376-f41b-4551-ad09-461bcc31fcb5&fields=id&fields=name => generated 207 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2192] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:16:44 2026] GET /v2.0/ports?device_id=cbf238f1-eba5-4c9c-995a-e74134e3c038 => generated 1008 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2193] 10.0.0.195 () {34 vars in 1119 bytes} [Tue Apr 7 01:16:44 2026] GET /v2.0/security-groups?id=a4c908c8-8795-49f9-b49f-eee455bfc3ab&id=a260e376-f41b-4551-ad09-461bcc31fcb5&fields=id&fields=name => generated 207 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2194] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:16:45 2026] GET /v2.0/ports?device_id=cbf238f1-eba5-4c9c-995a-e74134e3c038 => generated 1010 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2195] 10.0.0.195 () {34 vars in 1119 bytes} [Tue Apr 7 01:16:45 2026] GET /v2.0/security-groups?id=a4c908c8-8795-49f9-b49f-eee455bfc3ab&id=a260e376-f41b-4551-ad09-461bcc31fcb5&fields=id&fields=name => generated 207 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2196] 199.204.45.3 () {34 vars in 991 bytes} [Tue Apr 7 01:16:45 2026] GET /v2.0/ports?device_id=cbf238f1-eba5-4c9c-995a-e74134e3c038 => generated 1279 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2197] 199.204.45.3 () {34 vars in 1121 bytes} [Tue Apr 7 01:16:45 2026] GET /v2.0/security-groups?id=a260e376-f41b-4551-ad09-461bcc31fcb5&id=a4c908c8-8795-49f9-b49f-eee455bfc3ab&fields=id&fields=name => generated 207 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2198] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:16:46 2026] GET /v2.0/ports?device_id=cbf238f1-eba5-4c9c-995a-e74134e3c038 => generated 1010 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2199] 10.0.0.195 () {34 vars in 1119 bytes} [Tue Apr 7 01:16:46 2026] GET /v2.0/security-groups?id=a4c908c8-8795-49f9-b49f-eee455bfc3ab&id=a260e376-f41b-4551-ad09-461bcc31fcb5&fields=id&fields=name => generated 207 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2200] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:16:48 2026] GET /v2.0/ports?device_id=cbf238f1-eba5-4c9c-995a-e74134e3c038 => generated 1010 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2201] 10.0.0.195 () {34 vars in 1119 bytes} [Tue Apr 7 01:16:48 2026] GET /v2.0/security-groups?id=a4c908c8-8795-49f9-b49f-eee455bfc3ab&id=a260e376-f41b-4551-ad09-461bcc31fcb5&fields=id&fields=name => generated 207 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2202] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:16:48 2026] GET /v2.0/ports?device_id=cbf238f1-eba5-4c9c-995a-e74134e3c038 => generated 1010 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:16:48.641 7 INFO neutron.db.l3_db [None req-fbba8d8f-a302-413d-b8f5-93c52eb2c7b5 e3951e38b04f43bb8ac801f2a2586dc4 dc586de585064abdafa3024514c496f8 - - default default] Floating IP 7e86bd9a-0423-4859-a5dd-4201ae7bccbd associated. External IP: 10.96.250.201, port: 2989a3a6-5497-4eed-86eb-34c214b5f390. [pid: 7|app: 0|req: 1113/2203] 10.0.0.149 () {34 vars in 748 bytes} [Tue Apr 7 01:16:48 2026] PUT /v2.0/floatingips/7e86bd9a-0423-4859-a5dd-4201ae7bccbd => generated 855 bytes in 644 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:16:48.961 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c619d4f6-b9bc-44d5-b7f5-910998e5eac0'] response: {'name': 'network-changed', 'server_uuid': 'cbf238f1-eba5-4c9c-995a-e74134e3c038', 'tag': '2989a3a6-5497-4eed-86eb-34c214b5f390', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1091/2204] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:16:49 2026] GET /v2.0/ports?tenant_id=dc586de585064abdafa3024514c496f8&device_id=cbf238f1-eba5-4c9c-995a-e74134e3c038 => generated 1279 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2205] 199.204.45.3 () {34 vars in 983 bytes} [Tue Apr 7 01:16:49 2026] GET /v2.0/networks?id=f5b95ed0-e224-4895-bdb9-bced0a3b59df => generated 769 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2206] 199.204.45.3 () {34 vars in 1055 bytes} [Tue Apr 7 01:16:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=2989a3a6-5497-4eed-86eb-34c214b5f390 => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2207] 199.204.45.3 () {34 vars in 981 bytes} [Tue Apr 7 01:16:49 2026] GET /v2.0/subnets?id=d32b237f-5e66-40b6-a189-6cd81145e301 => generated 691 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2208] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:16:49 2026] GET /v2.0/ports?network_id=f5b95ed0-e224-4895-bdb9-bced0a3b59df&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: 1116/2209] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:16:49 2026] GET /v2.0/networks/f5b95ed0-e224-4895-bdb9-bced0a3b59df?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2210] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:16:49 2026] GET /v2.0/networks/f5b95ed0-e224-4895-bdb9-bced0a3b59df?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: 1117/2211] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:16:53 2026] GET /v2.0/security-groups?tenant_id=52caf1d9301142d48b4b73bc55e1fc59&name=default => generated 2926 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2212] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:16:53 2026] DELETE /v2.0/security-groups/f7abba38-59c2-449f-aee3-6522530a1912 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2215] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:16:56 2026] GET /v2.0/ports?device_id=cbf238f1-eba5-4c9c-995a-e74134e3c038 => generated 1010 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2216] 10.0.0.195 () {34 vars in 1119 bytes} [Tue Apr 7 01:16:56 2026] GET /v2.0/security-groups?id=a4c908c8-8795-49f9-b49f-eee455bfc3ab&id=a260e376-f41b-4551-ad09-461bcc31fcb5&fields=id&fields=name => generated 207 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2217] 10.0.0.149 () {32 vars in 735 bytes} [Tue Apr 7 01:16:56 2026] GET /v2.0/ports?device_id=cbf238f1-eba5-4c9c-995a-e74134e3c038 => generated 1279 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2218] 10.0.0.149 () {32 vars in 857 bytes} [Tue Apr 7 01:16:56 2026] GET /v2.0/floatingips?floating_network_id=b1fba0df-084d-4307-a78d-0fb774c40349&port_id=2989a3a6-5497-4eed-86eb-34c214b5f390 => generated 860 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2219] 10.0.0.92 () {34 vars in 988 bytes} [Tue Apr 7 01:16:57 2026] GET /v2.0/ports?device_id=cbf238f1-eba5-4c9c-995a-e74134e3c038 => generated 1279 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2220] 10.0.0.92 () {34 vars in 1118 bytes} [Tue Apr 7 01:16:57 2026] GET /v2.0/security-groups?id=a260e376-f41b-4551-ad09-461bcc31fcb5&id=a4c908c8-8795-49f9-b49f-eee455bfc3ab&fields=id&fields=name => generated 207 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2221] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:17:00 2026] GET /v2.0/ports?device_id=cbf238f1-eba5-4c9c-995a-e74134e3c038 => generated 1010 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2222] 10.0.0.195 () {34 vars in 1119 bytes} [Tue Apr 7 01:17:00 2026] GET /v2.0/security-groups?id=a4c908c8-8795-49f9-b49f-eee455bfc3ab&id=a260e376-f41b-4551-ad09-461bcc31fcb5&fields=id&fields=name => generated 207 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2223] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:17:01 2026] GET /v2.0/ports?device_id=cbf238f1-eba5-4c9c-995a-e74134e3c038 => generated 1010 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2224] 10.0.0.195 () {34 vars in 1119 bytes} [Tue Apr 7 01:17:01 2026] GET /v2.0/security-groups?id=a4c908c8-8795-49f9-b49f-eee455bfc3ab&id=a260e376-f41b-4551-ad09-461bcc31fcb5&fields=id&fields=name => generated 207 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:17:02.663 7 INFO neutron.db.segments_db [None req-356db79c-a5bc-491a-a4f3-72e1912825a5 a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] Added segment 9c515ec3-3d12-436a-b31c-7b7e990ff4bd of type vxlan for network 60bd8142-74d5-4a62-8f88-b7821cda2dd2 [pid: 8|app: 0|req: 1102/2225] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:17:02 2026] GET /v2.0/ports?device_id=cbf238f1-eba5-4c9c-995a-e74134e3c038 => generated 1010 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2226] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:17:02 2026] POST /v2.0/networks => generated 639 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2227] 10.0.0.195 () {34 vars in 1119 bytes} [Tue Apr 7 01:17:02 2026] GET /v2.0/security-groups?id=a4c908c8-8795-49f9-b49f-eee455bfc3ab&id=a260e376-f41b-4551-ad09-461bcc31fcb5&fields=id&fields=name => generated 207 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2228] 199.204.45.3 () {34 vars in 991 bytes} [Tue Apr 7 01:17:02 2026] GET /v2.0/ports?device_id=cbf238f1-eba5-4c9c-995a-e74134e3c038 => generated 1010 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:17:02.950 7 INFO neutron_taas.services.taas.taas_plugin [req-835506d8-c866-4614-845a-b473aaa6a889 req-10b047f7-a17d-459c-a4b1-7c2c9b0bef0e e3951e38b04f43bb8ac801f2a2586dc4 dc586de585064abdafa3024514c496f8 - - default default] TaaS: Handle Delete Port: 2989a3a6-5497-4eed-86eb-34c214b5f390 2026-04-07 01:17:02.953 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-835506d8-c866-4614-845a-b473aaa6a889 req-10b047f7-a17d-459c-a4b1-7c2c9b0bef0e e3951e38b04f43bb8ac801f2a2586dc4 dc586de585064abdafa3024514c496f8 - - default default] Tap Mirror: Handle Delete Port: 2989a3a6-5497-4eed-86eb-34c214b5f390 [pid: 8|app: 0|req: 1103/2229] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:17:02 2026] POST /v2.0/subnets => generated 658 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2230] 10.0.0.149 () {32 vars in 721 bytes} [Tue Apr 7 01:17:02 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:17:03.075 7 INFO neutron.db.l3_db [req-835506d8-c866-4614-845a-b473aaa6a889 req-10b047f7-a17d-459c-a4b1-7c2c9b0bef0e e3951e38b04f43bb8ac801f2a2586dc4 dc586de585064abdafa3024514c496f8 - - default default] Floating IP 7e86bd9a-0423-4859-a5dd-4201ae7bccbd disassociated. External IP: 10.96.250.201, port: 2989a3a6-5497-4eed-86eb-34c214b5f390. [pid: 8|app: 0|req: 1105/2231] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:17:03 2026] POST /v2.0/subnets => generated 732 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:17:03.294 8 INFO neutron.db.segments_db [None req-836d47e0-d9c0-4935-90d5-6b81f5007abe a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] Added segment 4ce65b3c-1c21-424a-b0ad-907480c9090e of type vxlan for network 5008c322-a81a-4995-93ab-96bcd1d7480c [pid: 8|app: 0|req: 1106/2232] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:17:03 2026] POST /v2.0/networks => generated 637 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2233] 199.204.45.3 () {36 vars in 994 bytes} [Tue Apr 7 01:17:02 2026] DELETE /v2.0/ports/2989a3a6-5497-4eed-86eb-34c214b5f390 => generated 0 bytes in 595 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:17:03.462 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a5c30063-de45-4389-a8fc-a16f77990abb'] response: {'server_uuid': 'cbf238f1-eba5-4c9c-995a-e74134e3c038', 'name': 'network-vif-deleted', 'tag': '2989a3a6-5497-4eed-86eb-34c214b5f390', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1107/2234] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:17:03 2026] POST /v2.0/subnets => generated 656 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2235] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:17:03 2026] POST /v2.0/subnets => generated 725 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2236] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:17:03 2026] GET /v2.0/ports?device_id=cbf238f1-eba5-4c9c-995a-e74134e3c038 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:17:03.922 7 INFO neutron.db.segments_db [None req-6ba36f2c-130a-4459-8695-ca8aff426f76 a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] Added segment 2c7aaeb3-848b-4e57-9772-791aa6723cd4 of type vxlan for network 1ea40b8f-fdf0-444a-ae97-0d253fe38108 [pid: 7|app: 0|req: 1129/2237] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:17:03 2026] POST /v2.0/networks => generated 637 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2238] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:17:04 2026] POST /v2.0/subnets => generated 656 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2239] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:17:04 2026] POST /v2.0/subnets => generated 730 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:17:04.560 8 INFO neutron.db.segments_db [None req-e0386e93-5356-4f91-9214-55d91723329d a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] Added segment ecfb1611-3807-4241-bb3e-1620d0c9530b of type vxlan for network a9fd391e-d4f2-4093-b054-463e926de49e 2026-04-07 01:17:04.818 8 INFO neutron.db.l3_hamode_db [None req-e0386e93-5356-4f91-9214-55d91723329d a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1131/2240] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:17:04 2026] GET /v2.0/ports?device_id=cbf238f1-eba5-4c9c-995a-e74134e3c038 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:17:05.540 8 INFO neutron.db.l3_hamode_db [None req-e0386e93-5356-4f91-9214-55d91723329d a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1132/2241] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:17:06 2026] GET /v2.0/ports?device_id=cbf238f1-eba5-4c9c-995a-e74134e3c038 => 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: 1110/2242] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:17:04 2026] POST /v2.0/routers => generated 685 bytes in 1811 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2243] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:17:07 2026] DELETE /v2.0/security-groups/a4c908c8-8795-49f9-b49f-eee455bfc3ab => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:17:07.310 8 INFO neutron.api.v2.resource [None req-58f3b980-6f6d-441e-bcbe-c0a4d64c3d63 e3951e38b04f43bb8ac801f2a2586dc4 dc586de585064abdafa3024514c496f8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1112/2244] 10.0.0.149 () {32 vars in 736 bytes} [Tue Apr 7 01:17:07 2026] GET /v2.0/security-groups/a4c908c8-8795-49f9-b49f-eee455bfc3ab => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:17:07.421 8 INFO neutron_taas.services.taas.taas_plugin [None req-bb4d29fa-c43e-4d92-b985-8a639e6fd5ca e3951e38b04f43bb8ac801f2a2586dc4 dc586de585064abdafa3024514c496f8 - - default default] TaaS: Handle Delete Port: ccfbe4f8-cf3d-40f1-8f90-71eb61112d50 2026-04-07 01:17:07.424 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb4d29fa-c43e-4d92-b985-8a639e6fd5ca e3951e38b04f43bb8ac801f2a2586dc4 dc586de585064abdafa3024514c496f8 - - default default] Tap Mirror: Handle Delete Port: ccfbe4f8-cf3d-40f1-8f90-71eb61112d50 [pid: 7|app: 0|req: 1133/2245] 10.0.0.149 () {34 vars in 782 bytes} [Tue Apr 7 01:17:06 2026] PUT /v2.0/routers/e7d71c2d-f2e2-444a-82e8-00f29b6d094a/add_router_interface => generated 309 bytes in 1181 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2246] 10.0.0.149 () {32 vars in 731 bytes} [Tue Apr 7 01:17:07 2026] DELETE /v2.0/floatingips/7e86bd9a-0423-4859-a5dd-4201ae7bccbd => generated 0 bytes in 257 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2247] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:17:07 2026] DELETE /v2.0/security-groups/a260e376-f41b-4551-ad09-461bcc31fcb5 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:17:08.079 8 INFO neutron_taas.services.taas.taas_plugin [None req-4663033a-1224-47f6-8b90-2a05b2c781f4 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: 566ec028-86f1-4176-b443-77ee8613418e 2026-04-07 01:17:08.081 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4663033a-1224-47f6-8b90-2a05b2c781f4 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: 566ec028-86f1-4176-b443-77ee8613418e [pid: 7|app: 0|req: 1134/2248] 10.0.0.149 () {34 vars in 782 bytes} [Tue Apr 7 01:17:07 2026] PUT /v2.0/routers/e7d71c2d-f2e2-444a-82e8-00f29b6d094a/add_router_interface => generated 309 bytes in 1269 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2249] 10.0.0.149 () {34 vars in 788 bytes} [Tue Apr 7 01:17:07 2026] PUT /v2.0/routers/843f88cd-208e-477e-90fa-323f1b827e62/remove_router_interface => generated 309 bytes in 1333 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:17:09.321 8 INFO neutron_taas.services.taas.taas_plugin [None req-e1b96ad9-54d2-4c04-a44e-00b41e84f14e ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: 7bfa973d-a638-4935-a958-f6311f4d3278 2026-04-07 01:17:09.324 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1b96ad9-54d2-4c04-a44e-00b41e84f14e ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: 7bfa973d-a638-4935-a958-f6311f4d3278 2026-04-07 01:17:09.595 8 INFO neutron_taas.services.taas.taas_plugin [None req-e1b96ad9-54d2-4c04-a44e-00b41e84f14e ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: 81cabbff-527b-4e1b-8bb4-86ef87be27e8 2026-04-07 01:17:09.597 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1b96ad9-54d2-4c04-a44e-00b41e84f14e ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: 81cabbff-527b-4e1b-8bb4-86ef87be27e8 2026-04-07 01:17:09.971 8 INFO neutron.services.segments.plugin [-] Segment 845fdcd6-3550-4d28-b458-b79fa372d754 resource provider aggregate not found 2026-04-07 01:17:09.978 8 INFO neutron.services.segments.plugin [-] Segment 845fdcd6-3550-4d28-b458-b79fa372d754 resource provider aggregate not found 2026-04-07 01:17:09.995 8 INFO neutron.services.segments.plugin [-] Segment 845fdcd6-3550-4d28-b458-b79fa372d754 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 845fdcd6-3550-4d28-b458-b79fa372d754 found for delete ", "request_id": "req-a4047e67-0fe1-453b-bed8-5bc3516287fc"}]} 2026-04-07 01:17:09.995 8 INFO neutron.services.segments.plugin [-] Segment 845fdcd6-3550-4d28-b458-b79fa372d754 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 845fdcd6-3550-4d28-b458-b79fa372d754 found for delete ", "request_id": "req-7d319de0-db37-469f-9a40-369faa295e31"}]} 2026-04-07 01:17:09.998 8 INFO neutron.db.l3_hamode_db [None req-e1b96ad9-54d2-4c04-a44e-00b41e84f14e ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] HA network e058d3f2-e6f7-4b7e-b6bd-ebddd43dad0f was deleted as no HA routers are present in tenant dc586de585064abdafa3024514c496f8. [pid: 8|app: 0|req: 1118/2252] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:17:09 2026] DELETE /v2.0/routers/843f88cd-208e-477e-90fa-323f1b827e62 => generated 0 bytes in 919 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2253] 10.0.0.149 () {34 vars in 782 bytes} [Tue Apr 7 01:17:08 2026] PUT /v2.0/routers/e7d71c2d-f2e2-444a-82e8-00f29b6d094a/add_router_interface => generated 309 bytes in 1359 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2254] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:17:10 2026] DELETE /v2.0/subnets/d32b237f-5e66-40b6-a189-6cd81145e301 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:17:10.256 7 INFO neutron_taas.services.taas.taas_plugin [None req-14f1ba5b-d38b-45c3-98d3-e27fdc2d3680 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: 6984943c-c89c-4cc7-b7a9-2c1635383bc1 2026-04-07 01:17:10.259 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14f1ba5b-d38b-45c3-98d3-e27fdc2d3680 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: 6984943c-c89c-4cc7-b7a9-2c1635383bc1 [pid: 8|app: 0|req: 1120/2255] 10.0.0.149 () {34 vars in 683 bytes} [Tue Apr 7 01:17:10 2026] POST /v2.0/security-groups => generated 1629 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-07 01:17:10.417 7 INFO neutron.services.segments.plugin [-] Segment a3dede16-249a-4b23-8ad0-a59698faa61f resource provider aggregate not found 2026-04-07 01:17:10.421 7 INFO neutron.services.segments.plugin [-] Segment a3dede16-249a-4b23-8ad0-a59698faa61f resource provider aggregate not found [pid: 7|app: 0|req: 1136/2256] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:17:10 2026] DELETE /v2.0/networks/f5b95ed0-e224-4895-bdb9-bced0a3b59df => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:17:10.442 7 INFO neutron.services.segments.plugin [-] Segment a3dede16-249a-4b23-8ad0-a59698faa61f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3dede16-249a-4b23-8ad0-a59698faa61f found for delete ", "request_id": "req-5e1c7f4c-f0d1-4dfe-94c2-83e430c6eccb"}]} 2026-04-07 01:17:10.443 7 INFO neutron.services.segments.plugin [-] Segment a3dede16-249a-4b23-8ad0-a59698faa61f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3dede16-249a-4b23-8ad0-a59698faa61f found for delete ", "request_id": "req-23ced275-6188-4c1b-bfe4-d77cf647a5f4"}]} [pid: 8|app: 0|req: 1121/2257] 10.0.0.149 () {34 vars in 694 bytes} [Tue Apr 7 01:17:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2258] 10.0.0.149 () {34 vars in 694 bytes} [Tue Apr 7 01:17:10 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: 1123/2259] 10.0.0.149 () {34 vars in 694 bytes} [Tue Apr 7 01:17:10 2026] POST /v2.0/security-group-rules => generated 599 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:17:10.797 7 INFO neutron_taas.services.taas.taas_plugin [None req-fca442e7-ffdd-4f92-a3f7-32876ee26fb1 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: ef9530b3-3fd3-4ba6-8d93-51dae4888496 2026-04-07 01:17:10.799 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fca442e7-ffdd-4f92-a3f7-32876ee26fb1 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: ef9530b3-3fd3-4ba6-8d93-51dae4888496 [pid: 8|app: 0|req: 1124/2260] 10.0.0.149 () {34 vars in 694 bytes} [Tue Apr 7 01:17:10 2026] POST /v2.0/security-group-rules => generated 601 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2261] 10.0.0.149 () {34 vars in 694 bytes} [Tue Apr 7 01:17:10 2026] POST /v2.0/security-group-rules => generated 601 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2262] 10.0.0.149 () {34 vars in 694 bytes} [Tue Apr 7 01:17:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2263] 10.0.0.149 () {34 vars in 694 bytes} [Tue Apr 7 01:17:11 2026] POST /v2.0/security-group-rules => generated 597 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2264] 10.0.0.149 () {34 vars in 694 bytes} [Tue Apr 7 01:17:11 2026] POST /v2.0/security-group-rules => generated 597 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2265] 10.0.0.149 () {34 vars in 694 bytes} [Tue Apr 7 01:17:11 2026] POST /v2.0/security-group-rules => generated 599 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2266] 10.0.0.149 () {34 vars in 694 bytes} [Tue Apr 7 01:17:11 2026] POST /v2.0/security-group-rules => generated 601 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2267] 10.0.0.149 () {34 vars in 694 bytes} [Tue Apr 7 01:17:11 2026] POST /v2.0/security-group-rules => generated 597 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2268] 10.0.0.149 () {34 vars in 788 bytes} [Tue Apr 7 01:17:10 2026] PUT /v2.0/routers/b18c74ae-fe25-42c1-bed2-035d50a3208b/remove_router_interface => generated 309 bytes in 1390 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:17:12.050 8 INFO neutron_taas.services.taas.taas_plugin [None req-c54164c3-04d7-4cc8-8c17-456901c874e0 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: df8c7c7b-0026-409b-a266-e1b3f06ae75b 2026-04-07 01:17:12.053 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c54164c3-04d7-4cc8-8c17-456901c874e0 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: df8c7c7b-0026-409b-a266-e1b3f06ae75b [pid: 7|app: 0|req: 1138/2269] 10.0.0.195 () {34 vars in 1093 bytes} [Tue Apr 7 01:17:12 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-133000216&fields=id&tenant_id=0016bcee0368442ba696454e5eb0b3ee => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2270] 10.0.0.195 () {34 vars in 981 bytes} [Tue Apr 7 01:17:12 2026] GET /v2.0/networks?id=5008c322-a81a-4995-93ab-96bcd1d7480c => generated 704 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2271] 10.0.0.195 () {34 vars in 964 bytes} [Tue Apr 7 01:17:12 2026] GET /v2.0/quotas/0016bcee0368442ba696454e5eb0b3ee => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:17:12.357 8 INFO neutron_taas.services.taas.taas_plugin [None req-c54164c3-04d7-4cc8-8c17-456901c874e0 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: 54c5e74d-f420-4468-9a1e-d45746601c24 2026-04-07 01:17:12.359 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c54164c3-04d7-4cc8-8c17-456901c874e0 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: 54c5e74d-f420-4468-9a1e-d45746601c24 [pid: 7|app: 0|req: 1141/2272] 10.0.0.195 () {34 vars in 1001 bytes} [Tue Apr 7 01:17:12 2026] GET /v2.0/ports?tenant_id=0016bcee0368442ba696454e5eb0b3ee&fields=id => generated 287 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2273] 10.0.0.195 () {34 vars in 1007 bytes} [Tue Apr 7 01:17:12 2026] GET /v2.0/networks/5008c322-a81a-4995-93ab-96bcd1d7480c?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: 1143/2274] 10.0.0.195 () {34 vars in 1107 bytes} [Tue Apr 7 01:17:12 2026] GET /v2.0/networks/5008c322-a81a-4995-93ab-96bcd1d7480c?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: 1144/2275] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:17:12 2026] GET /v2.0/ports?device_id=c3b48f5e-dce0-43d4-9b96-245fcc5df132 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:17:12.650 8 INFO neutron.services.segments.plugin [-] Segment 10fdfe2e-3130-42f7-9961-a5e0d68e7593 resource provider aggregate not found 2026-04-07 01:17:12.658 8 INFO neutron.services.segments.plugin [-] Segment 10fdfe2e-3130-42f7-9961-a5e0d68e7593 resource provider aggregate not found 2026-04-07 01:17:12.668 8 INFO neutron.services.segments.plugin [-] Segment 10fdfe2e-3130-42f7-9961-a5e0d68e7593 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10fdfe2e-3130-42f7-9961-a5e0d68e7593 found for delete ", "request_id": "req-0a2bdb23-6d2f-43ff-b79e-4de33c3cfb5c"}]} 2026-04-07 01:17:12.673 8 INFO neutron.services.segments.plugin [-] Segment 10fdfe2e-3130-42f7-9961-a5e0d68e7593 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10fdfe2e-3130-42f7-9961-a5e0d68e7593 found for delete ", "request_id": "req-5219c2d6-0d47-4135-8b7c-3ebc6278b0ab"}]} 2026-04-07 01:17:12.682 8 INFO neutron.db.l3_hamode_db [None req-c54164c3-04d7-4cc8-8c17-456901c874e0 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] HA network ae2038c1-5f24-4335-94ae-1ce77c058a63 was deleted as no HA routers are present in tenant 6d04c262fcc54afeaac791028ad309ab. [pid: 8|app: 0|req: 1132/2276] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:17:11 2026] DELETE /v2.0/routers/b18c74ae-fe25-42c1-bed2-035d50a3208b => generated 0 bytes in 847 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2277] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:17:12 2026] DELETE /v2.0/subnets/5a53ecce-14c4-4124-a71e-7ec365bc3ab7 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:17:12.966 8 INFO neutron_taas.services.taas.taas_plugin [None req-15a308fa-b702-4e87-8fda-e3c6aa6325f3 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: 726c52eb-b469-4901-aa76-3a64d00dafd7 2026-04-07 01:17:12.970 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15a308fa-b702-4e87-8fda-e3c6aa6325f3 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: 726c52eb-b469-4901-aa76-3a64d00dafd7 [pid: 8|app: 0|req: 1133/2278] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:17:12 2026] DELETE /v2.0/networks/545b5d05-dd8f-4b57-8438-fded4cbbeb3d => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2279] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:17:13 2026] GET /v2.0/security-groups?tenant_id=dc586de585064abdafa3024514c496f8&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: 1134/2280] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:17:13 2026] DELETE /v2.0/security-groups/0070b155-daae-4782-8145-8b50d6cadbc7 => 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: 1147/2281] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:17:13 2026] GET /v2.0/security-groups?tenant_id=6d04c262fcc54afeaac791028ad309ab&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2282] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:17:13 2026] DELETE /v2.0/security-groups/217d2397-5a53-4713-8cb5-7242000a6ecc => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:17:14.688 8 INFO neutron.services.segments.plugin [-] Segment a53f6a0e-6ccf-4745-94f7-772df1ca9715 resource provider aggregate not found 2026-04-07 01:17:14.697 8 INFO neutron.services.segments.plugin [-] Segment a53f6a0e-6ccf-4745-94f7-772df1ca9715 resource provider aggregate not found 2026-04-07 01:17:14.710 8 INFO neutron.services.segments.plugin [-] Segment a53f6a0e-6ccf-4745-94f7-772df1ca9715 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a53f6a0e-6ccf-4745-94f7-772df1ca9715 found for delete ", "request_id": "req-965ec5dc-3300-4005-86bc-9962035075a4"}]} 2026-04-07 01:17:14.736 8 INFO neutron.services.segments.plugin [-] Segment a53f6a0e-6ccf-4745-94f7-772df1ca9715 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a53f6a0e-6ccf-4745-94f7-772df1ca9715 found for delete ", "request_id": "req-8bd3b6e7-c834-4dad-9356-106d0a869955"}]} [pid: 7|app: 0|req: 1148/2283] 199.204.45.3 () {34 vars in 983 bytes} [Tue Apr 7 01:17:17 2026] GET /v2.0/networks?id=5008c322-a81a-4995-93ab-96bcd1d7480c => generated 704 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2284] 199.204.45.3 () {34 vars in 1047 bytes} [Tue Apr 7 01:17:17 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0016bcee0368442ba696454e5eb0b3ee => generated 178 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2285] 199.204.45.3 () {38 vars in 952 bytes} [Tue Apr 7 01:17:17 2026] POST /v2.0/ports => generated 1179 bytes in 375 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: 1150/2286] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:17:17 2026] GET /v2.0/ports?device_id=c3b48f5e-dce0-43d4-9b96-245fcc5df132 => generated 1194 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2287] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:17:17 2026] GET /v2.0/security-groups?id=ff655a93-91ba-4dbd-9c6c-e3e56c23b0a1&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2288] 199.204.45.3 () {38 vars in 1025 bytes} [Tue Apr 7 01:17:17 2026] PUT /v2.0/ports/d8b9eeb9-69ac-4b1c-97a7-75abcff22c24 => generated 1460 bytes in 411 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:17:17.972 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6b4309c2-83b9-4b5e-bc76-0cc7760f0258'] response: {'name': 'network-changed', 'server_uuid': 'c3b48f5e-dce0-43d4-9b96-245fcc5df132', 'tag': 'd8b9eeb9-69ac-4b1c-97a7-75abcff22c24', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1152/2289] 10.0.0.149 () {34 vars in 677 bytes} [Tue Apr 7 01:17:17 2026] POST /v2.0/qos/policies => generated 359 bytes in 211 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: 1138/2290] 10.0.0.149 () {34 vars in 677 bytes} [Tue Apr 7 01:17:18 2026] POST /v2.0/qos/policies => generated 359 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2291] 10.0.0.149 () {34 vars in 677 bytes} [Tue Apr 7 01:17:18 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: 1139/2292] 10.0.0.149 () {34 vars in 677 bytes} [Tue Apr 7 01:17:18 2026] POST /v2.0/qos/policies => generated 359 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2293] 10.0.0.149 () {34 vars in 677 bytes} [Tue Apr 7 01:17:18 2026] POST /v2.0/qos/policies => generated 359 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2294] 10.0.0.149 () {34 vars in 752 bytes} [Tue Apr 7 01:17:18 2026] PUT /v2.0/policies/562031bc-5e44-454f-8408-f1bd34cf6744/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: 1155/2295] 10.0.0.149 () {34 vars in 752 bytes} [Tue Apr 7 01:17:18 2026] PUT /v2.0/policies/772743d2-3958-4fc7-9b04-aa1a2c26510d/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2296] 10.0.0.149 () {34 vars in 752 bytes} [Tue Apr 7 01:17:18 2026] PUT /v2.0/policies/bdc1b350-1a83-4dc8-9d61-57f87bdaf8ed/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2297] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:17:18 2026] GET /v2.0/ports?tenant_id=0016bcee0368442ba696454e5eb0b3ee&device_id=c3b48f5e-dce0-43d4-9b96-245fcc5df132 => generated 1463 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2298] 10.0.0.149 () {34 vars in 752 bytes} [Tue Apr 7 01:17:18 2026] PUT /v2.0/policies/d0070375-37ed-48a5-8c4b-f82046d3ad84/tags => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2299] 199.204.45.3 () {34 vars in 1015 bytes} [Tue Apr 7 01:17:18 2026] GET /v2.0/networks?tenant_id=0016bcee0368442ba696454e5eb0b3ee&shared=False => generated 2374 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2300] 199.204.45.3 () {34 vars in 927 bytes} [Tue Apr 7 01:17:18 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: 7|app: 0|req: 1158/2301] 10.0.0.149 () {32 vars in 673 bytes} [Tue Apr 7 01:17:18 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2302] 10.0.0.149 () {32 vars in 687 bytes} [Tue Apr 7 01:17:18 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2303] 10.0.0.149 () {32 vars in 683 bytes} [Tue Apr 7 01:17:19 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2304] 10.0.0.149 () {32 vars in 695 bytes} [Tue Apr 7 01:17:19 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2305] 10.0.0.149 () {32 vars in 681 bytes} [Tue Apr 7 01:17:19 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2306] 10.0.0.149 () {32 vars in 695 bytes} [Tue Apr 7 01:17:19 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2307] 10.0.0.149 () {32 vars in 691 bytes} [Tue Apr 7 01:17:19 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2308] 10.0.0.149 () {32 vars in 703 bytes} [Tue Apr 7 01:17:19 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2309] 10.0.0.149 () {32 vars in 733 bytes} [Tue Apr 7 01:17:19 2026] DELETE /v2.0/qos/policies/562031bc-5e44-454f-8408-f1bd34cf6744 => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2310] 10.0.0.149 () {32 vars in 733 bytes} [Tue Apr 7 01:17:19 2026] DELETE /v2.0/qos/policies/772743d2-3958-4fc7-9b04-aa1a2c26510d => 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: 1163/2311] 10.0.0.149 () {32 vars in 733 bytes} [Tue Apr 7 01:17:19 2026] DELETE /v2.0/qos/policies/bdc1b350-1a83-4dc8-9d61-57f87bdaf8ed => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2312] 10.0.0.149 () {32 vars in 733 bytes} [Tue Apr 7 01:17:19 2026] DELETE /v2.0/qos/policies/d0070375-37ed-48a5-8c4b-f82046d3ad84 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2313] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:17:19 2026] GET /v2.0/ports?tenant_id=0016bcee0368442ba696454e5eb0b3ee&device_id=c3b48f5e-dce0-43d4-9b96-245fcc5df132 => generated 1463 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2314] 10.0.0.149 () {32 vars in 733 bytes} [Tue Apr 7 01:17:19 2026] DELETE /v2.0/qos/policies/f7dab82f-dac8-4677-8106-29ac740fc104 => 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: 1151/2315] 199.204.45.3 () {34 vars in 1055 bytes} [Tue Apr 7 01:17:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.100&port_id=d8b9eeb9-69ac-4b1c-97a7-75abcff22c24 => 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: 1165/2316] 199.204.45.3 () {34 vars in 1099 bytes} [Tue Apr 7 01:17:19 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1d&port_id=d8b9eeb9-69ac-4b1c-97a7-75abcff22c24 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2317] 199.204.45.3 () {34 vars in 1061 bytes} [Tue Apr 7 01:17:19 2026] GET /v2.0/subnets?id=3caa29c9-d210-4966-bf58-d89560f9a10f&id=b2a07450-73b2-448e-8199-002b8e5741c2 => generated 1410 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2318] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:17:19 2026] GET /v2.0/ports?network_id=5008c322-a81a-4995-93ab-96bcd1d7480c&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2319] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:17:19 2026] GET /v2.0/ports?network_id=5008c322-a81a-4995-93ab-96bcd1d7480c&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: 1167/2320] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:17:19 2026] GET /v2.0/networks/5008c322-a81a-4995-93ab-96bcd1d7480c?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: 1154/2321] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:17:19 2026] GET /v2.0/networks/5008c322-a81a-4995-93ab-96bcd1d7480c?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: 1168/2322] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:17:20 2026] GET /v2.0/security-groups?tenant_id=1ab07f6ea8e149f5a6d42312f70c40a4&name=default => generated 2929 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2323] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:17:20 2026] DELETE /v2.0/security-groups/8376f9c1-9ccc-43d9-b9d3-8315a908221e => 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: 1169/2324] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:17:20 2026] GET /v2.0/security-groups?tenant_id=ab63758720c24f6d89c65bf27ed11763&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2325] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:17:21 2026] DELETE /v2.0/security-groups/2c38aefc-c195-4ebb-a34a-17bd54bfe6a5 => 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: 1170/2326] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:17:21 2026] GET /v2.0/security-groups?tenant_id=744bb15198f645e3bd3c1fea03fa32ef&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2327] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:17:21 2026] DELETE /v2.0/security-groups/c8b0b745-2a81-4167-81d9-63a6593ae4a0 => 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: 1171/2328] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:17:22 2026] GET /v2.0/ports?device_id=c3b48f5e-dce0-43d4-9b96-245fcc5df132 => generated 1194 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2329] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:17:22 2026] GET /v2.0/security-groups?id=ff655a93-91ba-4dbd-9c6c-e3e56c23b0a1&fields=id&fields=name => generated 111 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:17:25.967 8 INFO neutron.db.segments_db [None req-4dd6fe8b-1d35-4aac-a347-0391865ad8b7 1359e86089df4079b72b0f2bc8a243ae 336cc08274054faaa0231e81b5cfafbe - - default default] Added segment 5919b963-2a3d-41d0-aefe-319d386e90e2 of type vxlan for network 7d0957b8-225c-4a65-ad12-e27e2e7d5369 [pid: 8|app: 0|req: 1160/2332] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:17:25 2026] POST /v2.0/networks => generated 631 bytes in 444 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2333] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:17:26 2026] POST /v2.0/subnets => generated 626 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:17:26.355 8 INFO neutron.db.segments_db [None req-83b56be7-3146-4d44-9878-fa9e65278708 1359e86089df4079b72b0f2bc8a243ae 336cc08274054faaa0231e81b5cfafbe - - default default] Added segment 410c4c21-ab67-4e63-aa22-82f13036cd23 of type vxlan for network 761497c2-2884-4351-913e-4be01d2b4a0e [pid: 8|app: 0|req: 1161/2334] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:17:26 2026] POST /v2.0/networks => generated 631 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2335] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:17:26 2026] POST /v2.0/subnets => generated 629 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:17:26.731 8 INFO neutron.db.segments_db [None req-9ca801d2-4144-4690-8615-d7d2c98258ea 1359e86089df4079b72b0f2bc8a243ae 336cc08274054faaa0231e81b5cfafbe - - default default] Added segment e57891b7-4948-499a-91d4-0dce7da1f1b4 of type vxlan for network 98102d2d-0bcf-413f-adb0-f0a3b3172c58 [pid: 8|app: 0|req: 1162/2336] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:17:26 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: 1175/2337] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:17:26 2026] POST /v2.0/subnets => generated 629 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:17:27.124 8 INFO neutron.db.segments_db [None req-ff367fca-3c49-4b2d-9e60-203d1d7d1ffd 1359e86089df4079b72b0f2bc8a243ae 336cc08274054faaa0231e81b5cfafbe - - default default] Added segment 1c147954-5421-4a2a-970d-489b371f9314 of type vxlan for network 38a722fc-0f0e-451e-87df-e3927237a938 [pid: 8|app: 0|req: 1163/2338] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:17:27 2026] POST /v2.0/networks => generated 631 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2339] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:17:27 2026] POST /v2.0/subnets => generated 629 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:17:27.532 8 INFO neutron.db.segments_db [None req-fc2e64d2-67e6-4f14-81f6-d35cecba6b82 1359e86089df4079b72b0f2bc8a243ae 336cc08274054faaa0231e81b5cfafbe - - default default] Added segment f80e8b9c-feba-4c2f-a1f5-a34f78443fd0 of type vxlan for network 377e4f3f-a89b-439b-b375-de91d9139089 [pid: 8|app: 0|req: 1164/2340] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:17:27 2026] POST /v2.0/networks => generated 632 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2341] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:17:27 2026] POST /v2.0/subnets => generated 629 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2342] 10.0.0.149 () {34 vars in 750 bytes} [Tue Apr 7 01:17:27 2026] PUT /v2.0/subnets/0328cf0a-6721-456a-a2bb-1410c6cfaed4/tags => generated 17 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2343] 10.0.0.149 () {34 vars in 750 bytes} [Tue Apr 7 01:17:27 2026] PUT /v2.0/subnets/a5c1ccc6-6594-4054-9b80-b3b5bc16565b/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2344] 10.0.0.149 () {34 vars in 750 bytes} [Tue Apr 7 01:17:27 2026] PUT /v2.0/subnets/e4195407-7e9a-44e1-9ead-73c9528b1327/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2345] 10.0.0.149 () {34 vars in 750 bytes} [Tue Apr 7 01:17:28 2026] PUT /v2.0/subnets/65c5b14a-a2cf-4438-88d0-5c330ddb5cf7/tags => generated 19 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2346] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:17:28 2026] GET /v2.0/ports?device_id=c3b48f5e-dce0-43d4-9b96-245fcc5df132 => generated 1196 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2347] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:17:28 2026] GET /v2.0/security-groups?id=ff655a93-91ba-4dbd-9c6c-e3e56c23b0a1&fields=id&fields=name => generated 111 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2348] 10.0.0.149 () {32 vars in 663 bytes} [Tue Apr 7 01:17:28 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2349] 10.0.0.149 () {32 vars in 677 bytes} [Tue Apr 7 01:17:28 2026] GET /v2.0/subnets?tags=red%2Cblue => 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: 1182/2350] 10.0.0.149 () {32 vars in 673 bytes} [Tue Apr 7 01:17:28 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2351] 10.0.0.149 () {32 vars in 817 bytes} [Tue Apr 7 01:17:28 2026] GET /v2.0/ports?network_id=5008c322-a81a-4995-93ab-96bcd1d7480c&mac_address=fa%3A16%3A3e%3A2e%3Aa9%3A66 => generated 1196 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2352] 10.0.0.149 () {32 vars in 685 bytes} [Tue Apr 7 01:17:28 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2353] 10.0.0.149 () {32 vars in 671 bytes} [Tue Apr 7 01:17:28 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2354] 10.0.0.149 () {32 vars in 685 bytes} [Tue Apr 7 01:17:28 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2355] 10.0.0.149 () {32 vars in 681 bytes} [Tue Apr 7 01:17:28 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2356] 10.0.0.149 () {32 vars in 693 bytes} [Tue Apr 7 01:17:28 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2357] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:17:28 2026] DELETE /v2.0/subnets/0328cf0a-6721-456a-a2bb-1410c6cfaed4 => 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: 1189/2358] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:17:28 2026] DELETE /v2.0/subnets/a5c1ccc6-6594-4054-9b80-b3b5bc16565b => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2359] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:17:28 2026] DELETE /v2.0/subnets/e4195407-7e9a-44e1-9ead-73c9528b1327 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:17:28.983 8 INFO neutron.db.l3_db [None req-d32d2307-f01e-4aa7-8e0e-81f9059f61a3 a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] Floating IP 0f7820a5-0602-4c62-bd17-234b01c06d8c associated. External IP: 10.96.250.201, port: d8b9eeb9-69ac-4b1c-97a7-75abcff22c24. [pid: 7|app: 0|req: 1191/2360] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:17:28 2026] DELETE /v2.0/subnets/65c5b14a-a2cf-4438-88d0-5c330ddb5cf7 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2361] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:17:29 2026] DELETE /v2.0/subnets/118d9d3d-bc58-4bae-8423-e2c2e55079a6 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:17:29.234 7 INFO neutron.services.segments.plugin [-] Segment 5919b963-2a3d-41d0-aefe-319d386e90e2 resource provider aggregate not found 2026-04-07 01:17:29.244 7 INFO neutron.services.segments.plugin [-] Segment 5919b963-2a3d-41d0-aefe-319d386e90e2 resource provider aggregate not found 2026-04-07 01:17:29.269 7 INFO neutron.services.segments.plugin [-] Segment 5919b963-2a3d-41d0-aefe-319d386e90e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5919b963-2a3d-41d0-aefe-319d386e90e2 found for delete ", "request_id": "req-63045a07-febc-4044-b11a-43b6d8f21fb7"}]} 2026-04-07 01:17:29.280 7 INFO neutron.services.segments.plugin [-] Segment 5919b963-2a3d-41d0-aefe-319d386e90e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5919b963-2a3d-41d0-aefe-319d386e90e2 found for delete ", "request_id": "req-858f14cf-383d-4e89-b191-146b0617526a"}]} [pid: 7|app: 0|req: 1193/2362] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:17:29 2026] DELETE /v2.0/networks/7d0957b8-225c-4a65-ad12-e27e2e7d5369 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2363] 10.0.0.149 () {34 vars in 676 bytes} [Tue Apr 7 01:17:28 2026] POST /v2.0/floatingips => generated 855 bytes in 1069 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:17:29.367 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-14efd17d-fd81-4b38-9f72-4abbddf49fa2'] response: {'name': 'network-changed', 'server_uuid': 'c3b48f5e-dce0-43d4-9b96-245fcc5df132', 'tag': 'd8b9eeb9-69ac-4b1c-97a7-75abcff22c24', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1194/2364] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:17:29 2026] DELETE /v2.0/networks/761497c2-2884-4351-913e-4be01d2b4a0e => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2365] 10.0.0.195 () {34 vars in 1093 bytes} [Tue Apr 7 01:17:29 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-133000216&fields=id&tenant_id=0016bcee0368442ba696454e5eb0b3ee => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2366] 10.0.0.195 () {34 vars in 981 bytes} [Tue Apr 7 01:17:29 2026] GET /v2.0/networks?id=1ea40b8f-fdf0-444a-ae97-0d253fe38108 => generated 704 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2367] 10.0.0.195 () {34 vars in 964 bytes} [Tue Apr 7 01:17:29 2026] GET /v2.0/quotas/0016bcee0368442ba696454e5eb0b3ee => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:17:29.529 8 INFO neutron.services.segments.plugin [-] Segment e57891b7-4948-499a-91d4-0dce7da1f1b4 resource provider aggregate not found 2026-04-07 01:17:29.536 8 INFO neutron.services.segments.plugin [-] Segment e57891b7-4948-499a-91d4-0dce7da1f1b4 resource provider aggregate not found 2026-04-07 01:17:29.551 8 INFO neutron.services.segments.plugin [-] Segment e57891b7-4948-499a-91d4-0dce7da1f1b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e57891b7-4948-499a-91d4-0dce7da1f1b4 found for delete ", "request_id": "req-c0ea0b85-91f1-47b6-a9a5-879133d6c9ec"}]} 2026-04-07 01:17:29.552 8 INFO neutron.services.segments.plugin [-] Segment e57891b7-4948-499a-91d4-0dce7da1f1b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e57891b7-4948-499a-91d4-0dce7da1f1b4 found for delete ", "request_id": "req-dd871408-dcad-4239-bb26-08fc09cd9e54"}]} [pid: 8|app: 0|req: 1171/2368] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:17:29 2026] DELETE /v2.0/networks/98102d2d-0bcf-413f-adb0-f0a3b3172c58 => 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: 1198/2369] 10.0.0.195 () {34 vars in 1001 bytes} [Tue Apr 7 01:17:29 2026] GET /v2.0/ports?tenant_id=0016bcee0368442ba696454e5eb0b3ee&fields=id => generated 333 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2370] 10.0.0.195 () {34 vars in 1007 bytes} [Tue Apr 7 01:17:29 2026] GET /v2.0/networks/1ea40b8f-fdf0-444a-ae97-0d253fe38108?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2371] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:17:29 2026] DELETE /v2.0/networks/38a722fc-0f0e-451e-87df-e3927237a938 => 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: 1200/2372] 10.0.0.195 () {34 vars in 1107 bytes} [Tue Apr 7 01:17:29 2026] GET /v2.0/networks/1ea40b8f-fdf0-444a-ae97-0d253fe38108?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) [pid: 8|app: 0|req: 1173/2373] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:17:29 2026] DELETE /v2.0/networks/377e4f3f-a89b-439b-b375-de91d9139089 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2374] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:17:29 2026] GET /v2.0/ports?device_id=b16c2586-77c5-486a-a6e8-45234bb7f65f => 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: 1174/2375] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:17:29 2026] GET /v2.0/ports?tenant_id=0016bcee0368442ba696454e5eb0b3ee&device_id=c3b48f5e-dce0-43d4-9b96-245fcc5df132 => generated 1465 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2376] 199.204.45.3 () {34 vars in 983 bytes} [Tue Apr 7 01:17:29 2026] GET /v2.0/networks?id=5008c322-a81a-4995-93ab-96bcd1d7480c => generated 800 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2377] 199.204.45.3 () {34 vars in 1055 bytes} [Tue Apr 7 01:17:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.100&port_id=d8b9eeb9-69ac-4b1c-97a7-75abcff22c24 => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2378] 199.204.45.3 () {34 vars in 1099 bytes} [Tue Apr 7 01:17:30 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1d&port_id=d8b9eeb9-69ac-4b1c-97a7-75abcff22c24 => 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: 1176/2379] 199.204.45.3 () {34 vars in 1061 bytes} [Tue Apr 7 01:17:30 2026] GET /v2.0/subnets?id=3caa29c9-d210-4966-bf58-d89560f9a10f&id=b2a07450-73b2-448e-8199-002b8e5741c2 => generated 1410 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2380] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:17:30 2026] GET /v2.0/ports?network_id=5008c322-a81a-4995-93ab-96bcd1d7480c&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: 1177/2381] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:17:30 2026] GET /v2.0/ports?network_id=5008c322-a81a-4995-93ab-96bcd1d7480c&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2382] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:17:30 2026] GET /v2.0/networks/5008c322-a81a-4995-93ab-96bcd1d7480c?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2383] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:17:30 2026] GET /v2.0/networks/5008c322-a81a-4995-93ab-96bcd1d7480c?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: 1206/2384] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:17:30 2026] GET /v2.0/security-groups?tenant_id=336cc08274054faaa0231e81b5cfafbe&name=default => generated 2929 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2385] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:17:30 2026] DELETE /v2.0/security-groups/682d3721-374f-4d7b-bb60-e1f72366b345 => 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: 1207/2386] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:17:31 2026] GET /v2.0/security-groups?tenant_id=9fc8cb51187d42c28f0aba9bdc1d162f&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2387] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:17:31 2026] DELETE /v2.0/security-groups/df4a51f1-7955-41b1-81e4-39e8c1e7b314 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:17:31.291 7 INFO neutron.services.segments.plugin [-] Segment 410c4c21-ab67-4e63-aa22-82f13036cd23 resource provider aggregate not found 2026-04-07 01:17:31.298 7 INFO neutron.services.segments.plugin [-] Segment 410c4c21-ab67-4e63-aa22-82f13036cd23 resource provider aggregate not found 2026-04-07 01:17:31.306 7 INFO neutron.services.segments.plugin [-] Segment 410c4c21-ab67-4e63-aa22-82f13036cd23 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 410c4c21-ab67-4e63-aa22-82f13036cd23 found for delete ", "request_id": "req-375457b4-54e4-46b7-9378-3873684668ab"}]} 2026-04-07 01:17:31.316 7 INFO neutron.services.segments.plugin [-] Segment 410c4c21-ab67-4e63-aa22-82f13036cd23 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 410c4c21-ab67-4e63-aa22-82f13036cd23 found for delete ", "request_id": "req-9e5370a4-db62-4151-8cbc-b876704e0964"}]} [pid: 7|app: 0|req: 1208/2388] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:17:31 2026] GET /v2.0/security-groups?tenant_id=0009b9f37f6d48d0a668544021141a21&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:17:31.570 8 INFO neutron.services.segments.plugin [-] Segment 1c147954-5421-4a2a-970d-489b371f9314 resource provider aggregate not found 2026-04-07 01:17:31.575 8 INFO neutron.services.segments.plugin [-] Segment 1c147954-5421-4a2a-970d-489b371f9314 resource provider aggregate not found 2026-04-07 01:17:31.590 8 INFO neutron.services.segments.plugin [-] Segment 1c147954-5421-4a2a-970d-489b371f9314 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c147954-5421-4a2a-970d-489b371f9314 found for delete ", "request_id": "req-8d707c5b-a099-4f51-b856-22356b5d56a6"}]} 2026-04-07 01:17:31.593 8 INFO neutron.services.segments.plugin [-] Segment 1c147954-5421-4a2a-970d-489b371f9314 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c147954-5421-4a2a-970d-489b371f9314 found for delete ", "request_id": "req-f54712bb-08c4-4fdd-ae6b-cc1cfcd6b723"}]} 2026-04-07 01:17:31.605 8 INFO neutron.services.segments.plugin [-] Segment f80e8b9c-feba-4c2f-a1f5-a34f78443fd0 resource provider aggregate not found 2026-04-07 01:17:31.611 8 INFO neutron.services.segments.plugin [-] Segment f80e8b9c-feba-4c2f-a1f5-a34f78443fd0 resource provider aggregate not found [pid: 8|app: 0|req: 1181/2389] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:17:31 2026] DELETE /v2.0/security-groups/530200af-6b56-4e60-944c-c877ffbeaa47 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:17:31.619 8 INFO neutron.services.segments.plugin [-] Segment f80e8b9c-feba-4c2f-a1f5-a34f78443fd0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f80e8b9c-feba-4c2f-a1f5-a34f78443fd0 found for delete ", "request_id": "req-3cb065ad-034b-46b2-a676-b2dfead57665"}]} 2026-04-07 01:17:31.629 8 INFO neutron.services.segments.plugin [-] Segment f80e8b9c-feba-4c2f-a1f5-a34f78443fd0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f80e8b9c-feba-4c2f-a1f5-a34f78443fd0 found for delete ", "request_id": "req-27d410f0-6102-4519-a50f-2353480810da"}]} [pid: 7|app: 0|req: 1209/2390] 199.204.45.3 () {34 vars in 983 bytes} [Tue Apr 7 01:17:34 2026] GET /v2.0/networks?id=1ea40b8f-fdf0-444a-ae97-0d253fe38108 => generated 704 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2391] 199.204.45.3 () {34 vars in 1047 bytes} [Tue Apr 7 01:17:34 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0016bcee0368442ba696454e5eb0b3ee => generated 178 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2392] 199.204.45.3 () {38 vars in 952 bytes} [Tue Apr 7 01:17:34 2026] POST /v2.0/ports => generated 1183 bytes in 358 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: 1211/2393] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:17:34 2026] GET /v2.0/ports?device_id=b16c2586-77c5-486a-a6e8-45234bb7f65f => generated 1198 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2394] 199.204.45.3 () {38 vars in 1025 bytes} [Tue Apr 7 01:17:34 2026] PUT /v2.0/ports/36e80899-7d58-47c6-b4c7-6d608263948d => generated 1464 bytes in 452 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:17:35.040 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-10a84174-393b-4a85-a218-60083284919e'] response: {'name': 'network-changed', 'server_uuid': 'b16c2586-77c5-486a-a6e8-45234bb7f65f', 'tag': '36e80899-7d58-47c6-b4c7-6d608263948d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1212/2395] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:17:35 2026] GET /v2.0/security-groups?id=ff655a93-91ba-4dbd-9c6c-e3e56c23b0a1&fields=id&fields=name => generated 111 bytes in 35 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: 1213/2396] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:17:35 2026] GET /v2.0/ports?tenant_id=0016bcee0368442ba696454e5eb0b3ee&device_id=b16c2586-77c5-486a-a6e8-45234bb7f65f => generated 1467 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2397] 10.0.0.149 () {34 vars in 675 bytes} [Tue Apr 7 01:17:35 2026] POST /v2.0/subnetpools => generated 516 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2398] 199.204.45.3 () {34 vars in 1015 bytes} [Tue Apr 7 01:17:35 2026] GET /v2.0/networks?tenant_id=0016bcee0368442ba696454e5eb0b3ee&shared=False => generated 2374 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2399] 10.0.0.149 () {34 vars in 675 bytes} [Tue Apr 7 01:17:35 2026] POST /v2.0/subnetpools => generated 516 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2400] 199.204.45.3 () {34 vars in 927 bytes} [Tue Apr 7 01:17:35 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: 1186/2401] 10.0.0.149 () {34 vars in 675 bytes} [Tue Apr 7 01:17:35 2026] POST /v2.0/subnetpools => generated 516 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2402] 10.0.0.149 () {34 vars in 675 bytes} [Tue Apr 7 01:17:35 2026] POST /v2.0/subnetpools => generated 516 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2403] 10.0.0.149 () {34 vars in 675 bytes} [Tue Apr 7 01:17:35 2026] POST /v2.0/subnetpools => generated 516 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2404] 10.0.0.149 () {34 vars in 758 bytes} [Tue Apr 7 01:17:35 2026] PUT /v2.0/subnetpools/d02715b8-932c-470d-85b6-725cdb3c2278/tags => generated 17 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2405] 10.0.0.149 () {34 vars in 758 bytes} [Tue Apr 7 01:17:35 2026] PUT /v2.0/subnetpools/5221a042-9587-4fbd-a910-666d528df847/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: 1218/2406] 10.0.0.149 () {34 vars in 758 bytes} [Tue Apr 7 01:17:35 2026] PUT /v2.0/subnetpools/85db85a5-ef11-4b28-b4fb-7864c1c31460/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2407] 10.0.0.149 () {34 vars in 758 bytes} [Tue Apr 7 01:17:35 2026] PUT /v2.0/subnetpools/25f35346-895e-46a0-9f5e-563f972c0ee3/tags => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2408] 10.0.0.149 () {32 vars in 671 bytes} [Tue Apr 7 01:17:36 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2409] 10.0.0.149 () {32 vars in 685 bytes} [Tue Apr 7 01:17:36 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2410] 10.0.0.149 () {32 vars in 681 bytes} [Tue Apr 7 01:17:36 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2411] 10.0.0.92 () {34 vars in 988 bytes} [Tue Apr 7 01:17:36 2026] GET /v2.0/ports?device_id=c3b48f5e-dce0-43d4-9b96-245fcc5df132 => generated 1465 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2412] 10.0.0.149 () {32 vars in 693 bytes} [Tue Apr 7 01:17:36 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2413] 10.0.0.149 () {32 vars in 679 bytes} [Tue Apr 7 01:17:36 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2414] 10.0.0.92 () {34 vars in 1038 bytes} [Tue Apr 7 01:17:36 2026] GET /v2.0/security-groups?id=ff655a93-91ba-4dbd-9c6c-e3e56c23b0a1&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2415] 10.0.0.149 () {32 vars in 693 bytes} [Tue Apr 7 01:17:36 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2416] 10.0.0.149 () {32 vars in 689 bytes} [Tue Apr 7 01:17:36 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2417] 10.0.0.149 () {32 vars in 701 bytes} [Tue Apr 7 01:17:36 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2418] 10.0.0.149 () {32 vars in 731 bytes} [Tue Apr 7 01:17:36 2026] DELETE /v2.0/subnetpools/d02715b8-932c-470d-85b6-725cdb3c2278 => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2419] 10.0.0.149 () {32 vars in 731 bytes} [Tue Apr 7 01:17:36 2026] DELETE /v2.0/subnetpools/5221a042-9587-4fbd-a910-666d528df847 => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2420] 10.0.0.149 () {32 vars in 731 bytes} [Tue Apr 7 01:17:36 2026] DELETE /v2.0/subnetpools/85db85a5-ef11-4b28-b4fb-7864c1c31460 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2421] 10.0.0.149 () {32 vars in 731 bytes} [Tue Apr 7 01:17:36 2026] DELETE /v2.0/subnetpools/25f35346-895e-46a0-9f5e-563f972c0ee3 => 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: 1225/2422] 10.0.0.149 () {32 vars in 731 bytes} [Tue Apr 7 01:17:36 2026] DELETE /v2.0/subnetpools/67e68dbc-13a1-4e6a-8267-fb6f1772f1be => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2423] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:17:36 2026] GET /v2.0/ports?tenant_id=0016bcee0368442ba696454e5eb0b3ee&device_id=b16c2586-77c5-486a-a6e8-45234bb7f65f => generated 1467 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2424] 199.204.45.3 () {34 vars in 1055 bytes} [Tue Apr 7 01:17:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.207&port_id=36e80899-7d58-47c6-b4c7-6d608263948d => 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: 1199/2425] 199.204.45.3 () {34 vars in 1101 bytes} [Tue Apr 7 01:17:36 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3e&port_id=36e80899-7d58-47c6-b4c7-6d608263948d => 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: 1227/2426] 199.204.45.3 () {34 vars in 1061 bytes} [Tue Apr 7 01:17:36 2026] GET /v2.0/subnets?id=62185a38-344f-44e9-a9d9-f7837e3de7c5&id=8080ec48-e3f9-4fa8-8b6a-071e948777db => generated 1415 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2427] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:17:36 2026] GET /v2.0/ports?network_id=1ea40b8f-fdf0-444a-ae97-0d253fe38108&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: 1228/2428] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:17:36 2026] GET /v2.0/ports?network_id=1ea40b8f-fdf0-444a-ae97-0d253fe38108&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: 1201/2429] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:17:36 2026] GET /v2.0/networks/1ea40b8f-fdf0-444a-ae97-0d253fe38108?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: 1229/2430] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:17:37 2026] GET /v2.0/networks/1ea40b8f-fdf0-444a-ae97-0d253fe38108?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: 1202/2431] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:17:37 2026] GET /v2.0/security-groups?tenant_id=fa59057ceb1c4ebe85141ca494435887&name=default => generated 2929 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2432] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:17:37 2026] DELETE /v2.0/security-groups/8ccc3157-6b0b-4bac-8754-a4bffbded007 => 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: 1203/2433] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:17:37 2026] GET /v2.0/security-groups?tenant_id=05bce11fdc094c699919ba70a014df83&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2434] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:17:37 2026] DELETE /v2.0/security-groups/638a4166-a1e6-4352-8aa4-d628877335d7 => 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: 1204/2435] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:17:38 2026] GET /v2.0/security-groups?tenant_id=328cb452a78042cdb5e88a2542692a21&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: 1232/2436] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:17:38 2026] DELETE /v2.0/security-groups/b4de38b1-793b-47e8-b09f-be29ee98d51f => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2439] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:17:40 2026] GET /v2.0/ports?device_id=b16c2586-77c5-486a-a6e8-45234bb7f65f => generated 1198 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2440] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:17:40 2026] GET /v2.0/security-groups?id=ff655a93-91ba-4dbd-9c6c-e3e56c23b0a1&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:17:42.534 7 INFO neutron.db.segments_db [None req-3fe302cc-8398-41fd-a855-c24d5a7f435b 3482a5fed7d94f0588f5fb94f34f649a 0d27758b0b01408092915d01a43d168a - - default default] Added segment 323d7d1a-9a85-48a6-9de1-5556d332893b of type vxlan for network 767fe070-c0b3-4152-9ba5-eee57567efec [pid: 7|app: 0|req: 1235/2441] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:17:42 2026] POST /v2.0/networks => generated 632 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2442] 10.0.0.149 () {34 vars in 663 bytes} [Tue Apr 7 01:17:42 2026] POST /v2.0/ports => generated 743 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2443] 10.0.0.149 () {34 vars in 665 bytes} [Tue Apr 7 01:17:42 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-04-07 01:17:43.174 8 INFO neutron.db.segments_db [None req-1840c3cd-7247-46a4-aa17-d303bac6b98a 3482a5fed7d94f0588f5fb94f34f649a 0d27758b0b01408092915d01a43d168a - - default default] Added segment a8398d44-e810-4744-8c9c-f132f7b45073 of type vxlan for network 5e33cf56-6a55-4a92-951b-599727628990 [pid: 8|app: 0|req: 1208/2444] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:17:43 2026] POST /v2.0/networks => generated 631 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2445] 10.0.0.149 () {34 vars in 663 bytes} [Tue Apr 7 01:17:43 2026] POST /v2.0/ports => generated 743 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2446] 10.0.0.149 () {34 vars in 665 bytes} [Tue Apr 7 01:17:43 2026] POST /v2.0/trunks => generated 407 bytes in 207 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-04-07 01:17:43.781 7 INFO neutron.db.segments_db [None req-b7806080-59da-4627-963a-3880b9215c89 3482a5fed7d94f0588f5fb94f34f649a 0d27758b0b01408092915d01a43d168a - - default default] Added segment 206c8f17-e689-4e9a-9db1-ca4029de31e9 of type vxlan for network c43afba9-6a37-46b7-a811-d3ee56def4de [pid: 7|app: 0|req: 1238/2447] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:17:43 2026] POST /v2.0/networks => generated 631 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2448] 10.0.0.149 () {34 vars in 663 bytes} [Tue Apr 7 01:17:43 2026] POST /v2.0/ports => generated 743 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2449] 10.0.0.149 () {34 vars in 665 bytes} [Tue Apr 7 01:17:44 2026] POST /v2.0/trunks => generated 407 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-04-07 01:17:44.417 8 INFO neutron.db.segments_db [None req-4bf41745-ba6f-4613-b29e-b30e24f8a08b 3482a5fed7d94f0588f5fb94f34f649a 0d27758b0b01408092915d01a43d168a - - default default] Added segment 61364d70-0559-4f06-9d52-37e83fdc1498 of type vxlan for network bc4ea1be-c84d-4546-bcd4-c000ea45f494 [pid: 8|app: 0|req: 1211/2450] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:17:44 2026] POST /v2.0/networks => generated 632 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2451] 10.0.0.149 () {34 vars in 663 bytes} [Tue Apr 7 01:17:44 2026] POST /v2.0/ports => generated 743 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2452] 10.0.0.149 () {34 vars in 665 bytes} [Tue Apr 7 01:17:44 2026] POST /v2.0/trunks => generated 407 bytes in 140 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-04-07 01:17:45.024 7 INFO neutron.db.segments_db [None req-c499bd38-9a4a-4944-8530-553e4ab069ce 3482a5fed7d94f0588f5fb94f34f649a 0d27758b0b01408092915d01a43d168a - - default default] Added segment 3d8a6c42-493e-4d12-99f8-fb523b78221e of type vxlan for network 7efd3cfd-404e-46b7-ac9b-47c87e165a09 [pid: 7|app: 0|req: 1241/2453] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:17:44 2026] POST /v2.0/networks => generated 632 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2454] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:17:45 2026] GET /v2.0/ports?device_id=b16c2586-77c5-486a-a6e8-45234bb7f65f => generated 1200 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2455] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:17:45 2026] GET /v2.0/security-groups?id=ff655a93-91ba-4dbd-9c6c-e3e56c23b0a1&fields=id&fields=name => generated 111 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2456] 10.0.0.149 () {34 vars in 663 bytes} [Tue Apr 7 01:17:45 2026] POST /v2.0/ports => generated 743 bytes in 323 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: 1244/2457] 10.0.0.149 () {32 vars in 817 bytes} [Tue Apr 7 01:17:45 2026] GET /v2.0/ports?network_id=1ea40b8f-fdf0-444a-ae97-0d253fe38108&mac_address=fa%3A16%3A3e%3Aff%3A47%3Ae2 => generated 1200 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2458] 10.0.0.149 () {34 vars in 665 bytes} [Tue Apr 7 01:17:45 2026] POST /v2.0/trunks => generated 407 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2459] 10.0.0.149 () {34 vars in 748 bytes} [Tue Apr 7 01:17:45 2026] PUT /v2.0/trunks/0a0107b2-d287-4a2c-9344-8a1be8986aa8/tags => generated 17 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2460] 10.0.0.149 () {34 vars in 748 bytes} [Tue Apr 7 01:17:45 2026] PUT /v2.0/trunks/30c6e64a-8def-43e2-b52f-f3e70df3c2bc/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2461] 10.0.0.149 () {34 vars in 748 bytes} [Tue Apr 7 01:17:45 2026] PUT /v2.0/trunks/c303c4b6-e7a2-437d-a5ef-41208e545b20/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2462] 10.0.0.149 () {34 vars in 748 bytes} [Tue Apr 7 01:17:45 2026] PUT /v2.0/trunks/2ac08dcf-05aa-43fe-ba47-24c382462ac6/tags => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2463] 10.0.0.149 () {32 vars in 661 bytes} [Tue Apr 7 01:17:45 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: 1220/2464] 10.0.0.149 () {32 vars in 675 bytes} [Tue Apr 7 01:17:45 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2465] 10.0.0.149 () {32 vars in 671 bytes} [Tue Apr 7 01:17:45 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2466] 10.0.0.149 () {32 vars in 683 bytes} [Tue Apr 7 01:17:45 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2467] 10.0.0.149 () {32 vars in 669 bytes} [Tue Apr 7 01:17:45 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2468] 10.0.0.149 () {32 vars in 683 bytes} [Tue Apr 7 01:17:45 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2469] 10.0.0.149 () {32 vars in 679 bytes} [Tue Apr 7 01:17:45 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2470] 10.0.0.149 () {32 vars in 691 bytes} [Tue Apr 7 01:17:45 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2471] 10.0.0.149 () {32 vars in 718 bytes} [Tue Apr 7 01:17:45 2026] GET /v2.0/trunks/0a0107b2-d287-4a2c-9344-8a1be8986aa8 => generated 412 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2472] 10.0.0.149 () {32 vars in 716 bytes} [Tue Apr 7 01:17:45 2026] GET /v2.0/ports/fcb19373-273b-4738-ba12-ec17818b1e7e => generated 826 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2473] 10.0.0.149 () {32 vars in 721 bytes} [Tue Apr 7 01:17:46 2026] DELETE /v2.0/trunks/0a0107b2-d287-4a2c-9344-8a1be8986aa8 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2474] 10.0.0.149 () {32 vars in 718 bytes} [Tue Apr 7 01:17:46 2026] GET /v2.0/trunks/30c6e64a-8def-43e2-b52f-f3e70df3c2bc => generated 420 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:17:46.160 7 INFO neutron.db.l3_db [None req-dfe337dc-aaae-44e3-83b3-df67c992d4ab a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] Floating IP 223e2e0e-0615-4a09-b58e-c4cddbe77807 associated. External IP: 10.96.250.218, port: 36e80899-7d58-47c6-b4c7-6d608263948d. [pid: 8|app: 0|req: 1231/2475] 10.0.0.149 () {32 vars in 716 bytes} [Tue Apr 7 01:17:46 2026] GET /v2.0/ports/0799f5e9-25ba-4904-91be-5d843e7bd3e1 => generated 826 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2476] 10.0.0.149 () {32 vars in 721 bytes} [Tue Apr 7 01:17:46 2026] DELETE /v2.0/trunks/30c6e64a-8def-43e2-b52f-f3e70df3c2bc => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2477] 10.0.0.149 () {32 vars in 718 bytes} [Tue Apr 7 01:17:46 2026] GET /v2.0/trunks/c303c4b6-e7a2-437d-a5ef-41208e545b20 => generated 429 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2478] 10.0.0.149 () {32 vars in 716 bytes} [Tue Apr 7 01:17:46 2026] GET /v2.0/ports/b941671b-9ddc-4532-84ab-e1e67836550d => generated 826 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2479] 10.0.0.149 () {32 vars in 721 bytes} [Tue Apr 7 01:17:46 2026] DELETE /v2.0/trunks/c303c4b6-e7a2-437d-a5ef-41208e545b20 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2480] 10.0.0.149 () {34 vars in 676 bytes} [Tue Apr 7 01:17:45 2026] POST /v2.0/floatingips => generated 855 bytes in 916 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2481] 10.0.0.149 () {32 vars in 718 bytes} [Tue Apr 7 01:17:46 2026] GET /v2.0/trunks/2ac08dcf-05aa-43fe-ba47-24c382462ac6 => generated 414 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:17:46.437 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c12f1da0-f80d-4a68-9de3-e1307afbc05d'] response: {'name': 'network-changed', 'server_uuid': 'b16c2586-77c5-486a-a6e8-45234bb7f65f', 'tag': '36e80899-7d58-47c6-b4c7-6d608263948d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1246/2482] 10.0.0.149 () {32 vars in 716 bytes} [Tue Apr 7 01:17:46 2026] GET /v2.0/ports/e7fc39ab-5029-4098-aa5b-d647ec6199d3 => generated 826 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2483] 10.0.0.149 () {32 vars in 721 bytes} [Tue Apr 7 01:17:46 2026] DELETE /v2.0/trunks/2ac08dcf-05aa-43fe-ba47-24c382462ac6 => 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: 1247/2484] 10.0.0.149 () {32 vars in 718 bytes} [Tue Apr 7 01:17:46 2026] GET /v2.0/trunks/039174a7-d0b3-4269-a3ea-fbcefd4ff037 => generated 407 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2485] 10.0.0.149 () {32 vars in 716 bytes} [Tue Apr 7 01:17:46 2026] GET /v2.0/ports/50e9b642-c862-466d-93b4-c5f28f3975c9 => generated 826 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2486] 10.0.0.149 () {32 vars in 721 bytes} [Tue Apr 7 01:17:46 2026] DELETE /v2.0/trunks/039174a7-d0b3-4269-a3ea-fbcefd4ff037 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:17:46.773 8 INFO neutron_taas.services.taas.taas_plugin [None req-f998c963-60c7-4912-a658-21d72dc74d3f 3482a5fed7d94f0588f5fb94f34f649a 0d27758b0b01408092915d01a43d168a - - default default] TaaS: Handle Delete Port: fcb19373-273b-4738-ba12-ec17818b1e7e 2026-04-07 01:17:46.776 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f998c963-60c7-4912-a658-21d72dc74d3f 3482a5fed7d94f0588f5fb94f34f649a 0d27758b0b01408092915d01a43d168a - - default default] Tap Mirror: Handle Delete Port: fcb19373-273b-4738-ba12-ec17818b1e7e [pid: 8|app: 0|req: 1239/2487] 10.0.0.149 () {32 vars in 719 bytes} [Tue Apr 7 01:17:46 2026] DELETE /v2.0/ports/fcb19373-273b-4738-ba12-ec17818b1e7e => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:17:46.929 7 INFO neutron_taas.services.taas.taas_plugin [None req-e699f58e-640a-4992-9fdf-7e06ecdcbe9c 3482a5fed7d94f0588f5fb94f34f649a 0d27758b0b01408092915d01a43d168a - - default default] TaaS: Handle Delete Port: 0799f5e9-25ba-4904-91be-5d843e7bd3e1 2026-04-07 01:17:46.932 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e699f58e-640a-4992-9fdf-7e06ecdcbe9c 3482a5fed7d94f0588f5fb94f34f649a 0d27758b0b01408092915d01a43d168a - - default default] Tap Mirror: Handle Delete Port: 0799f5e9-25ba-4904-91be-5d843e7bd3e1 [pid: 8|app: 0|req: 1240/2488] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:17:46 2026] GET /v2.0/ports?tenant_id=0016bcee0368442ba696454e5eb0b3ee&device_id=b16c2586-77c5-486a-a6e8-45234bb7f65f => generated 1469 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2489] 10.0.0.149 () {32 vars in 719 bytes} [Tue Apr 7 01:17:46 2026] DELETE /v2.0/ports/0799f5e9-25ba-4904-91be-5d843e7bd3e1 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2490] 199.204.45.3 () {34 vars in 983 bytes} [Tue Apr 7 01:17:46 2026] GET /v2.0/networks?id=1ea40b8f-fdf0-444a-ae97-0d253fe38108 => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2491] 199.204.45.3 () {34 vars in 1055 bytes} [Tue Apr 7 01:17:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.207&port_id=36e80899-7d58-47c6-b4c7-6d608263948d => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2492] 199.204.45.3 () {34 vars in 1101 bytes} [Tue Apr 7 01:17:47 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3e&port_id=36e80899-7d58-47c6-b4c7-6d608263948d => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:17:47.127 7 INFO neutron_taas.services.taas.taas_plugin [None req-ab7e4e43-f7f1-4f42-b651-b58a5c332aeb 3482a5fed7d94f0588f5fb94f34f649a 0d27758b0b01408092915d01a43d168a - - default default] TaaS: Handle Delete Port: b941671b-9ddc-4532-84ab-e1e67836550d 2026-04-07 01:17:47.130 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab7e4e43-f7f1-4f42-b651-b58a5c332aeb 3482a5fed7d94f0588f5fb94f34f649a 0d27758b0b01408092915d01a43d168a - - default default] Tap Mirror: Handle Delete Port: b941671b-9ddc-4532-84ab-e1e67836550d [pid: 8|app: 0|req: 1244/2493] 199.204.45.3 () {34 vars in 1061 bytes} [Tue Apr 7 01:17:47 2026] GET /v2.0/subnets?id=62185a38-344f-44e9-a9d9-f7837e3de7c5&id=8080ec48-e3f9-4fa8-8b6a-071e948777db => generated 1415 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2494] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:17:47 2026] GET /v2.0/ports?network_id=1ea40b8f-fdf0-444a-ae97-0d253fe38108&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2495] 10.0.0.149 () {32 vars in 719 bytes} [Tue Apr 7 01:17:47 2026] DELETE /v2.0/ports/b941671b-9ddc-4532-84ab-e1e67836550d => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2496] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:17:47 2026] GET /v2.0/ports?network_id=1ea40b8f-fdf0-444a-ae97-0d253fe38108&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2497] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:17:47 2026] GET /v2.0/networks/1ea40b8f-fdf0-444a-ae97-0d253fe38108?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:17:47.319 7 INFO neutron_taas.services.taas.taas_plugin [None req-379677bc-6a79-456b-a67f-47d861c29a57 3482a5fed7d94f0588f5fb94f34f649a 0d27758b0b01408092915d01a43d168a - - default default] TaaS: Handle Delete Port: e7fc39ab-5029-4098-aa5b-d647ec6199d3 2026-04-07 01:17:47.321 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-379677bc-6a79-456b-a67f-47d861c29a57 3482a5fed7d94f0588f5fb94f34f649a 0d27758b0b01408092915d01a43d168a - - default default] Tap Mirror: Handle Delete Port: e7fc39ab-5029-4098-aa5b-d647ec6199d3 [pid: 8|app: 0|req: 1248/2498] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:17:47 2026] GET /v2.0/networks/1ea40b8f-fdf0-444a-ae97-0d253fe38108?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: 1251/2499] 10.0.0.149 () {32 vars in 719 bytes} [Tue Apr 7 01:17:47 2026] DELETE /v2.0/ports/e7fc39ab-5029-4098-aa5b-d647ec6199d3 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:17:47.498 8 INFO neutron_taas.services.taas.taas_plugin [None req-448cbcf0-73fd-4d35-b9fa-51c88acba5e8 3482a5fed7d94f0588f5fb94f34f649a 0d27758b0b01408092915d01a43d168a - - default default] TaaS: Handle Delete Port: 50e9b642-c862-466d-93b4-c5f28f3975c9 2026-04-07 01:17:47.501 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-448cbcf0-73fd-4d35-b9fa-51c88acba5e8 3482a5fed7d94f0588f5fb94f34f649a 0d27758b0b01408092915d01a43d168a - - default default] Tap Mirror: Handle Delete Port: 50e9b642-c862-466d-93b4-c5f28f3975c9 [pid: 8|app: 0|req: 1249/2500] 10.0.0.149 () {32 vars in 719 bytes} [Tue Apr 7 01:17:47 2026] DELETE /v2.0/ports/50e9b642-c862-466d-93b4-c5f28f3975c9 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:17:47.718 7 INFO neutron.services.segments.plugin [-] Segment 323d7d1a-9a85-48a6-9de1-5556d332893b resource provider aggregate not found 2026-04-07 01:17:47.720 7 INFO neutron.services.segments.plugin [-] Segment 323d7d1a-9a85-48a6-9de1-5556d332893b resource provider aggregate not found 2026-04-07 01:17:47.738 7 INFO neutron.services.segments.plugin [-] Segment 323d7d1a-9a85-48a6-9de1-5556d332893b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 323d7d1a-9a85-48a6-9de1-5556d332893b found for delete ", "request_id": "req-a0384e7c-2c9c-4765-86a7-966f521ac62e"}]} 2026-04-07 01:17:47.740 7 INFO neutron.services.segments.plugin [-] Segment 323d7d1a-9a85-48a6-9de1-5556d332893b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 323d7d1a-9a85-48a6-9de1-5556d332893b found for delete ", "request_id": "req-08792077-4f06-4e08-a57d-a36ef8de35d5"}]} [pid: 7|app: 0|req: 1252/2501] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:17:47 2026] DELETE /v2.0/networks/767fe070-c0b3-4152-9ba5-eee57567efec => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:17:47.879 8 INFO neutron.services.segments.plugin [-] Segment a8398d44-e810-4744-8c9c-f132f7b45073 resource provider aggregate not found 2026-04-07 01:17:47.883 8 INFO neutron.services.segments.plugin [-] Segment a8398d44-e810-4744-8c9c-f132f7b45073 resource provider aggregate not found 2026-04-07 01:17:47.898 8 INFO neutron.services.segments.plugin [-] Segment a8398d44-e810-4744-8c9c-f132f7b45073 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8398d44-e810-4744-8c9c-f132f7b45073 found for delete ", "request_id": "req-0a085cc5-6389-414f-8d68-21241ab35d08"}]} [pid: 8|app: 0|req: 1250/2502] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:17:47 2026] DELETE /v2.0/networks/5e33cf56-6a55-4a92-951b-599727628990 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:17:47.905 8 INFO neutron.services.segments.plugin [-] Segment a8398d44-e810-4744-8c9c-f132f7b45073 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8398d44-e810-4744-8c9c-f132f7b45073 found for delete ", "request_id": "req-d12d5dac-bf02-47eb-8540-7afe77c0c113"}]} [pid: 7|app: 0|req: 1253/2503] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:17:47 2026] DELETE /v2.0/networks/c43afba9-6a37-46b7-a811-d3ee56def4de => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2504] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:17:48 2026] DELETE /v2.0/networks/bc4ea1be-c84d-4546-bcd4-c000ea45f494 => 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: 1254/2505] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:17:48 2026] DELETE /v2.0/networks/7efd3cfd-404e-46b7-ac9b-47c87e165a09 => 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: 1252/2506] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:17:49 2026] GET /v2.0/security-groups?tenant_id=6d5895b44f6946c394bb6e098438f137&name=default => generated 2929 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2507] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:17:49 2026] DELETE /v2.0/security-groups/47f9aec8-5fe2-4959-ae36-14e1cb3d92ea => 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: 1253/2508] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:17:49 2026] GET /v2.0/security-groups?tenant_id=d3260dda1ade43ad96e870cd23f10c82&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:17:49.759 7 INFO neutron.services.segments.plugin [-] Segment 206c8f17-e689-4e9a-9db1-ca4029de31e9 resource provider aggregate not found 2026-04-07 01:17:49.768 7 INFO neutron.services.segments.plugin [-] Segment 206c8f17-e689-4e9a-9db1-ca4029de31e9 resource provider aggregate not found 2026-04-07 01:17:49.779 7 INFO neutron.services.segments.plugin [-] Segment 206c8f17-e689-4e9a-9db1-ca4029de31e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 206c8f17-e689-4e9a-9db1-ca4029de31e9 found for delete ", "request_id": "req-42d6102e-3e83-4412-9789-c3f5035ca959"}]} 2026-04-07 01:17:49.786 7 INFO neutron.services.segments.plugin [-] Segment 206c8f17-e689-4e9a-9db1-ca4029de31e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 206c8f17-e689-4e9a-9db1-ca4029de31e9 found for delete ", "request_id": "req-ad77e74e-c0a1-4381-b4d6-1926d4b12332"}]} 2026-04-07 01:17:49.796 7 INFO neutron.services.segments.plugin [-] Segment 3d8a6c42-493e-4d12-99f8-fb523b78221e resource provider aggregate not found 2026-04-07 01:17:49.804 7 INFO neutron.services.segments.plugin [-] Segment 3d8a6c42-493e-4d12-99f8-fb523b78221e resource provider aggregate not found 2026-04-07 01:17:49.818 7 INFO neutron.services.segments.plugin [-] Segment 3d8a6c42-493e-4d12-99f8-fb523b78221e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d8a6c42-493e-4d12-99f8-fb523b78221e found for delete ", "request_id": "req-1f93d2c3-501e-4818-99ff-dce06df14156"}]} 2026-04-07 01:17:49.821 7 INFO neutron.services.segments.plugin [-] Segment 3d8a6c42-493e-4d12-99f8-fb523b78221e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d8a6c42-493e-4d12-99f8-fb523b78221e found for delete ", "request_id": "req-a3d3ec9a-0dc0-40bf-bdea-ee25e74e4cd1"}]} [pid: 7|app: 0|req: 1256/2509] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:17:49 2026] DELETE /v2.0/security-groups/64a94c1c-49ce-414d-8fda-cd0b245cd8b9 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:17:49.918 8 INFO neutron.services.segments.plugin [-] Segment 61364d70-0559-4f06-9d52-37e83fdc1498 resource provider aggregate not found 2026-04-07 01:17:49.922 8 INFO neutron.services.segments.plugin [-] Segment 61364d70-0559-4f06-9d52-37e83fdc1498 resource provider aggregate not found 2026-04-07 01:17:49.934 8 INFO neutron.services.segments.plugin [-] Segment 61364d70-0559-4f06-9d52-37e83fdc1498 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61364d70-0559-4f06-9d52-37e83fdc1498 found for delete ", "request_id": "req-092155cc-238c-41a1-8f20-8679bbc11c6d"}]} 2026-04-07 01:17:49.936 8 INFO neutron.services.segments.plugin [-] Segment 61364d70-0559-4f06-9d52-37e83fdc1498 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61364d70-0559-4f06-9d52-37e83fdc1498 found for delete ", "request_id": "req-483a7070-ed9a-455b-ba24-eeaecb216238"}]} [pid: 8|app: 0|req: 1254/2510] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:17:50 2026] GET /v2.0/security-groups?tenant_id=0d27758b0b01408092915d01a43d168a&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2511] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:17:50 2026] DELETE /v2.0/security-groups/cc17f750-c0c5-4eff-9b34-4c01e5af216d => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2512] 10.0.0.92 () {34 vars in 988 bytes} [Tue Apr 7 01:17:51 2026] GET /v2.0/ports?device_id=b16c2586-77c5-486a-a6e8-45234bb7f65f => generated 1469 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2513] 10.0.0.92 () {34 vars in 1038 bytes} [Tue Apr 7 01:17:51 2026] GET /v2.0/security-groups?id=ff655a93-91ba-4dbd-9c6c-e3e56c23b0a1&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2514] 10.0.0.149 () {34 vars in 675 bytes} [Tue Apr 7 01:17:53 2026] POST /v2.0/floatingips => generated 552 bytes in 712 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2515] 10.0.0.149 () {34 vars in 758 bytes} [Tue Apr 7 01:17:53 2026] PUT /v2.0/floatingips/5a6a0dc4-8752-4aef-a581-6cebe7b6d4fc/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2516] 10.0.0.149 () {32 vars in 738 bytes} [Tue Apr 7 01:17:53 2026] GET /v2.0/floatingips/5a6a0dc4-8752-4aef-a581-6cebe7b6d4fc/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2517] 10.0.0.149 () {34 vars in 769 bytes} [Tue Apr 7 01:17:53 2026] PUT /v2.0/floatingips/5a6a0dc4-8752-4aef-a581-6cebe7b6d4fc/tags/green => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2518] 10.0.0.149 () {32 vars in 738 bytes} [Tue Apr 7 01:17:54 2026] GET /v2.0/floatingips/5a6a0dc4-8752-4aef-a581-6cebe7b6d4fc/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2521] 10.0.0.149 () {34 vars in 765 bytes} [Tue Apr 7 01:17:54 2026] PUT /v2.0/floatingips/5a6a0dc4-8752-4aef-a581-6cebe7b6d4fc/tags/red => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2522] 10.0.0.149 () {32 vars in 738 bytes} [Tue Apr 7 01:17:54 2026] GET /v2.0/floatingips/5a6a0dc4-8752-4aef-a581-6cebe7b6d4fc/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2523] 10.0.0.149 () {34 vars in 787 bytes} [Tue Apr 7 01:17:54 2026] PUT /v2.0/floatingips/5a6a0dc4-8752-4aef-a581-6cebe7b6d4fc/tags/black.or.white => 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: 1262/2524] 10.0.0.149 () {32 vars in 738 bytes} [Tue Apr 7 01:17:54 2026] GET /v2.0/floatingips/5a6a0dc4-8752-4aef-a581-6cebe7b6d4fc/tags => generated 52 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2525] 10.0.0.149 () {34 vars in 758 bytes} [Tue Apr 7 01:17:54 2026] PUT /v2.0/floatingips/5a6a0dc4-8752-4aef-a581-6cebe7b6d4fc/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2526] 10.0.0.149 () {32 vars in 738 bytes} [Tue Apr 7 01:17:54 2026] GET /v2.0/floatingips/5a6a0dc4-8752-4aef-a581-6cebe7b6d4fc/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2527] 10.0.0.149 () {32 vars in 746 bytes} [Tue Apr 7 01:17:54 2026] GET /v2.0/floatingips/5a6a0dc4-8752-4aef-a581-6cebe7b6d4fc/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:17:54.485 8 INFO neutron.api.v2.resource [None req-4e0d6e1f-a814-4f5f-9531-d0aecb7a60e7 bc62bd3e497541678956c14983443ff7 5ce2c8c85fc64a5dbb7c14924e6ecca7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1264/2528] 10.0.0.149 () {32 vars in 750 bytes} [Tue Apr 7 01:17:54 2026] GET /v2.0/floatingips/5a6a0dc4-8752-4aef-a581-6cebe7b6d4fc/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2529] 10.0.0.149 () {32 vars in 749 bytes} [Tue Apr 7 01:17:54 2026] DELETE /v2.0/floatingips/5a6a0dc4-8752-4aef-a581-6cebe7b6d4fc/tags/red => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2530] 10.0.0.149 () {32 vars in 738 bytes} [Tue Apr 7 01:17:54 2026] GET /v2.0/floatingips/5a6a0dc4-8752-4aef-a581-6cebe7b6d4fc/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:17:54.636 7 INFO neutron.api.v2.resource [None req-8d70f04d-fb17-4e76-b543-a12a444b929b bc62bd3e497541678956c14983443ff7 5ce2c8c85fc64a5dbb7c14924e6ecca7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1266/2531] 10.0.0.149 () {32 vars in 753 bytes} [Tue Apr 7 01:17:54 2026] DELETE /v2.0/floatingips/5a6a0dc4-8752-4aef-a581-6cebe7b6d4fc/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2532] 10.0.0.149 () {32 vars in 741 bytes} [Tue Apr 7 01:17:54 2026] DELETE /v2.0/floatingips/5a6a0dc4-8752-4aef-a581-6cebe7b6d4fc/tags => 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: 1267/2533] 10.0.0.149 () {32 vars in 738 bytes} [Tue Apr 7 01:17:54 2026] GET /v2.0/floatingips/5a6a0dc4-8752-4aef-a581-6cebe7b6d4fc/tags => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:17:54.847 8 INFO neutron_taas.services.taas.taas_plugin [None req-69b7b3a8-ebbb-4b14-9d2c-c0ad56f5f429 bc62bd3e497541678956c14983443ff7 5ce2c8c85fc64a5dbb7c14924e6ecca7 - - default default] TaaS: Handle Delete Port: 7be97362-de7e-40eb-98de-b9da3a6c389b 2026-04-07 01:17:54.850 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69b7b3a8-ebbb-4b14-9d2c-c0ad56f5f429 bc62bd3e497541678956c14983443ff7 5ce2c8c85fc64a5dbb7c14924e6ecca7 - - default default] Tap Mirror: Handle Delete Port: 7be97362-de7e-40eb-98de-b9da3a6c389b [pid: 8|app: 0|req: 1267/2534] 10.0.0.149 () {32 vars in 731 bytes} [Tue Apr 7 01:17:54 2026] DELETE /v2.0/floatingips/5a6a0dc4-8752-4aef-a581-6cebe7b6d4fc => generated 0 bytes in 274 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2535] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:17:55 2026] GET /v2.0/security-groups?tenant_id=db8559bb24934571b71c5aadd171aee8&name=default => generated 2929 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2536] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:17:55 2026] DELETE /v2.0/security-groups/853dec09-93b4-4047-9063-d2e65e434727 => 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: 1269/2537] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:17:56 2026] GET /v2.0/security-groups?tenant_id=5ce2c8c85fc64a5dbb7c14924e6ecca7&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2538] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:17:56 2026] DELETE /v2.0/security-groups/93e1b51f-e1b8-46f5-8af7-43503f1620ad => 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: 1270/2539] 10.0.0.149 () {34 vars in 677 bytes} [Tue Apr 7 01:17:59 2026] POST /v2.0/qos/policies => generated 359 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2540] 10.0.0.149 () {34 vars in 752 bytes} [Tue Apr 7 01:17:59 2026] PUT /v2.0/policies/aae878df-b80f-40a5-b965-9e27a058b0b5/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: 1271/2541] 10.0.0.149 () {32 vars in 732 bytes} [Tue Apr 7 01:17:59 2026] GET /v2.0/policies/aae878df-b80f-40a5-b965-9e27a058b0b5/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: 1271/2542] 10.0.0.149 () {34 vars in 763 bytes} [Tue Apr 7 01:17:59 2026] PUT /v2.0/policies/aae878df-b80f-40a5-b965-9e27a058b0b5/tags/green => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2543] 10.0.0.149 () {32 vars in 732 bytes} [Tue Apr 7 01:17:59 2026] GET /v2.0/policies/aae878df-b80f-40a5-b965-9e27a058b0b5/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: 1272/2544] 10.0.0.149 () {34 vars in 759 bytes} [Tue Apr 7 01:17:59 2026] PUT /v2.0/policies/aae878df-b80f-40a5-b965-9e27a058b0b5/tags/red => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2545] 10.0.0.149 () {32 vars in 732 bytes} [Tue Apr 7 01:17:59 2026] GET /v2.0/policies/aae878df-b80f-40a5-b965-9e27a058b0b5/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2546] 10.0.0.149 () {34 vars in 781 bytes} [Tue Apr 7 01:17:59 2026] PUT /v2.0/policies/aae878df-b80f-40a5-b965-9e27a058b0b5/tags/black.or.white => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2547] 10.0.0.149 () {32 vars in 732 bytes} [Tue Apr 7 01:17:59 2026] GET /v2.0/policies/aae878df-b80f-40a5-b965-9e27a058b0b5/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: 1274/2548] 10.0.0.149 () {34 vars in 752 bytes} [Tue Apr 7 01:17:59 2026] PUT /v2.0/policies/aae878df-b80f-40a5-b965-9e27a058b0b5/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2549] 10.0.0.149 () {32 vars in 732 bytes} [Tue Apr 7 01:17:59 2026] GET /v2.0/policies/aae878df-b80f-40a5-b965-9e27a058b0b5/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2550] 10.0.0.149 () {32 vars in 740 bytes} [Tue Apr 7 01:17:59 2026] GET /v2.0/policies/aae878df-b80f-40a5-b965-9e27a058b0b5/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:17:59.896 7 INFO neutron.api.v2.resource [None req-5c72d8ae-20d5-4ed0-9492-bfc8547351c4 f8d4a53e05c44d57b0979ca4db78a9d6 22912f7ebe76404f80fc52d6985ac721 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1276/2551] 10.0.0.149 () {32 vars in 744 bytes} [Tue Apr 7 01:17:59 2026] GET /v2.0/policies/aae878df-b80f-40a5-b965-9e27a058b0b5/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2552] 10.0.0.149 () {32 vars in 743 bytes} [Tue Apr 7 01:17:59 2026] DELETE /v2.0/policies/aae878df-b80f-40a5-b965-9e27a058b0b5/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2553] 10.0.0.149 () {32 vars in 732 bytes} [Tue Apr 7 01:17:59 2026] GET /v2.0/policies/aae878df-b80f-40a5-b965-9e27a058b0b5/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:18:00.023 8 INFO neutron.api.v2.resource [None req-fc9aad90-01f2-4258-b799-7551ccaa4870 f8d4a53e05c44d57b0979ca4db78a9d6 22912f7ebe76404f80fc52d6985ac721 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1277/2554] 10.0.0.149 () {32 vars in 747 bytes} [Tue Apr 7 01:17:59 2026] DELETE /v2.0/policies/aae878df-b80f-40a5-b965-9e27a058b0b5/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2555] 10.0.0.149 () {32 vars in 735 bytes} [Tue Apr 7 01:18:00 2026] DELETE /v2.0/policies/aae878df-b80f-40a5-b965-9e27a058b0b5/tags => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2556] 10.0.0.149 () {32 vars in 732 bytes} [Tue Apr 7 01:18:00 2026] GET /v2.0/policies/aae878df-b80f-40a5-b965-9e27a058b0b5/tags => 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: 1279/2557] 10.0.0.149 () {32 vars in 733 bytes} [Tue Apr 7 01:18:00 2026] DELETE /v2.0/qos/policies/aae878df-b80f-40a5-b965-9e27a058b0b5 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2558] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:18:00 2026] GET /v2.0/security-groups?tenant_id=c86e2acbeb4940ebaa360b089593d423&name=default => generated 2929 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2559] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:18:00 2026] DELETE /v2.0/security-groups/1b1d099e-e96f-4789-b94b-73bffdf23acb => 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: 1280/2560] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:18:01 2026] GET /v2.0/security-groups?tenant_id=22912f7ebe76404f80fc52d6985ac721&name=default => generated 2929 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2561] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:18:01 2026] DELETE /v2.0/security-groups/55bec186-45fb-4ba7-a1e2-926168b95f0c => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2562] 10.0.0.149 () {32 vars in 720 bytes} [Tue Apr 7 01:18:02 2026] GET /v2.0/subnets/6cadb910-8997-4402-9042-3dab37c736dc => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2563] 10.0.0.192 () {30 vars in 689 bytes} [Tue Apr 7 01:18:03 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2564] 10.0.0.192 () {30 vars in 691 bytes} [Tue Apr 7 01:18:03 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2565] 10.0.0.192 () {30 vars in 667 bytes} [Tue Apr 7 01:18:03 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: 1283/2566] 10.0.0.192 () {30 vars in 703 bytes} [Tue Apr 7 01:18:03 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2567] 10.0.0.192 () {28 vars in 438 bytes} [Tue Apr 7 01:18:03 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: 1284/2568] 10.0.0.192 () {30 vars in 727 bytes} [Tue Apr 7 01:18:03 2026] GET /v2.0/subnets/6cadb910-8997-4402-9042-3dab37c736dc => generated 658 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2569] 10.0.0.192 () {30 vars in 689 bytes} [Tue Apr 7 01:18:03 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: 1285/2570] 10.0.0.192 () {30 vars in 691 bytes} [Tue Apr 7 01:18:03 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2571] 10.0.0.192 () {30 vars in 667 bytes} [Tue Apr 7 01:18:03 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: 1286/2572] 10.0.0.192 () {30 vars in 703 bytes} [Tue Apr 7 01:18:03 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: 1287/2573] 10.0.0.192 () {30 vars in 727 bytes} [Tue Apr 7 01:18:03 2026] GET /v2.0/subnets/6cadb910-8997-4402-9042-3dab37c736dc => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2574] 10.0.0.192 () {30 vars in 689 bytes} [Tue Apr 7 01:18:04 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: 1288/2575] 10.0.0.192 () {30 vars in 691 bytes} [Tue Apr 7 01:18:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2576] 10.0.0.192 () {30 vars in 667 bytes} [Tue Apr 7 01:18:04 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: 1289/2577] 10.0.0.192 () {30 vars in 703 bytes} [Tue Apr 7 01:18:04 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2578] 10.0.0.192 () {30 vars in 729 bytes} [Tue Apr 7 01:18:04 2026] GET /v2.0/networks/60bd8142-74d5-4a62-8f88-b7821cda2dd2 => generated 799 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2579] 10.0.0.192 () {30 vars in 681 bytes} [Tue Apr 7 01:18:04 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2580] 10.0.0.192 () {34 vars in 703 bytes} [Tue Apr 7 01:18:04 2026] POST /v2.0/ports => generated 1132 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-07 01:18:04.585 7 INFO neutron.db.segments_db [None req-73d5ba06-e9f6-4a57-97cf-2d69f259d46a 60ed6c318fd84bb49da12c16727f8e13 ebc774b09b514610aa6d96024e1f38bb - - default default] Added segment f985b860-39ec-4dc6-8678-91927bec4c48 of type vxlan for network aae51254-dd78-4a26-b7d0-538be5390176 [pid: 7|app: 0|req: 1291/2581] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:18:04 2026] POST /v2.0/networks => generated 631 bytes in 249 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: 1291/2582] 10.0.0.149 () {34 vars in 668 bytes} [Tue Apr 7 01:18:04 2026] POST /v2.0/subnets => generated 626 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2583] 10.0.0.149 () {34 vars in 750 bytes} [Tue Apr 7 01:18:04 2026] PUT /v2.0/subnets/09faadb0-c2e1-41cc-9060-2437ff3c352c/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: 1292/2584] 10.0.0.149 () {32 vars in 730 bytes} [Tue Apr 7 01:18:04 2026] GET /v2.0/subnets/09faadb0-c2e1-41cc-9060-2437ff3c352c/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2585] 10.0.0.149 () {34 vars in 761 bytes} [Tue Apr 7 01:18:04 2026] PUT /v2.0/subnets/09faadb0-c2e1-41cc-9060-2437ff3c352c/tags/green => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2586] 10.0.0.149 () {32 vars in 730 bytes} [Tue Apr 7 01:18:05 2026] GET /v2.0/subnets/09faadb0-c2e1-41cc-9060-2437ff3c352c/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2587] 10.0.0.149 () {34 vars in 757 bytes} [Tue Apr 7 01:18:05 2026] PUT /v2.0/subnets/09faadb0-c2e1-41cc-9060-2437ff3c352c/tags/red => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2588] 10.0.0.149 () {32 vars in 730 bytes} [Tue Apr 7 01:18:05 2026] GET /v2.0/subnets/09faadb0-c2e1-41cc-9060-2437ff3c352c/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2589] 10.0.0.149 () {34 vars in 779 bytes} [Tue Apr 7 01:18:05 2026] PUT /v2.0/subnets/09faadb0-c2e1-41cc-9060-2437ff3c352c/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: 8|app: 0|req: 1295/2590] 10.0.0.149 () {32 vars in 730 bytes} [Tue Apr 7 01:18:05 2026] GET /v2.0/subnets/09faadb0-c2e1-41cc-9060-2437ff3c352c/tags => generated 52 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2591] 10.0.0.149 () {34 vars in 750 bytes} [Tue Apr 7 01:18:05 2026] PUT /v2.0/subnets/09faadb0-c2e1-41cc-9060-2437ff3c352c/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2592] 10.0.0.149 () {32 vars in 730 bytes} [Tue Apr 7 01:18:05 2026] GET /v2.0/subnets/09faadb0-c2e1-41cc-9060-2437ff3c352c/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2593] 10.0.0.149 () {32 vars in 738 bytes} [Tue Apr 7 01:18:05 2026] GET /v2.0/subnets/09faadb0-c2e1-41cc-9060-2437ff3c352c/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:18:05.491 8 INFO neutron.api.v2.resource [None req-df8ddd76-87d6-4641-a857-db3748f7b797 60ed6c318fd84bb49da12c16727f8e13 ebc774b09b514610aa6d96024e1f38bb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1297/2594] 10.0.0.149 () {32 vars in 742 bytes} [Tue Apr 7 01:18:05 2026] GET /v2.0/subnets/09faadb0-c2e1-41cc-9060-2437ff3c352c/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2595] 10.0.0.149 () {32 vars in 741 bytes} [Tue Apr 7 01:18:05 2026] DELETE /v2.0/subnets/09faadb0-c2e1-41cc-9060-2437ff3c352c/tags/red => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2596] 10.0.0.149 () {32 vars in 730 bytes} [Tue Apr 7 01:18:05 2026] GET /v2.0/subnets/09faadb0-c2e1-41cc-9060-2437ff3c352c/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:18:05.631 7 INFO neutron.api.v2.resource [None req-9a8f8526-bd20-46fb-8188-0462af65b3de 60ed6c318fd84bb49da12c16727f8e13 ebc774b09b514610aa6d96024e1f38bb - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1299/2597] 10.0.0.149 () {32 vars in 745 bytes} [Tue Apr 7 01:18:05 2026] DELETE /v2.0/subnets/09faadb0-c2e1-41cc-9060-2437ff3c352c/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2598] 10.0.0.149 () {32 vars in 733 bytes} [Tue Apr 7 01:18:05 2026] DELETE /v2.0/subnets/09faadb0-c2e1-41cc-9060-2437ff3c352c/tags => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2599] 10.0.0.149 () {32 vars in 730 bytes} [Tue Apr 7 01:18:05 2026] GET /v2.0/subnets/09faadb0-c2e1-41cc-9060-2437ff3c352c/tags => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2600] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:18:05 2026] DELETE /v2.0/subnets/09faadb0-c2e1-41cc-9060-2437ff3c352c => 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: 1301/2601] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:18:05 2026] DELETE /v2.0/networks/aae51254-dd78-4a26-b7d0-538be5390176 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:18:06.194 7 INFO neutron.services.segments.plugin [-] Segment f985b860-39ec-4dc6-8678-91927bec4c48 resource provider aggregate not found 2026-04-07 01:18:06.200 7 INFO neutron.services.segments.plugin [-] Segment f985b860-39ec-4dc6-8678-91927bec4c48 resource provider aggregate not found 2026-04-07 01:18:06.213 7 INFO neutron.services.segments.plugin [-] Segment f985b860-39ec-4dc6-8678-91927bec4c48 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f985b860-39ec-4dc6-8678-91927bec4c48 found for delete ", "request_id": "req-987fb62e-f91e-4055-89d8-5f7806557e10"}]} 2026-04-07 01:18:06.220 7 INFO neutron.services.segments.plugin [-] Segment f985b860-39ec-4dc6-8678-91927bec4c48 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f985b860-39ec-4dc6-8678-91927bec4c48 found for delete ", "request_id": "req-59db2d8a-f5a9-4cd8-941c-4705d71edb3d"}]} [pid: 8|app: 0|req: 1301/2602] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:18:06 2026] GET /v2.0/security-groups?tenant_id=7bca8b5088b84463bebe260513964e00&name=default => generated 2929 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2603] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:18:06 2026] DELETE /v2.0/security-groups/0850ae06-2bc9-4376-b2a5-99d25f032d77 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2604] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:18:06 2026] GET /v2.0/security-groups?tenant_id=ebc774b09b514610aa6d96024e1f38bb&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2605] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:18:06 2026] DELETE /v2.0/security-groups/d8f2885f-7925-4f1a-9212-4cb68189df5d => 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: 1303/2606] 199.204.45.3 () {30 vars in 700 bytes} [Tue Apr 7 01:18:07 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2607] 199.204.45.3 () {30 vars in 702 bytes} [Tue Apr 7 01:18:07 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2608] 199.204.45.3 () {30 vars in 678 bytes} [Tue Apr 7 01:18:07 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: 1305/2609] 199.204.45.3 () {30 vars in 714 bytes} [Tue Apr 7 01:18:07 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: 1305/2610] 199.204.45.3 () {30 vars in 734 bytes} [Tue Apr 7 01:18:07 2026] GET /v2.0/ports/f5f19efe-fbcf-4777-a9b5-5478ced92984 => 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: 1306/2611] 199.204.45.3 () {30 vars in 700 bytes} [Tue Apr 7 01:18:07 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: 1306/2612] 199.204.45.3 () {30 vars in 702 bytes} [Tue Apr 7 01:18:07 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2613] 199.204.45.3 () {30 vars in 678 bytes} [Tue Apr 7 01:18:07 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: 1307/2614] 199.204.45.3 () {30 vars in 714 bytes} [Tue Apr 7 01:18:07 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-04-07 01:18:07.705 7 INFO neutron.api.v2.resource [None req-03f1f365-50ac-4218-92cd-270e76e64915 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1308/2615] 199.204.45.3 () {30 vars in 760 bytes} [Tue Apr 7 01:18:07 2026] GET /v2.0/security-groups/lb-a356e214-aab6-47e6-bede-64675bb8028d => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2616] 199.204.45.3 () {30 vars in 782 bytes} [Tue Apr 7 01:18:07 2026] GET /v2.0/security-groups?name=lb-a356e214-aab6-47e6-bede-64675bb8028d => generated 23 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2617] 199.204.45.3 () {34 vars in 733 bytes} [Tue Apr 7 01:18:07 2026] POST /v2.0/security-groups => generated 1638 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2618] 199.204.45.3 () {30 vars in 812 bytes} [Tue Apr 7 01:18:07 2026] GET /v2.0/security-group-rules?security_group_id=994b8457-02ac-497f-a474-46cbb86150e8 => generated 1182 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2619] 199.204.45.3 () {34 vars in 786 bytes} [Tue Apr 7 01:18:07 2026] PUT /v2.0/ports/f5f19efe-fbcf-4777-a9b5-5478ced92984 => generated 1132 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2620] 199.204.45.3 () {30 vars in 700 bytes} [Tue Apr 7 01:18:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1311/2621] 199.204.45.3 () {30 vars in 702 bytes} [Tue Apr 7 01:18:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2622] 199.204.45.3 () {30 vars in 678 bytes} [Tue Apr 7 01:18:08 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: 1312/2623] 199.204.45.3 () {30 vars in 714 bytes} [Tue Apr 7 01:18:08 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2624] 199.204.45.3 () {30 vars in 738 bytes} [Tue Apr 7 01:18:08 2026] GET /v2.0/subnets/6cadb910-8997-4402-9042-3dab37c736dc => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2627] 10.0.0.195 () {34 vars in 1015 bytes} [Tue Apr 7 01:18:15 2026] GET /v2.0/security-groups?id=1080440e-9197-4052-b94c-6d23e636206d&fields=id => generated 69 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2628] 10.0.0.195 () {34 vars in 981 bytes} [Tue Apr 7 01:18:15 2026] GET /v2.0/networks?id=e336a44e-7667-4d00-9298-a0b7f6dc2033 => generated 735 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2629] 10.0.0.195 () {34 vars in 964 bytes} [Tue Apr 7 01:18:15 2026] GET /v2.0/quotas/07b570ba4b824f1eb4fa69916f106aa0 => generated 291 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2630] 10.0.0.195 () {34 vars in 1001 bytes} [Tue Apr 7 01:18:15 2026] GET /v2.0/ports?tenant_id=07b570ba4b824f1eb4fa69916f106aa0&fields=id => generated 149 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2631] 10.0.0.195 () {34 vars in 1007 bytes} [Tue Apr 7 01:18:15 2026] GET /v2.0/networks/e336a44e-7667-4d00-9298-a0b7f6dc2033?fields=segments => generated 14 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2632] 10.0.0.195 () {34 vars in 1107 bytes} [Tue Apr 7 01:18:15 2026] GET /v2.0/networks/e336a44e-7667-4d00-9298-a0b7f6dc2033?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2633] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:18:16 2026] GET /v2.0/ports?device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2634] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:18:16 2026] GET /v2.0/ports?device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => 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: 1318/2635] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:18:19 2026] GET /v2.0/ports?device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => 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: 1318/2636] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:18:19 2026] GET /v2.0/ports?device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => 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: 1319/2637] 199.204.45.3 () {34 vars in 983 bytes} [Tue Apr 7 01:18:20 2026] GET /v2.0/networks?id=e336a44e-7667-4d00-9298-a0b7f6dc2033 => generated 735 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2638] 199.204.45.3 () {34 vars in 1047 bytes} [Tue Apr 7 01:18:20 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=07b570ba4b824f1eb4fa69916f106aa0 => generated 343 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2639] 199.204.45.3 () {38 vars in 952 bytes} [Tue Apr 7 01:18:20 2026] POST /v2.0/ports => generated 1078 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2640] 199.204.45.3 () {38 vars in 1025 bytes} [Tue Apr 7 01:18:20 2026] PUT /v2.0/ports/b51d197f-6add-494d-9c97-c3a7e6c8b234 => generated 1239 bytes in 478 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:18:21.385 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-96064cd3-2518-4f8a-b249-c302ff77af0e'] response: {'name': 'network-changed', 'server_uuid': '28815f3b-d5a6-43c2-8f2c-2e265614e970', 'tag': 'b51d197f-6add-494d-9c97-c3a7e6c8b234', '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: 1321/2641] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:18:21 2026] GET /v2.0/ports?tenant_id=07b570ba4b824f1eb4fa69916f106aa0&device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => generated 1242 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: 1321/2642] 199.204.45.3 () {34 vars in 1015 bytes} [Tue Apr 7 01:18:21 2026] GET /v2.0/networks?tenant_id=07b570ba4b824f1eb4fa69916f106aa0&shared=False => generated 735 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2643] 199.204.45.3 () {34 vars in 927 bytes} [Tue Apr 7 01:18:21 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2644] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:18:22 2026] GET /v2.0/ports?device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2645] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:18:22 2026] GET /v2.0/security-groups?id=1080440e-9197-4052-b94c-6d23e636206d&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2646] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:18:22 2026] GET /v2.0/ports?device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2647] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:18:23 2026] GET /v2.0/ports?tenant_id=07b570ba4b824f1eb4fa69916f106aa0&device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => 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: 1324/2648] 199.204.45.3 () {34 vars in 1057 bytes} [Tue Apr 7 01:18:23 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.42&port_id=b51d197f-6add-494d-9c97-c3a7e6c8b234 => 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: 1325/2649] 199.204.45.3 () {34 vars in 981 bytes} [Tue Apr 7 01:18:23 2026] GET /v2.0/subnets?id=2fead91e-4147-4038-82e3-332073abe2f3 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2650] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:18:23 2026] GET /v2.0/ports?network_id=e336a44e-7667-4d00-9298-a0b7f6dc2033&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: 1326/2651] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:18:23 2026] GET /v2.0/networks/e336a44e-7667-4d00-9298-a0b7f6dc2033?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: 1326/2652] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:18:23 2026] GET /v2.0/networks/e336a44e-7667-4d00-9298-a0b7f6dc2033?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2655] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:18:24 2026] GET /v2.0/ports?device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2656] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:18:24 2026] GET /v2.0/security-groups?id=1080440e-9197-4052-b94c-6d23e636206d&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2657] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:18:24 2026] GET /v2.0/ports?device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2658] 199.204.45.3 () {34 vars in 991 bytes} [Tue Apr 7 01:18:27 2026] GET /v2.0/ports?device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2659] 199.204.45.3 () {34 vars in 1041 bytes} [Tue Apr 7 01:18:27 2026] GET /v2.0/security-groups?id=1080440e-9197-4052-b94c-6d23e636206d&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2660] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:18:27 2026] GET /v2.0/ports?device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => 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: 1331/2661] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:18:27 2026] GET /v2.0/security-groups?id=1080440e-9197-4052-b94c-6d23e636206d&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2662] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:18:27 2026] GET /v2.0/ports?device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2663] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:18:30 2026] GET /v2.0/ports?device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => 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: 1332/2664] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:18:30 2026] GET /v2.0/security-groups?id=1080440e-9197-4052-b94c-6d23e636206d&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2665] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:18:30 2026] GET /v2.0/ports?device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => 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: 1335/2670] 199.204.45.3 () {30 vars in 700 bytes} [Tue Apr 7 01: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: 1336/2671] 199.204.45.3 () {30 vars in 702 bytes} [Tue Apr 7 01:19:05 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: 1336/2672] 199.204.45.3 () {30 vars in 678 bytes} [Tue Apr 7 01:19:05 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2673] 199.204.45.3 () {30 vars in 714 bytes} [Tue Apr 7 01:19:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2674] 199.204.45.3 () {30 vars in 738 bytes} [Tue Apr 7 01:19:05 2026] GET /v2.0/subnets/6cadb910-8997-4402-9042-3dab37c736dc => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2675] 199.204.45.3 () {30 vars in 766 bytes} [Tue Apr 7 01:19:05 2026] GET /v2.0/ports?device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => 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: 1338/2676] 199.204.45.3 () {34 vars in 714 bytes} [Tue Apr 7 01:19:05 2026] POST /v2.0/ports => generated 1059 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2677] 10.0.0.195 () {34 vars in 970 bytes} [Tue Apr 7 01:19:05 2026] GET /v2.0/ports/369fdba3-6c2e-491d-bdbf-393831ef6d52 => generated 1059 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2678] 10.0.0.195 () {34 vars in 906 bytes} [Tue Apr 7 01:19:06 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: 8|app: 0|req: 1340/2679] 199.204.45.3 () {34 vars in 1259 bytes} [Tue Apr 7 01:19:07 2026] GET /v2.0/ports/369fdba3-6c2e-491d-bdbf-393831ef6d52?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2680] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:19:07 2026] GET /v2.0/networks/60bd8142-74d5-4a62-8f88-b7821cda2dd2?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: 1341/2681] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:19:07 2026] GET /v2.0/networks/60bd8142-74d5-4a62-8f88-b7821cda2dd2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2682] 199.204.45.3 () {34 vars in 972 bytes} [Tue Apr 7 01:19:07 2026] GET /v2.0/ports/369fdba3-6c2e-491d-bdbf-393831ef6d52 => generated 1059 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2683] 199.204.45.3 () {34 vars in 983 bytes} [Tue Apr 7 01:19:07 2026] GET /v2.0/networks?id=60bd8142-74d5-4a62-8f88-b7821cda2dd2 => generated 802 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2684] 199.204.45.3 () {38 vars in 1025 bytes} [Tue Apr 7 01:19:07 2026] PUT /v2.0/ports/369fdba3-6c2e-491d-bdbf-393831ef6d52 => generated 1249 bytes in 343 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:19:08.197 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-35e7b7db-14c0-44b8-81dc-9a9bc973e492'] response: {'name': 'network-changed', 'server_uuid': '28815f3b-d5a6-43c2-8f2c-2e265614e970', 'tag': '369fdba3-6c2e-491d-bdbf-393831ef6d52', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1343/2685] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:19:08 2026] GET /v2.0/ports?tenant_id=07b570ba4b824f1eb4fa69916f106aa0&device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => generated 2485 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2686] 199.204.45.3 () {34 vars in 983 bytes} [Tue Apr 7 01:19:08 2026] GET /v2.0/networks?id=60bd8142-74d5-4a62-8f88-b7821cda2dd2 => generated 802 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2687] 199.204.45.3 () {34 vars in 1055 bytes} [Tue Apr 7 01:19:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.179&port_id=369fdba3-6c2e-491d-bdbf-393831ef6d52 => 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: 1344/2688] 199.204.45.3 () {34 vars in 981 bytes} [Tue Apr 7 01:19:08 2026] GET /v2.0/subnets?id=6cadb910-8997-4402-9042-3dab37c736dc => generated 679 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2689] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:19:08 2026] GET /v2.0/ports?network_id=60bd8142-74d5-4a62-8f88-b7821cda2dd2&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: 1345/2690] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:19:08 2026] GET /v2.0/networks/60bd8142-74d5-4a62-8f88-b7821cda2dd2?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2691] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:19:08 2026] GET /v2.0/networks/60bd8142-74d5-4a62-8f88-b7821cda2dd2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2694] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:19:10 2026] GET /v2.0/ports?tenant_id=07b570ba4b824f1eb4fa69916f106aa0&device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => generated 2485 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2695] 199.204.45.3 () {34 vars in 1057 bytes} [Tue Apr 7 01:19:10 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.42&port_id=b51d197f-6add-494d-9c97-c3a7e6c8b234 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2696] 199.204.45.3 () {34 vars in 981 bytes} [Tue Apr 7 01:19:10 2026] GET /v2.0/subnets?id=2fead91e-4147-4038-82e3-332073abe2f3 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2697] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:19:10 2026] GET /v2.0/ports?network_id=e336a44e-7667-4d00-9298-a0b7f6dc2033&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2698] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:19:10 2026] GET /v2.0/networks/e336a44e-7667-4d00-9298-a0b7f6dc2033?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: 1349/2699] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:19:10 2026] GET /v2.0/networks/e336a44e-7667-4d00-9298-a0b7f6dc2033?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: 1351/2700] 199.204.45.3 () {34 vars in 1055 bytes} [Tue Apr 7 01:19:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.179&port_id=369fdba3-6c2e-491d-bdbf-393831ef6d52 => 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: 1350/2701] 199.204.45.3 () {34 vars in 981 bytes} [Tue Apr 7 01:19:10 2026] GET /v2.0/subnets?id=6cadb910-8997-4402-9042-3dab37c736dc => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2702] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:19:10 2026] GET /v2.0/ports?network_id=60bd8142-74d5-4a62-8f88-b7821cda2dd2&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2703] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:19:10 2026] GET /v2.0/networks/60bd8142-74d5-4a62-8f88-b7821cda2dd2?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: 1353/2704] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:19:10 2026] GET /v2.0/networks/60bd8142-74d5-4a62-8f88-b7821cda2dd2?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: 1352/2705] 10.0.0.195 () {34 vars in 970 bytes} [Tue Apr 7 01:19:14 2026] GET /v2.0/ports/369fdba3-6c2e-491d-bdbf-393831ef6d52 => generated 1251 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2706] 199.204.45.3 () {34 vars in 786 bytes} [Tue Apr 7 01:19:14 2026] PUT /v2.0/ports/369fdba3-6c2e-491d-bdbf-393831ef6d52 => generated 1276 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:19:14.897 7 INFO neutron.api.v2.resource [None req-f03673a2-0e31-4c1f-934a-4debc0854e33 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1353/2707] 199.204.45.3 () {30 vars in 760 bytes} [Tue Apr 7 01:19:14 2026] GET /v2.0/security-groups/lb-a356e214-aab6-47e6-bede-64675bb8028d => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2708] 199.204.45.3 () {30 vars in 782 bytes} [Tue Apr 7 01:19:14 2026] GET /v2.0/security-groups?name=lb-a356e214-aab6-47e6-bede-64675bb8028d => generated 1639 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:19:14.967 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c256008e-2a4a-499a-b22e-0663cfa0145a'] response: {'name': 'network-changed', 'server_uuid': '28815f3b-d5a6-43c2-8f2c-2e265614e970', 'tag': '369fdba3-6c2e-491d-bdbf-393831ef6d52', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1354/2709] 199.204.45.3 () {34 vars in 786 bytes} [Tue Apr 7 01:19:14 2026] PUT /v2.0/ports/369fdba3-6c2e-491d-bdbf-393831ef6d52 => generated 1314 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:19:15.223 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7f59808a-abad-4340-aba9-b04fb9fb1877'] response: {'name': 'network-changed', 'server_uuid': '28815f3b-d5a6-43c2-8f2c-2e265614e970', 'tag': '369fdba3-6c2e-491d-bdbf-393831ef6d52', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1356/2710] 199.204.45.3 () {30 vars in 700 bytes} [Tue Apr 7 01:19:15 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1355/2711] 199.204.45.3 () {30 vars in 702 bytes} [Tue Apr 7 01:19:15 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: 1357/2712] 199.204.45.3 () {30 vars in 678 bytes} [Tue Apr 7 01:19:15 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2713] 199.204.45.3 () {30 vars in 714 bytes} [Tue Apr 7 01:19:15 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: 1358/2714] 199.204.45.3 () {30 vars in 738 bytes} [Tue Apr 7 01:19:15 2026] GET /v2.0/subnets/6cadb910-8997-4402-9042-3dab37c736dc => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2715] 199.204.45.3 () {30 vars in 734 bytes} [Tue Apr 7 01:19:15 2026] GET /v2.0/ports/f5f19efe-fbcf-4777-a9b5-5478ced92984 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2716] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:19:15 2026] GET /v2.0/ports?tenant_id=07b570ba4b824f1eb4fa69916f106aa0&device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => generated 2586 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2717] 199.204.45.3 () {30 vars in 734 bytes} [Tue Apr 7 01:19:15 2026] GET /v2.0/ports/369fdba3-6c2e-491d-bdbf-393831ef6d52 => generated 1350 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2718] 199.204.45.3 () {30 vars in 738 bytes} [Tue Apr 7 01:19:15 2026] GET /v2.0/subnets/6cadb910-8997-4402-9042-3dab37c736dc => generated 676 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2719] 199.204.45.3 () {34 vars in 983 bytes} [Tue Apr 7 01:19:15 2026] GET /v2.0/networks?id=60bd8142-74d5-4a62-8f88-b7821cda2dd2 => generated 802 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2720] 199.204.45.3 () {34 vars in 1055 bytes} [Tue Apr 7 01:19:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.179&port_id=369fdba3-6c2e-491d-bdbf-393831ef6d52 => 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: 1360/2721] 199.204.45.3 () {30 vars in 740 bytes} [Tue Apr 7 01:19:15 2026] GET /v2.0/networks/60bd8142-74d5-4a62-8f88-b7821cda2dd2 => generated 799 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2722] 199.204.45.3 () {34 vars in 981 bytes} [Tue Apr 7 01:19:15 2026] GET /v2.0/subnets?id=6cadb910-8997-4402-9042-3dab37c736dc => generated 679 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2723] 199.204.45.3 () {30 vars in 734 bytes} [Tue Apr 7 01:19:15 2026] GET /v2.0/ports/f5f19efe-fbcf-4777-a9b5-5478ced92984 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2724] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:19:15 2026] GET /v2.0/ports?network_id=60bd8142-74d5-4a62-8f88-b7821cda2dd2&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2725] 199.204.45.3 () {30 vars in 738 bytes} [Tue Apr 7 01:19:15 2026] GET /v2.0/subnets/6cadb910-8997-4402-9042-3dab37c736dc => 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: 1364/2726] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:19:15 2026] GET /v2.0/networks/60bd8142-74d5-4a62-8f88-b7821cda2dd2?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: 1363/2727] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:19:15 2026] GET /v2.0/networks/60bd8142-74d5-4a62-8f88-b7821cda2dd2?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: 1365/2728] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:19:16 2026] GET /v2.0/ports?tenant_id=07b570ba4b824f1eb4fa69916f106aa0&device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => generated 2586 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2729] 199.204.45.3 () {34 vars in 983 bytes} [Tue Apr 7 01:19:16 2026] GET /v2.0/networks?id=60bd8142-74d5-4a62-8f88-b7821cda2dd2 => generated 802 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2730] 199.204.45.3 () {34 vars in 1055 bytes} [Tue Apr 7 01:19:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.179&port_id=369fdba3-6c2e-491d-bdbf-393831ef6d52 => 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: 1365/2731] 199.204.45.3 () {34 vars in 981 bytes} [Tue Apr 7 01:19:16 2026] GET /v2.0/subnets?id=6cadb910-8997-4402-9042-3dab37c736dc => generated 679 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2732] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:19:16 2026] GET /v2.0/ports?network_id=60bd8142-74d5-4a62-8f88-b7821cda2dd2&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2733] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:19:16 2026] GET /v2.0/networks/60bd8142-74d5-4a62-8f88-b7821cda2dd2?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: 1368/2734] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:19:17 2026] GET /v2.0/networks/60bd8142-74d5-4a62-8f88-b7821cda2dd2?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) 2026-04-07 01:19:25.518 7 INFO neutron.db.l3_db [None req-97860707-68d1-42a6-bf73-cfb9351c8828 a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] Floating IP 88916c90-8423-4110-9a41-ea571074dd18 associated. External IP: 10.96.250.214, port: f5f19efe-fbcf-4777-a9b5-5478ced92984. [pid: 7|app: 0|req: 1368/2737] 10.0.0.149 () {34 vars in 676 bytes} [Tue Apr 7 01:19:24 2026] POST /v2.0/floatingips => generated 899 bytes in 860 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2738] 199.204.45.3 () {30 vars in 700 bytes} [Tue Apr 7 01:19:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2739] 199.204.45.3 () {30 vars in 702 bytes} [Tue Apr 7 01:19:28 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2740] 199.204.45.3 () {30 vars in 678 bytes} [Tue Apr 7 01:19:28 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2741] 199.204.45.3 () {30 vars in 714 bytes} [Tue Apr 7 01:19:28 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-04-07 01:19:28.879 8 INFO neutron.api.v2.resource [None req-fecb6f3a-2b16-446b-9f21-164614d0e798 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1372/2742] 199.204.45.3 () {30 vars in 760 bytes} [Tue Apr 7 01:19:28 2026] GET /v2.0/security-groups/lb-a356e214-aab6-47e6-bede-64675bb8028d => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2743] 199.204.45.3 () {30 vars in 782 bytes} [Tue Apr 7 01:19:28 2026] GET /v2.0/security-groups?name=lb-a356e214-aab6-47e6-bede-64675bb8028d => generated 1639 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2744] 199.204.45.3 () {30 vars in 812 bytes} [Tue Apr 7 01:19:28 2026] GET /v2.0/security-group-rules?security_group_id=994b8457-02ac-497f-a474-46cbb86150e8 => generated 1182 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2745] 199.204.45.3 () {34 vars in 744 bytes} [Tue Apr 7 01:19:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2746] 199.204.45.3 () {34 vars in 744 bytes} [Tue Apr 7 01:19:29 2026] POST /v2.0/security-group-rules => generated 601 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2747] 10.0.0.192 () {30 vars in 689 bytes} [Tue Apr 7 01:19:37 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2748] 10.0.0.192 () {30 vars in 691 bytes} [Tue Apr 7 01:19: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: 1374/2749] 10.0.0.192 () {30 vars in 667 bytes} [Tue Apr 7 01:19: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: 1376/2750] 10.0.0.192 () {30 vars in 703 bytes} [Tue Apr 7 01:19:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2751] 10.0.0.192 () {28 vars in 438 bytes} [Tue Apr 7 01:19:38 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2752] 10.0.0.192 () {30 vars in 727 bytes} [Tue Apr 7 01:19:38 2026] GET /v2.0/subnets/b2a07450-73b2-448e-8199-002b8e5741c2 => generated 656 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2755] 199.204.45.3 () {30 vars in 700 bytes} [Tue Apr 7 01:19:39 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2756] 199.204.45.3 () {30 vars in 702 bytes} [Tue Apr 7 01:19:39 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: 1378/2757] 199.204.45.3 () {30 vars in 678 bytes} [Tue Apr 7 01:19:39 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: 1380/2758] 199.204.45.3 () {30 vars in 714 bytes} [Tue Apr 7 01:19:39 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2759] 199.204.45.3 () {30 vars in 738 bytes} [Tue Apr 7 01:19:39 2026] GET /v2.0/subnets/b2a07450-73b2-448e-8199-002b8e5741c2 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2760] 199.204.45.3 () {30 vars in 766 bytes} [Tue Apr 7 01:19:39 2026] GET /v2.0/ports?device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => generated 2586 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2761] 199.204.45.3 () {30 vars in 700 bytes} [Tue Apr 7 01:19:40 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2762] 199.204.45.3 () {30 vars in 702 bytes} [Tue Apr 7 01:19:40 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: 1381/2763] 199.204.45.3 () {30 vars in 678 bytes} [Tue Apr 7 01:19: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: 1383/2764] 199.204.45.3 () {30 vars in 714 bytes} [Tue Apr 7 01:19:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2765] 199.204.45.3 () {34 vars in 714 bytes} [Tue Apr 7 01:19:40 2026] POST /v2.0/ports => generated 1328 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2766] 10.0.0.195 () {34 vars in 970 bytes} [Tue Apr 7 01:19:41 2026] GET /v2.0/ports/7d32859c-c116-49b2-becb-664b953d934c => generated 1328 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1383/2767] 10.0.0.195 () {34 vars in 906 bytes} [Tue Apr 7 01:19:41 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: 1385/2768] 199.204.45.3 () {34 vars in 1259 bytes} [Tue Apr 7 01:19:42 2026] GET /v2.0/ports/7d32859c-c116-49b2-becb-664b953d934c?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2769] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:19:42 2026] GET /v2.0/networks/5008c322-a81a-4995-93ab-96bcd1d7480c?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2770] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:19:42 2026] GET /v2.0/networks/5008c322-a81a-4995-93ab-96bcd1d7480c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2771] 199.204.45.3 () {34 vars in 972 bytes} [Tue Apr 7 01:19:42 2026] GET /v2.0/ports/7d32859c-c116-49b2-becb-664b953d934c => generated 1328 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2772] 199.204.45.3 () {34 vars in 983 bytes} [Tue Apr 7 01:19:42 2026] GET /v2.0/networks?id=5008c322-a81a-4995-93ab-96bcd1d7480c => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2773] 199.204.45.3 () {38 vars in 1025 bytes} [Tue Apr 7 01:19:42 2026] PUT /v2.0/ports/7d32859c-c116-49b2-becb-664b953d934c => generated 1518 bytes in 436 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:19:43.295 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e9a2fd19-89fc-4ae2-bc9f-f9ee545d0a94'] response: {'name': 'network-changed', 'server_uuid': '28815f3b-d5a6-43c2-8f2c-2e265614e970', 'tag': '7d32859c-c116-49b2-becb-664b953d934c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1388/2774] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:19:43 2026] GET /v2.0/ports?tenant_id=07b570ba4b824f1eb4fa69916f106aa0&device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => generated 4096 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1387/2775] 199.204.45.3 () {34 vars in 983 bytes} [Tue Apr 7 01:19:43 2026] GET /v2.0/networks?id=5008c322-a81a-4995-93ab-96bcd1d7480c => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2776] 199.204.45.3 () {34 vars in 1055 bytes} [Tue Apr 7 01:19:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.141&port_id=7d32859c-c116-49b2-becb-664b953d934c => 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: 1388/2777] 199.204.45.3 () {34 vars in 1101 bytes} [Tue Apr 7 01:19:43 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3ab&port_id=7d32859c-c116-49b2-becb-664b953d934c => 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: 1390/2778] 199.204.45.3 () {34 vars in 1061 bytes} [Tue Apr 7 01:19:43 2026] GET /v2.0/subnets?id=3caa29c9-d210-4966-bf58-d89560f9a10f&id=b2a07450-73b2-448e-8199-002b8e5741c2 => generated 1410 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2779] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:19:44 2026] GET /v2.0/ports?network_id=5008c322-a81a-4995-93ab-96bcd1d7480c&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2780] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:19:44 2026] GET /v2.0/ports?network_id=5008c322-a81a-4995-93ab-96bcd1d7480c&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: 7|app: 0|req: 1390/2781] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:19:44 2026] GET /v2.0/networks/5008c322-a81a-4995-93ab-96bcd1d7480c?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: 1392/2782] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:19:44 2026] GET /v2.0/networks/5008c322-a81a-4995-93ab-96bcd1d7480c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2783] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:19:45 2026] GET /v2.0/ports?tenant_id=07b570ba4b824f1eb4fa69916f106aa0&device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => generated 4096 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2784] 199.204.45.3 () {34 vars in 1057 bytes} [Tue Apr 7 01:19:45 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.42&port_id=b51d197f-6add-494d-9c97-c3a7e6c8b234 => 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: 1392/2785] 199.204.45.3 () {34 vars in 981 bytes} [Tue Apr 7 01:19:45 2026] GET /v2.0/subnets?id=2fead91e-4147-4038-82e3-332073abe2f3 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2786] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:19:45 2026] GET /v2.0/ports?network_id=e336a44e-7667-4d00-9298-a0b7f6dc2033&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2787] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:19:45 2026] GET /v2.0/networks/e336a44e-7667-4d00-9298-a0b7f6dc2033?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2788] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:19:45 2026] GET /v2.0/networks/e336a44e-7667-4d00-9298-a0b7f6dc2033?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: 1394/2789] 199.204.45.3 () {34 vars in 1055 bytes} [Tue Apr 7 01:19:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.179&port_id=369fdba3-6c2e-491d-bdbf-393831ef6d52 => 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: 1396/2790] 199.204.45.3 () {34 vars in 981 bytes} [Tue Apr 7 01:19:45 2026] GET /v2.0/subnets?id=6cadb910-8997-4402-9042-3dab37c736dc => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2791] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:19:45 2026] GET /v2.0/ports?network_id=60bd8142-74d5-4a62-8f88-b7821cda2dd2&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2792] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:19:45 2026] GET /v2.0/networks/60bd8142-74d5-4a62-8f88-b7821cda2dd2?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/2793] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:19:45 2026] GET /v2.0/networks/60bd8142-74d5-4a62-8f88-b7821cda2dd2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2794] 199.204.45.3 () {34 vars in 1055 bytes} [Tue Apr 7 01:19:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.141&port_id=7d32859c-c116-49b2-becb-664b953d934c => 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: 1397/2795] 199.204.45.3 () {34 vars in 1101 bytes} [Tue Apr 7 01:19:45 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3ab&port_id=7d32859c-c116-49b2-becb-664b953d934c => 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: 1399/2796] 199.204.45.3 () {34 vars in 1061 bytes} [Tue Apr 7 01:19:45 2026] GET /v2.0/subnets?id=3caa29c9-d210-4966-bf58-d89560f9a10f&id=b2a07450-73b2-448e-8199-002b8e5741c2 => 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: 1398/2797] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:19:45 2026] GET /v2.0/ports?network_id=5008c322-a81a-4995-93ab-96bcd1d7480c&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: 1400/2798] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:19:45 2026] GET /v2.0/ports?network_id=5008c322-a81a-4995-93ab-96bcd1d7480c&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: 1399/2799] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:19:45 2026] GET /v2.0/networks/5008c322-a81a-4995-93ab-96bcd1d7480c?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: 1401/2800] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:19:45 2026] GET /v2.0/networks/5008c322-a81a-4995-93ab-96bcd1d7480c?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: 1400/2801] 10.0.0.195 () {34 vars in 970 bytes} [Tue Apr 7 01:19:50 2026] GET /v2.0/ports/7d32859c-c116-49b2-becb-664b953d934c => generated 1520 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2802] 199.204.45.3 () {30 vars in 740 bytes} [Tue Apr 7 01:19:50 2026] GET /v2.0/networks/5008c322-a81a-4995-93ab-96bcd1d7480c => generated 797 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2803] 199.204.45.3 () {30 vars in 738 bytes} [Tue Apr 7 01:19:50 2026] GET /v2.0/subnets/b2a07450-73b2-448e-8199-002b8e5741c2 => generated 674 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2804] 199.204.45.3 () {30 vars in 738 bytes} [Tue Apr 7 01:19:50 2026] GET /v2.0/subnets/3caa29c9-d210-4966-bf58-d89560f9a10f => generated 743 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2805] 199.204.45.3 () {30 vars in 700 bytes} [Tue Apr 7 01:19:50 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: 1404/2806] 199.204.45.3 () {30 vars in 702 bytes} [Tue Apr 7 01:19:50 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: 1403/2807] 199.204.45.3 () {30 vars in 678 bytes} [Tue Apr 7 01:19:50 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: 1405/2808] 199.204.45.3 () {30 vars in 714 bytes} [Tue Apr 7 01:19:50 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: 1404/2809] 199.204.45.3 () {30 vars in 738 bytes} [Tue Apr 7 01:19:50 2026] GET /v2.0/subnets/6cadb910-8997-4402-9042-3dab37c736dc => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2810] 199.204.45.3 () {30 vars in 734 bytes} [Tue Apr 7 01:19:50 2026] GET /v2.0/ports/f5f19efe-fbcf-4777-a9b5-5478ced92984 => generated 1132 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2811] 199.204.45.3 () {30 vars in 734 bytes} [Tue Apr 7 01:19:50 2026] GET /v2.0/ports/369fdba3-6c2e-491d-bdbf-393831ef6d52 => generated 1350 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2812] 199.204.45.3 () {30 vars in 738 bytes} [Tue Apr 7 01:19:50 2026] GET /v2.0/subnets/6cadb910-8997-4402-9042-3dab37c736dc => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2813] 199.204.45.3 () {30 vars in 740 bytes} [Tue Apr 7 01:19:50 2026] GET /v2.0/networks/60bd8142-74d5-4a62-8f88-b7821cda2dd2 => generated 799 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2814] 199.204.45.3 () {30 vars in 734 bytes} [Tue Apr 7 01:19:50 2026] GET /v2.0/ports/f5f19efe-fbcf-4777-a9b5-5478ced92984 => 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: 1407/2815] 199.204.45.3 () {30 vars in 738 bytes} [Tue Apr 7 01:19:50 2026] GET /v2.0/subnets/6cadb910-8997-4402-9042-3dab37c736dc => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2818] 10.0.0.192 () {30 vars in 689 bytes} [Tue Apr 7 01:19:58 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2819] 10.0.0.192 () {30 vars in 691 bytes} [Tue Apr 7 01:19:58 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: 1410/2820] 10.0.0.192 () {30 vars in 667 bytes} [Tue Apr 7 01:19:58 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: 1411/2821] 10.0.0.192 () {30 vars in 703 bytes} [Tue Apr 7 01:19:58 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2822] 10.0.0.192 () {28 vars in 438 bytes} [Tue Apr 7 01:19:59 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/2823] 10.0.0.192 () {30 vars in 727 bytes} [Tue Apr 7 01:19:59 2026] GET /v2.0/subnets/62185a38-344f-44e9-a9d9-f7837e3de7c5 => generated 656 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2824] 199.204.45.3 () {30 vars in 700 bytes} [Tue Apr 7 01:19:59 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/2825] 199.204.45.3 () {30 vars in 702 bytes} [Tue Apr 7 01:19:59 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: 1413/2826] 199.204.45.3 () {30 vars in 678 bytes} [Tue Apr 7 01:19:59 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2827] 199.204.45.3 () {30 vars in 714 bytes} [Tue Apr 7 01:19:59 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: 1414/2828] 199.204.45.3 () {30 vars in 738 bytes} [Tue Apr 7 01:19:59 2026] GET /v2.0/subnets/b2a07450-73b2-448e-8199-002b8e5741c2 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2829] 199.204.45.3 () {30 vars in 738 bytes} [Tue Apr 7 01:19:59 2026] GET /v2.0/subnets/62185a38-344f-44e9-a9d9-f7837e3de7c5 => generated 674 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2830] 199.204.45.3 () {30 vars in 766 bytes} [Tue Apr 7 01:19:59 2026] GET /v2.0/ports?device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => generated 4098 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2831] 199.204.45.3 () {30 vars in 700 bytes} [Tue Apr 7 01:20:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2832] 199.204.45.3 () {30 vars in 702 bytes} [Tue Apr 7 01:20:00 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/2833] 199.204.45.3 () {30 vars in 678 bytes} [Tue Apr 7 01:20:00 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: 1417/2834] 199.204.45.3 () {30 vars in 714 bytes} [Tue Apr 7 01:20:00 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2835] 199.204.45.3 () {34 vars in 714 bytes} [Tue Apr 7 01:20:00 2026] POST /v2.0/ports => generated 1332 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2836] 10.0.0.195 () {34 vars in 970 bytes} [Tue Apr 7 01:20:00 2026] GET /v2.0/ports/2e684eb3-2157-44aa-9da1-7f5fb1b5bcad => generated 1332 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1419/2837] 199.204.45.3 () {34 vars in 1259 bytes} [Tue Apr 7 01:20:01 2026] GET /v2.0/ports/2e684eb3-2157-44aa-9da1-7f5fb1b5bcad?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2838] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:20:01 2026] GET /v2.0/networks/1ea40b8f-fdf0-444a-ae97-0d253fe38108?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: 1420/2839] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:20:01 2026] GET /v2.0/networks/1ea40b8f-fdf0-444a-ae97-0d253fe38108?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: 1420/2840] 199.204.45.3 () {34 vars in 972 bytes} [Tue Apr 7 01:20:02 2026] GET /v2.0/ports/2e684eb3-2157-44aa-9da1-7f5fb1b5bcad => generated 1332 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2841] 199.204.45.3 () {34 vars in 983 bytes} [Tue Apr 7 01:20:02 2026] GET /v2.0/networks?id=1ea40b8f-fdf0-444a-ae97-0d253fe38108 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2842] 199.204.45.3 () {38 vars in 1025 bytes} [Tue Apr 7 01:20:02 2026] PUT /v2.0/ports/2e684eb3-2157-44aa-9da1-7f5fb1b5bcad => generated 1522 bytes in 392 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:20:02.743 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8d4430e3-1a64-4b2a-8b57-7384e5d169d0'] response: {'name': 'network-changed', 'server_uuid': '28815f3b-d5a6-43c2-8f2c-2e265614e970', 'tag': '2e684eb3-2157-44aa-9da1-7f5fb1b5bcad', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1422/2843] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:20:03 2026] GET /v2.0/ports?tenant_id=07b570ba4b824f1eb4fa69916f106aa0&device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => generated 5612 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1422/2844] 199.204.45.3 () {34 vars in 983 bytes} [Tue Apr 7 01:20:03 2026] GET /v2.0/networks?id=1ea40b8f-fdf0-444a-ae97-0d253fe38108 => generated 800 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2845] 199.204.45.3 () {34 vars in 1055 bytes} [Tue Apr 7 01:20:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.112&port_id=2e684eb3-2157-44aa-9da1-7f5fb1b5bcad => 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: 1423/2846] 199.204.45.3 () {34 vars in 1103 bytes} [Tue Apr 7 01:20:03 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A38c&port_id=2e684eb3-2157-44aa-9da1-7f5fb1b5bcad => 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/2847] 199.204.45.3 () {34 vars in 1061 bytes} [Tue Apr 7 01:20:03 2026] GET /v2.0/subnets?id=62185a38-344f-44e9-a9d9-f7837e3de7c5&id=8080ec48-e3f9-4fa8-8b6a-071e948777db => generated 1415 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2848] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:20:03 2026] GET /v2.0/ports?network_id=1ea40b8f-fdf0-444a-ae97-0d253fe38108&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2849] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:20:03 2026] GET /v2.0/ports?network_id=1ea40b8f-fdf0-444a-ae97-0d253fe38108&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: 1425/2850] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:20:03 2026] GET /v2.0/networks/1ea40b8f-fdf0-444a-ae97-0d253fe38108?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: 1426/2851] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:20:03 2026] GET /v2.0/networks/1ea40b8f-fdf0-444a-ae97-0d253fe38108?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: 1426/2852] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:20:04 2026] GET /v2.0/ports?tenant_id=07b570ba4b824f1eb4fa69916f106aa0&device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => generated 5612 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2853] 199.204.45.3 () {34 vars in 1057 bytes} [Tue Apr 7 01:20:04 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.42&port_id=b51d197f-6add-494d-9c97-c3a7e6c8b234 => 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: 1427/2854] 199.204.45.3 () {34 vars in 981 bytes} [Tue Apr 7 01:20:04 2026] GET /v2.0/subnets?id=2fead91e-4147-4038-82e3-332073abe2f3 => generated 654 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2855] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:20:04 2026] GET /v2.0/ports?network_id=e336a44e-7667-4d00-9298-a0b7f6dc2033&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: 1428/2856] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:20:04 2026] GET /v2.0/networks/e336a44e-7667-4d00-9298-a0b7f6dc2033?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: 1429/2857] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:20:04 2026] GET /v2.0/networks/e336a44e-7667-4d00-9298-a0b7f6dc2033?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2858] 199.204.45.3 () {34 vars in 1055 bytes} [Tue Apr 7 01:20:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.179&port_id=369fdba3-6c2e-491d-bdbf-393831ef6d52 => 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/2859] 199.204.45.3 () {34 vars in 981 bytes} [Tue Apr 7 01:20:04 2026] GET /v2.0/subnets?id=6cadb910-8997-4402-9042-3dab37c736dc => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2860] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:20:04 2026] GET /v2.0/ports?network_id=60bd8142-74d5-4a62-8f88-b7821cda2dd2&device_owner=network%3Adhcp => generated 1461 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2861] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:20:04 2026] GET /v2.0/networks/60bd8142-74d5-4a62-8f88-b7821cda2dd2?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2862] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:20:05 2026] GET /v2.0/networks/60bd8142-74d5-4a62-8f88-b7821cda2dd2?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: 1432/2863] 199.204.45.3 () {34 vars in 1055 bytes} [Tue Apr 7 01:20:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.141&port_id=7d32859c-c116-49b2-becb-664b953d934c => 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: 1432/2864] 199.204.45.3 () {34 vars in 1101 bytes} [Tue Apr 7 01:20:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3ab&port_id=7d32859c-c116-49b2-becb-664b953d934c => 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: 1433/2865] 199.204.45.3 () {34 vars in 1061 bytes} [Tue Apr 7 01:20:05 2026] GET /v2.0/subnets?id=3caa29c9-d210-4966-bf58-d89560f9a10f&id=b2a07450-73b2-448e-8199-002b8e5741c2 => generated 1410 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2866] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:20:05 2026] GET /v2.0/ports?network_id=5008c322-a81a-4995-93ab-96bcd1d7480c&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: 1434/2867] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:20:05 2026] GET /v2.0/ports?network_id=5008c322-a81a-4995-93ab-96bcd1d7480c&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2868] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:20:05 2026] GET /v2.0/networks/5008c322-a81a-4995-93ab-96bcd1d7480c?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: 1435/2869] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:20:05 2026] GET /v2.0/networks/5008c322-a81a-4995-93ab-96bcd1d7480c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2870] 199.204.45.3 () {34 vars in 1055 bytes} [Tue Apr 7 01:20:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.112&port_id=2e684eb3-2157-44aa-9da1-7f5fb1b5bcad => 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: 1436/2871] 199.204.45.3 () {34 vars in 1103 bytes} [Tue Apr 7 01:20:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A38c&port_id=2e684eb3-2157-44aa-9da1-7f5fb1b5bcad => 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: 1436/2872] 199.204.45.3 () {34 vars in 1061 bytes} [Tue Apr 7 01:20:05 2026] GET /v2.0/subnets?id=62185a38-344f-44e9-a9d9-f7837e3de7c5&id=8080ec48-e3f9-4fa8-8b6a-071e948777db => generated 1415 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2873] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:20:05 2026] GET /v2.0/ports?network_id=1ea40b8f-fdf0-444a-ae97-0d253fe38108&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2874] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:20:05 2026] GET /v2.0/ports?network_id=1ea40b8f-fdf0-444a-ae97-0d253fe38108&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2875] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:20:05 2026] GET /v2.0/networks/1ea40b8f-fdf0-444a-ae97-0d253fe38108?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: 1438/2876] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:20:05 2026] GET /v2.0/networks/1ea40b8f-fdf0-444a-ae97-0d253fe38108?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: 1440/2879] 10.0.0.195 () {34 vars in 970 bytes} [Tue Apr 7 01:20:09 2026] GET /v2.0/ports/2e684eb3-2157-44aa-9da1-7f5fb1b5bcad => generated 1524 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2880] 199.204.45.3 () {30 vars in 740 bytes} [Tue Apr 7 01:20:09 2026] GET /v2.0/networks/1ea40b8f-fdf0-444a-ae97-0d253fe38108 => 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: 1441/2881] 199.204.45.3 () {30 vars in 738 bytes} [Tue Apr 7 01:20:09 2026] GET /v2.0/subnets/62185a38-344f-44e9-a9d9-f7837e3de7c5 => generated 674 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2882] 199.204.45.3 () {30 vars in 738 bytes} [Tue Apr 7 01:20:09 2026] GET /v2.0/subnets/8080ec48-e3f9-4fa8-8b6a-071e948777db => generated 748 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2883] 199.204.45.3 () {30 vars in 734 bytes} [Tue Apr 7 01:20:09 2026] GET /v2.0/ports/7d32859c-c116-49b2-becb-664b953d934c => generated 1520 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2884] 199.204.45.3 () {34 vars in 787 bytes} [Tue Apr 7 01:20:09 2026] PUT /v2.0/ports/7d32859c-c116-49b2-becb-664b953d934c => generated 1255 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:20:10.149 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3e8955ab-74a0-4dbe-b519-33a20b0d4259'] response: {'name': 'network-changed', 'server_uuid': '28815f3b-d5a6-43c2-8f2c-2e265614e970', 'tag': '7d32859c-c116-49b2-becb-664b953d934c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1443/2885] 199.204.45.3 () {30 vars in 740 bytes} [Tue Apr 7 01:20:10 2026] GET /v2.0/networks/5008c322-a81a-4995-93ab-96bcd1d7480c => generated 797 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1443/2886] 199.204.45.3 () {30 vars in 738 bytes} [Tue Apr 7 01:20:10 2026] GET /v2.0/subnets/b2a07450-73b2-448e-8199-002b8e5741c2 => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2887] 199.204.45.3 () {30 vars in 700 bytes} [Tue Apr 7 01:20:10 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2888] 199.204.45.3 () {30 vars in 702 bytes} [Tue Apr 7 01:20:10 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2889] 199.204.45.3 () {30 vars in 678 bytes} [Tue Apr 7 01:20:10 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2890] 199.204.45.3 () {30 vars in 714 bytes} [Tue Apr 7 01:20:10 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: 1446/2891] 199.204.45.3 () {30 vars in 738 bytes} [Tue Apr 7 01:20:10 2026] GET /v2.0/subnets/6cadb910-8997-4402-9042-3dab37c736dc => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2892] 199.204.45.3 () {30 vars in 734 bytes} [Tue Apr 7 01:20:10 2026] GET /v2.0/ports/f5f19efe-fbcf-4777-a9b5-5478ced92984 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2893] 199.204.45.3 () {30 vars in 734 bytes} [Tue Apr 7 01:20:10 2026] GET /v2.0/ports/369fdba3-6c2e-491d-bdbf-393831ef6d52 => generated 1350 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2894] 199.204.45.3 () {30 vars in 738 bytes} [Tue Apr 7 01:20:10 2026] GET /v2.0/subnets/6cadb910-8997-4402-9042-3dab37c736dc => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2895] 199.204.45.3 () {30 vars in 740 bytes} [Tue Apr 7 01:20:10 2026] GET /v2.0/networks/60bd8142-74d5-4a62-8f88-b7821cda2dd2 => generated 799 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2896] 199.204.45.3 () {30 vars in 734 bytes} [Tue Apr 7 01:20:10 2026] GET /v2.0/ports/f5f19efe-fbcf-4777-a9b5-5478ced92984 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2897] 199.204.45.3 () {30 vars in 738 bytes} [Tue Apr 7 01:20:10 2026] GET /v2.0/subnets/6cadb910-8997-4402-9042-3dab37c736dc => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2898] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:20:10 2026] GET /v2.0/ports?tenant_id=07b570ba4b824f1eb4fa69916f106aa0&device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => generated 5385 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2899] 199.204.45.3 () {34 vars in 983 bytes} [Tue Apr 7 01:20:10 2026] GET /v2.0/networks?id=5008c322-a81a-4995-93ab-96bcd1d7480c => 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: 1450/2900] 199.204.45.3 () {34 vars in 1055 bytes} [Tue Apr 7 01:20:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.141&port_id=7d32859c-c116-49b2-becb-664b953d934c => 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: 1451/2901] 199.204.45.3 () {34 vars in 981 bytes} [Tue Apr 7 01:20:10 2026] GET /v2.0/subnets?id=b2a07450-73b2-448e-8199-002b8e5741c2 => generated 677 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2902] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:20:10 2026] GET /v2.0/ports?network_id=5008c322-a81a-4995-93ab-96bcd1d7480c&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: 1452/2903] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:20:10 2026] GET /v2.0/networks/5008c322-a81a-4995-93ab-96bcd1d7480c?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: 1452/2904] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:20:10 2026] GET /v2.0/networks/5008c322-a81a-4995-93ab-96bcd1d7480c?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: 1453/2905] 199.204.45.3 () {30 vars in 700 bytes} [Tue Apr 7 01:20:23 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: 1453/2906] 199.204.45.3 () {30 vars in 702 bytes} [Tue Apr 7 01:20: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: 8|app: 0|req: 1454/2907] 199.204.45.3 () {30 vars in 678 bytes} [Tue Apr 7 01:20:24 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: 1454/2908] 199.204.45.3 () {30 vars in 714 bytes} [Tue Apr 7 01:20:24 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: 1455/2909] 199.204.45.3 () {30 vars in 738 bytes} [Tue Apr 7 01:20:24 2026] GET /v2.0/subnets/b2a07450-73b2-448e-8199-002b8e5741c2 => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2912] 199.204.45.3 () {30 vars in 766 bytes} [Tue Apr 7 01:20:24 2026] GET /v2.0/ports?device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => generated 5385 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2913] 199.204.45.3 () {30 vars in 700 bytes} [Tue Apr 7 01:20:24 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: 1456/2914] 199.204.45.3 () {30 vars in 702 bytes} [Tue Apr 7 01:20:24 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2915] 199.204.45.3 () {30 vars in 678 bytes} [Tue Apr 7 01:20:24 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2916] 199.204.45.3 () {30 vars in 714 bytes} [Tue Apr 7 01:20:24 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: 1460/2917] 199.204.45.3 () {30 vars in 734 bytes} [Tue Apr 7 01:20:24 2026] GET /v2.0/ports/2e684eb3-2157-44aa-9da1-7f5fb1b5bcad => generated 1524 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2918] 199.204.45.3 () {34 vars in 787 bytes} [Tue Apr 7 01:20:24 2026] PUT /v2.0/ports/2e684eb3-2157-44aa-9da1-7f5fb1b5bcad => generated 1255 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:20:24.753 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3e817e38-7be4-4fdf-b115-94f619f33093'] response: {'name': 'network-changed', 'server_uuid': '28815f3b-d5a6-43c2-8f2c-2e265614e970', 'tag': '2e684eb3-2157-44aa-9da1-7f5fb1b5bcad', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1461/2919] 199.204.45.3 () {30 vars in 740 bytes} [Tue Apr 7 01:20:24 2026] GET /v2.0/networks/1ea40b8f-fdf0-444a-ae97-0d253fe38108 => generated 797 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1459/2920] 199.204.45.3 () {30 vars in 738 bytes} [Tue Apr 7 01:20:24 2026] GET /v2.0/subnets/62185a38-344f-44e9-a9d9-f7837e3de7c5 => generated 674 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2921] 199.204.45.3 () {30 vars in 734 bytes} [Tue Apr 7 01:20:24 2026] GET /v2.0/ports/2e684eb3-2157-44aa-9da1-7f5fb1b5bcad => generated 1291 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2922] 199.204.45.3 () {34 vars in 786 bytes} [Tue Apr 7 01:20:24 2026] PUT /v2.0/ports/2e684eb3-2157-44aa-9da1-7f5fb1b5bcad => generated 1080 bytes in 331 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2923] 199.204.45.3 () {30 vars in 740 bytes} [Tue Apr 7 01:20:25 2026] GET /v2.0/networks/1ea40b8f-fdf0-444a-ae97-0d253fe38108 => 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: 1461/2924] 199.204.45.3 () {30 vars in 766 bytes} [Tue Apr 7 01:20:25 2026] GET /v2.0/ports?device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => generated 4977 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2925] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:20:25 2026] GET /v2.0/ports?tenant_id=07b570ba4b824f1eb4fa69916f106aa0&device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => generated 4977 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2926] 199.204.45.3 () {34 vars in 983 bytes} [Tue Apr 7 01:20:25 2026] GET /v2.0/networks?id=1ea40b8f-fdf0-444a-ae97-0d253fe38108 => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2927] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:20:25 2026] GET /v2.0/networks/1ea40b8f-fdf0-444a-ae97-0d253fe38108?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: 1465/2928] 199.204.45.3 () {30 vars in 766 bytes} [Tue Apr 7 01:20:25 2026] GET /v2.0/ports?device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => generated 4977 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2929] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:20:25 2026] GET /v2.0/networks/1ea40b8f-fdf0-444a-ae97-0d253fe38108?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: 1466/2930] 199.204.45.3 () {30 vars in 766 bytes} [Tue Apr 7 01:20:26 2026] GET /v2.0/ports?device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => generated 4977 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:20:26.790 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3b88d6aa-7508-4993-8a50-369d62d0b5c5'] response: {'name': 'network-changed', 'server_uuid': '28815f3b-d5a6-43c2-8f2c-2e265614e970', 'tag': '2e684eb3-2157-44aa-9da1-7f5fb1b5bcad', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1465/2931] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:20:27 2026] GET /v2.0/ports?tenant_id=07b570ba4b824f1eb4fa69916f106aa0&device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => generated 4977 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2932] 199.204.45.3 () {34 vars in 983 bytes} [Tue Apr 7 01:20:27 2026] GET /v2.0/networks?id=1ea40b8f-fdf0-444a-ae97-0d253fe38108 => generated 800 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2933] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:20:27 2026] GET /v2.0/networks/1ea40b8f-fdf0-444a-ae97-0d253fe38108?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: 1468/2934] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:20:27 2026] GET /v2.0/networks/1ea40b8f-fdf0-444a-ae97-0d253fe38108?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: 1467/2935] 199.204.45.3 () {30 vars in 766 bytes} [Tue Apr 7 01:20:27 2026] GET /v2.0/ports?device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => generated 4977 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2936] 199.204.45.3 () {34 vars in 972 bytes} [Tue Apr 7 01:20:27 2026] GET /v2.0/ports/2e684eb3-2157-44aa-9da1-7f5fb1b5bcad => generated 1116 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2937] 199.204.45.3 () {34 vars in 1057 bytes} [Tue Apr 7 01:20:27 2026] GET /v2.0/ports/2e684eb3-2157-44aa-9da1-7f5fb1b5bcad?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: 1470/2938] 199.204.45.3 () {34 vars in 1013 bytes} [Tue Apr 7 01:20:27 2026] GET /v2.0/networks/1ea40b8f-fdf0-444a-ae97-0d253fe38108?fields=dns_domain => generated 29 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2939] 199.204.45.3 () {38 vars in 1025 bytes} [Tue Apr 7 01:20:27 2026] PUT /v2.0/ports/2e684eb3-2157-44aa-9da1-7f5fb1b5bcad => generated 917 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2940] 199.204.45.3 () {30 vars in 766 bytes} [Tue Apr 7 01:20:28 2026] GET /v2.0/ports?device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => generated 3869 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-04-07 01:20:28.732 7 INFO neutron_taas.services.taas.taas_plugin [None req-89645c3c-1faa-4adf-a35f-cf0c39ee091c ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: 2e684eb3-2157-44aa-9da1-7f5fb1b5bcad 2026-04-07 01:20:28.735 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89645c3c-1faa-4adf-a35f-cf0c39ee091c ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: 2e684eb3-2157-44aa-9da1-7f5fb1b5bcad [pid: 7|app: 0|req: 1470/2941] 199.204.45.3 () {32 vars in 756 bytes} [Tue Apr 7 01:20:28 2026] DELETE /v2.0/ports/2e684eb3-2157-44aa-9da1-7f5fb1b5bcad => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2942] 199.204.45.3 () {30 vars in 700 bytes} [Tue Apr 7 01:20:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2943] 199.204.45.3 () {30 vars in 702 bytes} [Tue Apr 7 01:20:28 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2944] 199.204.45.3 () {30 vars in 678 bytes} [Tue Apr 7 01:20:28 2026] GET /v2.0/extensions/qos => generated 166 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2945] 199.204.45.3 () {30 vars in 714 bytes} [Tue Apr 7 01:20:28 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: 1474/2946] 199.204.45.3 () {30 vars in 738 bytes} [Tue Apr 7 01:20:28 2026] GET /v2.0/subnets/6cadb910-8997-4402-9042-3dab37c736dc => generated 676 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2947] 199.204.45.3 () {30 vars in 734 bytes} [Tue Apr 7 01:20:29 2026] GET /v2.0/ports/f5f19efe-fbcf-4777-a9b5-5478ced92984 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2948] 199.204.45.3 () {30 vars in 734 bytes} [Tue Apr 7 01:20:29 2026] GET /v2.0/ports/369fdba3-6c2e-491d-bdbf-393831ef6d52 => 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: 1474/2949] 199.204.45.3 () {30 vars in 738 bytes} [Tue Apr 7 01:20:29 2026] GET /v2.0/subnets/6cadb910-8997-4402-9042-3dab37c736dc => generated 676 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2950] 199.204.45.3 () {30 vars in 740 bytes} [Tue Apr 7 01:20:29 2026] GET /v2.0/networks/60bd8142-74d5-4a62-8f88-b7821cda2dd2 => generated 799 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2951] 199.204.45.3 () {30 vars in 734 bytes} [Tue Apr 7 01:20:29 2026] GET /v2.0/ports/f5f19efe-fbcf-4777-a9b5-5478ced92984 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2952] 199.204.45.3 () {30 vars in 738 bytes} [Tue Apr 7 01:20:29 2026] GET /v2.0/subnets/6cadb910-8997-4402-9042-3dab37c736dc => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2953] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:20:29 2026] GET /v2.0/ports?tenant_id=07b570ba4b824f1eb4fa69916f106aa0&device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => generated 3869 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2954] 199.204.45.3 () {34 vars in 1223 bytes} [Tue Apr 7 01:20:29 2026] GET /v2.0/networks?id=e336a44e-7667-4d00-9298-a0b7f6dc2033&id=60bd8142-74d5-4a62-8f88-b7821cda2dd2&id=5008c322-a81a-4995-93ab-96bcd1d7480c&id=1ea40b8f-fdf0-444a-ae97-0d253fe38108 => generated 3095 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2955] 199.204.45.3 () {34 vars in 1057 bytes} [Tue Apr 7 01:20:29 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.42&port_id=b51d197f-6add-494d-9c97-c3a7e6c8b234 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2956] 199.204.45.3 () {34 vars in 981 bytes} [Tue Apr 7 01:20:29 2026] GET /v2.0/subnets?id=2fead91e-4147-4038-82e3-332073abe2f3 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2957] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:20:29 2026] GET /v2.0/ports?network_id=e336a44e-7667-4d00-9298-a0b7f6dc2033&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: 1480/2958] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:20:29 2026] GET /v2.0/networks/e336a44e-7667-4d00-9298-a0b7f6dc2033?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: 1479/2959] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:20:29 2026] GET /v2.0/networks/e336a44e-7667-4d00-9298-a0b7f6dc2033?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: 1481/2960] 199.204.45.3 () {34 vars in 1055 bytes} [Tue Apr 7 01:20:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.179&port_id=369fdba3-6c2e-491d-bdbf-393831ef6d52 => 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: 1480/2961] 199.204.45.3 () {34 vars in 981 bytes} [Tue Apr 7 01:20:29 2026] GET /v2.0/subnets?id=6cadb910-8997-4402-9042-3dab37c736dc => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2962] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:20:29 2026] GET /v2.0/ports?network_id=60bd8142-74d5-4a62-8f88-b7821cda2dd2&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2963] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:20:29 2026] GET /v2.0/networks/60bd8142-74d5-4a62-8f88-b7821cda2dd2?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2964] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:20:30 2026] GET /v2.0/networks/60bd8142-74d5-4a62-8f88-b7821cda2dd2?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: 1482/2965] 199.204.45.3 () {34 vars in 1055 bytes} [Tue Apr 7 01:20:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.141&port_id=7d32859c-c116-49b2-becb-664b953d934c => 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: 1484/2966] 199.204.45.3 () {34 vars in 981 bytes} [Tue Apr 7 01:20:30 2026] GET /v2.0/subnets?id=b2a07450-73b2-448e-8199-002b8e5741c2 => generated 677 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2967] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:20:30 2026] GET /v2.0/ports?network_id=5008c322-a81a-4995-93ab-96bcd1d7480c&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: 1485/2968] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:20:30 2026] GET /v2.0/networks/5008c322-a81a-4995-93ab-96bcd1d7480c?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: 1484/2969] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:20:30 2026] GET /v2.0/networks/5008c322-a81a-4995-93ab-96bcd1d7480c?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: 1486/2970] 199.204.45.3 () {30 vars in 700 bytes} [Tue Apr 7 01:20:34 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: 1485/2971] 199.204.45.3 () {30 vars in 702 bytes} [Tue Apr 7 01:20:34 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: 1487/2972] 199.204.45.3 () {30 vars in 678 bytes} [Tue Apr 7 01:20:34 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: 1486/2973] 199.204.45.3 () {30 vars in 714 bytes} [Tue Apr 7 01:20:34 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2974] 199.204.45.3 () {30 vars in 766 bytes} [Tue Apr 7 01:20:34 2026] GET /v2.0/ports?device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => generated 3869 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2975] 199.204.45.3 () {30 vars in 700 bytes} [Tue Apr 7 01:20:34 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: 1489/2976] 199.204.45.3 () {30 vars in 702 bytes} [Tue Apr 7 01:20:34 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: 1488/2977] 199.204.45.3 () {30 vars in 678 bytes} [Tue Apr 7 01:20:34 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2978] 199.204.45.3 () {30 vars in 714 bytes} [Tue Apr 7 01:20:34 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2979] 199.204.45.3 () {30 vars in 734 bytes} [Tue Apr 7 01:20:34 2026] GET /v2.0/ports/7d32859c-c116-49b2-becb-664b953d934c => generated 1291 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2980] 199.204.45.3 () {34 vars in 786 bytes} [Tue Apr 7 01:20:34 2026] PUT /v2.0/ports/7d32859c-c116-49b2-becb-664b953d934c => generated 1080 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:20:35.244 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a98a02e4-18cb-4753-b210-1f4abeb26ab8'] response: {'name': 'network-changed', 'server_uuid': '28815f3b-d5a6-43c2-8f2c-2e265614e970', 'tag': '7d32859c-c116-49b2-becb-664b953d934c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1490/2981] 199.204.45.3 () {30 vars in 740 bytes} [Tue Apr 7 01:20:35 2026] GET /v2.0/networks/5008c322-a81a-4995-93ab-96bcd1d7480c => generated 797 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1492/2982] 199.204.45.3 () {30 vars in 766 bytes} [Tue Apr 7 01:20:35 2026] GET /v2.0/ports?device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => generated 3694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2983] 199.204.45.3 () {30 vars in 766 bytes} [Tue Apr 7 01:20:35 2026] GET /v2.0/ports?device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => generated 3694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/2984] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:20:35 2026] GET /v2.0/ports?tenant_id=07b570ba4b824f1eb4fa69916f106aa0&device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => generated 3694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2985] 199.204.45.3 () {34 vars in 983 bytes} [Tue Apr 7 01:20:35 2026] GET /v2.0/networks?id=5008c322-a81a-4995-93ab-96bcd1d7480c => 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: 1494/2986] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:20:35 2026] GET /v2.0/networks/5008c322-a81a-4995-93ab-96bcd1d7480c?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: 1493/2987] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:20:35 2026] GET /v2.0/networks/5008c322-a81a-4995-93ab-96bcd1d7480c?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: 1495/2988] 199.204.45.3 () {30 vars in 766 bytes} [Tue Apr 7 01:20:36 2026] GET /v2.0/ports?device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => generated 3694 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2989] 199.204.45.3 () {34 vars in 972 bytes} [Tue Apr 7 01:20:37 2026] GET /v2.0/ports/7d32859c-c116-49b2-becb-664b953d934c => generated 1116 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2990] 199.204.45.3 () {34 vars in 1057 bytes} [Tue Apr 7 01:20:37 2026] GET /v2.0/ports/7d32859c-c116-49b2-becb-664b953d934c?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2991] 199.204.45.3 () {34 vars in 1013 bytes} [Tue Apr 7 01:20:37 2026] GET /v2.0/networks/5008c322-a81a-4995-93ab-96bcd1d7480c?fields=dns_domain => generated 29 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2992] 199.204.45.3 () {30 vars in 766 bytes} [Tue Apr 7 01:20:37 2026] GET /v2.0/ports?device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => generated 3694 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2993] 199.204.45.3 () {38 vars in 1025 bytes} [Tue Apr 7 01:20:37 2026] PUT /v2.0/ports/7d32859c-c116-49b2-becb-664b953d934c => generated 917 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2994] 199.204.45.3 () {30 vars in 766 bytes} [Tue Apr 7 01:20:38 2026] GET /v2.0/ports?device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => generated 2586 bytes in 54 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-04-07 01:20:38.744 8 INFO neutron_taas.services.taas.taas_plugin [None req-deec0abb-d35e-4175-b5d4-36b6af169af8 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: 7d32859c-c116-49b2-becb-664b953d934c 2026-04-07 01:20:38.747 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-deec0abb-d35e-4175-b5d4-36b6af169af8 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: 7d32859c-c116-49b2-becb-664b953d934c [pid: 8|app: 0|req: 1498/2995] 199.204.45.3 () {32 vars in 756 bytes} [Tue Apr 7 01:20:38 2026] DELETE /v2.0/ports/7d32859c-c116-49b2-becb-664b953d934c => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2996] 199.204.45.3 () {30 vars in 700 bytes} [Tue Apr 7 01:20:38 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: 1499/2997] 199.204.45.3 () {30 vars in 702 bytes} [Tue Apr 7 01:20:38 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: 1499/2998] 199.204.45.3 () {30 vars in 678 bytes} [Tue Apr 7 01:20:38 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: 1500/2999] 199.204.45.3 () {30 vars in 714 bytes} [Tue Apr 7 01:20:38 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: 1500/3000] 199.204.45.3 () {30 vars in 738 bytes} [Tue Apr 7 01:20:38 2026] GET /v2.0/subnets/6cadb910-8997-4402-9042-3dab37c736dc => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3001] 199.204.45.3 () {30 vars in 734 bytes} [Tue Apr 7 01:20:39 2026] GET /v2.0/ports/f5f19efe-fbcf-4777-a9b5-5478ced92984 => 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: 1501/3004] 199.204.45.3 () {30 vars in 734 bytes} [Tue Apr 7 01:20:39 2026] GET /v2.0/ports/369fdba3-6c2e-491d-bdbf-393831ef6d52 => 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: 1504/3005] 199.204.45.3 () {30 vars in 738 bytes} [Tue Apr 7 01:20:39 2026] GET /v2.0/subnets/6cadb910-8997-4402-9042-3dab37c736dc => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/3006] 199.204.45.3 () {30 vars in 740 bytes} [Tue Apr 7 01:20:39 2026] GET /v2.0/networks/60bd8142-74d5-4a62-8f88-b7821cda2dd2 => generated 799 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3007] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:20:39 2026] GET /v2.0/ports?tenant_id=07b570ba4b824f1eb4fa69916f106aa0&device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => generated 2586 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/3008] 199.204.45.3 () {30 vars in 734 bytes} [Tue Apr 7 01:20:39 2026] GET /v2.0/ports/f5f19efe-fbcf-4777-a9b5-5478ced92984 => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/3009] 199.204.45.3 () {30 vars in 738 bytes} [Tue Apr 7 01:20:39 2026] GET /v2.0/subnets/6cadb910-8997-4402-9042-3dab37c736dc => generated 676 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3010] 199.204.45.3 () {34 vars in 1143 bytes} [Tue Apr 7 01:20:39 2026] GET /v2.0/networks?id=e336a44e-7667-4d00-9298-a0b7f6dc2033&id=60bd8142-74d5-4a62-8f88-b7821cda2dd2&id=5008c322-a81a-4995-93ab-96bcd1d7480c => generated 2309 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/3011] 199.204.45.3 () {34 vars in 1057 bytes} [Tue Apr 7 01:20:39 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.42&port_id=b51d197f-6add-494d-9c97-c3a7e6c8b234 => 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: 1507/3012] 199.204.45.3 () {34 vars in 981 bytes} [Tue Apr 7 01:20:39 2026] GET /v2.0/subnets?id=2fead91e-4147-4038-82e3-332073abe2f3 => generated 654 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3013] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:20:39 2026] GET /v2.0/ports?network_id=e336a44e-7667-4d00-9298-a0b7f6dc2033&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: 1508/3014] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:20:39 2026] GET /v2.0/networks/e336a44e-7667-4d00-9298-a0b7f6dc2033?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: 1507/3015] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:20:39 2026] GET /v2.0/networks/e336a44e-7667-4d00-9298-a0b7f6dc2033?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3016] 199.204.45.3 () {34 vars in 1055 bytes} [Tue Apr 7 01:20:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.179&port_id=369fdba3-6c2e-491d-bdbf-393831ef6d52 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3017] 199.204.45.3 () {34 vars in 981 bytes} [Tue Apr 7 01:20:39 2026] GET /v2.0/subnets?id=6cadb910-8997-4402-9042-3dab37c736dc => generated 679 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3018] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:20:39 2026] GET /v2.0/ports?network_id=60bd8142-74d5-4a62-8f88-b7821cda2dd2&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/3019] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:20:39 2026] GET /v2.0/networks/60bd8142-74d5-4a62-8f88-b7821cda2dd2?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: 1511/3020] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:20:39 2026] GET /v2.0/networks/60bd8142-74d5-4a62-8f88-b7821cda2dd2?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: 1510/3021] 199.204.45.3 () {30 vars in 700 bytes} [Tue Apr 7 01:20:50 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3022] 199.204.45.3 () {30 vars in 702 bytes} [Tue Apr 7 01:20:50 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: 1511/3023] 199.204.45.3 () {30 vars in 678 bytes} [Tue Apr 7 01:20:50 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: 1513/3024] 199.204.45.3 () {30 vars in 714 bytes} [Tue Apr 7 01:20:50 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-04-07 01:20:50.402 7 INFO neutron.api.v2.resource [None req-05ef0bde-7c05-4a43-be96-c1fb9de2fecf ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1512/3025] 199.204.45.3 () {30 vars in 760 bytes} [Tue Apr 7 01:20:50 2026] GET /v2.0/security-groups/lb-a356e214-aab6-47e6-bede-64675bb8028d => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3026] 199.204.45.3 () {30 vars in 782 bytes} [Tue Apr 7 01:20:50 2026] GET /v2.0/security-groups?name=lb-a356e214-aab6-47e6-bede-64675bb8028d => generated 2865 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3027] 199.204.45.3 () {30 vars in 812 bytes} [Tue Apr 7 01:20:50 2026] GET /v2.0/security-group-rules?security_group_id=994b8457-02ac-497f-a474-46cbb86150e8 => generated 2334 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3028] 199.204.45.3 () {32 vars in 786 bytes} [Tue Apr 7 01:20:50 2026] DELETE /v2.0/security-group-rules/37547975-f950-4755-ad03-4ebcbbd4b2ed => 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: 1514/3029] 199.204.45.3 () {32 vars in 786 bytes} [Tue Apr 7 01:20:50 2026] DELETE /v2.0/security-group-rules/ce929a57-51a0-41d2-a95d-ec11c3618534 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:20:54.257 7 INFO neutron_taas.services.taas.taas_plugin [None req-b9071414-4ae4-4b60-b75f-3424bd8d4626 a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] TaaS: Handle Delete Port: 602fcef7-7b8b-4d95-a25f-6f0a81667ca3 2026-04-07 01:20:54.260 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9071414-4ae4-4b60-b75f-3424bd8d4626 a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] Tap Mirror: Handle Delete Port: 602fcef7-7b8b-4d95-a25f-6f0a81667ca3 2026-04-07 01:20:54.436 7 INFO neutron.db.l3_db [None req-b9071414-4ae4-4b60-b75f-3424bd8d4626 a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] Floating IP 88916c90-8423-4110-9a41-ea571074dd18 disassociated (deleted). External IP: 10.96.250.214, port: f5f19efe-fbcf-4777-a9b5-5478ced92984. [pid: 7|app: 0|req: 1516/3032] 10.0.0.149 () {32 vars in 731 bytes} [Tue Apr 7 01:20:54 2026] DELETE /v2.0/floatingips/88916c90-8423-4110-9a41-ea571074dd18 => generated 0 bytes in 636 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:20:54.792 8 INFO neutron.api.v2.resource [None req-f4f0344b-214b-423b-9049-40bbfcdee52a a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1517/3033] 10.0.0.149 () {32 vars in 728 bytes} [Tue Apr 7 01:20:54 2026] GET /v2.0/floatingips/88916c90-8423-4110-9a41-ea571074dd18 => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3034] 199.204.45.3 () {30 vars in 700 bytes} [Tue Apr 7 01:20:55 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3035] 199.204.45.3 () {30 vars in 702 bytes} [Tue Apr 7 01:20:55 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3036] 199.204.45.3 () {30 vars in 678 bytes} [Tue Apr 7 01:20: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: 1519/3037] 199.204.45.3 () {30 vars in 714 bytes} [Tue Apr 7 01:20: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) 2026-04-07 01:20:55.666 7 INFO neutron.api.v2.resource [None req-47e9135e-d476-4fd8-99c0-9ecfc09096ca ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1519/3038] 199.204.45.3 () {30 vars in 760 bytes} [Tue Apr 7 01:20:55 2026] GET /v2.0/security-groups/lb-a356e214-aab6-47e6-bede-64675bb8028d => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3039] 199.204.45.3 () {30 vars in 782 bytes} [Tue Apr 7 01:20:55 2026] GET /v2.0/security-groups?name=lb-a356e214-aab6-47e6-bede-64675bb8028d => 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: 1520/3040] 199.204.45.3 () {30 vars in 812 bytes} [Tue Apr 7 01:20:55 2026] GET /v2.0/security-group-rules?security_group_id=994b8457-02ac-497f-a474-46cbb86150e8 => generated 1182 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3041] 199.204.45.3 () {30 vars in 700 bytes} [Tue Apr 7 01:20:55 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3042] 199.204.45.3 () {30 vars in 702 bytes} [Tue Apr 7 01:20:55 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3043] 199.204.45.3 () {30 vars in 678 bytes} [Tue Apr 7 01:20:55 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: 1522/3044] 199.204.45.3 () {30 vars in 714 bytes} [Tue Apr 7 01:20:55 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: 1523/3045] 199.204.45.3 () {30 vars in 738 bytes} [Tue Apr 7 01:20:55 2026] GET /v2.0/subnets/6cadb910-8997-4402-9042-3dab37c736dc => generated 676 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3046] 199.204.45.3 () {30 vars in 766 bytes} [Tue Apr 7 01:20:55 2026] GET /v2.0/ports?device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => generated 2586 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3047] 199.204.45.3 () {30 vars in 766 bytes} [Tue Apr 7 01:20:55 2026] GET /v2.0/ports?device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => generated 2586 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3048] 199.204.45.3 () {30 vars in 766 bytes} [Tue Apr 7 01:20:56 2026] GET /v2.0/ports?device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => generated 2586 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3049] 199.204.45.3 () {30 vars in 766 bytes} [Tue Apr 7 01:20:57 2026] GET /v2.0/ports?device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => generated 2586 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3050] 199.204.45.3 () {34 vars in 972 bytes} [Tue Apr 7 01:20:58 2026] GET /v2.0/ports/369fdba3-6c2e-491d-bdbf-393831ef6d52 => generated 1350 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3051] 199.204.45.3 () {34 vars in 1057 bytes} [Tue Apr 7 01:20:58 2026] GET /v2.0/ports/369fdba3-6c2e-491d-bdbf-393831ef6d52?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3052] 199.204.45.3 () {30 vars in 766 bytes} [Tue Apr 7 01:20:58 2026] GET /v2.0/ports?device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => generated 2586 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3053] 199.204.45.3 () {34 vars in 1013 bytes} [Tue Apr 7 01:20:58 2026] GET /v2.0/networks/60bd8142-74d5-4a62-8f88-b7821cda2dd2?fields=dns_domain => generated 29 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3054] 199.204.45.3 () {38 vars in 1025 bytes} [Tue Apr 7 01:20:58 2026] PUT /v2.0/ports/369fdba3-6c2e-491d-bdbf-393831ef6d52 => generated 1151 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3055] 199.204.45.3 () {30 vars in 766 bytes} [Tue Apr 7 01:20:59 2026] GET /v2.0/ports?device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => generated 1244 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: 1528/3056] 199.204.45.3 () {34 vars in 786 bytes} [Tue Apr 7 01:20:59 2026] PUT /v2.0/ports/369fdba3-6c2e-491d-bdbf-393831ef6d52 => generated 1090 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3057] 199.204.45.3 () {30 vars in 734 bytes} [Tue Apr 7 01:20:59 2026] GET /v2.0/ports/369fdba3-6c2e-491d-bdbf-393831ef6d52 => generated 1090 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-07 01:20:59.625 7 INFO neutron_taas.services.taas.taas_plugin [None req-39a9861d-427b-457a-85dc-be3a378192d2 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: 369fdba3-6c2e-491d-bdbf-393831ef6d52 2026-04-07 01:20:59.629 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39a9861d-427b-457a-85dc-be3a378192d2 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: 369fdba3-6c2e-491d-bdbf-393831ef6d52 [pid: 7|app: 0|req: 1529/3058] 199.204.45.3 () {32 vars in 756 bytes} [Tue Apr 7 01:20:59 2026] DELETE /v2.0/ports/369fdba3-6c2e-491d-bdbf-393831ef6d52 => generated 0 bytes in 268 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3059] 199.204.45.3 () {30 vars in 700 bytes} [Tue Apr 7 01:20:59 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: 1530/3060] 199.204.45.3 () {30 vars in 702 bytes} [Tue Apr 7 01:20:59 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: 1531/3061] 199.204.45.3 () {30 vars in 678 bytes} [Tue Apr 7 01:20:59 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3062] 199.204.45.3 () {30 vars in 714 bytes} [Tue Apr 7 01:20:59 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:20:59.929 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7f91d9a7-a4c8-4aec-895c-2ebddc4ae9e9 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1532/3063] 199.204.45.3 () {32 vars in 756 bytes} [Tue Apr 7 01:20:59 2026] DELETE /v2.0/ports/369fdba3-6c2e-491d-bdbf-393831ef6d52 => 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: 1532/3064] 199.204.45.3 () {30 vars in 734 bytes} [Tue Apr 7 01:20:59 2026] GET /v2.0/ports/f5f19efe-fbcf-4777-a9b5-5478ced92984 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:20:59.998 8 INFO neutron.api.v2.resource [None req-b97b2098-a4c5-4bea-a4de-8881bc6852a0 ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1533/3065] 199.204.45.3 () {30 vars in 760 bytes} [Tue Apr 7 01:20:59 2026] GET /v2.0/security-groups/lb-a356e214-aab6-47e6-bede-64675bb8028d => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3066] 199.204.45.3 () {30 vars in 782 bytes} [Tue Apr 7 01:21:00 2026] GET /v2.0/security-groups?name=lb-a356e214-aab6-47e6-bede-64675bb8028d => generated 1639 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3067] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:21:00 2026] GET /v2.0/ports?tenant_id=07b570ba4b824f1eb4fa69916f106aa0&device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => 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: 1534/3068] 199.204.45.3 () {30 vars in 734 bytes} [Tue Apr 7 01:21:00 2026] GET /v2.0/ports/f5f19efe-fbcf-4777-a9b5-5478ced92984 => 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: 1535/3069] 199.204.45.3 () {34 vars in 1063 bytes} [Tue Apr 7 01:21:00 2026] GET /v2.0/networks?id=e336a44e-7667-4d00-9298-a0b7f6dc2033&id=60bd8142-74d5-4a62-8f88-b7821cda2dd2 => generated 1523 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3070] 199.204.45.3 () {34 vars in 1057 bytes} [Tue Apr 7 01:21:00 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.42&port_id=b51d197f-6add-494d-9c97-c3a7e6c8b234 => 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: 1537/3071] 199.204.45.3 () {34 vars in 981 bytes} [Tue Apr 7 01:21:00 2026] GET /v2.0/subnets?id=2fead91e-4147-4038-82e3-332073abe2f3 => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3072] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:21:00 2026] GET /v2.0/ports?network_id=e336a44e-7667-4d00-9298-a0b7f6dc2033&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: 1539/3073] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:21:00 2026] GET /v2.0/networks/e336a44e-7667-4d00-9298-a0b7f6dc2033?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: 1535/3074] 199.204.45.3 () {34 vars in 786 bytes} [Tue Apr 7 01:21:00 2026] PUT /v2.0/ports/f5f19efe-fbcf-4777-a9b5-5478ced92984 => generated 1094 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3075] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:21:00 2026] GET /v2.0/networks/e336a44e-7667-4d00-9298-a0b7f6dc2033?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: 1536/3076] 199.204.45.3 () {32 vars in 776 bytes} [Tue Apr 7 01:21:00 2026] DELETE /v2.0/security-groups/994b8457-02ac-497f-a474-46cbb86150e8 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:21:00.458 8 INFO neutron_taas.services.taas.taas_plugin [None req-8181ac7c-575d-4949-aedf-ef4d92516e1b ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: f5f19efe-fbcf-4777-a9b5-5478ced92984 2026-04-07 01:21:00.461 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8181ac7c-575d-4949-aedf-ef4d92516e1b ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: f5f19efe-fbcf-4777-a9b5-5478ced92984 [pid: 8|app: 0|req: 1541/3077] 199.204.45.3 () {32 vars in 756 bytes} [Tue Apr 7 01:21:00 2026] DELETE /v2.0/ports/f5f19efe-fbcf-4777-a9b5-5478ced92984 => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3078] 199.204.45.3 () {34 vars in 991 bytes} [Tue Apr 7 01:21:03 2026] GET /v2.0/ports?device_id=28815f3b-d5a6-43c2-8f2c-2e265614e970 => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:21:03.589 8 INFO neutron_taas.services.taas.taas_plugin [req-4f151ace-489b-472a-99ba-b27b5a0b6812 req-3eec3dcc-5477-4aa8-bd3f-73dccbe32e0c ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] TaaS: Handle Delete Port: b51d197f-6add-494d-9c97-c3a7e6c8b234 2026-04-07 01:21:03.592 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4f151ace-489b-472a-99ba-b27b5a0b6812 req-3eec3dcc-5477-4aa8-bd3f-73dccbe32e0c ef44932eeea348feae65ac9f9a8412e2 07b570ba4b824f1eb4fa69916f106aa0 - - default default] Tap Mirror: Handle Delete Port: b51d197f-6add-494d-9c97-c3a7e6c8b234 [pid: 8|app: 0|req: 1542/3079] 199.204.45.3 () {36 vars in 994 bytes} [Tue Apr 7 01:21:03 2026] DELETE /v2.0/ports/b51d197f-6add-494d-9c97-c3a7e6c8b234 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:21:03.787 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d3e437d9-bc68-475f-9ea7-645b022c1878'] response: {'server_uuid': '28815f3b-d5a6-43c2-8f2c-2e265614e970', 'name': 'network-vif-deleted', 'tag': 'b51d197f-6add-494d-9c97-c3a7e6c8b234', 'status': 'completed', 'code': 200} 2026-04-07 01:21:05.093 7 INFO neutron_taas.services.taas.taas_plugin [None req-fbc331f9-b0ac-417d-950a-2a461c91e688 a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] TaaS: Handle Delete Port: ae9e6ecd-58e0-4485-8c31-e3ac78b819fd 2026-04-07 01:21:05.096 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fbc331f9-b0ac-417d-950a-2a461c91e688 a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] Tap Mirror: Handle Delete Port: ae9e6ecd-58e0-4485-8c31-e3ac78b819fd 2026-04-07 01:21:05.255 7 INFO neutron.db.l3_db [None req-fbc331f9-b0ac-417d-950a-2a461c91e688 a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] Floating IP 223e2e0e-0615-4a09-b58e-c4cddbe77807 disassociated (deleted). External IP: 10.96.250.218, port: 36e80899-7d58-47c6-b4c7-6d608263948d. [pid: 7|app: 0|req: 1538/3080] 10.0.0.149 () {32 vars in 731 bytes} [Tue Apr 7 01:21:04 2026] DELETE /v2.0/floatingips/223e2e0e-0615-4a09-b58e-c4cddbe77807 => generated 0 bytes in 616 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:21:05.616 8 INFO neutron.api.v2.resource [None req-f39731f2-1650-40a7-9439-6cd9c6f776aa a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1543/3081] 10.0.0.149 () {32 vars in 728 bytes} [Tue Apr 7 01:21:05 2026] GET /v2.0/floatingips/223e2e0e-0615-4a09-b58e-c4cddbe77807 => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:21:05.633 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-71cefad1-05af-400b-9d3a-c1fb7d8d1dbc'] response: {'name': 'network-changed', 'server_uuid': 'b16c2586-77c5-486a-a6e8-45234bb7f65f', 'tag': '36e80899-7d58-47c6-b4c7-6d608263948d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1539/3082] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:21:05 2026] GET /v2.0/ports?device_id=b16c2586-77c5-486a-a6e8-45234bb7f65f => generated 1200 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3083] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:21:05 2026] GET /v2.0/security-groups?id=ff655a93-91ba-4dbd-9c6c-e3e56c23b0a1&fields=id&fields=name => generated 111 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3084] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:21:06 2026] GET /v2.0/ports?tenant_id=0016bcee0368442ba696454e5eb0b3ee&device_id=b16c2586-77c5-486a-a6e8-45234bb7f65f => generated 1469 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3085] 199.204.45.3 () {34 vars in 983 bytes} [Tue Apr 7 01:21:06 2026] GET /v2.0/networks?id=1ea40b8f-fdf0-444a-ae97-0d253fe38108 => generated 800 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3086] 199.204.45.3 () {34 vars in 1055 bytes} [Tue Apr 7 01:21:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.207&port_id=36e80899-7d58-47c6-b4c7-6d608263948d => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3087] 199.204.45.3 () {34 vars in 1101 bytes} [Tue Apr 7 01:21:06 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3e&port_id=36e80899-7d58-47c6-b4c7-6d608263948d => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3088] 199.204.45.3 () {34 vars in 1061 bytes} [Tue Apr 7 01:21:06 2026] GET /v2.0/subnets?id=62185a38-344f-44e9-a9d9-f7837e3de7c5&id=8080ec48-e3f9-4fa8-8b6a-071e948777db => generated 1415 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3089] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:21:06 2026] GET /v2.0/ports?network_id=1ea40b8f-fdf0-444a-ae97-0d253fe38108&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3090] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:21:06 2026] GET /v2.0/ports?network_id=1ea40b8f-fdf0-444a-ae97-0d253fe38108&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3091] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:21:06 2026] GET /v2.0/networks/1ea40b8f-fdf0-444a-ae97-0d253fe38108?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3092] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:21:06 2026] GET /v2.0/networks/1ea40b8f-fdf0-444a-ae97-0d253fe38108?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3093] 199.204.45.3 () {34 vars in 991 bytes} [Tue Apr 7 01:21:08 2026] GET /v2.0/ports?device_id=b16c2586-77c5-486a-a6e8-45234bb7f65f => generated 1200 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:21:08.342 7 INFO neutron_taas.services.taas.taas_plugin [req-d72b0934-d078-426b-be3c-caab7c5742cd req-4fcf5e1a-df68-4096-bac4-bcfa91684d36 a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] TaaS: Handle Delete Port: 36e80899-7d58-47c6-b4c7-6d608263948d 2026-04-07 01:21:08.347 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d72b0934-d078-426b-be3c-caab7c5742cd req-4fcf5e1a-df68-4096-bac4-bcfa91684d36 a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] Tap Mirror: Handle Delete Port: 36e80899-7d58-47c6-b4c7-6d608263948d [pid: 7|app: 0|req: 1545/3094] 199.204.45.3 () {36 vars in 994 bytes} [Tue Apr 7 01:21:08 2026] DELETE /v2.0/ports/36e80899-7d58-47c6-b4c7-6d608263948d => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:21:08.533 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-adbfff8e-17cf-4038-8b62-f71a5fcad71a'] response: {'server_uuid': 'b16c2586-77c5-486a-a6e8-45234bb7f65f', 'name': 'network-vif-deleted', 'tag': '36e80899-7d58-47c6-b4c7-6d608263948d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1551/3097] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:21:10 2026] GET /v2.0/ports?device_id=b16c2586-77c5-486a-a6e8-45234bb7f65f => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:21:16.177 7 INFO neutron_taas.services.taas.taas_plugin [None req-395b403a-89d2-43e9-bca1-a879abbfa3c5 a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] TaaS: Handle Delete Port: 07726d16-3e79-409a-97d7-fbe2582f291f 2026-04-07 01:21:16.179 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-395b403a-89d2-43e9-bca1-a879abbfa3c5 a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] Tap Mirror: Handle Delete Port: 07726d16-3e79-409a-97d7-fbe2582f291f 2026-04-07 01:21:16.348 7 INFO neutron.db.l3_db [None req-395b403a-89d2-43e9-bca1-a879abbfa3c5 a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] Floating IP 0f7820a5-0602-4c62-bd17-234b01c06d8c disassociated (deleted). External IP: 10.96.250.201, port: d8b9eeb9-69ac-4b1c-97a7-75abcff22c24. [pid: 7|app: 0|req: 1547/3098] 10.0.0.149 () {32 vars in 731 bytes} [Tue Apr 7 01:21:16 2026] DELETE /v2.0/floatingips/0f7820a5-0602-4c62-bd17-234b01c06d8c => generated 0 bytes in 607 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:21:16.683 8 INFO neutron.api.v2.resource [None req-2e81196a-760b-4fbd-9274-d91f2adbf0dd a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1552/3099] 10.0.0.149 () {32 vars in 728 bytes} [Tue Apr 7 01:21:16 2026] GET /v2.0/floatingips/0f7820a5-0602-4c62-bd17-234b01c06d8c => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:21:16.692 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-02167d30-1e11-4999-93a9-31d537dd71ec'] response: {'name': 'network-changed', 'server_uuid': 'c3b48f5e-dce0-43d4-9b96-245fcc5df132', 'tag': 'd8b9eeb9-69ac-4b1c-97a7-75abcff22c24', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1548/3100] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:21:16 2026] GET /v2.0/ports?device_id=c3b48f5e-dce0-43d4-9b96-245fcc5df132 => generated 1196 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3101] 10.0.0.195 () {34 vars in 1039 bytes} [Tue Apr 7 01:21:16 2026] GET /v2.0/security-groups?id=ff655a93-91ba-4dbd-9c6c-e3e56c23b0a1&fields=id&fields=name => generated 111 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3102] 199.204.45.3 () {34 vars in 1077 bytes} [Tue Apr 7 01:21:17 2026] GET /v2.0/ports?tenant_id=0016bcee0368442ba696454e5eb0b3ee&device_id=c3b48f5e-dce0-43d4-9b96-245fcc5df132 => generated 1465 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3103] 199.204.45.3 () {34 vars in 983 bytes} [Tue Apr 7 01:21:17 2026] GET /v2.0/networks?id=5008c322-a81a-4995-93ab-96bcd1d7480c => generated 800 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3104] 199.204.45.3 () {34 vars in 1055 bytes} [Tue Apr 7 01:21:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.100&port_id=d8b9eeb9-69ac-4b1c-97a7-75abcff22c24 => 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: 1555/3105] 199.204.45.3 () {34 vars in 1099 bytes} [Tue Apr 7 01:21:17 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1d&port_id=d8b9eeb9-69ac-4b1c-97a7-75abcff22c24 => 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: 1551/3106] 199.204.45.3 () {34 vars in 1061 bytes} [Tue Apr 7 01:21:17 2026] GET /v2.0/subnets?id=3caa29c9-d210-4966-bf58-d89560f9a10f&id=b2a07450-73b2-448e-8199-002b8e5741c2 => generated 1410 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3107] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:21:17 2026] GET /v2.0/ports?network_id=5008c322-a81a-4995-93ab-96bcd1d7480c&device_owner=network%3Adhcp => generated 1457 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3108] 199.204.45.3 () {34 vars in 1049 bytes} [Tue Apr 7 01:21:17 2026] GET /v2.0/ports?network_id=5008c322-a81a-4995-93ab-96bcd1d7480c&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: 1557/3109] 199.204.45.3 () {34 vars in 1009 bytes} [Tue Apr 7 01:21:17 2026] GET /v2.0/networks/5008c322-a81a-4995-93ab-96bcd1d7480c?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: 1553/3110] 199.204.45.3 () {34 vars in 1109 bytes} [Tue Apr 7 01:21:17 2026] GET /v2.0/networks/5008c322-a81a-4995-93ab-96bcd1d7480c?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: 1558/3111] 199.204.45.3 () {34 vars in 991 bytes} [Tue Apr 7 01:21:19 2026] GET /v2.0/ports?device_id=c3b48f5e-dce0-43d4-9b96-245fcc5df132 => generated 1196 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:21:19.422 7 INFO neutron_taas.services.taas.taas_plugin [req-f756e477-1773-47cb-962b-5899ef195796 req-08b8dca0-3536-49c1-8634-4243624b784c a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] TaaS: Handle Delete Port: d8b9eeb9-69ac-4b1c-97a7-75abcff22c24 2026-04-07 01:21:19.424 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f756e477-1773-47cb-962b-5899ef195796 req-08b8dca0-3536-49c1-8634-4243624b784c a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] Tap Mirror: Handle Delete Port: d8b9eeb9-69ac-4b1c-97a7-75abcff22c24 [pid: 7|app: 0|req: 1554/3112] 199.204.45.3 () {36 vars in 994 bytes} [Tue Apr 7 01:21:19 2026] DELETE /v2.0/ports/d8b9eeb9-69ac-4b1c-97a7-75abcff22c24 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:21:19.651 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a511a97e-6696-4747-b060-57b354ba9ed8'] response: {'server_uuid': 'c3b48f5e-dce0-43d4-9b96-245fcc5df132', 'name': 'network-vif-deleted', 'tag': 'd8b9eeb9-69ac-4b1c-97a7-75abcff22c24', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1559/3113] 10.0.0.195 () {34 vars in 989 bytes} [Tue Apr 7 01:21:22 2026] GET /v2.0/ports?device_id=c3b48f5e-dce0-43d4-9b96-245fcc5df132 => 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: 1556/3116] 10.0.0.149 () {32 vars in 749 bytes} [Tue Apr 7 01:21:27 2026] DELETE /v2.0/security-group-rules/46e26793-e632-4e78-855a-dde17f1a408c => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:21:27.205 8 INFO neutron.api.v2.resource [None req-29bed2ce-b792-473b-b6c6-751a2401206f a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1561/3117] 10.0.0.149 () {32 vars in 746 bytes} [Tue Apr 7 01:21:27 2026] GET /v2.0/security-group-rules/46e26793-e632-4e78-855a-dde17f1a408c => 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: 1557/3118] 10.0.0.149 () {32 vars in 749 bytes} [Tue Apr 7 01:21:27 2026] DELETE /v2.0/security-group-rules/8afd3ab2-61e7-4f72-ae1b-8a2132b90b3e => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:21:27.288 8 INFO neutron.api.v2.resource [None req-3f4a87b4-0b1b-46d8-90a3-f57b7dc01349 a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1562/3119] 10.0.0.149 () {32 vars in 746 bytes} [Tue Apr 7 01:21:27 2026] GET /v2.0/security-group-rules/8afd3ab2-61e7-4f72-ae1b-8a2132b90b3e => 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: 1558/3120] 10.0.0.149 () {32 vars in 749 bytes} [Tue Apr 7 01:21:27 2026] DELETE /v2.0/security-group-rules/17b40868-e481-4140-bc7b-2b69961f9f52 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:21:27.364 8 INFO neutron.api.v2.resource [None req-146f862d-e24c-4a9e-a8f6-1a1cd31118ad a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1563/3121] 10.0.0.149 () {32 vars in 746 bytes} [Tue Apr 7 01:21:27 2026] GET /v2.0/security-group-rules/17b40868-e481-4140-bc7b-2b69961f9f52 => 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: 1559/3122] 10.0.0.149 () {32 vars in 749 bytes} [Tue Apr 7 01:21:27 2026] DELETE /v2.0/security-group-rules/544bcca1-2d59-47d3-af81-2db52d6c123a => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:21:27.441 8 INFO neutron.api.v2.resource [None req-280378a6-184b-4145-938f-b123a39c80a6 a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1564/3123] 10.0.0.149 () {32 vars in 746 bytes} [Tue Apr 7 01:21:27 2026] GET /v2.0/security-group-rules/544bcca1-2d59-47d3-af81-2db52d6c123a => 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: 1560/3124] 10.0.0.149 () {32 vars in 749 bytes} [Tue Apr 7 01:21:27 2026] DELETE /v2.0/security-group-rules/372281f0-5dbe-480f-8669-dfe73ae5893e => generated 0 bytes in 489 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:21:27.951 8 INFO neutron.api.v2.resource [None req-75a3d780-079a-47a7-aceb-c71a47f34ed7 a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1565/3125] 10.0.0.149 () {32 vars in 746 bytes} [Tue Apr 7 01:21:27 2026] GET /v2.0/security-group-rules/372281f0-5dbe-480f-8669-dfe73ae5893e => 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: 1561/3126] 10.0.0.149 () {32 vars in 749 bytes} [Tue Apr 7 01:21:27 2026] DELETE /v2.0/security-group-rules/7e7ad0c2-1b11-4852-8b9e-2e16b32a0181 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:21:28.031 8 INFO neutron.api.v2.resource [None req-02fe71e7-c051-4ef2-9d6f-70600e42ff2f a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1566/3127] 10.0.0.149 () {32 vars in 746 bytes} [Tue Apr 7 01:21:28 2026] GET /v2.0/security-group-rules/7e7ad0c2-1b11-4852-8b9e-2e16b32a0181 => 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: 1562/3128] 10.0.0.149 () {32 vars in 749 bytes} [Tue Apr 7 01:21:28 2026] DELETE /v2.0/security-group-rules/50b48931-410a-4970-8418-0aff09fce898 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:21:28.115 8 INFO neutron.api.v2.resource [None req-2e2fc2ad-aba7-484b-b8b9-6833410a8433 a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1567/3129] 10.0.0.149 () {32 vars in 746 bytes} [Tue Apr 7 01:21:28 2026] GET /v2.0/security-group-rules/50b48931-410a-4970-8418-0aff09fce898 => 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: 1563/3130] 10.0.0.149 () {32 vars in 749 bytes} [Tue Apr 7 01:21:28 2026] DELETE /v2.0/security-group-rules/822418ea-dda4-4b91-a9fe-63bdb2d2e3e9 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:21:28.195 8 INFO neutron.api.v2.resource [None req-adf445a2-6231-42c5-a12c-51aa23ac6e13 a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1568/3131] 10.0.0.149 () {32 vars in 746 bytes} [Tue Apr 7 01:21:28 2026] GET /v2.0/security-group-rules/822418ea-dda4-4b91-a9fe-63bdb2d2e3e9 => 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: 1564/3132] 10.0.0.149 () {32 vars in 749 bytes} [Tue Apr 7 01:21:28 2026] DELETE /v2.0/security-group-rules/71d0e56a-cfd0-45e6-9471-01fd94179557 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:21:28.271 8 INFO neutron.api.v2.resource [None req-e1e97f11-8463-49cb-92ba-0e854b329e86 a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1569/3133] 10.0.0.149 () {32 vars in 746 bytes} [Tue Apr 7 01:21:28 2026] GET /v2.0/security-group-rules/71d0e56a-cfd0-45e6-9471-01fd94179557 => 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: 1565/3134] 10.0.0.149 () {32 vars in 749 bytes} [Tue Apr 7 01:21:28 2026] DELETE /v2.0/security-group-rules/3541c7d0-9031-43a6-951b-ebfbc2960648 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:21:28.339 8 INFO neutron.api.v2.resource [None req-0544c20e-0c68-4891-88e2-5e033dde33ad a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1570/3135] 10.0.0.149 () {32 vars in 746 bytes} [Tue Apr 7 01:21:28 2026] GET /v2.0/security-group-rules/3541c7d0-9031-43a6-951b-ebfbc2960648 => 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: 1566/3136] 10.0.0.149 () {32 vars in 749 bytes} [Tue Apr 7 01:21:28 2026] DELETE /v2.0/security-group-rules/62762d67-f179-4d77-9f37-0f74622e1e36 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:21:28.415 8 INFO neutron.api.v2.resource [None req-49468021-dd95-4fdf-a329-3b502418e7c1 a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1571/3137] 10.0.0.149 () {32 vars in 746 bytes} [Tue Apr 7 01:21:28 2026] GET /v2.0/security-group-rules/62762d67-f179-4d77-9f37-0f74622e1e36 => 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: 1567/3138] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:21:28 2026] DELETE /v2.0/security-groups/ff655a93-91ba-4dbd-9c6c-e3e56c23b0a1 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:21:28.496 8 INFO neutron.api.v2.resource [None req-762fe9e0-2461-4ef4-8e15-980eed72d669 a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1572/3139] 10.0.0.149 () {32 vars in 736 bytes} [Tue Apr 7 01:21:28 2026] GET /v2.0/security-groups/ff655a93-91ba-4dbd-9c6c-e3e56c23b0a1 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:21:28.933 7 INFO neutron_taas.services.taas.taas_plugin [None req-0850ac8d-b1e1-49a9-ab29-e0f899488dfe a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] TaaS: Handle Delete Port: ea1f20e5-4a75-4d6e-840c-d711578a4045 2026-04-07 01:21:28.937 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0850ac8d-b1e1-49a9-ab29-e0f899488dfe a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] Tap Mirror: Handle Delete Port: ea1f20e5-4a75-4d6e-840c-d711578a4045 [pid: 7|app: 0|req: 1568/3140] 10.0.0.149 () {34 vars in 788 bytes} [Tue Apr 7 01:21:28 2026] PUT /v2.0/routers/e7d71c2d-f2e2-444a-82e8-00f29b6d094a/remove_router_interface => generated 309 bytes in 933 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:21:29.614 8 INFO neutron.api.v2.resource [None req-68853562-5de6-41b4-8ba8-40e4d1d6720c a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1573/3141] 10.0.0.149 () {34 vars in 788 bytes} [Tue Apr 7 01:21:29 2026] PUT /v2.0/routers/e7d71c2d-f2e2-444a-82e8-00f29b6d094a/remove_router_interface => generated 198 bytes in 129 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:21:30.008 7 INFO neutron_taas.services.taas.taas_plugin [None req-e15e8225-58a2-4593-bd93-2a4631fdaeba a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] TaaS: Handle Delete Port: b98e1bfc-896f-458f-9d76-09db79ffd83c 2026-04-07 01:21:30.011 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e15e8225-58a2-4593-bd93-2a4631fdaeba a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] Tap Mirror: Handle Delete Port: b98e1bfc-896f-458f-9d76-09db79ffd83c [pid: 7|app: 0|req: 1569/3142] 10.0.0.149 () {34 vars in 788 bytes} [Tue Apr 7 01:21:29 2026] PUT /v2.0/routers/e7d71c2d-f2e2-444a-82e8-00f29b6d094a/remove_router_interface => generated 309 bytes in 877 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:21:30.651 8 INFO neutron.api.v2.resource [None req-a05974ac-9a59-4fa5-bc18-ebc0c9abd67d a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1574/3143] 10.0.0.149 () {34 vars in 788 bytes} [Tue Apr 7 01:21:30 2026] PUT /v2.0/routers/e7d71c2d-f2e2-444a-82e8-00f29b6d094a/remove_router_interface => generated 198 bytes in 151 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:21:31.039 7 INFO neutron_taas.services.taas.taas_plugin [None req-0d07a3f2-7efb-4ad6-bab4-5bc4bb233e1e a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] TaaS: Handle Delete Port: 490e2be5-5183-48c1-a387-74fa0aad76d9 2026-04-07 01:21:31.043 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d07a3f2-7efb-4ad6-bab4-5bc4bb233e1e a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] Tap Mirror: Handle Delete Port: 490e2be5-5183-48c1-a387-74fa0aad76d9 [pid: 7|app: 0|req: 1570/3144] 10.0.0.149 () {34 vars in 788 bytes} [Tue Apr 7 01:21:30 2026] PUT /v2.0/routers/e7d71c2d-f2e2-444a-82e8-00f29b6d094a/remove_router_interface => generated 309 bytes in 892 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:21:31.701 8 INFO neutron.api.v2.resource [None req-98d423f5-49a4-4aae-9f79-0fb2a9e73754 a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1575/3145] 10.0.0.149 () {34 vars in 788 bytes} [Tue Apr 7 01:21:31 2026] PUT /v2.0/routers/e7d71c2d-f2e2-444a-82e8-00f29b6d094a/remove_router_interface => generated 198 bytes in 146 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:21:31.904 7 INFO neutron_taas.services.taas.taas_plugin [None req-e11d4837-451c-480f-9c31-f51a463f3733 a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] TaaS: Handle Delete Port: e9508b27-c499-4eb2-8c02-3a63757425eb 2026-04-07 01:21:31.907 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e11d4837-451c-480f-9c31-f51a463f3733 a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] Tap Mirror: Handle Delete Port: e9508b27-c499-4eb2-8c02-3a63757425eb 2026-04-07 01:21:32.139 7 INFO neutron_taas.services.taas.taas_plugin [None req-e11d4837-451c-480f-9c31-f51a463f3733 a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] TaaS: Handle Delete Port: 11154e9d-701a-4aa4-8bb3-a2f63d919b17 2026-04-07 01:21:32.142 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e11d4837-451c-480f-9c31-f51a463f3733 a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] Tap Mirror: Handle Delete Port: 11154e9d-701a-4aa4-8bb3-a2f63d919b17 2026-04-07 01:21:32.436 7 INFO neutron.services.segments.plugin [-] Segment ecfb1611-3807-4241-bb3e-1620d0c9530b resource provider aggregate not found 2026-04-07 01:21:32.444 7 INFO neutron.services.segments.plugin [-] Segment ecfb1611-3807-4241-bb3e-1620d0c9530b resource provider aggregate not found 2026-04-07 01:21:32.456 7 INFO neutron.services.segments.plugin [-] Segment ecfb1611-3807-4241-bb3e-1620d0c9530b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecfb1611-3807-4241-bb3e-1620d0c9530b found for delete ", "request_id": "req-0b111b3f-9ed8-4403-b828-9157237e22b9"}]} 2026-04-07 01:21:32.460 7 INFO neutron.services.segments.plugin [-] Segment ecfb1611-3807-4241-bb3e-1620d0c9530b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecfb1611-3807-4241-bb3e-1620d0c9530b found for delete ", "request_id": "req-38fccd5d-d393-4ef0-b414-96513dbb95d3"}]} 2026-04-07 01:21:32.465 7 INFO neutron.db.l3_hamode_db [None req-e11d4837-451c-480f-9c31-f51a463f3733 a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] HA network a9fd391e-d4f2-4093-b054-463e926de49e was deleted as no HA routers are present in tenant 0016bcee0368442ba696454e5eb0b3ee. [pid: 7|app: 0|req: 1571/3146] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:21:31 2026] DELETE /v2.0/routers/e7d71c2d-f2e2-444a-82e8-00f29b6d094a => generated 0 bytes in 766 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:21:32.496 8 INFO neutron.api.v2.resource [None req-3b606ffd-2474-4d98-a1ec-5778d518afec a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1576/3147] 10.0.0.149 () {32 vars in 720 bytes} [Tue Apr 7 01:21:32 2026] GET /v2.0/routers/e7d71c2d-f2e2-444a-82e8-00f29b6d094a => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3148] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:21:32 2026] DELETE /v2.0/subnets/8080ec48-e3f9-4fa8-8b6a-071e948777db => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:21:32.673 8 INFO neutron.pecan_wsgi.hooks.translation [None req-802c610a-d33e-465b-a917-18d232fe751a a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1577/3149] 10.0.0.149 () {32 vars in 720 bytes} [Tue Apr 7 01:21:32 2026] GET /v2.0/subnets/8080ec48-e3f9-4fa8-8b6a-071e948777db => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3150] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:21:32 2026] DELETE /v2.0/subnets/62185a38-344f-44e9-a9d9-f7837e3de7c5 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:21:32.857 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7eda27a3-ff21-4304-8c3d-45b41c67ea0c a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1578/3151] 10.0.0.149 () {32 vars in 720 bytes} [Tue Apr 7 01:21:32 2026] GET /v2.0/subnets/62185a38-344f-44e9-a9d9-f7837e3de7c5 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:21:32.945 7 INFO neutron_taas.services.taas.taas_plugin [None req-9c607b58-2678-4243-a634-853587c8534f a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] TaaS: Handle Delete Port: 685cd2cb-4b9f-4447-b18c-1f1f9b2391a7 2026-04-07 01:21:32.947 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c607b58-2678-4243-a634-853587c8534f a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] Tap Mirror: Handle Delete Port: 685cd2cb-4b9f-4447-b18c-1f1f9b2391a7 [pid: 7|app: 0|req: 1574/3152] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:21:32 2026] DELETE /v2.0/networks/1ea40b8f-fdf0-444a-ae97-0d253fe38108 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:21:33.133 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0ee70532-f066-4055-9d97-ee93cbde8e34 a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1579/3153] 10.0.0.149 () {32 vars in 722 bytes} [Tue Apr 7 01:21:33 2026] GET /v2.0/networks/1ea40b8f-fdf0-444a-ae97-0d253fe38108 => 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: 1575/3154] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:21:33 2026] DELETE /v2.0/subnets/3caa29c9-d210-4966-bf58-d89560f9a10f => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:21:33.304 8 INFO neutron.pecan_wsgi.hooks.translation [None req-740ebdec-8ee5-4889-aae3-c9d86d2c035d a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1580/3155] 10.0.0.149 () {32 vars in 720 bytes} [Tue Apr 7 01:21:33 2026] GET /v2.0/subnets/3caa29c9-d210-4966-bf58-d89560f9a10f => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3156] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:21:33 2026] DELETE /v2.0/subnets/b2a07450-73b2-448e-8199-002b8e5741c2 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:21:33.477 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cf759b70-f7c8-46c3-952e-56ae87756d9c a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1581/3157] 10.0.0.149 () {32 vars in 720 bytes} [Tue Apr 7 01:21:33 2026] GET /v2.0/subnets/b2a07450-73b2-448e-8199-002b8e5741c2 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:21:33.588 7 INFO neutron_taas.services.taas.taas_plugin [None req-141496e3-3c24-4470-bc5c-25c79ed96e57 a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] TaaS: Handle Delete Port: 5971829f-e3bf-482e-b5dd-3ece5cb00200 2026-04-07 01:21:33.591 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-141496e3-3c24-4470-bc5c-25c79ed96e57 a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] Tap Mirror: Handle Delete Port: 5971829f-e3bf-482e-b5dd-3ece5cb00200 [pid: 7|app: 0|req: 1577/3158] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:21:33 2026] DELETE /v2.0/networks/5008c322-a81a-4995-93ab-96bcd1d7480c => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:21:33.789 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1d29805e-2d7e-4b04-924c-39bd78d39183 a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1582/3159] 10.0.0.149 () {32 vars in 722 bytes} [Tue Apr 7 01:21:33 2026] GET /v2.0/networks/5008c322-a81a-4995-93ab-96bcd1d7480c => 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: 1578/3160] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:21:33 2026] DELETE /v2.0/subnets/9a743e63-db92-4f3f-a76b-49a9eab04ade => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:21:33.955 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a2bc6398-a1a8-439e-afdc-fcf6a98f8c59 a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1583/3161] 10.0.0.149 () {32 vars in 720 bytes} [Tue Apr 7 01:21:33 2026] GET /v2.0/subnets/9a743e63-db92-4f3f-a76b-49a9eab04ade => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3162] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:21:33 2026] DELETE /v2.0/subnets/6cadb910-8997-4402-9042-3dab37c736dc => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:21:34.111 8 INFO neutron.pecan_wsgi.hooks.translation [None req-84ea27ca-4241-471d-9ad4-23e761cdcb8a a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1584/3163] 10.0.0.149 () {32 vars in 720 bytes} [Tue Apr 7 01:21:34 2026] GET /v2.0/subnets/6cadb910-8997-4402-9042-3dab37c736dc => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:21:34.215 7 INFO neutron_taas.services.taas.taas_plugin [None req-de655b67-967f-4450-a9b4-9854ac7ec2ac a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] TaaS: Handle Delete Port: 110e1647-8374-4313-a79c-c1b7af4bf2cb 2026-04-07 01:21:34.218 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de655b67-967f-4450-a9b4-9854ac7ec2ac a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] Tap Mirror: Handle Delete Port: 110e1647-8374-4313-a79c-c1b7af4bf2cb [pid: 7|app: 0|req: 1580/3164] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:21:34 2026] DELETE /v2.0/networks/60bd8142-74d5-4a62-8f88-b7821cda2dd2 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:21:34.408 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e819685d-190c-4646-98a7-e691a2326bb4 a81fcac7eeb042e7842b3524f3c1aa95 0016bcee0368442ba696454e5eb0b3ee - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1585/3165] 10.0.0.149 () {32 vars in 722 bytes} [Tue Apr 7 01:21:34 2026] GET /v2.0/networks/60bd8142-74d5-4a62-8f88-b7821cda2dd2 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:21:34.474 7 INFO neutron.services.segments.plugin [-] Segment 2c7aaeb3-848b-4e57-9772-791aa6723cd4 resource provider aggregate not found 2026-04-07 01:21:34.479 7 INFO neutron.services.segments.plugin [-] Segment 2c7aaeb3-848b-4e57-9772-791aa6723cd4 resource provider aggregate not found 2026-04-07 01:21:34.494 7 INFO neutron.services.segments.plugin [-] Segment 2c7aaeb3-848b-4e57-9772-791aa6723cd4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c7aaeb3-848b-4e57-9772-791aa6723cd4 found for delete ", "request_id": "req-67d5195c-1eac-4fdf-9a9b-524e30110dd8"}]} 2026-04-07 01:21:34.499 7 INFO neutron.services.segments.plugin [-] Segment 2c7aaeb3-848b-4e57-9772-791aa6723cd4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c7aaeb3-848b-4e57-9772-791aa6723cd4 found for delete ", "request_id": "req-3ce3667e-bba1-455f-b964-7da21a2fc372"}]} 2026-04-07 01:21:34.513 7 INFO neutron.services.segments.plugin [-] Segment 4ce65b3c-1c21-424a-b0ad-907480c9090e resource provider aggregate not found 2026-04-07 01:21:34.516 7 INFO neutron.services.segments.plugin [-] Segment 4ce65b3c-1c21-424a-b0ad-907480c9090e resource provider aggregate not found 2026-04-07 01:21:34.532 7 INFO neutron.services.segments.plugin [-] Segment 4ce65b3c-1c21-424a-b0ad-907480c9090e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ce65b3c-1c21-424a-b0ad-907480c9090e found for delete ", "request_id": "req-eb68709b-c269-4a8e-b9ef-0bbdb1b18814"}]} 2026-04-07 01:21:34.534 7 INFO neutron.services.segments.plugin [-] Segment 4ce65b3c-1c21-424a-b0ad-907480c9090e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ce65b3c-1c21-424a-b0ad-907480c9090e found for delete ", "request_id": "req-ed8afff3-c809-4cfa-94d3-509c66cf776d"}]} 2026-04-07 01:21:34.546 7 INFO neutron.services.segments.plugin [-] Segment 9c515ec3-3d12-436a-b31c-7b7e990ff4bd resource provider aggregate not found 2026-04-07 01:21:34.551 7 INFO neutron.services.segments.plugin [-] Segment 9c515ec3-3d12-436a-b31c-7b7e990ff4bd resource provider aggregate not found 2026-04-07 01:21:34.565 7 INFO neutron.services.segments.plugin [-] Segment 9c515ec3-3d12-436a-b31c-7b7e990ff4bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c515ec3-3d12-436a-b31c-7b7e990ff4bd found for delete ", "request_id": "req-efe4e104-412d-4e51-91ad-1fbc67da6c28"}]} 2026-04-07 01:21:34.567 7 INFO neutron.services.segments.plugin [-] Segment 9c515ec3-3d12-436a-b31c-7b7e990ff4bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c515ec3-3d12-436a-b31c-7b7e990ff4bd found for delete ", "request_id": "req-f2c9cfa4-a8f3-414c-b3c3-a9d72a0ed1b8"}]} [pid: 7|app: 0|req: 1581/3166] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:21:36 2026] GET /v2.0/security-groups?tenant_id=44852fa4f2af4fbca739ef1e6781f755&name=default => generated 2929 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3167] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:21:36 2026] DELETE /v2.0/security-groups/d17e23fe-385f-4a25-a90b-c00f53864860 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3168] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:21:36 2026] GET /v2.0/security-groups?tenant_id=1577ee35254446d4b0f10ba6513acbc4&name=default => generated 2929 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3169] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:21:36 2026] DELETE /v2.0/security-groups/3ce3b703-766c-4589-9d5c-c760aa1b05e6 => 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: 1583/3170] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:21:36 2026] GET /v2.0/security-groups?tenant_id=e57e0343e3ab44ae86f28c9c9a9d9afb&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3171] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:21:37 2026] DELETE /v2.0/security-groups/c68a315f-502b-4599-b145-1ba8962743a7 => 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: 1584/3172] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:21:37 2026] GET /v2.0/security-groups?tenant_id=29019ef398624607813f07b7db26e47c&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3173] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:21:37 2026] DELETE /v2.0/security-groups/326b4413-8320-4956-aa66-1516dd3b5bc7 => 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: 1585/3174] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:21:37 2026] GET /v2.0/security-groups?tenant_id=f9219a61325d4b2b8e382e39d8f3fb71&name=default => generated 2929 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3175] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:21:37 2026] DELETE /v2.0/security-groups/2b707163-2d2f-47ee-a628-0059c614cac3 => 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: 1586/3176] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:21:37 2026] GET /v2.0/security-groups?tenant_id=45d8b881e19647c9b7b628cecfd5031e&name=default => generated 2929 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3177] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:21:38 2026] DELETE /v2.0/security-groups/847e9f34-d14f-420e-9d91-8b2ab24e9ec8 => 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: 1587/3178] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:21:38 2026] GET /v2.0/security-groups?tenant_id=0016bcee0368442ba696454e5eb0b3ee&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/3179] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:21:38 2026] DELETE /v2.0/security-groups/a783644f-9f49-43b7-8539-635c05c56960 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:21:41.664 7 INFO neutron.db.segments_db [None req-f177b12b-b7b7-4fa4-841c-c4ea1b96422e c74e98f1c5214d3c97d9846557983596 f392612b38754e41be266de06419639d - - default default] Added segment 54e6d28d-11cf-4247-8549-270b57017d9d of type vxlan for network 28d72bf8-a011-415e-b975-53334bca1e4e [pid: 7|app: 0|req: 1589/3182] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:21:41 2026] POST /v2.0/networks => generated 630 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3183] 10.0.0.149 () {34 vars in 752 bytes} [Tue Apr 7 01:21:41 2026] PUT /v2.0/networks/28d72bf8-a011-415e-b975-53334bca1e4e/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3184] 10.0.0.149 () {32 vars in 732 bytes} [Tue Apr 7 01:21:41 2026] GET /v2.0/networks/28d72bf8-a011-415e-b975-53334bca1e4e/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3185] 10.0.0.149 () {34 vars in 763 bytes} [Tue Apr 7 01:21:41 2026] PUT /v2.0/networks/28d72bf8-a011-415e-b975-53334bca1e4e/tags/green => generated 4 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3186] 10.0.0.149 () {32 vars in 732 bytes} [Tue Apr 7 01:21:41 2026] GET /v2.0/networks/28d72bf8-a011-415e-b975-53334bca1e4e/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: 1596/3187] 10.0.0.149 () {34 vars in 759 bytes} [Tue Apr 7 01:21:41 2026] PUT /v2.0/networks/28d72bf8-a011-415e-b975-53334bca1e4e/tags/red => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3188] 10.0.0.149 () {32 vars in 732 bytes} [Tue Apr 7 01:21:42 2026] GET /v2.0/networks/28d72bf8-a011-415e-b975-53334bca1e4e/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3189] 10.0.0.149 () {34 vars in 781 bytes} [Tue Apr 7 01:21:42 2026] PUT /v2.0/networks/28d72bf8-a011-415e-b975-53334bca1e4e/tags/black.or.white => generated 4 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3190] 10.0.0.149 () {32 vars in 732 bytes} [Tue Apr 7 01:21:42 2026] GET /v2.0/networks/28d72bf8-a011-415e-b975-53334bca1e4e/tags => generated 52 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3191] 10.0.0.149 () {34 vars in 752 bytes} [Tue Apr 7 01:21:42 2026] PUT /v2.0/networks/28d72bf8-a011-415e-b975-53334bca1e4e/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: 1594/3192] 10.0.0.149 () {32 vars in 732 bytes} [Tue Apr 7 01:21:42 2026] GET /v2.0/networks/28d72bf8-a011-415e-b975-53334bca1e4e/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3193] 10.0.0.149 () {32 vars in 740 bytes} [Tue Apr 7 01:21:42 2026] GET /v2.0/networks/28d72bf8-a011-415e-b975-53334bca1e4e/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:21:42.425 7 INFO neutron.api.v2.resource [None req-56b73317-048a-4c91-b346-5005b3682837 c74e98f1c5214d3c97d9846557983596 f392612b38754e41be266de06419639d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1595/3194] 10.0.0.149 () {32 vars in 744 bytes} [Tue Apr 7 01:21:42 2026] GET /v2.0/networks/28d72bf8-a011-415e-b975-53334bca1e4e/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3195] 10.0.0.149 () {32 vars in 743 bytes} [Tue Apr 7 01:21:42 2026] DELETE /v2.0/networks/28d72bf8-a011-415e-b975-53334bca1e4e/tags/red => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3196] 10.0.0.149 () {32 vars in 732 bytes} [Tue Apr 7 01:21:42 2026] GET /v2.0/networks/28d72bf8-a011-415e-b975-53334bca1e4e/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:21:42.579 8 INFO neutron.api.v2.resource [None req-b090f35b-c244-40a3-a4a6-47d7c0544d65 c74e98f1c5214d3c97d9846557983596 f392612b38754e41be266de06419639d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1601/3197] 10.0.0.149 () {32 vars in 747 bytes} [Tue Apr 7 01:21:42 2026] DELETE /v2.0/networks/28d72bf8-a011-415e-b975-53334bca1e4e/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3198] 10.0.0.149 () {32 vars in 735 bytes} [Tue Apr 7 01:21:42 2026] DELETE /v2.0/networks/28d72bf8-a011-415e-b975-53334bca1e4e/tags => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3199] 10.0.0.149 () {32 vars in 732 bytes} [Tue Apr 7 01:21:42 2026] GET /v2.0/networks/28d72bf8-a011-415e-b975-53334bca1e4e/tags => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:21:42.794 7 INFO neutron.services.segments.plugin [-] Segment 54e6d28d-11cf-4247-8549-270b57017d9d resource provider aggregate not found 2026-04-07 01:21:42.799 7 INFO neutron.services.segments.plugin [-] Segment 54e6d28d-11cf-4247-8549-270b57017d9d resource provider aggregate not found 2026-04-07 01:21:42.815 7 INFO neutron.services.segments.plugin [-] Segment 54e6d28d-11cf-4247-8549-270b57017d9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54e6d28d-11cf-4247-8549-270b57017d9d found for delete ", "request_id": "req-e5968520-aee7-44b2-9b8b-17e77add1b05"}]} 2026-04-07 01:21:42.819 7 INFO neutron.services.segments.plugin [-] Segment 54e6d28d-11cf-4247-8549-270b57017d9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54e6d28d-11cf-4247-8549-270b57017d9d found for delete ", "request_id": "req-a6288411-266d-439a-94f4-c7fd1c4c26b0"}]} [pid: 7|app: 0|req: 1598/3200] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:21:42 2026] DELETE /v2.0/networks/28d72bf8-a011-415e-b975-53334bca1e4e => 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: 1603/3201] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:21:43 2026] GET /v2.0/security-groups?tenant_id=f392612b38754e41be266de06419639d&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3202] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:21:43 2026] DELETE /v2.0/security-groups/f639ed00-9422-41d3-9248-8f4825826bc5 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3203] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:21:43 2026] GET /v2.0/security-groups?tenant_id=c89465fac7ae45728f2a4a47431860fb&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3204] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:21:43 2026] DELETE /v2.0/security-groups/9c761d77-85d4-4a9a-92e9-a83d52e6bd5c => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:21:47.062 8 INFO neutron.db.segments_db [None req-3f6de91b-fcdc-433a-a03f-5141e782b8e6 ca5d0d8090de4ccc80a4f193126b4c32 89b5cf79d64a4882b92503690d6e1498 - - default default] Added segment 84ca549d-f70b-4191-9994-3f489e50c657 of type vxlan for network 98a9426e-b836-4617-804f-71f91d0e4ce2 2026-04-07 01:21:47.283 8 INFO neutron.db.l3_hamode_db [None req-3f6de91b-fcdc-433a-a03f-5141e782b8e6 ca5d0d8090de4ccc80a4f193126b4c32 89b5cf79d64a4882b92503690d6e1498 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:21:47.394 8 INFO neutron.db.l3_hamode_db [None req-3f6de91b-fcdc-433a-a03f-5141e782b8e6 ca5d0d8090de4ccc80a4f193126b4c32 89b5cf79d64a4882b92503690d6e1498 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1605/3205] 10.0.0.149 () {34 vars in 667 bytes} [Tue Apr 7 01:21:46 2026] POST /v2.0/routers => generated 474 bytes in 1022 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3206] 10.0.0.149 () {34 vars in 750 bytes} [Tue Apr 7 01:21:47 2026] PUT /v2.0/routers/06d63090-f7db-4fef-812d-e4c227b4a2ba/tags => generated 25 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3207] 10.0.0.149 () {32 vars in 730 bytes} [Tue Apr 7 01:21:48 2026] GET /v2.0/routers/06d63090-f7db-4fef-812d-e4c227b4a2ba/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3208] 10.0.0.149 () {34 vars in 761 bytes} [Tue Apr 7 01:21:48 2026] PUT /v2.0/routers/06d63090-f7db-4fef-812d-e4c227b4a2ba/tags/green => generated 4 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3209] 10.0.0.149 () {32 vars in 730 bytes} [Tue Apr 7 01:21:48 2026] GET /v2.0/routers/06d63090-f7db-4fef-812d-e4c227b4a2ba/tags => generated 34 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3210] 10.0.0.149 () {34 vars in 757 bytes} [Tue Apr 7 01:21:48 2026] PUT /v2.0/routers/06d63090-f7db-4fef-812d-e4c227b4a2ba/tags/red => generated 4 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3211] 10.0.0.149 () {32 vars in 730 bytes} [Tue Apr 7 01:21:48 2026] GET /v2.0/routers/06d63090-f7db-4fef-812d-e4c227b4a2ba/tags => generated 34 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3212] 10.0.0.149 () {34 vars in 779 bytes} [Tue Apr 7 01:21:48 2026] PUT /v2.0/routers/06d63090-f7db-4fef-812d-e4c227b4a2ba/tags/black.or.white => generated 4 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3213] 10.0.0.149 () {32 vars in 730 bytes} [Tue Apr 7 01:21:48 2026] GET /v2.0/routers/06d63090-f7db-4fef-812d-e4c227b4a2ba/tags => generated 52 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3214] 10.0.0.149 () {34 vars in 750 bytes} [Tue Apr 7 01:21:48 2026] PUT /v2.0/routers/06d63090-f7db-4fef-812d-e4c227b4a2ba/tags => generated 37 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3215] 10.0.0.149 () {32 vars in 730 bytes} [Tue Apr 7 01:21:48 2026] GET /v2.0/routers/06d63090-f7db-4fef-812d-e4c227b4a2ba/tags => generated 37 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3216] 10.0.0.149 () {32 vars in 738 bytes} [Tue Apr 7 01:21:48 2026] GET /v2.0/routers/06d63090-f7db-4fef-812d-e4c227b4a2ba/tags/red => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:21:49.118 8 INFO neutron.api.v2.resource [None req-c77f0e12-dade-40df-9d88-2af43211c1f4 ca5d0d8090de4ccc80a4f193126b4c32 89b5cf79d64a4882b92503690d6e1498 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1611/3217] 10.0.0.149 () {32 vars in 742 bytes} [Tue Apr 7 01:21:49 2026] GET /v2.0/routers/06d63090-f7db-4fef-812d-e4c227b4a2ba/tags/green => generated 99 bytes in 82 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3218] 10.0.0.149 () {32 vars in 741 bytes} [Tue Apr 7 01:21:49 2026] DELETE /v2.0/routers/06d63090-f7db-4fef-812d-e4c227b4a2ba/tags/red => 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: 1612/3219] 10.0.0.149 () {32 vars in 730 bytes} [Tue Apr 7 01:21:49 2026] GET /v2.0/routers/06d63090-f7db-4fef-812d-e4c227b4a2ba/tags => generated 30 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:21:49.412 7 INFO neutron.api.v2.resource [None req-5a7f0602-181b-4577-8567-5e0c9adde1d5 ca5d0d8090de4ccc80a4f193126b4c32 89b5cf79d64a4882b92503690d6e1498 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1608/3220] 10.0.0.149 () {32 vars in 745 bytes} [Tue Apr 7 01:21:49 2026] DELETE /v2.0/routers/06d63090-f7db-4fef-812d-e4c227b4a2ba/tags/green => generated 99 bytes in 100 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3221] 10.0.0.149 () {32 vars in 733 bytes} [Tue Apr 7 01:21:49 2026] DELETE /v2.0/routers/06d63090-f7db-4fef-812d-e4c227b4a2ba/tags => 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: 1609/3222] 10.0.0.149 () {32 vars in 730 bytes} [Tue Apr 7 01:21:49 2026] GET /v2.0/routers/06d63090-f7db-4fef-812d-e4c227b4a2ba/tags => generated 12 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/3223] 10.0.0.149 () {32 vars in 720 bytes} [Tue Apr 7 01:21:49 2026] GET /v2.0/routers/06d63090-f7db-4fef-812d-e4c227b4a2ba => generated 480 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3224] 10.0.0.149 () {34 vars in 741 bytes} [Tue Apr 7 01:21:49 2026] PUT /v2.0/routers/06d63090-f7db-4fef-812d-e4c227b4a2ba => generated 480 bytes in 407 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3225] 10.0.0.149 () {32 vars in 735 bytes} [Tue Apr 7 01:21:50 2026] GET /v2.0/ports?device_id=06d63090-f7db-4fef-812d-e4c227b4a2ba => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:21:50.259 7 INFO neutron_taas.services.taas.taas_plugin [None req-51be19a5-8b3a-4872-a64f-b78579b7ece8 ca5d0d8090de4ccc80a4f193126b4c32 89b5cf79d64a4882b92503690d6e1498 - - default default] TaaS: Handle Delete Port: 896544f2-1442-4c6f-9f6c-737847bd1718 2026-04-07 01:21:50.262 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51be19a5-8b3a-4872-a64f-b78579b7ece8 ca5d0d8090de4ccc80a4f193126b4c32 89b5cf79d64a4882b92503690d6e1498 - - default default] Tap Mirror: Handle Delete Port: 896544f2-1442-4c6f-9f6c-737847bd1718 2026-04-07 01:21:50.600 7 INFO neutron.services.segments.plugin [-] Segment 84ca549d-f70b-4191-9994-3f489e50c657 resource provider aggregate not found 2026-04-07 01:21:50.606 7 INFO neutron.services.segments.plugin [-] Segment 84ca549d-f70b-4191-9994-3f489e50c657 resource provider aggregate not found 2026-04-07 01:21:50.616 7 INFO neutron.services.segments.plugin [-] Segment 84ca549d-f70b-4191-9994-3f489e50c657 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84ca549d-f70b-4191-9994-3f489e50c657 found for delete ", "request_id": "req-cb49cab5-138d-4a59-9ed1-dac1eecaa3c1"}]} 2026-04-07 01:21:50.621 7 INFO neutron.services.segments.plugin [-] Segment 84ca549d-f70b-4191-9994-3f489e50c657 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84ca549d-f70b-4191-9994-3f489e50c657 found for delete ", "request_id": "req-7ad52a31-1abc-4ed0-a3cd-50853a10c723"}]} 2026-04-07 01:21:50.631 7 INFO neutron.db.l3_hamode_db [None req-51be19a5-8b3a-4872-a64f-b78579b7ece8 ca5d0d8090de4ccc80a4f193126b4c32 89b5cf79d64a4882b92503690d6e1498 - - default default] HA network 98a9426e-b836-4617-804f-71f91d0e4ce2 was deleted as no HA routers are present in tenant 89b5cf79d64a4882b92503690d6e1498. [pid: 7|app: 0|req: 1611/3226] 10.0.0.149 () {32 vars in 723 bytes} [Tue Apr 7 01:21:50 2026] DELETE /v2.0/routers/06d63090-f7db-4fef-812d-e4c227b4a2ba => generated 0 bytes in 534 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3227] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:21:51 2026] GET /v2.0/security-groups?tenant_id=89b5cf79d64a4882b92503690d6e1498&name=default => generated 2929 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3228] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:21:51 2026] DELETE /v2.0/security-groups/3e49f0e5-9bcd-4d4d-8054-1891083c3aa8 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3229] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:21:51 2026] GET /v2.0/security-groups?tenant_id=5bda5000516a4e49b555b70554caca3f&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3230] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:21:51 2026] DELETE /v2.0/security-groups/a34de126-5c59-49f1-bc2f-3930144c2320 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:21:55.176 8 INFO neutron.db.segments_db [None req-f38d403d-a70a-41f2-b82d-bdbcd2b2fe42 273a7b65cdb540a89d317c9c89429935 e86e7892d49d471ea053ca9e0bc50603 - - default default] Added segment dc89053f-1536-42c7-822e-f23610efe536 of type vxlan for network 572d360b-6a3a-4753-8110-49d32a344ef9 [pid: 8|app: 0|req: 1619/3233] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:21:54 2026] POST /v2.0/networks => generated 632 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:21:55.327 7 INFO neutron.db.segments_db [None req-8ad63d5a-d62a-40f2-bbd3-ba606febee9d 273a7b65cdb540a89d317c9c89429935 e86e7892d49d471ea053ca9e0bc50603 - - default default] Added segment f41318c2-7b2c-446e-b3ba-41f794ec2bdf of type vxlan for network defa91b1-a7ee-4f45-8205-4ddbb3f25c44 [pid: 7|app: 0|req: 1615/3234] 10.0.0.149 () {34 vars in 669 bytes} [Tue Apr 7 01:21:55 2026] POST /v2.0/networks => generated 632 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3235] 10.0.0.149 () {34 vars in 752 bytes} [Tue Apr 7 01:21:55 2026] PUT /v2.0/networks/572d360b-6a3a-4753-8110-49d32a344ef9/tags => generated 25 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3236] 10.0.0.149 () {32 vars in 732 bytes} [Tue Apr 7 01:21:55 2026] GET /v2.0/networks/572d360b-6a3a-4753-8110-49d32a344ef9/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: 1621/3237] 10.0.0.149 () {34 vars in 752 bytes} [Tue Apr 7 01:21:55 2026] PUT /v2.0/networks/defa91b1-a7ee-4f45-8205-4ddbb3f25c44/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3238] 10.0.0.149 () {32 vars in 732 bytes} [Tue Apr 7 01:21:55 2026] GET /v2.0/networks/defa91b1-a7ee-4f45-8205-4ddbb3f25c44/tags => generated 17 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3239] 10.0.0.149 () {34 vars in 752 bytes} [Tue Apr 7 01:21:55 2026] PUT /v2.0/networks/defa91b1-a7ee-4f45-8205-4ddbb3f25c44/tags => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3240] 10.0.0.149 () {32 vars in 732 bytes} [Tue Apr 7 01:21:55 2026] GET /v2.0/networks/defa91b1-a7ee-4f45-8205-4ddbb3f25c44/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3241] 10.0.0.149 () {32 vars in 732 bytes} [Tue Apr 7 01:21:55 2026] GET /v2.0/networks/572d360b-6a3a-4753-8110-49d32a344ef9/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:21:55.903 7 INFO neutron.services.segments.plugin [-] Segment dc89053f-1536-42c7-822e-f23610efe536 resource provider aggregate not found 2026-04-07 01:21:55.910 7 INFO neutron.services.segments.plugin [-] Segment dc89053f-1536-42c7-822e-f23610efe536 resource provider aggregate not found 2026-04-07 01:21:55.920 7 INFO neutron.services.segments.plugin [-] Segment dc89053f-1536-42c7-822e-f23610efe536 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc89053f-1536-42c7-822e-f23610efe536 found for delete ", "request_id": "req-bf4e53bf-6a69-4426-9bd3-9e7d2c0afb21"}]} 2026-04-07 01:21:55.923 7 INFO neutron.services.segments.plugin [-] Segment dc89053f-1536-42c7-822e-f23610efe536 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc89053f-1536-42c7-822e-f23610efe536 found for delete ", "request_id": "req-acc2309c-5bcb-4777-a605-8cf3d37ae194"}]} [pid: 7|app: 0|req: 1619/3242] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:21:55 2026] DELETE /v2.0/networks/572d360b-6a3a-4753-8110-49d32a344ef9 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3243] 10.0.0.149 () {32 vars in 725 bytes} [Tue Apr 7 01:21:55 2026] DELETE /v2.0/networks/defa91b1-a7ee-4f45-8205-4ddbb3f25c44 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:21:56.131 8 INFO neutron.services.segments.plugin [-] Segment f41318c2-7b2c-446e-b3ba-41f794ec2bdf resource provider aggregate not found 2026-04-07 01:21:56.145 8 INFO neutron.services.segments.plugin [-] Segment f41318c2-7b2c-446e-b3ba-41f794ec2bdf resource provider aggregate not found 2026-04-07 01:21:56.150 8 INFO neutron.services.segments.plugin [-] Segment f41318c2-7b2c-446e-b3ba-41f794ec2bdf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f41318c2-7b2c-446e-b3ba-41f794ec2bdf found for delete ", "request_id": "req-61091544-5174-40e8-8a65-907ea35b0a9b"}]} 2026-04-07 01:21:56.160 8 INFO neutron.services.segments.plugin [-] Segment f41318c2-7b2c-446e-b3ba-41f794ec2bdf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f41318c2-7b2c-446e-b3ba-41f794ec2bdf found for delete ", "request_id": "req-72a52bc1-d89d-4023-b410-1922fe98bc9d"}]} [pid: 7|app: 0|req: 1620/3244] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:21:56 2026] GET /v2.0/security-groups?tenant_id=e86e7892d49d471ea053ca9e0bc50603&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3245] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:21:56 2026] DELETE /v2.0/security-groups/6569d66c-79cf-40e7-9164-e0a6296d979b => 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: 1621/3246] 10.0.0.149 () {32 vars in 773 bytes} [Tue Apr 7 01:21:56 2026] GET /v2.0/security-groups?tenant_id=01bcf24eb94e4fc7b43941303d88e4d3&name=default => generated 2929 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1626/3247] 10.0.0.149 () {32 vars in 739 bytes} [Tue Apr 7 01:21:57 2026] DELETE /v2.0/security-groups/940c8843-0868-4420-aec9-e67b2c445f4c => 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: 1622/3248] 10.0.0.149 () {32 vars in 648 bytes} [Tue Apr 7 01:21:59 2026] GET /v2.0/networks => generated 2168 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3249] 10.0.0.149 () {32 vars in 654 bytes} [Tue Apr 7 01:22:00 2026] GET /v2.0/floatingips => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3250] 10.0.0.149 () {32 vars in 646 bytes} [Tue Apr 7 01:22:00 2026] GET /v2.0/routers => generated 15 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/3251] 10.0.0.149 () {32 vars in 642 bytes} [Tue Apr 7 01:22:00 2026] GET /v2.0/ports => generated 4725 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3252] 10.0.0.149 () {32 vars in 646 bytes} [Tue Apr 7 01:22:00 2026] GET /v2.0/subnets => generated 1308 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3253] 10.0.0.149 () {32 vars in 648 bytes} [Tue Apr 7 01:22:00 2026] GET /v2.0/networks => generated 2168 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3254] 10.0.0.149 () {32 vars in 662 bytes} [Tue Apr 7 01:22:00 2026] GET /v2.0/security-groups => generated 17401 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3255] 10.0.0.149 () {32 vars in 654 bytes} [Tue Apr 7 01:22:01 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)