+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Thu Apr 23 02:56:53 2026] *** compiled with version: 13.3.0 on 22 April 2026 22:34:47 os: Linux-5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 nodename: neutron-server-59f46797cc-q4mzt machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Mar 3 2026, 12:15:18) [GCC 13.3.0] Python main interpreter initialized at 0x7fc545364668 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/oslo_concurrency/lockutils.py:41: EventletDeprecationWarning: Eventlet is deprecated. It is currently being maintained in bugfix mode, and we strongly recommend against using it for new projects. If you are already using Eventlet, we recommend migrating to a different framework. For more detail see https://eventlet.readthedocs.io/en/latest/asyncio/migration.html import eventlet /var/lib/openstack/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:41: EventletDeprecationWarning: Eventlet is deprecated. It is currently being maintained in bugfix mode, and we strongly recommend against using it for new projects. If you are already using Eventlet, we recommend migrating to a different framework. For more detail see https://eventlet.readthedocs.io/en/latest/asyncio/migration.html import eventlet 2026-04-23 02:56:57.057 7 INFO neutron.common.config [-] Logging enabled! 2026-04-23 02:56:57.057 7 INFO neutron.common.config [-] uwsgi version 28.1.0.dev150 2026-04-23 02:56:57.116 8 INFO neutron.common.config [-] Logging enabled! 2026-04-23 02:56:57.116 8 INFO neutron.common.config [-] uwsgi version 28.1.0.dev150 2026-04-23 02:56:58.096 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-23 02:56:58.246 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-23 02:56:59.522 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-23 02:56:59.524 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-23 02:56:59.528 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-23 02:56:59.529 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-23 02:56:59.529 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-23 02:56:59.529 7 WARNING oslo_config.cfg [-] Deprecated: Option "tenant_network_types" from group "ml2" is deprecated. Use option "project_network_types" from group "ml2". 2026-04-23 02:56:59.530 7 INFO neutron.plugins.ml2.managers [-] Project network_types: ['vxlan'] 2026-04-23 02:56:59.530 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 02:56:59.537 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 02:56:59.537 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 02:56:59.537 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-23 02:56:59.560 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-23 02:56:59.561 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-23 02:56:59.561 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-23 02:56:59.585 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-23 02:56:59.586 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-23 02:56:59.586 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-23 02:56:59.586 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-23 02:56:59.732 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-23 02:56:59.734 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-23 02:56:59.738 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-23 02:56:59.739 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-23 02:56:59.739 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-23 02:56:59.740 8 WARNING oslo_config.cfg [-] Deprecated: Option "tenant_network_types" from group "ml2" is deprecated. Use option "project_network_types" from group "ml2". 2026-04-23 02:56:59.740 8 INFO neutron.plugins.ml2.managers [-] Project network_types: ['vxlan'] 2026-04-23 02:56:59.740 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 02:56:59.747 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 02:56:59.747 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 02:56:59.747 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-23 02:56:59.769 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-23 02:56:59.770 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-23 02:56:59.770 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-23 02:56:59.794 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-23 02:56:59.794 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-23 02:56:59.794 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-23 02:56:59.794 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-23 02:56:59.933 7 INFO neutron.plugins.ml2.managers [None req-8ec08e75-5022-4476-9d20-ffc02f908755 - - - - - -] Initializing driver for type 'vlan' 2026-04-23 02:57:00.190 8 INFO neutron.plugins.ml2.managers [None req-9453fa81-fb23-4e12-acd8-9d23da40828c - - - - - -] Initializing driver for type 'vlan' 2026-04-23 02:57:00.223 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-8ec08e75-5022-4476-9d20-ffc02f908755 - - - - - -] VlanTypeDriver initialization complete 2026-04-23 02:57:00.224 7 INFO neutron.plugins.ml2.managers [None req-8ec08e75-5022-4476-9d20-ffc02f908755 - - - - - -] Initializing driver for type 'vxlan' 2026-04-23 02:57:00.224 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-8ec08e75-5022-4476-9d20-ffc02f908755 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-23 02:57:00.238 7 INFO neutron.plugins.ml2.managers [None req-8ec08e75-5022-4476-9d20-ffc02f908755 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-23 02:57:00.238 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-8ec08e75-5022-4476-9d20-ffc02f908755 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-23 02:57:00.238 7 INFO neutron.plugins.ml2.managers [None req-8ec08e75-5022-4476-9d20-ffc02f908755 - - - - - -] Initializing extension driver 'port_security' 2026-04-23 02:57:00.238 7 INFO neutron.plugins.ml2.extensions.port_security [None req-8ec08e75-5022-4476-9d20-ffc02f908755 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-23 02:57:00.239 7 INFO neutron.plugins.ml2.managers [None req-8ec08e75-5022-4476-9d20-ffc02f908755 - - - - - -] Initializing extension driver 'qos' 2026-04-23 02:57:00.239 7 INFO neutron.plugins.ml2.managers [None req-8ec08e75-5022-4476-9d20-ffc02f908755 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-23 02:57:00.239 7 INFO neutron.plugins.ml2.managers [None req-8ec08e75-5022-4476-9d20-ffc02f908755 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-23 02:57:00.254 7 INFO neutron.quota [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded quota_driver: . 2026-04-23 02:57:00.255 7 INFO neutron.plugins.ml2.plugin [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Modular L2 Plugin initialization complete 2026-04-23 02:57:00.255 7 INFO neutron.plugins.ml2.managers [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-23 02:57:00.255 7 INFO neutron.plugins.ml2.managers [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-23 02:57:00.255 7 INFO neutron.plugins.ml2.managers [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Got port-security extension from driver 'port_security' 2026-04-23 02:57:00.255 7 INFO neutron.manager [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loading Plugin: qos 2026-04-23 02:57:00.269 7 INFO neutron.manager [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loading Plugin: router 2026-04-23 02:57:00.316 7 INFO neutron.services.service_base [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-23 02:57:00.316 7 INFO neutron.manager [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loading Plugin: segments 2026-04-23 02:57:00.412 7 INFO neutron.manager [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loading Plugin: trunk 2026-04-23 02:57:00.430 7 INFO neutron.manager [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loading Plugin: vpnaas 2026-04-23 02:57:00.470 7 WARNING stevedore.named [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 02:57:00.476 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-9453fa81-fb23-4e12-acd8-9d23da40828c - - - - - -] VlanTypeDriver initialization complete 2026-04-23 02:57:00.476 8 INFO neutron.plugins.ml2.managers [None req-9453fa81-fb23-4e12-acd8-9d23da40828c - - - - - -] Initializing driver for type 'vxlan' 2026-04-23 02:57:00.476 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-9453fa81-fb23-4e12-acd8-9d23da40828c - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-23 02:57:00.492 8 INFO neutron.plugins.ml2.managers [None req-9453fa81-fb23-4e12-acd8-9d23da40828c - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-23 02:57:00.493 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-9453fa81-fb23-4e12-acd8-9d23da40828c - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-23 02:57:00.493 8 INFO neutron.plugins.ml2.managers [None req-9453fa81-fb23-4e12-acd8-9d23da40828c - - - - - -] Initializing extension driver 'port_security' 2026-04-23 02:57:00.493 8 INFO neutron.plugins.ml2.extensions.port_security [None req-9453fa81-fb23-4e12-acd8-9d23da40828c - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-23 02:57:00.493 8 INFO neutron.plugins.ml2.managers [None req-9453fa81-fb23-4e12-acd8-9d23da40828c - - - - - -] Initializing extension driver 'qos' 2026-04-23 02:57:00.494 8 INFO neutron.plugins.ml2.managers [None req-9453fa81-fb23-4e12-acd8-9d23da40828c - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-23 02:57:00.494 8 INFO neutron.plugins.ml2.managers [None req-9453fa81-fb23-4e12-acd8-9d23da40828c - - - - - -] Initializing mechanism driver 'l2population' 2026-04-23 02:57:00.508 8 INFO neutron.quota [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded quota_driver: . 2026-04-23 02:57:00.509 8 INFO neutron.plugins.ml2.plugin [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Modular L2 Plugin initialization complete 2026-04-23 02:57:00.509 8 INFO neutron.plugins.ml2.managers [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-23 02:57:00.509 8 INFO neutron.plugins.ml2.managers [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-23 02:57:00.509 8 INFO neutron.plugins.ml2.managers [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-23 02:57:00.509 8 INFO neutron.manager [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loading Plugin: qos 2026-04-23 02:57:00.524 8 INFO neutron.manager [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loading Plugin: router 2026-04-23 02:57:00.534 7 INFO neutron_vpnaas.services.vpn.plugin [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-23 02:57:00.535 7 INFO neutron.common.utils [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-23 02:57:00.535 7 INFO neutron.manager [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loading Plugin: taas 2026-04-23 02:57:00.557 7 WARNING stevedore.named [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-23 02:57:00.570 8 INFO neutron.services.service_base [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-23 02:57:00.570 8 INFO neutron.manager [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loading Plugin: segments 2026-04-23 02:57:00.580 7 INFO neutron_taas.services.taas.taas_plugin [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-23 02:57:00.581 7 INFO neutron.manager [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loading Plugin: tapmirror 2026-04-23 02:57:00.598 7 WARNING stevedore.named [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-23 02:57:00.612 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-23 02:57:00.613 7 INFO neutron.manager [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loading Plugin: auto_allocate 2026-04-23 02:57:00.622 7 INFO neutron.manager [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loading Plugin: tag 2026-04-23 02:57:00.632 7 INFO neutron.manager [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loading Plugin: timestamp 2026-04-23 02:57:00.635 7 INFO neutron.manager [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loading Plugin: network_ip_availability 2026-04-23 02:57:00.640 7 INFO neutron.manager [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loading Plugin: flavors 2026-04-23 02:57:00.652 7 INFO neutron.manager [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loading Plugin: revisions 2026-04-23 02:57:00.657 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Initializing extension manager. 2026-04-23 02:57:00.658 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: address-group 2026-04-23 02:57:00.659 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: address-scope 2026-04-23 02:57:00.660 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-23 02:57:00.661 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: agent 2026-04-23 02:57:00.662 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: agent-resources-synced 2026-04-23 02:57:00.664 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: allowed-address-pairs 2026-04-23 02:57:00.664 8 INFO neutron.manager [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loading Plugin: trunk 2026-04-23 02:57:00.664 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: auto-allocated-topology 2026-04-23 02:57:00.665 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: availability_zone 2026-04-23 02:57:00.666 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: availability_zone_filter 2026-04-23 02:57:00.666 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-23 02:57:00.667 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: default-subnetpools 2026-04-23 02:57:00.669 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-23 02:57:00.670 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: dns-integration 2026-04-23 02:57:00.671 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: dns-domain-ports 2026-04-23 02:57:00.671 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-23 02:57:00.672 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: dvr 2026-04-23 02:57:00.673 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-23 02:57:00.674 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: empty-string-filtering 2026-04-23 02:57:00.674 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 02:57:00.675 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-23 02:57:00.676 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: external-net 2026-04-23 02:57:00.676 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-23 02:57:00.677 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: extraroute 2026-04-23 02:57:00.678 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: extraroute-atomic 2026-04-23 02:57:00.678 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-23 02:57:00.679 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-23 02:57:00.679 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-23 02:57:00.680 8 INFO neutron.manager [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loading Plugin: vpnaas 2026-04-23 02:57:00.680 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-23 02:57:00.681 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: fip-port-details 2026-04-23 02:57:00.682 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: flavors 2026-04-23 02:57:00.683 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-23 02:57:00.684 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: floatingip-pools 2026-04-23 02:57:00.684 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: ip_allocation 2026-04-23 02:57:00.685 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: ip-substring-filtering 2026-04-23 02:57:00.685 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: l2_adjacency 2026-04-23 02:57:00.687 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: router 2026-04-23 02:57:00.689 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 02:57:00.689 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-23 02:57:00.690 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-23 02:57:00.691 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: ext-gw-mode 2026-04-23 02:57:00.691 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: l3-ha 2026-04-23 02:57:00.692 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-23 02:57:00.692 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-23 02:57:00.693 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: l3-flavors 2026-04-23 02:57:00.694 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-23 02:57:00.694 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-23 02:57:00.697 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-23 02:57:00.698 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-23 02:57:00.699 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-23 02:57:00.700 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-23 02:57:00.701 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-23 02:57:00.701 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: multi-provider 2026-04-23 02:57:00.702 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: net-mtu 2026-04-23 02:57:00.703 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: net-mtu-writable 2026-04-23 02:57:00.703 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: network_availability_zone 2026-04-23 02:57:00.704 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: network_ha 2026-04-23 02:57:00.704 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: network-ip-availability 2026-04-23 02:57:00.705 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: network-ip-availability-details 2026-04-23 02:57:00.706 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-23 02:57:00.707 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: pagination 2026-04-23 02:57:00.707 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: port-device-profile 2026-04-23 02:57:00.708 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-23 02:57:00.708 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-23 02:57:00.709 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-23 02:57:00.709 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: port-mac-override 2026-04-23 02:57:00.710 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-23 02:57:00.710 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-23 02:57:00.711 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-23 02:57:00.711 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: port-resource-request 2026-04-23 02:57:00.712 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: port-resource-request-groups 2026-04-23 02:57:00.712 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-23 02:57:00.713 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: binding 2026-04-23 02:57:00.713 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: binding-extended 2026-04-23 02:57:00.714 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: port-security 2026-04-23 02:57:00.714 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: project-id 2026-04-23 02:57:00.715 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: provider 2026-04-23 02:57:00.716 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-23 02:57:00.718 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: qos 2026-04-23 02:57:00.719 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-23 02:57:00.719 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-23 02:57:00.720 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: qos-default 2026-04-23 02:57:00.720 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: qos-fip 2026-04-23 02:57:00.721 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-23 02:57:00.721 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: qos-gateway-ip 2026-04-23 02:57:00.722 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: qos-port-network-policy 2026-04-23 02:57:00.722 8 WARNING stevedore.named [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 02:57:00.722 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: qos-pps-minimum 2026-04-23 02:57:00.723 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-23 02:57:00.724 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: qos-pps 2026-04-23 02:57:00.724 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: qos-rule-type-details 2026-04-23 02:57:00.725 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-23 02:57:00.726 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: qos-rules-alias 2026-04-23 02:57:00.726 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: quota-check-limit 2026-04-23 02:57:00.728 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: quota-check-limit-default 2026-04-23 02:57:00.730 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: quotas 2026-04-23 02:57:00.734 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: quota_details 2026-04-23 02:57:00.737 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: rbac-policies 2026-04-23 02:57:00.738 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: rbac-address-group 2026-04-23 02:57:00.739 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: rbac-address-scope 2026-04-23 02:57:00.740 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: rbac-security-groups 2026-04-23 02:57:00.740 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: rbac-subnetpool 2026-04-23 02:57:00.741 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: revision-if-match 2026-04-23 02:57:00.742 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: standard-attr-revisions 2026-04-23 02:57:00.743 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: router_availability_zone 2026-04-23 02:57:00.744 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Extension router-enable-snat not supported by any of loaded plugins 2026-04-23 02:57:00.744 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-23 02:57:00.746 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: security-groups-default-rules 2026-04-23 02:57:00.747 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-23 02:57:00.747 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-23 02:57:00.748 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-23 02:57:00.748 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-23 02:57:00.749 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-23 02:57:00.754 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: security-group 2026-04-23 02:57:00.756 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: segment 2026-04-23 02:57:00.757 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-23 02:57:00.757 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: service-type 2026-04-23 02:57:00.758 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: sorting 2026-04-23 02:57:00.758 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: standard-attr-segment 2026-04-23 02:57:00.759 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: standard-attr-description 2026-04-23 02:57:00.760 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: stateful-security-group 2026-04-23 02:57:00.760 7 WARNING neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-23 02:57:00.761 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-23 02:57:00.762 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: subnet-external-network 2026-04-23 02:57:00.762 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: subnet_onboard 2026-04-23 02:57:00.763 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-23 02:57:00.763 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: subnet-service-types 2026-04-23 02:57:00.764 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: subnet_allocation 2026-04-23 02:57:00.765 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-23 02:57:00.765 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: tag-creation 2026-04-23 02:57:00.766 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-23 02:57:00.770 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: standard-attr-tag 2026-04-23 02:57:00.771 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-23 02:57:00.772 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: trunk 2026-04-23 02:57:00.772 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: trunk-details 2026-04-23 02:57:00.773 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-23 02:57:00.773 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-23 02:57:00.774 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-23 02:57:00.775 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-23 02:57:00.777 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-23 02:57:00.778 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-23 02:57:00.778 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: vpn-flavors 2026-04-23 02:57:00.780 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: vpnaas 2026-04-23 02:57:00.781 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: taas 2026-04-23 02:57:00.783 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: tap-mirror 2026-04-23 02:57:00.783 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: tap-mirror-both-direction 2026-04-23 02:57:00.783 8 INFO neutron_vpnaas.services.vpn.plugin [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-23 02:57:00.784 8 INFO neutron.common.utils [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-23 02:57:00.784 8 INFO neutron.manager [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loading Plugin: taas 2026-04-23 02:57:00.784 7 INFO neutron.api.extensions [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Loaded extension: taas-vlan-filter 2026-04-23 02:57:00.787 7 INFO neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-23 02:57:00.787 7 INFO neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-23 02:57:00.788 7 INFO neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 02:57:00.788 7 INFO neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-23 02:57:00.792 7 INFO neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-23 02:57:00.793 7 INFO neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-23 02:57:00.799 7 INFO neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-23 02:57:00.800 7 INFO neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-23 02:57:00.800 7 INFO neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-23 02:57:00.801 7 INFO neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 02:57:00.801 7 WARNING neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] subnetpool is already registered 2026-04-23 02:57:00.802 7 INFO neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 02:57:00.802 7 WARNING neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] subnetpool is already registered 2026-04-23 02:57:00.803 7 INFO neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-23 02:57:00.803 7 INFO neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 02:57:00.804 7 INFO neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 02:57:00.804 7 INFO neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-23 02:57:00.805 7 INFO neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-23 02:57:00.805 7 INFO neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-23 02:57:00.805 7 INFO neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 02:57:00.806 7 WARNING neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] ipsecpolicy is already registered 2026-04-23 02:57:00.806 7 INFO neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 02:57:00.806 7 WARNING neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] ikepolicy is already registered 2026-04-23 02:57:00.809 8 WARNING stevedore.named [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-23 02:57:00.811 7 INFO neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-23 02:57:00.811 7 WARNING neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] router is already registered 2026-04-23 02:57:00.812 7 INFO neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-23 02:57:00.812 7 WARNING neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] floatingip is already registered 2026-04-23 02:57:00.816 7 INFO neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-23 02:57:00.816 7 WARNING neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] rbac_policy is already registered 2026-04-23 02:57:00.816 7 INFO neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-23 02:57:00.817 7 WARNING neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] security_group is already registered 2026-04-23 02:57:00.817 7 INFO neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-23 02:57:00.817 7 WARNING neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] security_group_rule is already registered 2026-04-23 02:57:00.818 7 INFO neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 02:57:00.818 7 WARNING neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] subnetpool is already registered 2026-04-23 02:57:00.819 7 INFO neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 02:57:00.819 7 WARNING neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] subnetpool is already registered 2026-04-23 02:57:00.820 7 INFO neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-23 02:57:00.820 7 WARNING neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] trunk is already registered 2026-04-23 02:57:00.820 7 INFO neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 02:57:00.820 7 WARNING neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] ikepolicy is already registered 2026-04-23 02:57:00.821 7 INFO neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 02:57:00.821 7 WARNING neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] ipsecpolicy is already registered 2026-04-23 02:57:00.821 7 INFO neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-23 02:57:00.822 7 WARNING neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] endpoint_group is already registered 2026-04-23 02:57:00.822 7 INFO neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-23 02:57:00.822 7 WARNING neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] vpnservice is already registered 2026-04-23 02:57:00.823 7 INFO neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-23 02:57:00.823 7 WARNING neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] ipsec_site_connection is already registered 2026-04-23 02:57:00.823 7 INFO neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 02:57:00.823 7 WARNING neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] ipsecpolicy is already registered 2026-04-23 02:57:00.824 7 INFO neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 02:57:00.824 7 WARNING neutron.quota.resource_registry [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] ikepolicy is already registered 2026-04-23 02:57:00.832 8 INFO neutron_taas.services.taas.taas_plugin [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-23 02:57:00.832 8 INFO neutron.manager [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loading Plugin: tapmirror 2026-04-23 02:57:00.848 8 WARNING stevedore.named [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-23 02:57:00.863 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-23 02:57:00.864 8 INFO neutron.manager [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loading Plugin: auto_allocate 2026-04-23 02:57:00.868 7 WARNING keystonemiddleware._common.config [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-23 02:57:00.872 8 INFO neutron.manager [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loading Plugin: tag 2026-04-23 02:57:00.877 7 WARNING oslo_config.cfg [None req-0d71f64f-8c1a-4db3-ac32-ba15aaf048ec - - - - - -] 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 7 seconds on interpreter 0x7fc545364668 pid: 7 (default app) 2026-04-23 02:57:00.881 8 INFO neutron.manager [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loading Plugin: timestamp 2026-04-23 02:57:00.885 8 INFO neutron.manager [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loading Plugin: network_ip_availability 2026-04-23 02:57:00.890 8 INFO neutron.manager [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loading Plugin: flavors 2026-04-23 02:57:00.893 8 INFO neutron.manager [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loading Plugin: revisions 2026-04-23 02:57:00.897 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Initializing extension manager. 2026-04-23 02:57:00.898 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: address-group 2026-04-23 02:57:00.899 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: address-scope 2026-04-23 02:57:00.900 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-23 02:57:00.901 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: agent 2026-04-23 02:57:00.901 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: agent-resources-synced 2026-04-23 02:57:00.902 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-23 02:57:00.903 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-23 02:57:00.904 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: availability_zone 2026-04-23 02:57:00.904 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: availability_zone_filter 2026-04-23 02:57:00.905 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-23 02:57:00.905 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: default-subnetpools 2026-04-23 02:57:00.907 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-23 02:57:00.908 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: dns-integration 2026-04-23 02:57:00.908 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: dns-domain-ports 2026-04-23 02:57:00.909 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-23 02:57:00.910 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: dvr 2026-04-23 02:57:00.911 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-23 02:57:00.911 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: empty-string-filtering 2026-04-23 02:57:00.912 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 02:57:00.913 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-23 02:57:00.913 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: external-net 2026-04-23 02:57:00.914 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-23 02:57:00.914 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: extraroute 2026-04-23 02:57:00.915 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: extraroute-atomic 2026-04-23 02:57:00.916 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-23 02:57:00.917 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-23 02:57:00.917 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-23 02:57:00.918 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-23 02:57:00.919 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: fip-port-details 2026-04-23 02:57:00.920 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: flavors 2026-04-23 02:57:00.921 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-23 02:57:00.922 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: floatingip-pools 2026-04-23 02:57:00.923 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: ip_allocation 2026-04-23 02:57:00.923 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-23 02:57:00.924 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: l2_adjacency 2026-04-23 02:57:00.925 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: router 2026-04-23 02:57:00.927 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 02:57:00.927 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-23 02:57:00.928 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-23 02:57:00.928 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: ext-gw-mode 2026-04-23 02:57:00.929 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: l3-ha 2026-04-23 02:57:00.929 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-23 02:57:00.930 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-23 02:57:00.930 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: l3-flavors 2026-04-23 02:57:00.931 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-23 02:57:00.932 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-23 02:57:00.934 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-23 02:57:00.935 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-23 02:57:00.936 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-23 02:57:00.937 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-23 02:57:00.938 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-23 02:57:00.938 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: multi-provider 2026-04-23 02:57:00.939 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: net-mtu 2026-04-23 02:57:00.939 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: net-mtu-writable 2026-04-23 02:57:00.940 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: network_availability_zone 2026-04-23 02:57:00.941 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: network_ha 2026-04-23 02:57:00.941 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: network-ip-availability 2026-04-23 02:57:00.942 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: network-ip-availability-details 2026-04-23 02:57:00.943 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-23 02:57:00.944 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: pagination 2026-04-23 02:57:00.944 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: port-device-profile 2026-04-23 02:57:00.944 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-23 02:57:00.945 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-23 02:57:00.945 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-23 02:57:00.946 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: port-mac-override 2026-04-23 02:57:00.946 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-23 02:57:00.947 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-23 02:57:00.947 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-23 02:57:00.948 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: port-resource-request 2026-04-23 02:57:00.948 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-23 02:57:00.949 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-23 02:57:00.949 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: binding 2026-04-23 02:57:00.950 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: binding-extended 2026-04-23 02:57:00.951 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: port-security 2026-04-23 02:57:00.951 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: project-id 2026-04-23 02:57:00.951 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: provider 2026-04-23 02:57:00.952 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-23 02:57:00.954 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: qos 2026-04-23 02:57:00.955 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-23 02:57:00.956 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-23 02:57:00.956 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: qos-default 2026-04-23 02:57:00.957 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: qos-fip 2026-04-23 02:57:00.957 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-23 02:57:00.958 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-23 02:57:00.958 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-23 02:57:00.959 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-23 02:57:00.959 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-23 02:57:00.960 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: qos-pps 2026-04-23 02:57:00.961 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-23 02:57:00.961 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-23 02:57:00.962 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: qos-rules-alias 2026-04-23 02:57:00.962 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: quota-check-limit 2026-04-23 02:57:00.963 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-23 02:57:00.966 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: quotas 2026-04-23 02:57:00.967 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: quota_details 2026-04-23 02:57:00.968 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: rbac-policies 2026-04-23 02:57:00.969 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: rbac-address-group 2026-04-23 02:57:00.969 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: rbac-address-scope 2026-04-23 02:57:00.970 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: rbac-security-groups 2026-04-23 02:57:00.970 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-23 02:57:00.971 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: revision-if-match 2026-04-23 02:57:00.971 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-23 02:57:00.972 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: router_availability_zone 2026-04-23 02:57:00.973 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Extension router-enable-snat not supported by any of loaded plugins 2026-04-23 02:57:00.973 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-23 02:57:00.975 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-23 02:57:00.975 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-23 02:57:00.976 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-23 02:57:00.977 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-23 02:57:00.978 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-23 02:57:00.978 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-23 02:57:00.983 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: security-group 2026-04-23 02:57:00.984 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: segment 2026-04-23 02:57:00.985 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-23 02:57:00.985 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: service-type 2026-04-23 02:57:00.986 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: sorting 2026-04-23 02:57:00.986 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: standard-attr-segment 2026-04-23 02:57:00.987 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: standard-attr-description 2026-04-23 02:57:00.988 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: stateful-security-group 2026-04-23 02:57:00.988 8 WARNING neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-23 02:57:00.989 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-23 02:57:00.990 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: subnet-external-network 2026-04-23 02:57:00.991 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: subnet_onboard 2026-04-23 02:57:00.991 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-23 02:57:00.992 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: subnet-service-types 2026-04-23 02:57:00.993 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: subnet_allocation 2026-04-23 02:57:00.994 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-23 02:57:00.995 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: tag-creation 2026-04-23 02:57:00.995 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-23 02:57:01.000 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: standard-attr-tag 2026-04-23 02:57:01.001 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-23 02:57:01.002 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: trunk 2026-04-23 02:57:01.002 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: trunk-details 2026-04-23 02:57:01.003 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-23 02:57:01.003 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-23 02:57:01.004 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-23 02:57:01.005 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-23 02:57:01.007 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-23 02:57:01.008 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-23 02:57:01.008 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: vpn-flavors 2026-04-23 02:57:01.010 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: vpnaas 2026-04-23 02:57:01.011 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: taas 2026-04-23 02:57:01.012 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: tap-mirror 2026-04-23 02:57:01.013 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: tap-mirror-both-direction 2026-04-23 02:57:01.013 8 INFO neutron.api.extensions [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-23 02:57:01.016 8 INFO neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-23 02:57:01.016 8 INFO neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-23 02:57:01.016 8 INFO neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 02:57:01.016 8 INFO neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-23 02:57:01.020 8 INFO neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-23 02:57:01.020 8 INFO neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-23 02:57:01.025 8 INFO neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-23 02:57:01.026 8 INFO neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-23 02:57:01.026 8 INFO neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-23 02:57:01.027 8 INFO neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 02:57:01.027 8 WARNING neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] subnetpool is already registered 2026-04-23 02:57:01.028 8 INFO neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 02:57:01.028 8 WARNING neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] subnetpool is already registered 2026-04-23 02:57:01.028 8 INFO neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-23 02:57:01.029 8 INFO neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 02:57:01.029 8 INFO neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 02:57:01.030 8 INFO neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-23 02:57:01.030 8 INFO neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-23 02:57:01.030 8 INFO neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-23 02:57:01.031 8 INFO neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 02:57:01.031 8 WARNING neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] ipsecpolicy is already registered 2026-04-23 02:57:01.031 8 INFO neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 02:57:01.031 8 WARNING neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] ikepolicy is already registered 2026-04-23 02:57:01.036 8 INFO neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-23 02:57:01.036 8 WARNING neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] router is already registered 2026-04-23 02:57:01.037 8 INFO neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-23 02:57:01.037 8 WARNING neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] floatingip is already registered 2026-04-23 02:57:01.041 8 INFO neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-23 02:57:01.041 8 WARNING neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] rbac_policy is already registered 2026-04-23 02:57:01.041 8 INFO neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-23 02:57:01.042 8 WARNING neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] security_group is already registered 2026-04-23 02:57:01.042 8 INFO neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-23 02:57:01.042 8 WARNING neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] security_group_rule is already registered 2026-04-23 02:57:01.043 8 INFO neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 02:57:01.043 8 WARNING neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] subnetpool is already registered 2026-04-23 02:57:01.044 8 INFO neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 02:57:01.044 8 WARNING neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] subnetpool is already registered 2026-04-23 02:57:01.044 8 INFO neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-23 02:57:01.044 8 WARNING neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] trunk is already registered 2026-04-23 02:57:01.045 8 INFO neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 02:57:01.045 8 WARNING neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] ikepolicy is already registered 2026-04-23 02:57:01.045 8 INFO neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 02:57:01.045 8 WARNING neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] ipsecpolicy is already registered 2026-04-23 02:57:01.046 8 INFO neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-23 02:57:01.046 8 WARNING neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] endpoint_group is already registered 2026-04-23 02:57:01.046 8 INFO neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-23 02:57:01.046 8 WARNING neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] vpnservice is already registered 2026-04-23 02:57:01.047 8 INFO neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-23 02:57:01.047 8 WARNING neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] ipsec_site_connection is already registered 2026-04-23 02:57:01.047 8 INFO neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 02:57:01.047 8 WARNING neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] ipsecpolicy is already registered 2026-04-23 02:57:01.048 8 INFO neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 02:57:01.048 8 WARNING neutron.quota.resource_registry [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] ikepolicy is already registered 2026-04-23 02:57:01.087 8 WARNING keystonemiddleware._common.config [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-23 02:57:01.094 8 WARNING oslo_config.cfg [None req-af22125e-6515-44e2-8cef-c047231a54e2 - - - - - -] 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 0x7fc545364668 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-23 02:57:05.335 7 INFO neutron.pecan_wsgi.hooks.translation [None req-719219cf-7f4d-4127-bdd6-d7ec895b764c 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/3] 199.204.45.25 () {44 vars in 924 bytes} [Thu Apr 23 02:57:04 2026] GET /v2.0/networks/public => generated 108 bytes in 808 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: 2/4] 199.204.45.25 () {44 vars in 946 bytes} [Thu Apr 23 02:57:05 2026] GET /v2.0/networks?name=public => generated 15 bytes in 347 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 02:57:06.206 7 WARNING neutron.services.revisions.revision_plugin [None req-1da9ff15-3b4e-4fbb-9f0e-a2b850b78d71 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Could not find related network for resource to bump revision. 2026-04-23 02:57:06.223 7 INFO neutron.db.segments_db [None req-1da9ff15-3b4e-4fbb-9f0e-a2b850b78d71 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Added segment e9d289c4-1358-4e7c-aafe-31a948d3bb95 of type flat for network 8a46caa3-36fc-4cfe-af6e-683434b88671 2026-04-23 02:57:06.265 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1da9ff15-3b4e-4fbb-9f0e-a2b850b78d71 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/5] 199.204.45.25 () {48 vars in 964 bytes} [Thu Apr 23 02:57:05 2026] POST /v2.0/networks => generated 124 bytes in 595 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 02:57:12.427 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7bb8bd73-5013-4aeb-b1ce-94f989be90f0 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/6] 199.204.45.25 () {44 vars in 924 bytes} [Thu Apr 23 02:57:12 2026] GET /v2.0/networks/public => generated 108 bytes in 362 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4/7] 199.204.45.25 () {44 vars in 946 bytes} [Thu Apr 23 02:57:12 2026] GET /v2.0/networks?name=public => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 02:57:12.924 8 WARNING neutron.services.revisions.revision_plugin [None req-85283c88-7e69-4bb3-8ee7-827cb1868727 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Could not find related network for resource to bump revision. 2026-04-23 02:57:12.948 8 INFO neutron.db.segments_db [None req-85283c88-7e69-4bb3-8ee7-827cb1868727 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Added segment c422aa8b-3c4d-4cac-9233-b114f5132466 of type flat for network 4352dd5c-56e4-43c5-b8a5-b60245ed521a 2026-04-23 02:57:12.991 8 INFO neutron.pecan_wsgi.hooks.translation [None req-85283c88-7e69-4bb3-8ee7-827cb1868727 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/8] 199.204.45.25 () {48 vars in 964 bytes} [Thu Apr 23 02:57:12 2026] POST /v2.0/networks => generated 124 bytes in 543 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 02:57:18.832 8 INFO neutron.pecan_wsgi.hooks.translation [None req-08a7a509-50a1-4a24-9526-6fbc3476153b 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/10] 199.204.45.25 () {44 vars in 924 bytes} [Thu Apr 23 02:57:18 2026] GET /v2.0/networks/public => generated 108 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/11] 199.204.45.25 () {44 vars in 946 bytes} [Thu Apr 23 02:57:18 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-23 02:57:18.903 8 WARNING neutron.services.revisions.revision_plugin [None req-552a21de-6c1e-4129-a518-0500b2799016 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Could not find related network for resource to bump revision. 2026-04-23 02:57:18.918 8 INFO neutron.db.segments_db [None req-552a21de-6c1e-4129-a518-0500b2799016 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Added segment 93af0fb5-faa1-45d8-9160-011b1e59311e of type flat for network ef45917f-65f8-40a9-8196-55b722bf452d 2026-04-23 02:57:18.943 8 INFO neutron.pecan_wsgi.hooks.translation [None req-552a21de-6c1e-4129-a518-0500b2799016 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/12] 199.204.45.25 () {48 vars in 964 bytes} [Thu Apr 23 02:57:18 2026] POST /v2.0/networks => generated 124 bytes in 99 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 02:57:24.779 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a92c7174-b160-4a8f-8819-a195392add81 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/13] 199.204.45.25 () {44 vars in 924 bytes} [Thu Apr 23 02:57:24 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: 7/14] 199.204.45.25 () {44 vars in 946 bytes} [Thu Apr 23 02:57:24 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-23 02:57:24.853 7 WARNING neutron.services.revisions.revision_plugin [None req-6f16be18-f744-4bb5-850c-85bec4c60a82 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Could not find related network for resource to bump revision. 2026-04-23 02:57:24.869 7 INFO neutron.db.segments_db [None req-6f16be18-f744-4bb5-850c-85bec4c60a82 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Added segment 7d4c51b3-ddbe-4fb5-94bd-5e2d44d2809b of type flat for network cd149854-46f4-420f-b0d3-35440b3eeaeb 2026-04-23 02:57:24.888 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6f16be18-f744-4bb5-850c-85bec4c60a82 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/15] 199.204.45.25 () {48 vars in 964 bytes} [Thu Apr 23 02:57:24 2026] POST /v2.0/networks => generated 124 bytes in 100 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 02:57:30.765 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e2d506b9-371f-4051-a2d0-7a829f7e33db 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/16] 199.204.45.25 () {44 vars in 924 bytes} [Thu Apr 23 02:57:30 2026] GET /v2.0/networks/public => generated 108 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 9/17] 199.204.45.25 () {44 vars in 946 bytes} [Thu Apr 23 02:57:30 2026] GET /v2.0/networks?name=public => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 02:57:30.905 8 WARNING neutron.services.revisions.revision_plugin [None req-aa3fdbde-b8cd-46f5-ade1-fb08ab2bd41e 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Could not find related network for resource to bump revision. 2026-04-23 02:57:30.925 8 INFO neutron.db.segments_db [None req-aa3fdbde-b8cd-46f5-ade1-fb08ab2bd41e 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Added segment 5f9f948b-87c6-40c4-9cdc-51d0fd342b32 of type flat for network 2f62e4c0-d394-4afd-8bde-e6096d060755 2026-04-23 02:57:30.952 8 INFO neutron.pecan_wsgi.hooks.translation [None req-aa3fdbde-b8cd-46f5-ade1-fb08ab2bd41e 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/18] 199.204.45.25 () {48 vars in 964 bytes} [Thu Apr 23 02:57:30 2026] POST /v2.0/networks => generated 124 bytes in 195 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 02:57:36.881 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7dc24d3e-9e7b-43bc-af62-9903177cab70 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/20] 199.204.45.25 () {44 vars in 924 bytes} [Thu Apr 23 02:57:36 2026] GET /v2.0/networks/public => generated 108 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 11/21] 199.204.45.25 () {44 vars in 946 bytes} [Thu Apr 23 02:57:36 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 02:57:37.809 8 WARNING neutron.services.revisions.revision_plugin [None req-f80a4846-1ede-4aec-9240-a9d423ba9788 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Could not find related network for resource to bump revision. 2026-04-23 02:57:37.838 8 INFO neutron.db.segments_db [None req-f80a4846-1ede-4aec-9240-a9d423ba9788 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Added segment 68301c33-905a-459f-a290-a22b227730fe of type flat for network 2d1069b4-5727-4129-b3c9-54ff5802f06e [pid: 8|app: 0|req: 11/22] 199.204.45.25 () {48 vars in 964 bytes} [Thu Apr 23 02:57:36 2026] POST /v2.0/networks => generated 706 bytes in 1103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 02:57:39.006 7 INFO neutron.pecan_wsgi.hooks.translation [None req-06e0a894-eb2a-4d02-b81e-897d83e9db92 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/23] 199.204.45.25 () {44 vars in 924 bytes} [Thu Apr 23 02:57:38 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/24] 199.204.45.25 () {44 vars in 946 bytes} [Thu Apr 23 02:57:39 2026] GET /v2.0/networks?name=public => generated 709 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 02:57:39.083 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6c760359-6b6f-4f67-a408-31363fbf36f4 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 13/25] 199.204.45.25 () {44 vars in 1031 bytes} [Thu Apr 23 02:57:39 2026] GET /v2.0/subnets/public-subnet?network_id=2d1069b4-5727-4129-b3c9-54ff5802f06e => generated 113 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/26] 199.204.45.25 () {44 vars in 1054 bytes} [Thu Apr 23 02:57:39 2026] GET /v2.0/subnets?name=public-subnet&network_id=2d1069b4-5727-4129-b3c9-54ff5802f06e => 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: 14/27] 199.204.45.25 () {48 vars in 962 bytes} [Thu Apr 23 02:57:39 2026] POST /v2.0/subnets => generated 664 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:02:35.284 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0402b799-d42e-4b80-a439-c6a96b2f3211 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 34/67] 199.204.45.25 () {44 vars in 934 bytes} [Thu Apr 23 03:02:35 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 127 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/68] 199.204.45.25 () {44 vars in 956 bytes} [Thu Apr 23 03:02:35 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:02:35.376 7 INFO neutron.db.segments_db [None req-f2bbce13-b8f3-40aa-9718-666e7323b68e 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Added segment 5abf9010-eda6-425b-b4f3-4bfbed1f8dfc of type vxlan for network 0d59cd45-72f9-400b-9976-cb04780b0663 [pid: 7|app: 0|req: 35/69] 199.204.45.25 () {48 vars in 963 bytes} [Thu Apr 23 03:02:35 2026] POST /v2.0/networks => generated 707 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:02:36.447 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6c2eb314-8780-47d1-a3e3-a75b934fa7d2 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/70] 199.204.45.25 () {44 vars in 934 bytes} [Thu Apr 23 03:02:36 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 63 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.25 () {44 vars in 956 bytes} [Thu Apr 23 03:02:36 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:02:36.512 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d1153a19-1dc1-43c9-a34d-680c767b66ec 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/72] 199.204.45.25 () {44 vars in 1033 bytes} [Thu Apr 23 03:02:36 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=0d59cd45-72f9-400b-9976-cb04780b0663 => generated 114 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/73] 199.204.45.25 () {44 vars in 1056 bytes} [Thu Apr 23 03:02:36 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=0d59cd45-72f9-400b-9976-cb04780b0663 => 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: 37/74] 199.204.45.25 () {48 vars in 962 bytes} [Thu Apr 23 03:02:36 2026] POST /v2.0/subnets => generated 651 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:02:37.887 7 INFO neutron.api.v2.resource [None req-7a40bcb9-0e88-499f-9315-2f03f31f6501 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 38/75] 199.204.45.25 () {44 vars in 968 bytes} [Thu Apr 23 03:02:37 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/76] 199.204.45.25 () {44 vars in 990 bytes} [Thu Apr 23 03:02:37 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/77] 199.204.45.25 () {48 vars in 977 bytes} [Thu Apr 23 03:02:37 2026] POST /v2.0/security-groups => generated 1616 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/78] 199.204.45.25 () {44 vars in 998 bytes} [Thu Apr 23 03:02:39 2026] GET /v2.0/security-groups/cb5817ed-a1f6-44ed-ae4b-c0bb8f9660d5 => generated 1616 bytes in 63 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.25 () {44 vars in 998 bytes} [Thu Apr 23 03:02:39 2026] GET /v2.0/security-groups/cb5817ed-a1f6-44ed-ae4b-c0bb8f9660d5 => generated 1616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/80] 199.204.45.25 () {44 vars in 998 bytes} [Thu Apr 23 03:02:39 2026] GET /v2.0/security-groups/cb5817ed-a1f6-44ed-ae4b-c0bb8f9660d5 => generated 1616 bytes in 21 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.25 () {48 vars in 988 bytes} [Thu Apr 23 03:02:39 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: 41/82] 199.204.45.25 () {44 vars in 998 bytes} [Thu Apr 23 03:02:40 2026] GET /v2.0/security-groups/cb5817ed-a1f6-44ed-ae4b-c0bb8f9660d5 => 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: 42/83] 199.204.45.25 () {44 vars in 998 bytes} [Thu Apr 23 03:02:40 2026] GET /v2.0/security-groups/cb5817ed-a1f6-44ed-ae4b-c0bb8f9660d5 => generated 2230 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/84] 199.204.45.25 () {44 vars in 998 bytes} [Thu Apr 23 03:02:40 2026] GET /v2.0/security-groups/cb5817ed-a1f6-44ed-ae4b-c0bb8f9660d5 => generated 2230 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/85] 199.204.45.25 () {48 vars in 988 bytes} [Thu Apr 23 03:02:40 2026] POST /v2.0/security-group-rules => generated 603 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/86] 199.204.45.25 () {44 vars in 998 bytes} [Thu Apr 23 03:02:41 2026] GET /v2.0/security-groups/cb5817ed-a1f6-44ed-ae4b-c0bb8f9660d5 => generated 2846 bytes in 64 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.25 () {44 vars in 998 bytes} [Thu Apr 23 03:02:41 2026] GET /v2.0/security-groups/cb5817ed-a1f6-44ed-ae4b-c0bb8f9660d5 => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/88] 199.204.45.25 () {44 vars in 998 bytes} [Thu Apr 23 03:02:41 2026] GET /v2.0/security-groups/cb5817ed-a1f6-44ed-ae4b-c0bb8f9660d5 => generated 2846 bytes in 39 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.25 () {48 vars in 988 bytes} [Thu Apr 23 03:02:41 2026] POST /v2.0/security-group-rules => generated 603 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/90] 199.204.45.25 () {44 vars in 998 bytes} [Thu Apr 23 03:02:42 2026] GET /v2.0/security-groups/cb5817ed-a1f6-44ed-ae4b-c0bb8f9660d5 => generated 3462 bytes in 61 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.25 () {44 vars in 998 bytes} [Thu Apr 23 03:02:42 2026] GET /v2.0/security-groups/cb5817ed-a1f6-44ed-ae4b-c0bb8f9660d5 => generated 3462 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/92] 199.204.45.25 () {44 vars in 998 bytes} [Thu Apr 23 03:02:42 2026] GET /v2.0/security-groups/cb5817ed-a1f6-44ed-ae4b-c0bb8f9660d5 => generated 3462 bytes in 38 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.25 () {48 vars in 988 bytes} [Thu Apr 23 03:02:42 2026] POST /v2.0/security-group-rules => generated 603 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/94] 199.204.45.25 () {44 vars in 998 bytes} [Thu Apr 23 03:02:43 2026] GET /v2.0/security-groups/cb5817ed-a1f6-44ed-ae4b-c0bb8f9660d5 => generated 4078 bytes in 69 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.25 () {44 vars in 998 bytes} [Thu Apr 23 03:02:43 2026] GET /v2.0/security-groups/cb5817ed-a1f6-44ed-ae4b-c0bb8f9660d5 => generated 4078 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/96] 199.204.45.25 () {44 vars in 998 bytes} [Thu Apr 23 03:02:43 2026] GET /v2.0/security-groups/cb5817ed-a1f6-44ed-ae4b-c0bb8f9660d5 => generated 4078 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/97] 199.204.45.25 () {48 vars in 988 bytes} [Thu Apr 23 03:02:43 2026] POST /v2.0/security-group-rules => generated 603 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/98] 199.204.45.25 () {44 vars in 984 bytes} [Thu Apr 23 03:02:44 2026] GET /v2.0/networks/0d59cd45-72f9-400b-9976-cb04780b0663 => generated 732 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:02:44.817 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7e742941-ce9d-45f1-a5c2-27d0cfd3839d 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 50/99] 199.204.45.25 () {44 vars in 1073 bytes} [Thu Apr 23 03:02:44 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=0d59cd45-72f9-400b-9976-cb04780b0663 => generated 132 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/100] 199.204.45.25 () {44 vars in 1096 bytes} [Thu Apr 23 03:02:44 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=0d59cd45-72f9-400b-9976-cb04780b0663 => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/101] 199.204.45.25 () {44 vars in 998 bytes} [Thu Apr 23 03:02:44 2026] GET /v2.0/security-groups/cb5817ed-a1f6-44ed-ae4b-c0bb8f9660d5 => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/102] 199.204.45.25 () {48 vars in 958 bytes} [Thu Apr 23 03:02:44 2026] POST /v2.0/ports => generated 1100 bytes in 576 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 03:02:52.849 7 INFO neutron.pecan_wsgi.hooks.translation [None req-aa73b2e2-d572-40e9-9b73-0636bbbe098d 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 53/105] 199.204.45.25 () {44 vars in 977 bytes} [Thu Apr 23 03:02:52 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 53/106] 199.204.45.25 () {44 vars in 999 bytes} [Thu Apr 23 03:02:52 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/107] 199.204.45.25 () {48 vars in 1029 bytes} [Thu Apr 23 03:02:52 2026] PUT /v2.0/ports/080df2c7-b568-463c-a09f-52006f5c59b3 => generated 1249 bytes in 769 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/108] 199.204.45.25 () {44 vars in 917 bytes} [Thu Apr 23 03:02:55 2026] GET /v2.0/ports => generated 3730 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 03:02:56.516 7 INFO neutron.api.v2.resource [None req-0734ba37-6dab-41f5-8693-7316699061ed 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 55/109] 199.204.45.25 () {44 vars in 956 bytes} [Thu Apr 23 03:02:56 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/110] 199.204.45.25 () {44 vars in 978 bytes} [Thu Apr 23 03:02:56 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/111] 199.204.45.25 () {48 vars in 977 bytes} [Thu Apr 23 03:02:56 2026] POST /v2.0/security-groups => generated 1610 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/112] 199.204.45.25 () {44 vars in 998 bytes} [Thu Apr 23 03:02:57 2026] GET /v2.0/security-groups/f01a3bc3-779c-46af-a5c7-9bcd85fd4c6a => generated 1610 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/113] 199.204.45.25 () {44 vars in 998 bytes} [Thu Apr 23 03:02:57 2026] GET /v2.0/security-groups/f01a3bc3-779c-46af-a5c7-9bcd85fd4c6a => generated 1610 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/114] 199.204.45.25 () {44 vars in 998 bytes} [Thu Apr 23 03:02:57 2026] GET /v2.0/security-groups/f01a3bc3-779c-46af-a5c7-9bcd85fd4c6a => generated 1610 bytes in 23 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.25 () {48 vars in 988 bytes} [Thu Apr 23 03:02:57 2026] POST /v2.0/security-group-rules => generated 623 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/116] 199.204.45.25 () {44 vars in 998 bytes} [Thu Apr 23 03:02:58 2026] GET /v2.0/security-groups/f01a3bc3-779c-46af-a5c7-9bcd85fd4c6a => generated 2246 bytes in 53 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.25 () {44 vars in 998 bytes} [Thu Apr 23 03:02:58 2026] GET /v2.0/security-groups/f01a3bc3-779c-46af-a5c7-9bcd85fd4c6a => generated 2246 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/118] 199.204.45.25 () {44 vars in 998 bytes} [Thu Apr 23 03:02:58 2026] GET /v2.0/security-groups/f01a3bc3-779c-46af-a5c7-9bcd85fd4c6a => generated 2246 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/119] 199.204.45.25 () {48 vars in 988 bytes} [Thu Apr 23 03:02:58 2026] POST /v2.0/security-group-rules => generated 627 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 66/130] 199.204.45.25 () {44 vars in 972 bytes} [Thu Apr 23 03:04:11 2026] GET /v2.0/quotas/2ab91cae2a9e4fd69cbfdee8b5f3aeda => 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: 65/131] 199.204.45.25 () {48 vars in 1024 bytes} [Thu Apr 23 03:04:11 2026] PUT /v2.0/quotas/2ab91cae2a9e4fd69cbfdee8b5f3aeda => generated 291 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 03:06:31.365 8 INFO neutron.pecan_wsgi.hooks.translation [None req-145a3755-af48-4ed9-9125-8e0cd9033d2d 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 75/152] 199.204.45.25 () {30 vars in 741 bytes} [Thu Apr 23 03:06:31 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 188 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 78/153] 199.204.45.25 () {30 vars in 763 bytes} [Thu Apr 23 03:06:31 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:06:33.523 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3abf39c8-a2ca-467d-9989-3258204cc1e0 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 76/154] 199.204.45.25 () {30 vars in 741 bytes} [Thu Apr 23 03:06:33 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 114 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 79/155] 199.204.45.25 () {30 vars in 763 bytes} [Thu Apr 23 03:06:33 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:17:13.440 7 INFO neutron.api.v2.resource [None req-a18d7b58-eeea-4bbd-98fa-f0e4c673fac6 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 122/240] 199.204.45.25 () {44 vars in 1071 bytes} [Thu Apr 23 03:17:13 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=61ea1f49ad854907825011c984e72d07 => generated 139 bytes in 133 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/241] 199.204.45.25 () {44 vars in 1094 bytes} [Thu Apr 23 03:17:13 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=61ea1f49ad854907825011c984e72d07 => generated 23 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/242] 199.204.45.25 () {48 vars in 978 bytes} [Thu Apr 23 03:17:13 2026] POST /v2.0/security-groups => generated 1624 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/243] 199.204.45.25 () {44 vars in 1085 bytes} [Thu Apr 23 03:17:14 2026] GET /v2.0/security-groups/a1bb9914-a8ba-48cd-a6e7-919d1163ee43?project_id=61ea1f49ad854907825011c984e72d07 => generated 1624 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/244] 199.204.45.25 () {44 vars in 998 bytes} [Thu Apr 23 03:17:14 2026] GET /v2.0/security-groups/a1bb9914-a8ba-48cd-a6e7-919d1163ee43 => generated 1624 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 121/245] 199.204.45.25 () {44 vars in 1085 bytes} [Thu Apr 23 03:17:14 2026] GET /v2.0/security-groups/a1bb9914-a8ba-48cd-a6e7-919d1163ee43?project_id=61ea1f49ad854907825011c984e72d07 => generated 1624 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/246] 199.204.45.25 () {48 vars in 988 bytes} [Thu Apr 23 03:17:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/247] 199.204.45.25 () {44 vars in 1085 bytes} [Thu Apr 23 03:17:15 2026] GET /v2.0/security-groups/a1bb9914-a8ba-48cd-a6e7-919d1163ee43?project_id=61ea1f49ad854907825011c984e72d07 => generated 2234 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/248] 199.204.45.25 () {44 vars in 998 bytes} [Thu Apr 23 03:17:15 2026] GET /v2.0/security-groups/a1bb9914-a8ba-48cd-a6e7-919d1163ee43 => generated 2234 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/249] 199.204.45.25 () {44 vars in 1085 bytes} [Thu Apr 23 03:17:16 2026] GET /v2.0/security-groups/a1bb9914-a8ba-48cd-a6e7-919d1163ee43?project_id=61ea1f49ad854907825011c984e72d07 => generated 2234 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/250] 199.204.45.25 () {48 vars in 988 bytes} [Thu Apr 23 03:17:16 2026] POST /v2.0/security-group-rules => generated 599 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/253] 199.204.45.25 () {44 vars in 1085 bytes} [Thu Apr 23 03:17:17 2026] GET /v2.0/security-groups/a1bb9914-a8ba-48cd-a6e7-919d1163ee43?project_id=61ea1f49ad854907825011c984e72d07 => generated 2846 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/254] 199.204.45.25 () {44 vars in 998 bytes} [Thu Apr 23 03:17:17 2026] GET /v2.0/security-groups/a1bb9914-a8ba-48cd-a6e7-919d1163ee43 => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/255] 199.204.45.25 () {44 vars in 1085 bytes} [Thu Apr 23 03:17:17 2026] GET /v2.0/security-groups/a1bb9914-a8ba-48cd-a6e7-919d1163ee43?project_id=61ea1f49ad854907825011c984e72d07 => 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: 130/256] 199.204.45.25 () {48 vars in 988 bytes} [Thu Apr 23 03:17:17 2026] POST /v2.0/security-group-rules => generated 601 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/257] 199.204.45.25 () {44 vars in 1085 bytes} [Thu Apr 23 03:17:18 2026] GET /v2.0/security-groups/a1bb9914-a8ba-48cd-a6e7-919d1163ee43?project_id=61ea1f49ad854907825011c984e72d07 => generated 3460 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/258] 199.204.45.25 () {44 vars in 998 bytes} [Thu Apr 23 03:17:18 2026] GET /v2.0/security-groups/a1bb9914-a8ba-48cd-a6e7-919d1163ee43 => generated 3460 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/259] 199.204.45.25 () {44 vars in 1085 bytes} [Thu Apr 23 03:17:18 2026] GET /v2.0/security-groups/a1bb9914-a8ba-48cd-a6e7-919d1163ee43?project_id=61ea1f49ad854907825011c984e72d07 => generated 3460 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/260] 199.204.45.25 () {48 vars in 988 bytes} [Thu Apr 23 03:17:18 2026] POST /v2.0/security-group-rules => generated 602 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 142/279] 199.204.45.25 () {30 vars in 739 bytes} [Thu Apr 23 03:19:38 2026] GET /v2.0/networks?tenant_id=61ea1f49ad854907825011c984e72d07&shared=False => generated 15 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:19:39.175 8 INFO neutron.db.segments_db [None req-9c19f805-0762-47bc-b5f4-39ab89829bc6 292b7c05d8404b40be7248ec6c63b5d8 61ea1f49ad854907825011c984e72d07 - - 70e4fe2eb6a948dc81319172bf8b689f 70e4fe2eb6a948dc81319172bf8b689f] Added segment b24a3bc1-ed2f-49e0-b301-086da5eae3ae of type vxlan for network bc52f706-1b93-4b16-95bc-44f2dd9dec6e [pid: 8|app: 0|req: 138/280] 199.204.45.25 () {34 vars in 681 bytes} [Thu Apr 23 03:19:39 2026] POST /v2.0/networks => generated 718 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 143/281] 199.204.45.25 () {30 vars in 721 bytes} [Thu Apr 23 03:19:39 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => 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: 139/282] 199.204.45.25 () {30 vars in 632 bytes} [Thu Apr 23 03:19:39 2026] GET /v2.0/extensions => generated 22037 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 144/283] 199.204.45.25 () {34 vars in 676 bytes} [Thu Apr 23 03:19:39 2026] POST /v2.0/ports => generated 999 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 140/284] 199.204.45.25 () {30 vars in 702 bytes} [Thu Apr 23 03:19:39 2026] GET /v2.0/networks/bc52f706-1b93-4b16-95bc-44f2dd9dec6e => 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: 145/285] 199.204.45.25 () {30 vars in 721 bytes} [Thu Apr 23 03:19:41 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 141/286] 199.204.45.25 () {30 vars in 702 bytes} [Thu Apr 23 03:19:41 2026] GET /v2.0/networks/bc52f706-1b93-4b16-95bc-44f2dd9dec6e => generated 705 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 148/291] 199.204.45.25 () {44 vars in 972 bytes} [Thu Apr 23 03:20:07 2026] GET /v2.0/quotas/61ea1f49ad854907825011c984e72d07 => 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: 144/292] 199.204.45.25 () {48 vars in 1024 bytes} [Thu Apr 23 03:20:08 2026] PUT /v2.0/quotas/61ea1f49ad854907825011c984e72d07 => generated 291 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:31:08.313 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e4f6a79e-afe0-4b35-b79f-67e2245403fb 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 189/381] 199.204.45.25 () {44 vars in 924 bytes} [Thu Apr 23 03:31:08 2026] GET /v2.0/networks/public => generated 108 bytes in 141 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/382] 199.204.45.25 () {44 vars in 946 bytes} [Thu Apr 23 03:31:08 2026] GET /v2.0/networks?name=public => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:31:09.425 8 INFO neutron.pecan_wsgi.hooks.translation [None req-25b19848-6853-4de9-958b-7be2e7ac9b1d 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 190/383] 199.204.45.25 () {44 vars in 924 bytes} [Thu Apr 23 03:31:09 2026] GET /v2.0/networks/public => generated 108 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/384] 199.204.45.25 () {44 vars in 946 bytes} [Thu Apr 23 03:31:09 2026] GET /v2.0/networks?name=public => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:31:09.493 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1355408e-ea2f-4cf2-9efa-9da330b39949 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 191/385] 199.204.45.25 () {44 vars in 1031 bytes} [Thu Apr 23 03:31:09 2026] GET /v2.0/subnets/public-subnet?network_id=2d1069b4-5727-4129-b3c9-54ff5802f06e => generated 113 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/386] 199.204.45.25 () {44 vars in 1054 bytes} [Thu Apr 23 03:31:09 2026] GET /v2.0/subnets?name=public-subnet&network_id=2d1069b4-5727-4129-b3c9-54ff5802f06e => generated 667 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:31:37.674 7 INFO neutron.pecan_wsgi.hooks.translation [None req-af13d451-1661-4e99-b184-145feeb3b78e 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 198/391] 199.204.45.25 () {44 vars in 934 bytes} [Thu Apr 23 03:31:37 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/392] 199.204.45.25 () {44 vars in 956 bytes} [Thu Apr 23 03:31:37 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-23 03:31:38.640 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ce450305-34b2-4150-8ab4-f97b6799eea8 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 199/393] 199.204.45.25 () {44 vars in 934 bytes} [Thu Apr 23 03:31:38 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/394] 199.204.45.25 () {44 vars in 956 bytes} [Thu Apr 23 03:31:38 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:31:38.714 7 INFO neutron.pecan_wsgi.hooks.translation [None req-31e6f1d9-9968-4d8a-8fd3-6868f4379e08 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 200/395] 199.204.45.25 () {44 vars in 1033 bytes} [Thu Apr 23 03:31:38 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=0d59cd45-72f9-400b-9976-cb04780b0663 => generated 114 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/396] 199.204.45.25 () {44 vars in 1056 bytes} [Thu Apr 23 03:31:38 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=0d59cd45-72f9-400b-9976-cb04780b0663 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:31:39.875 7 INFO neutron.api.v2.resource [None req-c0093604-8c7c-4699-a08f-4869a98fd606 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 201/397] 199.204.45.25 () {44 vars in 968 bytes} [Thu Apr 23 03:31:39 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/398] 199.204.45.25 () {44 vars in 990 bytes} [Thu Apr 23 03:31:39 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/399] 199.204.45.25 () {44 vars in 998 bytes} [Thu Apr 23 03:31:41 2026] GET /v2.0/security-groups/cb5817ed-a1f6-44ed-ae4b-c0bb8f9660d5 => generated 4694 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/400] 199.204.45.25 () {44 vars in 998 bytes} [Thu Apr 23 03:31:41 2026] GET /v2.0/security-groups/cb5817ed-a1f6-44ed-ae4b-c0bb8f9660d5 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/401] 199.204.45.25 () {44 vars in 1008 bytes} [Thu Apr 23 03:31:41 2026] GET /v2.0/security-group-rules/e7e1f5c4-812e-42a1-b025-311c3c978561 => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/402] 199.204.45.25 () {44 vars in 998 bytes} [Thu Apr 23 03:31:41 2026] GET /v2.0/security-groups/cb5817ed-a1f6-44ed-ae4b-c0bb8f9660d5 => generated 4694 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/403] 199.204.45.25 () {44 vars in 998 bytes} [Thu Apr 23 03:31:42 2026] GET /v2.0/security-groups/cb5817ed-a1f6-44ed-ae4b-c0bb8f9660d5 => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/404] 199.204.45.25 () {44 vars in 1008 bytes} [Thu Apr 23 03:31:42 2026] GET /v2.0/security-group-rules/aac6e94a-aa4e-4b61-93e5-ba671514ed66 => generated 603 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/405] 199.204.45.25 () {44 vars in 998 bytes} [Thu Apr 23 03:31:42 2026] GET /v2.0/security-groups/cb5817ed-a1f6-44ed-ae4b-c0bb8f9660d5 => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/406] 199.204.45.25 () {44 vars in 998 bytes} [Thu Apr 23 03:31:43 2026] GET /v2.0/security-groups/cb5817ed-a1f6-44ed-ae4b-c0bb8f9660d5 => generated 4694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/407] 199.204.45.25 () {44 vars in 1008 bytes} [Thu Apr 23 03:31:43 2026] GET /v2.0/security-group-rules/b9805870-7238-4984-9ea9-7447d0707390 => 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: 202/408] 199.204.45.25 () {44 vars in 998 bytes} [Thu Apr 23 03:31:43 2026] GET /v2.0/security-groups/cb5817ed-a1f6-44ed-ae4b-c0bb8f9660d5 => generated 4694 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/409] 199.204.45.25 () {44 vars in 998 bytes} [Thu Apr 23 03:31:43 2026] GET /v2.0/security-groups/cb5817ed-a1f6-44ed-ae4b-c0bb8f9660d5 => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/410] 199.204.45.25 () {44 vars in 1008 bytes} [Thu Apr 23 03:31:44 2026] GET /v2.0/security-group-rules/fa675598-105a-4ce4-9f37-3eb5414ff2dd => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/411] 199.204.45.25 () {44 vars in 998 bytes} [Thu Apr 23 03:31:44 2026] GET /v2.0/security-groups/cb5817ed-a1f6-44ed-ae4b-c0bb8f9660d5 => generated 4694 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/412] 199.204.45.25 () {44 vars in 998 bytes} [Thu Apr 23 03:31:44 2026] GET /v2.0/security-groups/cb5817ed-a1f6-44ed-ae4b-c0bb8f9660d5 => generated 4694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/413] 199.204.45.25 () {44 vars in 1008 bytes} [Thu Apr 23 03:31:44 2026] GET /v2.0/security-group-rules/ea80381d-c652-450e-b4df-ae2ddadc8872 => generated 603 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/414] 199.204.45.25 () {44 vars in 984 bytes} [Thu Apr 23 03:31:46 2026] GET /v2.0/networks/0d59cd45-72f9-400b-9976-cb04780b0663 => generated 732 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:31:46.274 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8c396d1f-82d6-45ef-a0ce-99d881a649ed 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 210/415] 199.204.45.25 () {44 vars in 1073 bytes} [Thu Apr 23 03:31:46 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=0d59cd45-72f9-400b-9976-cb04780b0663 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/416] 199.204.45.25 () {44 vars in 1096 bytes} [Thu Apr 23 03:31:46 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=0d59cd45-72f9-400b-9976-cb04780b0663 => generated 1254 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/419] 199.204.45.25 () {44 vars in 998 bytes} [Thu Apr 23 03:31:46 2026] GET /v2.0/security-groups/cb5817ed-a1f6-44ed-ae4b-c0bb8f9660d5 => generated 4694 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:31:54.573 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e1823dd7-7779-41fe-b680-2b2fa906666c 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 209/420] 199.204.45.25 () {44 vars in 977 bytes} [Thu Apr 23 03:31:54 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/421] 199.204.45.25 () {44 vars in 999 bytes} [Thu Apr 23 03:31:54 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/422] 199.204.45.25 () {44 vars in 917 bytes} [Thu Apr 23 03:31:56 2026] GET /v2.0/ports => generated 4725 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:31:57.175 7 INFO neutron.api.v2.resource [None req-29b08e32-96dc-40ee-a01a-ad8c46062217 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 213/423] 199.204.45.25 () {44 vars in 956 bytes} [Thu Apr 23 03:31:57 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/424] 199.204.45.25 () {44 vars in 978 bytes} [Thu Apr 23 03:31:57 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: 214/425] 199.204.45.25 () {44 vars in 998 bytes} [Thu Apr 23 03:31:58 2026] GET /v2.0/security-groups/f01a3bc3-779c-46af-a5c7-9bcd85fd4c6a => generated 2886 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/426] 199.204.45.25 () {44 vars in 998 bytes} [Thu Apr 23 03:31:58 2026] GET /v2.0/security-groups/f01a3bc3-779c-46af-a5c7-9bcd85fd4c6a => generated 2886 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/427] 199.204.45.25 () {44 vars in 1008 bytes} [Thu Apr 23 03:31:58 2026] GET /v2.0/security-group-rules/37d666aa-8d94-4340-8382-d4afaab9d46c => generated 623 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/428] 199.204.45.25 () {44 vars in 998 bytes} [Thu Apr 23 03:31:59 2026] GET /v2.0/security-groups/f01a3bc3-779c-46af-a5c7-9bcd85fd4c6a => generated 2886 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/429] 199.204.45.25 () {44 vars in 998 bytes} [Thu Apr 23 03:31:59 2026] GET /v2.0/security-groups/f01a3bc3-779c-46af-a5c7-9bcd85fd4c6a => generated 2886 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/430] 199.204.45.25 () {44 vars in 1008 bytes} [Thu Apr 23 03:31:59 2026] GET /v2.0/security-group-rules/e6cf5de1-cebc-43bb-b7f3-6e7d48dc8ed4 => generated 627 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/433] 199.204.45.25 () {44 vars in 972 bytes} [Thu Apr 23 03:32:10 2026] GET /v2.0/quotas/2ab91cae2a9e4fd69cbfdee8b5f3aeda => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:33:03.372 7 INFO neutron.api.v2.resource [None req-29dd62b3-7ddc-4219-b67d-31d085464c4a 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 223/442] 199.204.45.25 () {44 vars in 1071 bytes} [Thu Apr 23 03:33:03 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=61ea1f49ad854907825011c984e72d07 => 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: 220/443] 199.204.45.25 () {44 vars in 1094 bytes} [Thu Apr 23 03:33:03 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=61ea1f49ad854907825011c984e72d07 => generated 4072 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/444] 199.204.45.25 () {44 vars in 1085 bytes} [Thu Apr 23 03:33:04 2026] GET /v2.0/security-groups/a1bb9914-a8ba-48cd-a6e7-919d1163ee43?project_id=61ea1f49ad854907825011c984e72d07 => generated 4075 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/445] 199.204.45.25 () {44 vars in 998 bytes} [Thu Apr 23 03:33:04 2026] GET /v2.0/security-groups/a1bb9914-a8ba-48cd-a6e7-919d1163ee43 => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/446] 199.204.45.25 () {44 vars in 1008 bytes} [Thu Apr 23 03:33:04 2026] GET /v2.0/security-group-rules/e6662e7c-9ae9-4bc3-8198-132238255539 => generated 597 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/447] 199.204.45.25 () {44 vars in 1085 bytes} [Thu Apr 23 03:33:05 2026] GET /v2.0/security-groups/a1bb9914-a8ba-48cd-a6e7-919d1163ee43?project_id=61ea1f49ad854907825011c984e72d07 => generated 4075 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/448] 199.204.45.25 () {44 vars in 998 bytes} [Thu Apr 23 03:33:05 2026] GET /v2.0/security-groups/a1bb9914-a8ba-48cd-a6e7-919d1163ee43 => 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: 223/449] 199.204.45.25 () {44 vars in 1008 bytes} [Thu Apr 23 03:33:05 2026] GET /v2.0/security-group-rules/a9de8a4f-4401-49bf-90ff-64aafbd1c242 => generated 599 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/450] 199.204.45.25 () {44 vars in 1085 bytes} [Thu Apr 23 03:33:06 2026] GET /v2.0/security-groups/a1bb9914-a8ba-48cd-a6e7-919d1163ee43?project_id=61ea1f49ad854907825011c984e72d07 => generated 4075 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/451] 199.204.45.25 () {44 vars in 998 bytes} [Thu Apr 23 03:33:06 2026] GET /v2.0/security-groups/a1bb9914-a8ba-48cd-a6e7-919d1163ee43 => 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: 228/452] 199.204.45.25 () {44 vars in 1008 bytes} [Thu Apr 23 03:33:06 2026] GET /v2.0/security-group-rules/707cbaaf-f020-4745-a310-abae073ec1f1 => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/453] 199.204.45.25 () {44 vars in 1085 bytes} [Thu Apr 23 03:33:07 2026] GET /v2.0/security-groups/a1bb9914-a8ba-48cd-a6e7-919d1163ee43?project_id=61ea1f49ad854907825011c984e72d07 => generated 4075 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/454] 199.204.45.25 () {44 vars in 998 bytes} [Thu Apr 23 03:33:07 2026] GET /v2.0/security-groups/a1bb9914-a8ba-48cd-a6e7-919d1163ee43 => generated 4075 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/455] 199.204.45.25 () {44 vars in 1008 bytes} [Thu Apr 23 03:33:07 2026] GET /v2.0/security-group-rules/39c158e6-87d2-4923-8bd4-341772b994e1 => 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: 230/456] 199.204.45.25 () {44 vars in 972 bytes} [Thu Apr 23 03:33:14 2026] GET /v2.0/quotas/61ea1f49ad854907825011c984e72d07 => 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: 235/465] 199.204.45.25 () {44 vars in 946 bytes} [Thu Apr 23 03:34:05 2026] GET /v2.0/networks?name=public => generated 753 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/470] 10.0.0.170 () {32 vars in 649 bytes} [Thu Apr 23 03:34:45 2026] GET /v2.0/networks => generated 2168 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/473] 10.0.0.170 () {32 vars in 655 bytes} [Thu Apr 23 03:34:46 2026] GET /v2.0/floatingips => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/474] 10.0.0.170 () {32 vars in 647 bytes} [Thu Apr 23 03:34:46 2026] GET /v2.0/routers => generated 15 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/475] 10.0.0.170 () {32 vars in 643 bytes} [Thu Apr 23 03:34:46 2026] GET /v2.0/ports => generated 4725 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/476] 10.0.0.170 () {32 vars in 647 bytes} [Thu Apr 23 03:34:46 2026] GET /v2.0/subnets => generated 1308 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/477] 10.0.0.170 () {32 vars in 649 bytes} [Thu Apr 23 03:34:46 2026] GET /v2.0/networks => generated 2168 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/478] 10.0.0.170 () {32 vars in 663 bytes} [Thu Apr 23 03:34:47 2026] GET /v2.0/security-groups => generated 17401 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/479] 10.0.0.170 () {32 vars in 655 bytes} [Thu Apr 23 03:34:47 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:34:57.865 7 INFO neutron.db.segments_db [None req-58a2a067-5b14-49f9-95fb-0e56f391f01b 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Added segment 7bd62b23-38e1-4d20-8802-7b923f595874 of type vxlan for network 4f93fe4d-c185-4bb9-934f-30128a890ba0 2026-04-23 03:34:57.872 8 INFO neutron.db.segments_db [None req-a3d509ac-f178-43dd-9bee-f2bd189f2053 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Added segment 6dff47e7-8143-4fc6-998e-3c6f42824ec4 of type vxlan for network b82976a9-ee09-4de1-9907-a60d1035d8a6 [pid: 8|app: 0|req: 239/480] 10.0.0.170 () {34 vars in 671 bytes} [Thu Apr 23 03:34:57 2026] POST /v2.0/networks => generated 752 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/481] 10.0.0.170 () {34 vars in 671 bytes} [Thu Apr 23 03:34:57 2026] POST /v2.0/networks => generated 748 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/482] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:34:57 2026] POST /v2.0/subnets => generated 699 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:34:58.242 8 INFO neutron.db.segments_db [None req-3329e61f-3a79-4f6a-925d-61b0be65d370 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Added segment 4ff30137-646c-4892-82a8-c869ca2003ec of type vxlan for network f919bd42-9c4d-4328-834b-50ad1b31652b [pid: 8|app: 0|req: 240/483] 10.0.0.170 () {34 vars in 671 bytes} [Thu Apr 23 03:34:57 2026] POST /v2.0/networks => generated 745 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:34:58.363 8 INFO neutron.db.segments_db [None req-81819656-5997-42de-8a4e-79362d77240a 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Added segment 1c8d28a5-0a6a-476c-86ed-6b8ce3a78927 of type vxlan for network 857329eb-3b45-47ba-91c6-33f827db5449 [pid: 7|app: 0|req: 244/484] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:34:58 2026] POST /v2.0/subnets => generated 696 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:34:58.397 7 WARNING neutron.db.securitygroups_db [None req-965d8345-6013-4eee-acaf-c4c944df04dc 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 245/485] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:34:58 2026] GET /v2.0/security-groups?tenant_id=6da2de2d67bd4f0a967c495b077f130a&name=default => generated 2921 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:34:58.588 8 INFO neutron.db.l3_hamode_db [None req-81819656-5997-42de-8a4e-79362d77240a 1e5a51e8a6464785a5c23a2b63e263b3 f9eb66dc967241ba841f59da67ed53f7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 246/486] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:34:58 2026] POST /v2.0/subnets => generated 692 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:34:58.731 7 INFO neutron.db.segments_db [None req-be8814c4-20cd-4f91-ab4c-8f6c6e9ce6fc 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Added segment 7c02c8dd-40d0-41c4-bf59-1bbe6e5dec80 of type vxlan for network fefdce7a-1722-4645-ace8-cb9519b9a6e9 2026-04-23 03:34:58.971 7 INFO neutron.db.l3_hamode_db [None req-be8814c4-20cd-4f91-ab4c-8f6c6e9ce6fc 1e5a51e8a6464785a5c23a2b63e263b3 2b0c4764706045a6a66813de9a603d02 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 03:34:59.416 8 INFO neutron.db.l3_hamode_db [None req-81819656-5997-42de-8a4e-79362d77240a 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 03:34:59.977 7 INFO neutron.db.l3_hamode_db [None req-be8814c4-20cd-4f91-ab4c-8f6c6e9ce6fc 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 241/487] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:34:58 2026] POST /v2.0/routers => generated 739 bytes in 2314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/488] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:35:00 2026] DELETE /v2.0/security-groups/d15d3c0f-456f-41f4-abfe-270e21e518bd => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:35:00.785 8 INFO neutron.db.segments_db [None req-254b47ab-c805-4114-9ee7-66ae7e881419 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Added segment 103485fc-0143-45db-bc37-73ddb646b464 of type vxlan for network 502e7e2c-9aef-437d-a483-066279ffb200 [pid: 7|app: 0|req: 247/489] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:34:58 2026] POST /v2.0/routers => generated 736 bytes in 2315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:35:01.091 8 INFO neutron.db.l3_hamode_db [None req-254b47ab-c805-4114-9ee7-66ae7e881419 1e5a51e8a6464785a5c23a2b63e263b3 ed7542fee43b40cebe5cacbabe786676 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 03:35:01.920 8 INFO neutron.db.l3_hamode_db [None req-254b47ab-c805-4114-9ee7-66ae7e881419 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 248/490] 10.0.0.170 () {34 vars in 783 bytes} [Thu Apr 23 03:35:01 2026] PUT /v2.0/routers/482349c7-5176-46eb-936c-4d6ca1d4aa68/add_router_interface => generated 310 bytes in 1219 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/491] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:35:00 2026] POST /v2.0/routers => generated 732 bytes in 2141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:35:03.171 8 INFO neutron.db.segments_db [None req-37d1b73d-e7ed-431e-83b4-d488529346e7 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Added segment 692ceee8-46f7-4b0c-bf47-6399493f466d of type vxlan for network b2ac6835-d8a6-47c3-b73c-2cfe5bb8e836 [pid: 8|app: 0|req: 246/494] 10.0.0.170 () {34 vars in 671 bytes} [Thu Apr 23 03:35:02 2026] POST /v2.0/networks => generated 738 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/495] 10.0.0.170 () {34 vars in 783 bytes} [Thu Apr 23 03:35:02 2026] PUT /v2.0/routers/eaedf7e2-2315-42df-9df4-9b2f3ec58d6a/add_router_interface => generated 310 bytes in 1058 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/496] 10.0.0.170 () {34 vars in 685 bytes} [Thu Apr 23 03:35:03 2026] POST /v2.0/security-groups => generated 1660 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/497] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:35:03 2026] POST /v2.0/subnets => generated 685 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/498] 10.0.0.170 () {34 vars in 695 bytes} [Thu Apr 23 03:35:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:35:03.734 7 INFO neutron.db.segments_db [None req-16ad805d-16a9-4650-ab46-7f4313196e11 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Added segment 5cabf42b-61a7-4297-bd37-9035fee78e16 of type vxlan for network 53c3dd7d-15d8-4349-bde9-16c45443b253 2026-04-23 03:35:03.977 7 INFO neutron.db.l3_hamode_db [None req-16ad805d-16a9-4650-ab46-7f4313196e11 1e5a51e8a6464785a5c23a2b63e263b3 d2969a27caf04c4493d7297d84d87165 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 247/499] 10.0.0.170 () {34 vars in 783 bytes} [Thu Apr 23 03:35:03 2026] PUT /v2.0/routers/397bf017-d6ff-45b7-b918-fe4c2d28cea1/add_router_interface => generated 310 bytes in 1218 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/500] 10.0.0.170 () {34 vars in 695 bytes} [Thu Apr 23 03:35:04 2026] POST /v2.0/security-group-rules => generated 602 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:35:04.770 7 INFO neutron.db.l3_hamode_db [None req-16ad805d-16a9-4650-ab46-7f4313196e11 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 249/501] 10.0.0.121 () {38 vars in 971 bytes} [Thu Apr 23 03:35:04 2026] POST /v2.0/security-groups => generated 1686 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/502] 10.0.0.170 () {34 vars in 676 bytes} [Thu Apr 23 03:35:04 2026] POST /v2.0/floatingips => generated 552 bytes in 479 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/503] 10.0.0.121 () {38 vars in 971 bytes} [Thu Apr 23 03:35:05 2026] POST /v2.0/security-groups => generated 1682 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/504] 10.0.0.121 () {34 vars in 991 bytes} [Thu Apr 23 03:35:05 2026] GET /v2.0/security-groups/4f1bb7a1-9d65-4052-b4f3-cdfa056893b8 => generated 1686 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/505] 10.0.0.121 () {38 vars in 971 bytes} [Thu Apr 23 03:35:05 2026] POST /v2.0/security-groups => generated 1681 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/506] 10.0.0.121 () {38 vars in 981 bytes} [Thu Apr 23 03:35:05 2026] POST /v2.0/security-group-rules => generated 614 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/507] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:35:03 2026] POST /v2.0/routers => generated 725 bytes in 2052 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:35:05.752 8 WARNING neutron.db.securitygroups_db [req-afa9add0-0d65-4755-9fed-8e9582d3adc6 req-7b04083a-5840-4b8d-a7ca-5977f2276ac1 8907f66b7a2448ffab41b9e36ed31fd3 f9eb66dc967241ba841f59da67ed53f7 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 255/508] 10.0.0.121 () {34 vars in 1098 bytes} [Thu Apr 23 03:35:05 2026] GET /v2.0/security-groups?name=tempest-securitygroup--506629674&fields=id&tenant_id=f9eb66dc967241ba841f59da67ed53f7 => 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: 256/509] 10.0.0.121 () {38 vars in 971 bytes} [Thu Apr 23 03:35:05 2026] POST /v2.0/security-groups => generated 1680 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/510] 10.0.0.121 () {34 vars in 982 bytes} [Thu Apr 23 03:35:05 2026] GET /v2.0/networks?id=b82976a9-ee09-4de1-9907-a60d1035d8a6 => generated 684 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/511] 10.0.0.121 () {38 vars in 971 bytes} [Thu Apr 23 03:35:05 2026] POST /v2.0/security-groups => generated 1685 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/512] 10.0.0.121 () {34 vars in 965 bytes} [Thu Apr 23 03:35:06 2026] GET /v2.0/quotas/f9eb66dc967241ba841f59da67ed53f7 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/513] 10.0.0.121 () {34 vars in 1002 bytes} [Thu Apr 23 03:35:06 2026] GET /v2.0/ports?tenant_id=f9eb66dc967241ba841f59da67ed53f7&fields=id => generated 103 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:35:06.195 8 WARNING neutron.db.securitygroups_db [req-78df8da9-4d80-4d89-9ca2-72ab12043beb req-b5b7630f-9f40-4639-8db4-4c9d0edfa529 d89fe7d6c2e9473792f5f5cd19847a2d ed7542fee43b40cebe5cacbabe786676 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 261/514] 10.0.0.121 () {34 vars in 1002 bytes} [Thu Apr 23 03:35:06 2026] GET /v2.0/security-groups?tenant_id=ed7542fee43b40cebe5cacbabe786676 => generated 7904 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/515] 10.0.0.121 () {34 vars in 991 bytes} [Thu Apr 23 03:35:06 2026] GET /v2.0/security-groups/199ec316-77a9-4391-8e1d-fd4497a9bd32 => generated 2918 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/516] 10.0.0.121 () {34 vars in 991 bytes} [Thu Apr 23 03:35:06 2026] GET /v2.0/security-groups/199ec316-77a9-4391-8e1d-fd4497a9bd32 => generated 2918 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/517] 10.0.0.121 () {34 vars in 991 bytes} [Thu Apr 23 03:35:06 2026] GET /v2.0/security-groups/8ffdee8e-b9b6-4a95-9ab2-262f3d8f592d => generated 1685 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/518] 10.0.0.121 () {38 vars in 981 bytes} [Thu Apr 23 03:35:06 2026] POST /v2.0/security-group-rules => generated 614 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/519] 10.0.0.121 () {34 vars in 991 bytes} [Thu Apr 23 03:35:06 2026] GET /v2.0/security-groups/c02755a5-19f2-4739-8bd6-e6840e42a008 => generated 1682 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/520] 10.0.0.121 () {36 vars in 1013 bytes} [Thu Apr 23 03:35:06 2026] DELETE /v2.0/security-groups/c02755a5-19f2-4739-8bd6-e6840e42a008 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/521] 10.0.0.121 () {34 vars in 907 bytes} [Thu Apr 23 03:35:06 2026] GET /v2.0/extensions => generated 22037 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/522] 10.0.0.121 () {34 vars in 991 bytes} [Thu Apr 23 03:35:06 2026] GET /v2.0/security-groups/8ffdee8e-b9b6-4a95-9ab2-262f3d8f592d => generated 2310 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/523] 10.0.0.121 () {34 vars in 1008 bytes} [Thu Apr 23 03:35:06 2026] GET /v2.0/networks/b82976a9-ee09-4de1-9907-a60d1035d8a6?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/524] 10.0.0.170 () {34 vars in 783 bytes} [Thu Apr 23 03:35:05 2026] PUT /v2.0/routers/1005a6d3-3910-4e31-a915-6dfa0c36f53f/add_router_interface => generated 310 bytes in 1113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/525] 10.0.0.121 () {38 vars in 981 bytes} [Thu Apr 23 03:35:06 2026] POST /v2.0/security-group-rules => generated 619 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/526] 10.0.0.121 () {34 vars in 1108 bytes} [Thu Apr 23 03:35:06 2026] GET /v2.0/networks/b82976a9-ee09-4de1-9907-a60d1035d8a6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:35:06.938 8 INFO neutron.api.v2.resource [req-b117b4dc-3e64-41f0-9922-5101ca9f7793 req-6ed8ab22-a7a1-400e-8eef-fbefe5dec08a d89fe7d6c2e9473792f5f5cd19847a2d ed7542fee43b40cebe5cacbabe786676 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 272/527] 10.0.0.121 () {34 vars in 991 bytes} [Thu Apr 23 03:35:06 2026] GET /v2.0/security-groups/c02755a5-19f2-4739-8bd6-e6840e42a008 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/528] 10.0.0.121 () {34 vars in 991 bytes} [Thu Apr 23 03:35:06 2026] GET /v2.0/security-groups/8ffdee8e-b9b6-4a95-9ab2-262f3d8f592d => generated 2940 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/529] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:07 2026] GET /v2.0/ports?device_id=e0b707b9-74b7-4e0e-9c7b-3496b497ebe6 => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/530] 10.0.0.121 () {34 vars in 991 bytes} [Thu Apr 23 03:35:07 2026] GET /v2.0/security-groups/cdc1966b-3bf7-486e-9a2e-26ab46262497 => generated 1681 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/531] 10.0.0.121 () {36 vars in 1013 bytes} [Thu Apr 23 03:35:07 2026] DELETE /v2.0/security-groups/cdc1966b-3bf7-486e-9a2e-26ab46262497 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/532] 10.0.0.121 () {34 vars in 1001 bytes} [Thu Apr 23 03:35:07 2026] GET /v2.0/security-group-rules/fca2049b-8daa-4dec-a32d-f95c7bf10037 => generated 616 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:35:07.511 8 INFO neutron.api.v2.resource [req-47e49ab2-416b-4888-95a4-f93ff0c1c97f req-e201dd1f-82b2-44de-b3ce-f7225b2ad222 d89fe7d6c2e9473792f5f5cd19847a2d ed7542fee43b40cebe5cacbabe786676 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 275/533] 10.0.0.121 () {34 vars in 991 bytes} [Thu Apr 23 03:35:07 2026] GET /v2.0/security-groups/cdc1966b-3bf7-486e-9a2e-26ab46262497 => 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: 276/534] 10.0.0.121 () {34 vars in 991 bytes} [Thu Apr 23 03:35:07 2026] GET /v2.0/security-groups/8ffdee8e-b9b6-4a95-9ab2-262f3d8f592d => generated 2940 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/535] 10.0.0.121 () {34 vars in 991 bytes} [Thu Apr 23 03:35:07 2026] GET /v2.0/security-groups/f192d90f-8f7a-4655-8ada-81fb0368a347 => generated 1680 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/536] 10.0.0.170 () {34 vars in 685 bytes} [Thu Apr 23 03:35:07 2026] POST /v2.0/security-groups => generated 1658 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/537] 10.0.0.121 () {36 vars in 1023 bytes} [Thu Apr 23 03:35:07 2026] DELETE /v2.0/security-group-rules/fca2049b-8daa-4dec-a32d-f95c7bf10037 => 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: 260/538] 10.0.0.121 () {36 vars in 1013 bytes} [Thu Apr 23 03:35:07 2026] DELETE /v2.0/security-groups/f192d90f-8f7a-4655-8ada-81fb0368a347 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/539] 10.0.0.121 () {34 vars in 991 bytes} [Thu Apr 23 03:35:07 2026] GET /v2.0/security-groups/8ffdee8e-b9b6-4a95-9ab2-262f3d8f592d => generated 2310 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:35:07.721 7 INFO neutron.api.v2.resource [req-7011304d-3bab-4685-832f-b4b2204ca21c req-078940ca-cd36-4c29-9f94-0423af94e1ca d89fe7d6c2e9473792f5f5cd19847a2d ed7542fee43b40cebe5cacbabe786676 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 262/540] 10.0.0.121 () {34 vars in 991 bytes} [Thu Apr 23 03:35:07 2026] GET /v2.0/security-groups/f192d90f-8f7a-4655-8ada-81fb0368a347 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/541] 10.0.0.170 () {34 vars in 695 bytes} [Thu Apr 23 03:35:07 2026] POST /v2.0/security-group-rules => generated 597 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:35:07.782 8 WARNING neutron.db.securitygroups_db [req-1c36d934-943a-4aee-a976-fcc0f5740914 req-c5d768c5-e4ab-413e-ba56-c158e1797894 d89fe7d6c2e9473792f5f5cd19847a2d ed7542fee43b40cebe5cacbabe786676 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 280/542] 10.0.0.121 () {34 vars in 1002 bytes} [Thu Apr 23 03:35:07 2026] GET /v2.0/security-groups?tenant_id=ed7542fee43b40cebe5cacbabe786676 => generated 2921 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/543] 10.0.0.121 () {36 vars in 1013 bytes} [Thu Apr 23 03:35:07 2026] DELETE /v2.0/security-groups/8ffdee8e-b9b6-4a95-9ab2-262f3d8f592d => 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: 264/544] 10.0.0.121 () {34 vars in 991 bytes} [Thu Apr 23 03:35:07 2026] GET /v2.0/security-groups/199ec316-77a9-4391-8e1d-fd4497a9bd32 => generated 2918 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/545] 10.0.0.121 () {34 vars in 991 bytes} [Thu Apr 23 03:35:07 2026] GET /v2.0/security-groups/4f1bb7a1-9d65-4052-b4f3-cdfa056893b8 => generated 2311 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/546] 10.0.0.121 () {34 vars in 991 bytes} [Thu Apr 23 03:35:07 2026] GET /v2.0/security-groups/199ec316-77a9-4391-8e1d-fd4497a9bd32 => generated 2918 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/547] 10.0.0.170 () {34 vars in 695 bytes} [Thu Apr 23 03:35:07 2026] POST /v2.0/security-group-rules => generated 602 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:35:07.972 8 INFO neutron.api.v2.resource [req-9e6bb3b8-d0ff-4232-85c3-cee83b583f25 req-529180d8-9891-45a2-814b-03d8bee0e502 d89fe7d6c2e9473792f5f5cd19847a2d ed7542fee43b40cebe5cacbabe786676 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 282/548] 10.0.0.121 () {34 vars in 991 bytes} [Thu Apr 23 03:35:07 2026] GET /v2.0/security-groups/f192d90f-8f7a-4655-8ada-81fb0368a347 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/549] 10.0.0.121 () {36 vars in 1013 bytes} [Thu Apr 23 03:35:07 2026] DELETE /v2.0/security-groups/4f1bb7a1-9d65-4052-b4f3-cdfa056893b8 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:35:08.024 7 INFO neutron.api.v2.resource [req-be3bc9b7-f2f0-44a2-8d5e-cb97c4c50b8a req-0218d948-381e-4298-aebd-6b1113e46f49 d89fe7d6c2e9473792f5f5cd19847a2d ed7542fee43b40cebe5cacbabe786676 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 268/550] 10.0.0.121 () {34 vars in 991 bytes} [Thu Apr 23 03:35:08 2026] GET /v2.0/security-groups/cdc1966b-3bf7-486e-9a2e-26ab46262497 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 03:35:08.469 7 INFO neutron_taas.services.taas.taas_plugin [None req-c381e936-d8d9-41b9-9bcb-b3e2f76bf59c 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: 12f71e2b-32a9-45b5-8e34-3dce930e3fa8 [pid: 8|app: 0|req: 283/551] 10.0.0.170 () {34 vars in 676 bytes} [Thu Apr 23 03:35:07 2026] POST /v2.0/floatingips => generated 552 bytes in 502 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:35:08.480 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c381e936-d8d9-41b9-9bcb-b3e2f76bf59c 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: 12f71e2b-32a9-45b5-8e34-3dce930e3fa8 2026-04-23 03:35:08.487 8 INFO neutron.api.v2.resource [req-8a5aacee-bd39-42be-8b91-24458978bfe6 req-b7ba488d-ed88-4f18-aa92-409cf7513d88 d89fe7d6c2e9473792f5f5cd19847a2d ed7542fee43b40cebe5cacbabe786676 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 284/552] 10.0.0.121 () {34 vars in 991 bytes} [Thu Apr 23 03:35:08 2026] GET /v2.0/security-groups/c02755a5-19f2-4739-8bd6-e6840e42a008 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/553] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:08 2026] GET /v2.0/ports?device_id=e0b707b9-74b7-4e0e-9c7b-3496b497ebe6 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:35:08.992 8 INFO neutron_taas.services.taas.taas_plugin [None req-8c96f150-a843-4373-8072-273beaec6995 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: 00fd9404-5d06-4744-a0f7-1df10cb2fabf 2026-04-23 03:35:09.001 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c96f150-a843-4373-8072-273beaec6995 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: 00fd9404-5d06-4744-a0f7-1df10cb2fabf [pid: 7|app: 0|req: 269/554] 10.0.0.170 () {34 vars in 789 bytes} [Thu Apr 23 03:35:08 2026] PUT /v2.0/routers/eaedf7e2-2315-42df-9df4-9b2f3ec58d6a/remove_router_interface => generated 310 bytes in 973 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:35:09.006 7 WARNING neutron.db.securitygroups_db [req-a40ae2e1-ac35-47fc-aa18-7820afd396bf req-72dbe843-45a1-4c06-ad28-7a9a5c4385a3 c462355a8de044e6ac99dc444db9f023 d2969a27caf04c4493d7297d84d87165 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 270/555] 10.0.0.121 () {34 vars in 1094 bytes} [Thu Apr 23 03:35:09 2026] GET /v2.0/security-groups?name=tempest-securitygroup--7497971&fields=id&tenant_id=d2969a27caf04c4493d7297d84d87165 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:35:09.244 7 INFO neutron_taas.services.taas.taas_plugin [None req-71603f75-2b30-4543-9427-804eddd62c46 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: 1ffbfb56-7379-4b12-91a3-96244e5b0b1f 2026-04-23 03:35:09.247 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71603f75-2b30-4543-9427-804eddd62c46 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: 1ffbfb56-7379-4b12-91a3-96244e5b0b1f 2026-04-23 03:35:09.519 7 INFO neutron_taas.services.taas.taas_plugin [None req-71603f75-2b30-4543-9427-804eddd62c46 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: f442c73b-4e58-48ce-b93e-964bdaa2d1d0 2026-04-23 03:35:09.522 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71603f75-2b30-4543-9427-804eddd62c46 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: f442c73b-4e58-48ce-b93e-964bdaa2d1d0 [pid: 8|app: 0|req: 286/556] 10.0.0.170 () {34 vars in 789 bytes} [Thu Apr 23 03:35:08 2026] PUT /v2.0/routers/397bf017-d6ff-45b7-b918-fe4c2d28cea1/remove_router_interface => generated 310 bytes in 1055 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:35:09.601 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-71603f75-2b30-4543-9427-804eddd62c46 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 96, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 574, 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 601, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2260, 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 657, 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 711, 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 2298, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2303, 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: 8|app: 0|req: 287/557] 10.0.0.121 () {34 vars in 982 bytes} [Thu Apr 23 03:35:09 2026] GET /v2.0/networks?id=b2ac6835-d8a6-47c3-b73c-2cfe5bb8e836 => generated 670 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:35:09.825 8 INFO neutron_taas.services.taas.taas_plugin [None req-9dc00500-210d-41c7-be8b-180368cde550 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: efaa7663-ce32-4ce1-945f-7a3240db85ee 2026-04-23 03:35:09.828 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9dc00500-210d-41c7-be8b-180368cde550 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: efaa7663-ce32-4ce1-945f-7a3240db85ee 2026-04-23 03:35:09.962 7 INFO neutron.db.l3_hamode_db [None req-71603f75-2b30-4543-9427-804eddd62c46 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] HA network fefdce7a-1722-4645-ace8-cb9519b9a6e9 was deleted as no HA routers are present in project 2b0c4764706045a6a66813de9a603d02. [pid: 7|app: 0|req: 271/558] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:35:09 2026] DELETE /v2.0/routers/eaedf7e2-2315-42df-9df4-9b2f3ec58d6a => generated 0 bytes in 930 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/559] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:09 2026] GET /v2.0/ports?device_id=e0b707b9-74b7-4e0e-9c7b-3496b497ebe6 => 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: 273/560] 10.0.0.121 () {34 vars in 965 bytes} [Thu Apr 23 03:35:09 2026] GET /v2.0/quotas/d2969a27caf04c4493d7297d84d87165 => generated 292 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:35:10.124 8 INFO neutron_taas.services.taas.taas_plugin [None req-9dc00500-210d-41c7-be8b-180368cde550 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: 292de20d-2109-427f-8f53-90a6d186e495 2026-04-23 03:35:10.126 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9dc00500-210d-41c7-be8b-180368cde550 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: 292de20d-2109-427f-8f53-90a6d186e495 [pid: 7|app: 0|req: 274/561] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:35:10 2026] DELETE /v2.0/subnets/de7237a0-7a61-4862-b0e1-94bb44b6e4ae => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:35:10.221 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-9dc00500-210d-41c7-be8b-180368cde550 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 96, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 574, 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 601, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2260, 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 657, 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 711, 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 2298, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2303, 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-23 03:35:10.320 7 INFO neutron.services.segments.plugin [-] Segment 7c02c8dd-40d0-41c4-bf59-1bbe6e5dec80 resource provider aggregate not found [pid: 7|app: 0|req: 275/562] 10.0.0.121 () {34 vars in 1002 bytes} [Thu Apr 23 03:35:10 2026] GET /v2.0/ports?tenant_id=d2969a27caf04c4493d7297d84d87165&fields=id => generated 57 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:35:10.346 7 INFO neutron.services.segments.plugin [-] Segment 7c02c8dd-40d0-41c4-bf59-1bbe6e5dec80 resource provider aggregate not found 2026-04-23 03:35:10.348 7 INFO neutron.services.segments.plugin [-] Segment 7c02c8dd-40d0-41c4-bf59-1bbe6e5dec80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c02c8dd-40d0-41c4-bf59-1bbe6e5dec80 found for delete ", "request_id": "req-aef088bf-9b8c-4b73-b91e-55496f5eb589"}]} 2026-04-23 03:35:10.365 7 INFO neutron.services.segments.plugin [-] Segment 7c02c8dd-40d0-41c4-bf59-1bbe6e5dec80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c02c8dd-40d0-41c4-bf59-1bbe6e5dec80 found for delete ", "request_id": "req-0cb9cb8c-26c7-4d12-8b6a-10bb29b5d1ad"}]} 2026-04-23 03:35:10.420 7 INFO neutron_taas.services.taas.taas_plugin [None req-b70aeec2-a9f4-472a-8dda-2eaa41fd578a 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: 56747a81-6839-4fee-89d0-6482a8bad560 2026-04-23 03:35:10.422 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b70aeec2-a9f4-472a-8dda-2eaa41fd578a 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: 56747a81-6839-4fee-89d0-6482a8bad560 [pid: 7|app: 0|req: 276/563] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:35:10 2026] DELETE /v2.0/networks/4f93fe4d-c185-4bb9-934f-30128a890ba0 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:35:10.640 8 INFO neutron.db.l3_hamode_db [None req-9dc00500-210d-41c7-be8b-180368cde550 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] HA network 502e7e2c-9aef-437d-a483-066279ffb200 was deleted as no HA routers are present in project ed7542fee43b40cebe5cacbabe786676. [pid: 8|app: 0|req: 288/564] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:35:09 2026] DELETE /v2.0/routers/397bf017-d6ff-45b7-b918-fe4c2d28cea1 => generated 0 bytes in 1014 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/565] 10.0.0.121 () {34 vars in 1008 bytes} [Thu Apr 23 03:35:10 2026] GET /v2.0/networks/b2ac6835-d8a6-47c3-b73c-2cfe5bb8e836?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: 278/566] 10.0.0.121 () {34 vars in 1108 bytes} [Thu Apr 23 03:35:10 2026] GET /v2.0/networks/b2ac6835-d8a6-47c3-b73c-2cfe5bb8e836?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:35:10.767 7 WARNING neutron.db.securitygroups_db [None req-ecc108f5-991c-488f-9cf9-95273b3154f4 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 289/567] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:35:10 2026] DELETE /v2.0/subnets/1483ea7e-af25-47b6-9e3e-d1edcdeff026 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/568] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:35:10 2026] GET /v2.0/security-groups?tenant_id=2b0c4764706045a6a66813de9a603d02&name=default => generated 2921 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/569] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:35:10 2026] DELETE /v2.0/security-groups/2654cf8f-24ae-4eee-8a44-12b12237e004 => 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: 281/570] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:10 2026] GET /v2.0/ports?device_id=d7bc0158-288f-42c1-adf5-66062572ba4f => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/571] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:35:10 2026] DELETE /v2.0/networks/f919bd42-9c4d-4328-834b-50ad1b31652b => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:35:11.144 8 WARNING neutron.db.securitygroups_db [None req-44170bd2-b1ee-4884-a707-92de428ebde1 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 282/572] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:11 2026] GET /v2.0/ports?device_id=e0b707b9-74b7-4e0e-9c7b-3496b497ebe6 => 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: 291/573] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:35:11 2026] GET /v2.0/security-groups?tenant_id=ed7542fee43b40cebe5cacbabe786676&name=default => generated 2921 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/574] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:35:11 2026] DELETE /v2.0/security-groups/199ec316-77a9-4391-8e1d-fd4497a9bd32 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:35:11.324 8 INFO neutron.services.segments.plugin [-] Segment 103485fc-0143-45db-bc37-73ddb646b464 resource provider aggregate not found 2026-04-23 03:35:11.339 8 INFO neutron.services.segments.plugin [-] Segment 103485fc-0143-45db-bc37-73ddb646b464 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 103485fc-0143-45db-bc37-73ddb646b464 found for delete ", "request_id": "req-dff1efd2-0e3b-403e-b785-3d1bb712c794"}]} 2026-04-23 03:35:11.370 8 INFO neutron.services.segments.plugin [-] Segment 103485fc-0143-45db-bc37-73ddb646b464 resource provider aggregate not found 2026-04-23 03:35:11.390 8 INFO neutron.services.segments.plugin [-] Segment 103485fc-0143-45db-bc37-73ddb646b464 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 103485fc-0143-45db-bc37-73ddb646b464 found for delete ", "request_id": "req-13e11999-0126-49ab-9d90-171c73548425"}]} [pid: 7|app: 0|req: 284/575] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:11 2026] GET /v2.0/ports?device_id=d7bc0158-288f-42c1-adf5-66062572ba4f => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/576] 199.204.45.25 () {34 vars in 985 bytes} [Thu Apr 23 03:35:11 2026] GET /v2.0/networks?id=b82976a9-ee09-4de1-9907-a60d1035d8a6 => generated 684 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/577] 199.204.45.25 () {34 vars in 910 bytes} [Thu Apr 23 03:35:12 2026] GET /v2.0/extensions => generated 22037 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-23 03:35:12.200 8 WARNING neutron.db.securitygroups_db [req-afa9add0-0d65-4755-9fed-8e9582d3adc6 req-bc81466f-cfef-4ec5-b917-367622ebbfe3 8907f66b7a2448ffab41b9e36ed31fd3 f9eb66dc967241ba841f59da67ed53f7 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 293/578] 199.204.45.25 () {34 vars in 1049 bytes} [Thu Apr 23 03:35:12 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f9eb66dc967241ba841f59da67ed53f7 => generated 180 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/579] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:12 2026] GET /v2.0/ports?device_id=e0b707b9-74b7-4e0e-9c7b-3496b497ebe6 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:35:12.376 7 INFO neutron.services.segments.plugin [-] Segment 7bd62b23-38e1-4d20-8802-7b923f595874 resource provider aggregate not found 2026-04-23 03:35:12.384 7 INFO neutron.services.segments.plugin [-] Segment 7bd62b23-38e1-4d20-8802-7b923f595874 resource provider aggregate not found 2026-04-23 03:35:12.407 7 INFO neutron.services.segments.plugin [-] Segment 7bd62b23-38e1-4d20-8802-7b923f595874 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7bd62b23-38e1-4d20-8802-7b923f595874 found for delete ", "request_id": "req-67ec10be-e2b8-41a6-b782-4a2b1fb0ee41"}]} 2026-04-23 03:35:12.425 7 INFO neutron.services.segments.plugin [-] Segment 7bd62b23-38e1-4d20-8802-7b923f595874 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7bd62b23-38e1-4d20-8802-7b923f595874 found for delete ", "request_id": "req-5f2876ad-4290-4874-955e-a81552d75663"}]} [pid: 7|app: 0|req: 286/580] 199.204.45.25 () {38 vars in 954 bytes} [Thu Apr 23 03:35:12 2026] POST /v2.0/ports => generated 958 bytes in 463 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-23 03:35:13.162 8 INFO neutron.db.segments_db [None req-56c4fc97-9318-4dcb-bc5f-5de97847fe1e 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Added segment 7833aa08-16da-46a8-85ca-a38302a979c1 of type vxlan for network f041ae63-495b-49eb-898c-9d3338573621 [pid: 8|app: 0|req: 295/581] 10.0.0.170 () {34 vars in 671 bytes} [Thu Apr 23 03:35:12 2026] POST /v2.0/networks => generated 748 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/582] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:13 2026] GET /v2.0/ports?device_id=d7bc0158-288f-42c1-adf5-66062572ba4f => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:35:13.360 8 INFO neutron.services.segments.plugin [-] Segment 4ff30137-646c-4892-82a8-c869ca2003ec resource provider aggregate not found 2026-04-23 03:35:13.378 8 INFO neutron.services.segments.plugin [-] Segment 4ff30137-646c-4892-82a8-c869ca2003ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ff30137-646c-4892-82a8-c869ca2003ec found for delete ", "request_id": "req-3c1671ca-fa95-4432-a41c-2f87988221ed"}]} 2026-04-23 03:35:13.407 8 INFO neutron.services.segments.plugin [-] Segment 4ff30137-646c-4892-82a8-c869ca2003ec resource provider aggregate not found 2026-04-23 03:35:13.423 8 INFO neutron.services.segments.plugin [-] Segment 4ff30137-646c-4892-82a8-c869ca2003ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ff30137-646c-4892-82a8-c869ca2003ec found for delete ", "request_id": "req-046f7663-3218-4c88-bd02-f0b5c240aa0f"}]} [pid: 7|app: 0|req: 287/583] 199.204.45.25 () {38 vars in 1027 bytes} [Thu Apr 23 03:35:13 2026] PUT /v2.0/ports/e6549245-f6a1-4938-a93a-d6b2aaed2674 => generated 1239 bytes in 437 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: 297/584] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:35:13 2026] POST /v2.0/subnets => generated 695 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/585] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:13 2026] GET /v2.0/ports?device_id=e0b707b9-74b7-4e0e-9c7b-3496b497ebe6 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:35:13.525 8 INFO neutron.db.segments_db [None req-11c7317a-afcc-4bba-86be-0e04ddc9216f 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Added segment 9fcf0b47-6d2d-4317-a823-7ddf8f2b7a18 of type vxlan for network 7fb0d6fa-b851-43f8-b892-af2d6c9afa99 [pid: 7|app: 0|req: 289/586] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:35:13 2026] GET /v2.0/security-groups?id=d0becbb4-ffec-4a46-8d25-7f28ca957e69&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:35:13.778 8 INFO neutron.db.l3_hamode_db [None req-11c7317a-afcc-4bba-86be-0e04ddc9216f 1e5a51e8a6464785a5c23a2b63e263b3 a32869a98c884040a454d844942d310b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 03:35:14.039 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-da087c63-e756-4cf2-b279-bdc7d2696a2c'] response: {'name': 'network-changed', 'server_uuid': 'e0b707b9-74b7-4e0e-9c7b-3496b497ebe6', 'tag': 'e6549245-f6a1-4938-a93a-d6b2aaed2674', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 290/587] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:14 2026] GET /v2.0/ports?device_id=d7bc0158-288f-42c1-adf5-66062572ba4f => 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: 291/588] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:35:14 2026] GET /v2.0/ports?tenant_id=f9eb66dc967241ba841f59da67ed53f7&device_id=e0b707b9-74b7-4e0e-9c7b-3496b497ebe6 => generated 1242 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/589] 199.204.45.25 () {34 vars in 1059 bytes} [Thu Apr 23 03:35:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=e6549245-f6a1-4938-a93a-d6b2aaed2674 => generated 19 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/590] 199.204.45.25 () {34 vars in 983 bytes} [Thu Apr 23 03:35:14 2026] GET /v2.0/subnets?id=4c49bb0d-17e9-4ad6-b1b0-04ade21d9481 => generated 702 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:35:14.671 8 INFO neutron.db.l3_hamode_db [None req-11c7317a-afcc-4bba-86be-0e04ddc9216f 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 294/591] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:14 2026] GET /v2.0/ports?device_id=e0b707b9-74b7-4e0e-9c7b-3496b497ebe6 => generated 973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/592] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:35:14 2026] GET /v2.0/ports?network_id=b82976a9-ee09-4de1-9907-a60d1035d8a6&device_owner=network%3Adhcp => generated 1244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/593] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:35:14 2026] GET /v2.0/security-groups?id=d0becbb4-ffec-4a46-8d25-7f28ca957e69&fields=id&fields=name => generated 113 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/594] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:35:14 2026] GET /v2.0/networks/b82976a9-ee09-4de1-9907-a60d1035d8a6?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/595] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:35:14 2026] GET /v2.0/networks/b82976a9-ee09-4de1-9907-a60d1035d8a6?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: 299/596] 199.204.45.25 () {34 vars in 985 bytes} [Thu Apr 23 03:35:15 2026] GET /v2.0/networks?id=b2ac6835-d8a6-47c3-b73c-2cfe5bb8e836 => generated 670 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:35:15.275 7 WARNING neutron.db.securitygroups_db [req-a40ae2e1-ac35-47fc-aa18-7820afd396bf req-fe234322-6d6e-455d-88b5-df1f2dab3466 c462355a8de044e6ac99dc444db9f023 d2969a27caf04c4493d7297d84d87165 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 300/597] 199.204.45.25 () {34 vars in 1049 bytes} [Thu Apr 23 03:35:15 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d2969a27caf04c4493d7297d84d87165 => generated 178 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/598] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:35:13 2026] POST /v2.0/routers => generated 735 bytes in 2154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/599] 199.204.45.25 () {38 vars in 954 bytes} [Thu Apr 23 03:35:15 2026] POST /v2.0/ports => generated 958 bytes in 365 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: 299/600] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:15 2026] GET /v2.0/ports?device_id=d7bc0158-288f-42c1-adf5-66062572ba4f => generated 961 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/601] 199.204.45.25 () {38 vars in 1027 bytes} [Thu Apr 23 03:35:15 2026] PUT /v2.0/ports/e5a04c39-9b7b-41cf-9e4f-875177896832 => 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, ' [pid: 8|app: 0|req: 301/602] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:35:16 2026] GET /v2.0/security-groups?id=e7785437-f904-4d22-9c48-5500356c2a26&fields=id&fields=name => generated 111 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/603] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:16 2026] GET /v2.0/ports?device_id=e0b707b9-74b7-4e0e-9c7b-3496b497ebe6 => generated 973 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/604] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:35:16 2026] GET /v2.0/ports?tenant_id=f9eb66dc967241ba841f59da67ed53f7&device_id=e0b707b9-74b7-4e0e-9c7b-3496b497ebe6 => generated 1242 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/607] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:35:16 2026] GET /v2.0/security-groups?id=d0becbb4-ffec-4a46-8d25-7f28ca957e69&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/608] 199.204.45.25 () {34 vars in 985 bytes} [Thu Apr 23 03:35:16 2026] GET /v2.0/networks?id=b82976a9-ee09-4de1-9907-a60d1035d8a6 => generated 780 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/609] 199.204.45.25 () {34 vars in 1059 bytes} [Thu Apr 23 03:35:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=e6549245-f6a1-4938-a93a-d6b2aaed2674 => 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: 309/610] 199.204.45.25 () {34 vars in 983 bytes} [Thu Apr 23 03:35:16 2026] GET /v2.0/subnets?id=4c49bb0d-17e9-4ad6-b1b0-04ade21d9481 => generated 702 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/611] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:35:16 2026] GET /v2.0/ports?network_id=b82976a9-ee09-4de1-9907-a60d1035d8a6&device_owner=network%3Adhcp => generated 1244 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:35:16.882 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d4038c3c-aa8f-4d78-a8d5-da9f814f795e'] response: {'name': 'network-changed', 'server_uuid': 'd7bc0158-288f-42c1-adf5-66062572ba4f', 'tag': 'e5a04c39-9b7b-41cf-9e4f-875177896832', 'status': 'completed', 'code': 200} 2026-04-23 03:35:16.956 8 WARNING neutron.db.securitygroups_db [None req-979867fc-d736-4043-91f2-52c49f773ae0 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 311/612] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:35:16 2026] GET /v2.0/security-groups?tenant_id=22a6b95e0b0846feb1e8945e12bdac8f&name=default => generated 2925 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/613] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:35:17 2026] GET /v2.0/networks/b82976a9-ee09-4de1-9907-a60d1035d8a6?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: 302/614] 10.0.0.170 () {34 vars in 783 bytes} [Thu Apr 23 03:35:15 2026] PUT /v2.0/routers/da4d9818-4960-41a3-88cd-c6c3d2c5096c/add_router_interface => generated 310 bytes in 1438 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/615] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:35:17 2026] GET /v2.0/networks/b82976a9-ee09-4de1-9907-a60d1035d8a6?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: 313/616] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:35:17 2026] DELETE /v2.0/security-groups/a55b71c9-c2c3-4349-91e7-f805f180190f => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/617] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:35:17 2026] GET /v2.0/ports?tenant_id=d2969a27caf04c4493d7297d84d87165&device_id=d7bc0158-288f-42c1-adf5-66062572ba4f => generated 1242 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:35:17.377 8 WARNING neutron.db.securitygroups_db [None req-7dca86f0-cf19-462b-bf84-698fb1fe0859 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 305/618] 199.204.45.25 () {34 vars in 1059 bytes} [Thu Apr 23 03:35:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=e5a04c39-9b7b-41cf-9e4f-875177896832 => 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: 306/619] 199.204.45.25 () {34 vars in 983 bytes} [Thu Apr 23 03:35:17 2026] GET /v2.0/subnets?id=69b31a6c-c3ea-4834-9b9c-a18fd115b235 => generated 688 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/620] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:17 2026] GET /v2.0/ports?device_id=d7bc0158-288f-42c1-adf5-66062572ba4f => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/621] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:35:17 2026] GET /v2.0/security-groups?tenant_id=2fbf5de633854c03b12debac8f6efdd7&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: 308/622] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:35:17 2026] GET /v2.0/ports?network_id=b2ac6835-d8a6-47c3-b73c-2cfe5bb8e836&device_owner=network%3Adhcp => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/623] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:35:17 2026] GET /v2.0/security-groups?id=e7785437-f904-4d22-9c48-5500356c2a26&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/624] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:35:17 2026] GET /v2.0/networks/b2ac6835-d8a6-47c3-b73c-2cfe5bb8e836?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: 309/625] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:35:17 2026] DELETE /v2.0/security-groups/3da9a1de-0630-495b-b78d-05f5df79c2be => 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: 317/626] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:35:17 2026] GET /v2.0/networks/b2ac6835-d8a6-47c3-b73c-2cfe5bb8e836?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: 310/627] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:17 2026] GET /v2.0/ports?device_id=e0b707b9-74b7-4e0e-9c7b-3496b497ebe6 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/628] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:35:17 2026] GET /v2.0/security-groups?id=d0becbb4-ffec-4a46-8d25-7f28ca957e69&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: 311/629] 10.0.0.170 () {34 vars in 685 bytes} [Thu Apr 23 03:35:17 2026] POST /v2.0/security-groups => generated 1661 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/630] 10.0.0.170 () {34 vars in 695 bytes} [Thu Apr 23 03:35:17 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/631] 10.0.0.170 () {34 vars in 695 bytes} [Thu Apr 23 03:35:17 2026] POST /v2.0/security-group-rules => generated 602 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/632] 10.0.0.170 () {34 vars in 676 bytes} [Thu Apr 23 03:35:18 2026] POST /v2.0/floatingips => generated 552 bytes in 548 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/633] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:18 2026] GET /v2.0/ports?device_id=d7bc0158-288f-42c1-adf5-66062572ba4f => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/634] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:35:18 2026] GET /v2.0/ports?tenant_id=d2969a27caf04c4493d7297d84d87165&device_id=d7bc0158-288f-42c1-adf5-66062572ba4f => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/635] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:35:18 2026] GET /v2.0/security-groups?id=e7785437-f904-4d22-9c48-5500356c2a26&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/636] 199.204.45.25 () {34 vars in 985 bytes} [Thu Apr 23 03:35:18 2026] GET /v2.0/networks?id=b2ac6835-d8a6-47c3-b73c-2cfe5bb8e836 => generated 766 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/637] 199.204.45.25 () {34 vars in 1059 bytes} [Thu Apr 23 03:35:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=e5a04c39-9b7b-41cf-9e4f-875177896832 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/638] 199.204.45.25 () {34 vars in 983 bytes} [Thu Apr 23 03:35:18 2026] GET /v2.0/subnets?id=69b31a6c-c3ea-4834-9b9c-a18fd115b235 => generated 688 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/639] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:35:18 2026] GET /v2.0/ports?network_id=b2ac6835-d8a6-47c3-b73c-2cfe5bb8e836&device_owner=network%3Adhcp => 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: 316/640] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:18 2026] GET /v2.0/ports?device_id=e0b707b9-74b7-4e0e-9c7b-3496b497ebe6 => generated 973 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/641] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:35:18 2026] GET /v2.0/networks/b2ac6835-d8a6-47c3-b73c-2cfe5bb8e836?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: 317/642] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:35:18 2026] GET /v2.0/security-groups?id=d0becbb4-ffec-4a46-8d25-7f28ca957e69&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/643] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:35:18 2026] GET /v2.0/networks/b2ac6835-d8a6-47c3-b73c-2cfe5bb8e836?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/644] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:19 2026] GET /v2.0/ports?device_id=d7bc0158-288f-42c1-adf5-66062572ba4f => 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: 327/645] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:35:19 2026] GET /v2.0/security-groups?id=e7785437-f904-4d22-9c48-5500356c2a26&fields=id&fields=name => generated 111 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/646] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:19 2026] GET /v2.0/ports?device_id=e0b707b9-74b7-4e0e-9c7b-3496b497ebe6 => 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: 328/647] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:35:20 2026] GET /v2.0/security-groups?id=d0becbb4-ffec-4a46-8d25-7f28ca957e69&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: 320/648] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:20 2026] GET /v2.0/ports?device_id=d7bc0158-288f-42c1-adf5-66062572ba4f => 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: 329/649] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:35:21 2026] GET /v2.0/security-groups?id=e7785437-f904-4d22-9c48-5500356c2a26&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: 7|app: 0|req: 321/650] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:21 2026] GET /v2.0/ports?device_id=e0b707b9-74b7-4e0e-9c7b-3496b497ebe6 => generated 973 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/651] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:35:21 2026] GET /v2.0/security-groups?id=d0becbb4-ffec-4a46-8d25-7f28ca957e69&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: 322/652] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:22 2026] GET /v2.0/ports?device_id=d7bc0158-288f-42c1-adf5-66062572ba4f => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/653] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:35:22 2026] GET /v2.0/security-groups?id=e7785437-f904-4d22-9c48-5500356c2a26&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/654] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:22 2026] GET /v2.0/ports?device_id=e0b707b9-74b7-4e0e-9c7b-3496b497ebe6 => 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: 332/655] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:35:22 2026] GET /v2.0/security-groups?id=d0becbb4-ffec-4a46-8d25-7f28ca957e69&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/656] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:23 2026] GET /v2.0/ports?device_id=d7bc0158-288f-42c1-adf5-66062572ba4f => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/657] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:35:23 2026] GET /v2.0/security-groups?id=e7785437-f904-4d22-9c48-5500356c2a26&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/658] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:23 2026] GET /v2.0/ports?device_id=e0b707b9-74b7-4e0e-9c7b-3496b497ebe6 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/659] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:35:23 2026] GET /v2.0/security-groups?id=d0becbb4-ffec-4a46-8d25-7f28ca957e69&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/660] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:24 2026] GET /v2.0/ports?device_id=d7bc0158-288f-42c1-adf5-66062572ba4f => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/661] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:35:24 2026] GET /v2.0/security-groups?id=e7785437-f904-4d22-9c48-5500356c2a26&fields=id&fields=name => generated 111 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/662] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:24 2026] GET /v2.0/ports?device_id=e0b707b9-74b7-4e0e-9c7b-3496b497ebe6 => generated 975 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/663] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:35:24 2026] GET /v2.0/security-groups?id=d0becbb4-ffec-4a46-8d25-7f28ca957e69&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:35:24.776 7 WARNING neutron.db.securitygroups_db [req-42f4b7a3-bd7f-4a2b-aa89-1cd6fb579d10 req-d6dd157b-f143-4d31-adb4-8ad97e25a1a8 ac710d1323524658953a65c139992ca4 a32869a98c884040a454d844942d310b - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 330/664] 10.0.0.121 () {34 vars in 1100 bytes} [Thu Apr 23 03:35:24 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1149457709&fields=id&tenant_id=a32869a98c884040a454d844942d310b => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:35:24.808 8 WARNING neutron.db.securitygroups_db [None req-043bb4ec-01e4-45fe-8450-806c29ce0cc3 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 331/665] 10.0.0.121 () {34 vars in 982 bytes} [Thu Apr 23 03:35:24 2026] GET /v2.0/networks?id=f041ae63-495b-49eb-898c-9d3338573621 => generated 680 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/666] 10.0.0.121 () {34 vars in 965 bytes} [Thu Apr 23 03:35:24 2026] GET /v2.0/quotas/a32869a98c884040a454d844942d310b => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/667] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:24 2026] GET /v2.0/ports?device_id=e0b707b9-74b7-4e0e-9c7b-3496b497ebe6 => 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: 335/668] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:35:24 2026] GET /v2.0/security-groups?tenant_id=25e42690ba5242a5841218856f0b92f9&name=default => generated 2925 bytes in 404 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/669] 10.0.0.121 () {34 vars in 1002 bytes} [Thu Apr 23 03:35:24 2026] GET /v2.0/ports?tenant_id=a32869a98c884040a454d844942d310b&fields=id => generated 103 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/670] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:35:24 2026] DELETE /v2.0/security-groups/701b5945-a42c-416a-a6c9-f0cf2e53cbcb => 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: 336/671] 10.0.0.121 () {34 vars in 1008 bytes} [Thu Apr 23 03:35:25 2026] GET /v2.0/networks/f041ae63-495b-49eb-898c-9d3338573621?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: 337/672] 10.0.0.121 () {34 vars in 1108 bytes} [Thu Apr 23 03:35:25 2026] GET /v2.0/networks/f041ae63-495b-49eb-898c-9d3338573621?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:35:25.235 7 WARNING neutron.db.securitygroups_db [None req-a779a121-3fc6-4793-ada3-9f0964de77ec 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 338/673] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:35:25 2026] GET /v2.0/security-groups?tenant_id=2cdc49aad7dd4439bc9fa15ef4cfcc14&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/674] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:35:25 2026] DELETE /v2.0/security-groups/255fd338-2b14-4985-a988-5d73a3e4026a => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/675] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:25 2026] GET /v2.0/ports?device_id=8394e7fb-2a9b-4468-a509-1aa4ab897ba1 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/676] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:25 2026] GET /v2.0/ports?device_id=d7bc0158-288f-42c1-adf5-66062572ba4f => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:35:25.772 8 INFO neutron.db.l3_db [None req-2c9895ce-3757-4996-8a55-d0942174b8c6 8907f66b7a2448ffab41b9e36ed31fd3 f9eb66dc967241ba841f59da67ed53f7 - - default default] Floating IP f7cd866f-170e-4e9f-b43a-4157238d0e8a associated. External IP: 10.96.250.210, port: e6549245-f6a1-4938-a93a-d6b2aaed2674. [pid: 7|app: 0|req: 342/677] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:35:25 2026] GET /v2.0/security-groups?id=e7785437-f904-4d22-9c48-5500356c2a26&fields=id&fields=name => generated 111 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/678] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:25 2026] GET /v2.0/ports?device_id=d7bc0158-288f-42c1-adf5-66062572ba4f => 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: 336/679] 10.0.0.170 () {34 vars in 749 bytes} [Thu Apr 23 03:35:24 2026] PUT /v2.0/floatingips/f7cd866f-170e-4e9f-b43a-4157238d0e8a => generated 856 bytes in 1117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:35:26.114 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1d8d86c7-ab08-43bf-94b1-b40b7794d1b3'] response: {'name': 'network-changed', 'server_uuid': 'e0b707b9-74b7-4e0e-9c7b-3496b497ebe6', 'tag': 'e6549245-f6a1-4938-a93a-d6b2aaed2674', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 337/680] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:26 2026] GET /v2.0/ports?device_id=e0b707b9-74b7-4e0e-9c7b-3496b497ebe6 => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/681] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:35:26 2026] GET /v2.0/security-groups?id=d0becbb4-ffec-4a46-8d25-7f28ca957e69&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:35:26.464 7 INFO neutron.db.l3_db [None req-02b45c91-e1b6-46a3-a5ec-8e30a0b62de2 c462355a8de044e6ac99dc444db9f023 d2969a27caf04c4493d7297d84d87165 - - default default] Floating IP 004c6fc3-9918-48b5-be0f-c0b107747d4c associated. External IP: 10.96.250.204, port: e5a04c39-9b7b-41cf-9e4f-875177896832. [pid: 8|app: 0|req: 339/682] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:35:26 2026] GET /v2.0/ports?tenant_id=f9eb66dc967241ba841f59da67ed53f7&device_id=e0b707b9-74b7-4e0e-9c7b-3496b497ebe6 => 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: 340/683] 199.204.45.25 () {34 vars in 985 bytes} [Thu Apr 23 03:35:26 2026] GET /v2.0/networks?id=b82976a9-ee09-4de1-9907-a60d1035d8a6 => generated 780 bytes in 47 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.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:26 2026] GET /v2.0/ports?device_id=8394e7fb-2a9b-4468-a509-1aa4ab897ba1 => 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: 344/685] 10.0.0.170 () {34 vars in 749 bytes} [Thu Apr 23 03:35:25 2026] PUT /v2.0/floatingips/004c6fc3-9918-48b5-be0f-c0b107747d4c => generated 856 bytes in 841 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/686] 199.204.45.25 () {34 vars in 1059 bytes} [Thu Apr 23 03:35:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=e6549245-f6a1-4938-a93a-d6b2aaed2674 => generated 859 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:35:26.803 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1bc33b63-4299-49a5-bbf5-cf69218f4771'] response: {'name': 'network-changed', 'server_uuid': 'd7bc0158-288f-42c1-adf5-66062572ba4f', 'tag': 'e5a04c39-9b7b-41cf-9e4f-875177896832', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 345/687] 199.204.45.25 () {34 vars in 983 bytes} [Thu Apr 23 03:35:26 2026] GET /v2.0/subnets?id=4c49bb0d-17e9-4ad6-b1b0-04ade21d9481 => generated 702 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/688] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:35:26 2026] GET /v2.0/ports?network_id=b82976a9-ee09-4de1-9907-a60d1035d8a6&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/689] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:26 2026] GET /v2.0/ports?device_id=d7bc0158-288f-42c1-adf5-66062572ba4f => generated 975 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/690] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:35:26 2026] GET /v2.0/security-groups?id=e7785437-f904-4d22-9c48-5500356c2a26&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: 7|app: 0|req: 347/691] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:35:26 2026] GET /v2.0/networks/b82976a9-ee09-4de1-9907-a60d1035d8a6?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: 345/692] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:35:26 2026] GET /v2.0/networks/b82976a9-ee09-4de1-9907-a60d1035d8a6?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: 346/693] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:35:27 2026] GET /v2.0/ports?tenant_id=d2969a27caf04c4493d7297d84d87165&device_id=d7bc0158-288f-42c1-adf5-66062572ba4f => 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: 348/694] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:27 2026] GET /v2.0/ports?device_id=d7bc0158-288f-42c1-adf5-66062572ba4f => generated 975 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/695] 199.204.45.25 () {34 vars in 985 bytes} [Thu Apr 23 03:35:27 2026] GET /v2.0/networks?id=b2ac6835-d8a6-47c3-b73c-2cfe5bb8e836 => generated 766 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/696] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:35:27 2026] GET /v2.0/security-groups?id=e7785437-f904-4d22-9c48-5500356c2a26&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: 348/697] 199.204.45.25 () {34 vars in 1059 bytes} [Thu Apr 23 03:35:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=e5a04c39-9b7b-41cf-9e4f-875177896832 => generated 859 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/698] 199.204.45.25 () {34 vars in 983 bytes} [Thu Apr 23 03:35:27 2026] GET /v2.0/subnets?id=69b31a6c-c3ea-4834-9b9c-a18fd115b235 => generated 688 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/699] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:35:27 2026] GET /v2.0/ports?network_id=b2ac6835-d8a6-47c3-b73c-2cfe5bb8e836&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/700] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:35:27 2026] GET /v2.0/networks/b2ac6835-d8a6-47c3-b73c-2cfe5bb8e836?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: 350/701] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:35:27 2026] GET /v2.0/networks/b2ac6835-d8a6-47c3-b73c-2cfe5bb8e836?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: 352/702] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:27 2026] GET /v2.0/ports?device_id=8394e7fb-2a9b-4468-a509-1aa4ab897ba1 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/703] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:28 2026] GET /v2.0/ports?device_id=d7bc0158-288f-42c1-adf5-66062572ba4f => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/704] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:35:28 2026] GET /v2.0/security-groups?id=e7785437-f904-4d22-9c48-5500356c2a26&fields=id&fields=name => generated 111 bytes in 44 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.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:28 2026] GET /v2.0/ports?device_id=8394e7fb-2a9b-4468-a509-1aa4ab897ba1 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/706] 199.204.45.25 () {34 vars in 993 bytes} [Thu Apr 23 03:35:29 2026] GET /v2.0/ports?device_id=d7bc0158-288f-42c1-adf5-66062572ba4f => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:35:29.461 8 INFO neutron_taas.services.taas.taas_plugin [req-4ea4fcfd-2ebe-4f55-953a-0cd3dae40f55 req-0ea8c43a-eefa-4a0f-b7dd-76cae1092fc0 c462355a8de044e6ac99dc444db9f023 d2969a27caf04c4493d7297d84d87165 - - default default] TaaS: Handle Delete Port: e5a04c39-9b7b-41cf-9e4f-875177896832 2026-04-23 03:35:29.468 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4ea4fcfd-2ebe-4f55-953a-0cd3dae40f55 req-0ea8c43a-eefa-4a0f-b7dd-76cae1092fc0 c462355a8de044e6ac99dc444db9f023 d2969a27caf04c4493d7297d84d87165 - - default default] Tap Mirror: Handle Delete Port: e5a04c39-9b7b-41cf-9e4f-875177896832 2026-04-23 03:35:29.741 7 WARNING neutron.db.securitygroups_db [None req-b6575b56-d323-4b56-847a-3ec2dd8e1645 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 355/707] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:35:29 2026] GET /v2.0/security-groups?tenant_id=1d5c65ed316f44829ead7d2c3a952045&name=default => generated 2925 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/708] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:29 2026] GET /v2.0/ports?device_id=d7bc0158-288f-42c1-adf5-66062572ba4f => 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: 357/709] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:35:29 2026] DELETE /v2.0/security-groups/60e7860c-1ba3-47b4-b557-9d3b77969c12 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/710] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:35:29 2026] GET /v2.0/security-groups?id=e7785437-f904-4d22-9c48-5500356c2a26&fields=id&fields=name => generated 111 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/711] 199.204.45.25 () {34 vars in 985 bytes} [Thu Apr 23 03:35:29 2026] GET /v2.0/networks?id=f041ae63-495b-49eb-898c-9d3338573621 => generated 680 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/712] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:30 2026] GET /v2.0/ports?device_id=8394e7fb-2a9b-4468-a509-1aa4ab897ba1 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:35:30.051 7 WARNING neutron.db.securitygroups_db [req-42f4b7a3-bd7f-4a2b-aa89-1cd6fb579d10 req-1e317641-c085-4f4e-9ada-7de62e7ee1b2 ac710d1323524658953a65c139992ca4 a32869a98c884040a454d844942d310b - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 361/713] 199.204.45.25 () {34 vars in 1049 bytes} [Thu Apr 23 03:35:30 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a32869a98c884040a454d844942d310b => generated 181 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:35:30.081 7 WARNING neutron.db.securitygroups_db [None req-92aa1aee-6857-4c06-bb40-46dddc81c3f7 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 362/714] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:35:30 2026] GET /v2.0/security-groups?tenant_id=a74adc31e1a34028860f9367e58763d4&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:35:30.254 8 INFO neutron_taas.services.taas.taas_plugin [req-4ea4fcfd-2ebe-4f55-953a-0cd3dae40f55 req-0ea8c43a-eefa-4a0f-b7dd-76cae1092fc0 c462355a8de044e6ac99dc444db9f023 d2969a27caf04c4493d7297d84d87165 - - default default] TaaS: Handle Delete Port: e5a04c39-9b7b-41cf-9e4f-875177896832 2026-04-23 03:35:30.261 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4ea4fcfd-2ebe-4f55-953a-0cd3dae40f55 req-0ea8c43a-eefa-4a0f-b7dd-76cae1092fc0 c462355a8de044e6ac99dc444db9f023 d2969a27caf04c4493d7297d84d87165 - - default default] Tap Mirror: Handle Delete Port: e5a04c39-9b7b-41cf-9e4f-875177896832 2026-04-23 03:35:30.387 8 INFO neutron.db.l3_db [req-4ea4fcfd-2ebe-4f55-953a-0cd3dae40f55 req-0ea8c43a-eefa-4a0f-b7dd-76cae1092fc0 c462355a8de044e6ac99dc444db9f023 d2969a27caf04c4493d7297d84d87165 - - default default] Floating IP 004c6fc3-9918-48b5-be0f-c0b107747d4c disassociated. External IP: 10.96.250.204, port: e5a04c39-9b7b-41cf-9e4f-875177896832. [pid: 7|app: 0|req: 363/715] 199.204.45.25 () {38 vars in 954 bytes} [Thu Apr 23 03:35:30 2026] POST /v2.0/ports => generated 954 bytes in 338 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: 364/716] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:35:30 2026] DELETE /v2.0/security-groups/f46de3c9-8f39-43bd-a7c1-ae16cab4f142 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/717] 199.204.45.25 () {36 vars in 996 bytes} [Thu Apr 23 03:35:29 2026] DELETE /v2.0/ports/e5a04c39-9b7b-41cf-9e4f-875177896832 => generated 0 bytes in 1426 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:35:30.790 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-377de36f-6c2a-4d85-aadc-cd2984c68fe8'] response: {'server_uuid': 'd7bc0158-288f-42c1-adf5-66062572ba4f', 'name': 'network-vif-deleted', 'tag': 'e5a04c39-9b7b-41cf-9e4f-875177896832', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 365/718] 199.204.45.25 () {38 vars in 1027 bytes} [Thu Apr 23 03:35:30 2026] PUT /v2.0/ports/24a51657-7ce7-493d-a0bd-933ea9e743c0 => generated 1235 bytes in 349 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:35:30.993 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f955e449-777f-487c-8735-e6c69e2d4d1b'] response: {'name': 'network-changed', 'server_uuid': '8394e7fb-2a9b-4468-a509-1aa4ab897ba1', 'tag': '24a51657-7ce7-493d-a0bd-933ea9e743c0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 354/719] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:31 2026] GET /v2.0/ports?device_id=d7bc0158-288f-42c1-adf5-66062572ba4f => generated 12 bytes in 19 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: 366/720] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:31 2026] GET /v2.0/ports?device_id=8394e7fb-2a9b-4468-a509-1aa4ab897ba1 => 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: 355/721] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:35:31 2026] GET /v2.0/security-groups?id=81362efc-4cc0-4263-815e-fca35c463c0c&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: 357/724] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:35:31 2026] GET /v2.0/ports?tenant_id=a32869a98c884040a454d844942d310b&device_id=8394e7fb-2a9b-4468-a509-1aa4ab897ba1 => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/725] 199.204.45.25 () {34 vars in 1017 bytes} [Thu Apr 23 03:35:31 2026] GET /v2.0/networks?tenant_id=a32869a98c884040a454d844942d310b&shared=False => generated 776 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/726] 199.204.45.25 () {34 vars in 929 bytes} [Thu Apr 23 03:35:31 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/727] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:32 2026] GET /v2.0/ports?device_id=d7bc0158-288f-42c1-adf5-66062572ba4f => 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: 359/728] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:32 2026] GET /v2.0/ports?device_id=8394e7fb-2a9b-4468-a509-1aa4ab897ba1 => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/729] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:35:32 2026] GET /v2.0/security-groups?id=81362efc-4cc0-4263-815e-fca35c463c0c&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/730] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:35:32 2026] GET /v2.0/ports?tenant_id=a32869a98c884040a454d844942d310b&device_id=8394e7fb-2a9b-4468-a509-1aa4ab897ba1 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:35:32.763 8 INFO neutron.db.segments_db [None req-a43b70cc-7215-49dc-8122-b456c871688a 79f94bdad3224672acece9b5215f2750 d431d436ee4243e28ba8e67096f31286 - - default default] Added segment c890d1a6-b820-4d89-8b73-6ad9044ada7b of type vxlan for network a5b2c801-bef9-441a-a55b-de2328eb789e [pid: 7|app: 0|req: 372/731] 199.204.45.25 () {34 vars in 1057 bytes} [Thu Apr 23 03:35:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=24a51657-7ce7-493d-a0bd-933ea9e743c0 => 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: 373/732] 199.204.45.25 () {34 vars in 983 bytes} [Thu Apr 23 03:35:32 2026] GET /v2.0/subnets?id=2128b220-5c4b-4a9a-a82a-72d05e1d5624 => generated 698 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/733] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:35:32 2026] POST /v2.0/networks => generated 650 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/734] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:35:32 2026] GET /v2.0/ports?network_id=f041ae63-495b-49eb-898c-9d3338573621&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: 375/735] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:35:32 2026] GET /v2.0/networks/f041ae63-495b-49eb-898c-9d3338573621?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: 376/736] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:35:32 2026] GET /v2.0/networks/f041ae63-495b-49eb-898c-9d3338573621?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: 361/737] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:35:32 2026] POST /v2.0/subnets => generated 627 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:35:33.128 7 INFO neutron.db.segments_db [None req-1c39660e-b62e-40e8-844a-1a1c56da4b0b 79f94bdad3224672acece9b5215f2750 d431d436ee4243e28ba8e67096f31286 - - default default] Added segment 9c08f890-2763-456c-a7a2-0e14bdade185 of type vxlan for network bc7bd984-a5a8-4bfb-9d36-eb91a61f778f [pid: 8|app: 0|req: 362/738] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:33 2026] GET /v2.0/ports?device_id=d7bc0158-288f-42c1-adf5-66062572ba4f => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:35:33.409 7 INFO neutron.db.l3_hamode_db [None req-1c39660e-b62e-40e8-844a-1a1c56da4b0b 79f94bdad3224672acece9b5215f2750 d431d436ee4243e28ba8e67096f31286 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 363/739] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:33 2026] GET /v2.0/ports?device_id=8394e7fb-2a9b-4468-a509-1aa4ab897ba1 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/740] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:35:33 2026] GET /v2.0/security-groups?id=81362efc-4cc0-4263-815e-fca35c463c0c&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:35:34.254 7 INFO neutron.db.l3_hamode_db [None req-1c39660e-b62e-40e8-844a-1a1c56da4b0b 79f94bdad3224672acece9b5215f2750 d431d436ee4243e28ba8e67096f31286 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 365/741] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:35:34 2026] DELETE /v2.0/security-groups/e7785437-f904-4d22-9c48-5500356c2a26 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:35:34.609 8 INFO neutron.api.v2.resource [None req-1cbcfe67-2a90-46a9-afdd-187c125dd810 c462355a8de044e6ac99dc444db9f023 d2969a27caf04c4493d7297d84d87165 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 366/742] 10.0.0.170 () {32 vars in 737 bytes} [Thu Apr 23 03:35:34 2026] GET /v2.0/security-groups/e7785437-f904-4d22-9c48-5500356c2a26 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 03:35:34.725 8 INFO neutron_taas.services.taas.taas_plugin [None req-f32b1bd5-1ad3-4aa3-9c2b-62c5ee80bd56 c462355a8de044e6ac99dc444db9f023 d2969a27caf04c4493d7297d84d87165 - - default default] TaaS: Handle Delete Port: 13a225ad-2f41-4922-b268-e419ccdc15d7 2026-04-23 03:35:34.730 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f32b1bd5-1ad3-4aa3-9c2b-62c5ee80bd56 c462355a8de044e6ac99dc444db9f023 d2969a27caf04c4493d7297d84d87165 - - default default] Tap Mirror: Handle Delete Port: 13a225ad-2f41-4922-b268-e419ccdc15d7 [pid: 8|app: 0|req: 367/743] 10.0.0.170 () {32 vars in 732 bytes} [Thu Apr 23 03:35:34 2026] DELETE /v2.0/floatingips/004c6fc3-9918-48b5-be0f-c0b107747d4c => 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: 368/744] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:34 2026] GET /v2.0/ports?device_id=8394e7fb-2a9b-4468-a509-1aa4ab897ba1 => generated 969 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/745] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:35:33 2026] POST /v2.0/routers => generated 695 bytes in 2024 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/746] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:35:35 2026] GET /v2.0/security-groups?id=81362efc-4cc0-4263-815e-fca35c463c0c&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:35:35.328 8 INFO neutron_taas.services.taas.taas_plugin [None req-bc837bb0-a672-433a-8a4c-970c420a62ca 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: f3b3b7ea-198b-44b2-a8ed-17dbb6255051 2026-04-23 03:35:35.332 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc837bb0-a672-433a-8a4c-970c420a62ca 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: f3b3b7ea-198b-44b2-a8ed-17dbb6255051 [pid: 8|app: 0|req: 369/747] 10.0.0.170 () {34 vars in 789 bytes} [Thu Apr 23 03:35:34 2026] PUT /v2.0/routers/1005a6d3-3910-4e31-a915-6dfa0c36f53f/remove_router_interface => generated 310 bytes in 921 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:35:36.093 8 INFO neutron_taas.services.taas.taas_plugin [None req-728f7945-210b-4cfc-b761-fd08c0f6c1fa 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: c5dc8801-b12b-4803-8df6-b309784d7fe7 2026-04-23 03:35:36.095 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-728f7945-210b-4cfc-b761-fd08c0f6c1fa 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: c5dc8801-b12b-4803-8df6-b309784d7fe7 [pid: 7|app: 0|req: 379/748] 10.0.0.170 () {34 vars in 783 bytes} [Thu Apr 23 03:35:35 2026] PUT /v2.0/routers/79c8a804-0cc4-4f8e-8f1f-2d6e28efc870/add_router_interface => generated 310 bytes in 1247 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:35:36.384 8 INFO neutron_taas.services.taas.taas_plugin [None req-728f7945-210b-4cfc-b761-fd08c0f6c1fa 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: b9a5d6a3-a440-4457-b515-bdfba2616e4c 2026-04-23 03:35:36.386 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-728f7945-210b-4cfc-b761-fd08c0f6c1fa 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: b9a5d6a3-a440-4457-b515-bdfba2616e4c [pid: 7|app: 0|req: 380/749] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:36 2026] GET /v2.0/ports?device_id=8394e7fb-2a9b-4468-a509-1aa4ab897ba1 => generated 969 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:35:36.742 8 INFO neutron.services.segments.plugin [-] Segment 5cabf42b-61a7-4297-bd37-9035fee78e16 resource provider aggregate not found 2026-04-23 03:35:36.751 8 INFO neutron.services.segments.plugin [-] Segment 5cabf42b-61a7-4297-bd37-9035fee78e16 resource provider aggregate not found 2026-04-23 03:35:36.772 8 INFO neutron.services.segments.plugin [-] Segment 5cabf42b-61a7-4297-bd37-9035fee78e16 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cabf42b-61a7-4297-bd37-9035fee78e16 found for delete ", "request_id": "req-f2dfc70f-e291-4258-8064-3cc942447245"}]} 2026-04-23 03:35:36.793 8 INFO neutron.services.segments.plugin [-] Segment 5cabf42b-61a7-4297-bd37-9035fee78e16 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cabf42b-61a7-4297-bd37-9035fee78e16 found for delete ", "request_id": "req-6895ed06-8dfa-4800-8c48-b10ee3e15d13"}]} 2026-04-23 03:35:36.801 8 INFO neutron.db.l3_hamode_db [None req-728f7945-210b-4cfc-b761-fd08c0f6c1fa 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] HA network 53c3dd7d-15d8-4349-bde9-16c45443b253 was deleted as no HA routers are present in project d2969a27caf04c4493d7297d84d87165. [pid: 8|app: 0|req: 370/750] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:35:35 2026] DELETE /v2.0/routers/1005a6d3-3910-4e31-a915-6dfa0c36f53f => generated 0 bytes in 928 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/751] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:35:36 2026] GET /v2.0/security-groups?id=81362efc-4cc0-4263-815e-fca35c463c0c&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: 381/752] 10.0.0.170 () {34 vars in 665 bytes} [Thu Apr 23 03:35:36 2026] POST /v2.0/ports => generated 954 bytes in 474 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/753] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:35:36 2026] DELETE /v2.0/subnets/69b31a6c-c3ea-4834-9b9c-a18fd115b235 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 382/754] 10.0.0.186 () {34 vars in 990 bytes} [Thu Apr 23 03:35:36 2026] GET /v2.0/ports?device_id=e0b707b9-74b7-4e0e-9c7b-3496b497ebe6 => generated 1244 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:35:37.189 7 INFO neutron_taas.services.taas.taas_plugin [None req-689a2627-ff00-4983-a2fa-48335a18788b 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: 4f0fb232-d285-4d52-a3de-b0e8c19114b2 2026-04-23 03:35:37.193 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-689a2627-ff00-4983-a2fa-48335a18788b 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: 4f0fb232-d285-4d52-a3de-b0e8c19114b2 2026-04-23 03:35:37.375 7 INFO neutron.services.segments.plugin [-] Segment 692ceee8-46f7-4b0c-bf47-6399493f466d resource provider aggregate not found 2026-04-23 03:35:37.381 7 INFO neutron.services.segments.plugin [-] Segment 692ceee8-46f7-4b0c-bf47-6399493f466d resource provider aggregate not found 2026-04-23 03:35:37.398 7 INFO neutron.services.segments.plugin [-] Segment 692ceee8-46f7-4b0c-bf47-6399493f466d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 692ceee8-46f7-4b0c-bf47-6399493f466d found for delete ", "request_id": "req-09777b3a-16d1-455d-9e63-fc6bb4fc868c"}]} 2026-04-23 03:35:37.401 7 INFO neutron.services.segments.plugin [-] Segment 692ceee8-46f7-4b0c-bf47-6399493f466d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 692ceee8-46f7-4b0c-bf47-6399493f466d found for delete ", "request_id": "req-c4b4b357-78e3-4a45-af43-98ad3f63b32f"}]} [pid: 7|app: 0|req: 383/755] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:35:37 2026] DELETE /v2.0/networks/b2ac6835-d8a6-47c3-b73c-2cfe5bb8e836 => generated 0 bytes in 314 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/756] 10.0.0.186 () {34 vars in 1040 bytes} [Thu Apr 23 03:35:37 2026] GET /v2.0/security-groups?id=d0becbb4-ffec-4a46-8d25-7f28ca957e69&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/757] 10.0.0.170 () {34 vars in 665 bytes} [Thu Apr 23 03:35:37 2026] POST /v2.0/ports => generated 959 bytes in 423 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 03:35:37.540 8 WARNING neutron.db.securitygroups_db [None req-325b217c-c6ac-4656-a759-a9f6f66179d1 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 374/758] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:35:37 2026] GET /v2.0/security-groups?tenant_id=d2969a27caf04c4493d7297d84d87165&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: 375/759] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:35:37 2026] DELETE /v2.0/security-groups/5a70e44e-be8f-4911-8d57-28ea23183c3a => 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: 376/760] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:37 2026] GET /v2.0/ports?device_id=8394e7fb-2a9b-4468-a509-1aa4ab897ba1 => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/761] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:35:38 2026] GET /v2.0/security-groups?id=81362efc-4cc0-4263-815e-fca35c463c0c&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:35:38.287 7 INFO neutron.db.l3_db [None req-3bb709fe-6167-4704-95ee-95e9e3484f51 79f94bdad3224672acece9b5215f2750 d431d436ee4243e28ba8e67096f31286 - - default default] Floating IP d7761cc8-3c0c-487b-a9e9-bd23af4a7121 associated. External IP: 10.96.250.205, port: a06578a6-f645-4c23-858f-d25b4dcddbc3. [pid: 7|app: 0|req: 385/762] 10.0.0.170 () {34 vars in 677 bytes} [Thu Apr 23 03:35:37 2026] POST /v2.0/floatingips => generated 843 bytes in 1164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:35:38.762 8 INFO neutron.db.l3_db [None req-d1a9330e-ab27-467b-91fa-bc8d825c74e4 79f94bdad3224672acece9b5215f2750 d431d436ee4243e28ba8e67096f31286 - - default default] Floating IP d7761cc8-3c0c-487b-a9e9-bd23af4a7121 disassociated. External IP: 10.96.250.205, port: a06578a6-f645-4c23-858f-d25b4dcddbc3. [pid: 8|app: 0|req: 378/763] 10.0.0.170 () {34 vars in 749 bytes} [Thu Apr 23 03:35:38 2026] PUT /v2.0/floatingips/d7761cc8-3c0c-487b-a9e9-bd23af4a7121 => generated 552 bytes in 484 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/764] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:39 2026] GET /v2.0/ports?device_id=8394e7fb-2a9b-4468-a509-1aa4ab897ba1 => 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: 380/765] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:35:39 2026] GET /v2.0/security-groups?id=81362efc-4cc0-4263-815e-fca35c463c0c&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:35:39.255 7 INFO neutron_taas.services.taas.taas_plugin [None req-8b2a484c-3188-4d8d-8f5f-1258568b1de5 79f94bdad3224672acece9b5215f2750 d431d436ee4243e28ba8e67096f31286 - - default default] TaaS: Handle Delete Port: ba1d0e7d-5319-4b64-aec1-55c6b2b6b5c8 2026-04-23 03:35:39.258 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b2a484c-3188-4d8d-8f5f-1258568b1de5 79f94bdad3224672acece9b5215f2750 d431d436ee4243e28ba8e67096f31286 - - default default] Tap Mirror: Handle Delete Port: ba1d0e7d-5319-4b64-aec1-55c6b2b6b5c8 [pid: 7|app: 0|req: 386/766] 10.0.0.170 () {32 vars in 732 bytes} [Thu Apr 23 03:35:39 2026] DELETE /v2.0/floatingips/d7761cc8-3c0c-487b-a9e9-bd23af4a7121 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:35:39.784 8 INFO neutron.db.segments_db [None req-ad60f698-6015-4dc1-8b47-5d2adc956586 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Added segment e7f09071-2259-4678-a54f-d084ffdd96b2 of type vxlan for network 01dd0b3e-78c3-4913-ba8d-f783731ce569 [pid: 8|app: 0|req: 381/767] 10.0.0.170 () {34 vars in 671 bytes} [Thu Apr 23 03:35:39 2026] POST /v2.0/networks => generated 744 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/768] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:35:39 2026] POST /v2.0/subnets => generated 691 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:35:40.130 8 INFO neutron.db.segments_db [None req-72f733c9-212b-46b3-b42f-9f79d0ae523a 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Added segment 5756d96d-cac1-47ae-9df4-b9f426f06a54 of type vxlan for network 314adaff-d385-490c-94ec-036b7c982753 2026-04-23 03:35:40.265 7 INFO neutron.db.l3_db [None req-ae2418b3-fc3a-4569-929b-9fb8c3d3e147 79f94bdad3224672acece9b5215f2750 d431d436ee4243e28ba8e67096f31286 - - default default] Floating IP 6dd2f3c5-58db-4b55-ab53-a2b7c796ceac associated. External IP: 10.96.250.201, port: 6425f527-9274-4c31-879f-ec76488e7957. 2026-04-23 03:35:40.387 8 INFO neutron.db.l3_hamode_db [None req-72f733c9-212b-46b3-b42f-9f79d0ae523a 1e5a51e8a6464785a5c23a2b63e263b3 4b808cc9151047b0ab0efbc1146c248b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 387/769] 10.0.0.170 () {34 vars in 677 bytes} [Thu Apr 23 03:35:39 2026] POST /v2.0/floatingips => generated 841 bytes in 1414 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/770] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:40 2026] GET /v2.0/ports?device_id=8394e7fb-2a9b-4468-a509-1aa4ab897ba1 => 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: 389/771] 10.0.0.170 () {32 vars in 729 bytes} [Thu Apr 23 03:35:40 2026] GET /v2.0/floatingips/6dd2f3c5-58db-4b55-ab53-a2b7c796ceac => generated 841 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/772] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:35:40 2026] GET /v2.0/security-groups?id=81362efc-4cc0-4263-815e-fca35c463c0c&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/773] 10.0.0.170 () {32 vars in 655 bytes} [Thu Apr 23 03:35:40 2026] GET /v2.0/floatingips => generated 844 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:35:41.229 8 INFO neutron.db.l3_hamode_db [None req-72f733c9-212b-46b3-b42f-9f79d0ae523a 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 03:35:41.373 7 INFO neutron.db.l3_db [None req-41e346b4-d494-4190-9b8a-c3f9cd241c85 79f94bdad3224672acece9b5215f2750 d431d436ee4243e28ba8e67096f31286 - - default default] Floating IP 6dd2f3c5-58db-4b55-ab53-a2b7c796ceac associated. External IP: 10.96.250.201, port: 6425f527-9274-4c31-879f-ec76488e7957. [pid: 7|app: 0|req: 392/774] 10.0.0.170 () {34 vars in 749 bytes} [Thu Apr 23 03:35:41 2026] PUT /v2.0/floatingips/6dd2f3c5-58db-4b55-ab53-a2b7c796ceac => generated 843 bytes in 931 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:35:42.065 7 INFO neutron.db.l3_db [None req-a81d2951-6b94-4d5b-95f7-49d9404f9168 79f94bdad3224672acece9b5215f2750 d431d436ee4243e28ba8e67096f31286 - - default default] Floating IP 6dd2f3c5-58db-4b55-ab53-a2b7c796ceac disassociated. External IP: 10.96.250.201, port: a06578a6-f645-4c23-858f-d25b4dcddbc3. [pid: 8|app: 0|req: 383/775] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:35:40 2026] POST /v2.0/routers => generated 731 bytes in 2211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/776] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:42 2026] GET /v2.0/ports?device_id=8394e7fb-2a9b-4468-a509-1aa4ab897ba1 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/777] 10.0.0.170 () {34 vars in 749 bytes} [Thu Apr 23 03:35:41 2026] PUT /v2.0/floatingips/6dd2f3c5-58db-4b55-ab53-a2b7c796ceac => generated 552 bytes in 379 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/778] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:35:42 2026] GET /v2.0/security-groups?id=81362efc-4cc0-4263-815e-fca35c463c0c&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-23 03:35:42.574 7 INFO neutron_taas.services.taas.taas_plugin [None req-7cb4d905-e850-422a-98eb-ad2be4719fb1 79f94bdad3224672acece9b5215f2750 d431d436ee4243e28ba8e67096f31286 - - default default] TaaS: Handle Delete Port: 330fbf25-e870-4dcd-844e-e7234f6f9915 2026-04-23 03:35:42.577 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7cb4d905-e850-422a-98eb-ad2be4719fb1 79f94bdad3224672acece9b5215f2750 d431d436ee4243e28ba8e67096f31286 - - default default] Tap Mirror: Handle Delete Port: 330fbf25-e870-4dcd-844e-e7234f6f9915 [pid: 7|app: 0|req: 395/779] 10.0.0.170 () {32 vars in 732 bytes} [Thu Apr 23 03:35:42 2026] DELETE /v2.0/floatingips/6dd2f3c5-58db-4b55-ab53-a2b7c796ceac => generated 0 bytes in 363 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/780] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:42 2026] GET /v2.0/ports?device_id=8394e7fb-2a9b-4468-a509-1aa4ab897ba1 => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:35:42.846 7 INFO neutron.api.v2.resource [None req-ff301a9e-6fc3-483f-a8f1-e5a6d023dcf3 79f94bdad3224672acece9b5215f2750 d431d436ee4243e28ba8e67096f31286 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 397/781] 10.0.0.170 () {32 vars in 732 bytes} [Thu Apr 23 03:35:42 2026] DELETE /v2.0/floatingips/6dd2f3c5-58db-4b55-ab53-a2b7c796ceac => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 03:35:43.193 7 INFO neutron.db.l3_db [None req-8dce654b-3bce-4aec-a69d-7eb624755606 ac710d1323524658953a65c139992ca4 a32869a98c884040a454d844942d310b - - default default] Floating IP 63ef352d-78d2-49b4-84aa-b8c450d90cbd associated. External IP: 10.96.250.215, port: 24a51657-7ce7-493d-a0bd-933ea9e743c0. [pid: 7|app: 0|req: 398/782] 10.0.0.170 () {34 vars in 749 bytes} [Thu Apr 23 03:35:42 2026] PUT /v2.0/floatingips/63ef352d-78d2-49b4-84aa-b8c450d90cbd => generated 855 bytes in 630 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:35:43.521 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-63f837be-e197-4c05-9d4e-bf1028ac37ff'] response: {'name': 'network-changed', 'server_uuid': '8394e7fb-2a9b-4468-a509-1aa4ab897ba1', 'tag': '24a51657-7ce7-493d-a0bd-933ea9e743c0', 'status': 'completed', 'code': 200} 2026-04-23 03:35:43.629 7 INFO neutron_taas.services.taas.taas_plugin [None req-71a41c2e-b1d3-411a-956f-045f12273f96 79f94bdad3224672acece9b5215f2750 d431d436ee4243e28ba8e67096f31286 - - default default] TaaS: Handle Delete Port: a06578a6-f645-4c23-858f-d25b4dcddbc3 2026-04-23 03:35:43.635 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71a41c2e-b1d3-411a-956f-045f12273f96 79f94bdad3224672acece9b5215f2750 d431d436ee4243e28ba8e67096f31286 - - default default] Tap Mirror: Handle Delete Port: a06578a6-f645-4c23-858f-d25b4dcddbc3 [pid: 7|app: 0|req: 399/783] 10.0.0.170 () {32 vars in 720 bytes} [Thu Apr 23 03:35:43 2026] DELETE /v2.0/ports/a06578a6-f645-4c23-858f-d25b4dcddbc3 => generated 0 bytes in 340 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/784] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:43 2026] GET /v2.0/ports?device_id=8394e7fb-2a9b-4468-a509-1aa4ab897ba1 => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/785] 10.0.0.170 () {34 vars in 783 bytes} [Thu Apr 23 03:35:42 2026] PUT /v2.0/routers/9d04169b-62a4-42f0-80ae-4327ca482a0c/add_router_interface => generated 310 bytes in 1520 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/786] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:35:43 2026] GET /v2.0/security-groups?id=81362efc-4cc0-4263-815e-fca35c463c0c&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:35:43.963 7 INFO neutron_taas.services.taas.taas_plugin [None req-7b4cd2e3-95ae-42df-ab08-7e49eab391f7 79f94bdad3224672acece9b5215f2750 d431d436ee4243e28ba8e67096f31286 - - default default] TaaS: Handle Delete Port: 6425f527-9274-4c31-879f-ec76488e7957 2026-04-23 03:35:43.966 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b4cd2e3-95ae-42df-ab08-7e49eab391f7 79f94bdad3224672acece9b5215f2750 d431d436ee4243e28ba8e67096f31286 - - default default] Tap Mirror: Handle Delete Port: 6425f527-9274-4c31-879f-ec76488e7957 [pid: 8|app: 0|req: 387/787] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:35:44 2026] GET /v2.0/ports?tenant_id=a32869a98c884040a454d844942d310b&device_id=8394e7fb-2a9b-4468-a509-1aa4ab897ba1 => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/788] 199.204.45.25 () {34 vars in 985 bytes} [Thu Apr 23 03:35:44 2026] GET /v2.0/networks?id=f041ae63-495b-49eb-898c-9d3338573621 => generated 776 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/789] 10.0.0.170 () {32 vars in 720 bytes} [Thu Apr 23 03:35:43 2026] DELETE /v2.0/ports/6425f527-9274-4c31-879f-ec76488e7957 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/790] 10.0.0.170 () {32 vars in 736 bytes} [Thu Apr 23 03:35:44 2026] GET /v2.0/ports?device_id=79c8a804-0cc4-4f8e-8f1f-2d6e28efc870 => generated 958 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/791] 199.204.45.25 () {34 vars in 1057 bytes} [Thu Apr 23 03:35:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=24a51657-7ce7-493d-a0bd-933ea9e743c0 => generated 858 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/792] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:44 2026] GET /v2.0/ports?device_id=8394e7fb-2a9b-4468-a509-1aa4ab897ba1 => 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: 404/793] 199.204.45.25 () {34 vars in 983 bytes} [Thu Apr 23 03:35:44 2026] GET /v2.0/subnets?id=2128b220-5c4b-4a9a-a82a-72d05e1d5624 => generated 698 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/794] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:35:44 2026] GET /v2.0/security-groups?id=81362efc-4cc0-4263-815e-fca35c463c0c&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/795] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:35:44 2026] GET /v2.0/ports?network_id=f041ae63-495b-49eb-898c-9d3338573621&device_owner=network%3Adhcp => generated 1244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/796] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:35:44 2026] GET /v2.0/networks/f041ae63-495b-49eb-898c-9d3338573621?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: 408/797] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:35:44 2026] GET /v2.0/networks/f041ae63-495b-49eb-898c-9d3338573621?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: 409/798] 10.0.0.170 () {34 vars in 685 bytes} [Thu Apr 23 03:35:44 2026] POST /v2.0/security-groups => generated 1659 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 03:35:44.664 8 INFO neutron_taas.services.taas.taas_plugin [None req-1f89af7c-c72a-48a9-93d8-f6e9382d87a6 79f94bdad3224672acece9b5215f2750 d431d436ee4243e28ba8e67096f31286 - - default default] TaaS: Handle Delete Port: 54e4be69-b52a-4c65-9c1a-2a682ff797b4 2026-04-23 03:35:44.670 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f89af7c-c72a-48a9-93d8-f6e9382d87a6 79f94bdad3224672acece9b5215f2750 d431d436ee4243e28ba8e67096f31286 - - default default] Tap Mirror: Handle Delete Port: 54e4be69-b52a-4c65-9c1a-2a682ff797b4 [pid: 7|app: 0|req: 410/799] 10.0.0.170 () {34 vars in 695 bytes} [Thu Apr 23 03:35:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/800] 10.0.0.170 () {34 vars in 695 bytes} [Thu Apr 23 03:35:44 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) [pid: 8|app: 0|req: 390/801] 10.0.0.170 () {34 vars in 789 bytes} [Thu Apr 23 03:35:44 2026] PUT /v2.0/routers/79c8a804-0cc4-4f8e-8f1f-2d6e28efc870/remove_router_interface => generated 310 bytes in 1030 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/802] 10.0.0.170 () {34 vars in 676 bytes} [Thu Apr 23 03:35:44 2026] POST /v2.0/floatingips => generated 552 bytes in 552 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/803] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:45 2026] GET /v2.0/ports?device_id=8394e7fb-2a9b-4468-a509-1aa4ab897ba1 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:35:45.453 8 INFO neutron_taas.services.taas.taas_plugin [None req-dc8fbafc-af6c-4e6a-9178-cc9527f11606 79f94bdad3224672acece9b5215f2750 d431d436ee4243e28ba8e67096f31286 - - default default] TaaS: Handle Delete Port: 38ea3905-1e9d-4d9e-974b-f1dbf046ad58 2026-04-23 03:35:45.457 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc8fbafc-af6c-4e6a-9178-cc9527f11606 79f94bdad3224672acece9b5215f2750 d431d436ee4243e28ba8e67096f31286 - - default default] Tap Mirror: Handle Delete Port: 38ea3905-1e9d-4d9e-974b-f1dbf046ad58 [pid: 7|app: 0|req: 414/804] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:35:45 2026] GET /v2.0/security-groups?id=81362efc-4cc0-4263-815e-fca35c463c0c&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:35:45.730 8 INFO neutron_taas.services.taas.taas_plugin [None req-dc8fbafc-af6c-4e6a-9178-cc9527f11606 79f94bdad3224672acece9b5215f2750 d431d436ee4243e28ba8e67096f31286 - - default default] TaaS: Handle Delete Port: 2431d719-c2d1-4c3b-894a-f63cf3a3d34e 2026-04-23 03:35:45.733 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc8fbafc-af6c-4e6a-9178-cc9527f11606 79f94bdad3224672acece9b5215f2750 d431d436ee4243e28ba8e67096f31286 - - default default] Tap Mirror: Handle Delete Port: 2431d719-c2d1-4c3b-894a-f63cf3a3d34e 2026-04-23 03:35:45.825 7 WARNING neutron.db.securitygroups_db [req-36068b56-8cfb-48dd-80fd-880f413f9015 req-2a4040a9-527d-47f1-9c1b-28e68daf3298 9b4c8a6a292a4217884ad8af607a9b22 4b808cc9151047b0ab0efbc1146c248b - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 415/805] 10.0.0.121 () {34 vars in 1098 bytes} [Thu Apr 23 03:35:45 2026] GET /v2.0/security-groups?name=tempest-securitygroup--339675607&fields=id&tenant_id=4b808cc9151047b0ab0efbc1146c248b => generated 69 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/806] 10.0.0.121 () {34 vars in 982 bytes} [Thu Apr 23 03:35:45 2026] GET /v2.0/networks?id=01dd0b3e-78c3-4913-ba8d-f783731ce569 => generated 676 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/807] 10.0.0.121 () {34 vars in 965 bytes} [Thu Apr 23 03:35:45 2026] GET /v2.0/quotas/4b808cc9151047b0ab0efbc1146c248b => 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: 418/808] 10.0.0.121 () {34 vars in 1002 bytes} [Thu Apr 23 03:35:45 2026] GET /v2.0/ports?tenant_id=4b808cc9151047b0ab0efbc1146c248b&fields=id => generated 103 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:35:46.112 8 INFO neutron.services.segments.plugin [-] Segment 9c08f890-2763-456c-a7a2-0e14bdade185 resource provider aggregate not found 2026-04-23 03:35:46.117 8 INFO neutron.services.segments.plugin [-] Segment 9c08f890-2763-456c-a7a2-0e14bdade185 resource provider aggregate not found 2026-04-23 03:35:46.134 8 INFO neutron.services.segments.plugin [-] Segment 9c08f890-2763-456c-a7a2-0e14bdade185 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c08f890-2763-456c-a7a2-0e14bdade185 found for delete ", "request_id": "req-bc52e3e0-4382-4975-9d0b-2178d618ec78"}]} 2026-04-23 03:35:46.152 8 INFO neutron.services.segments.plugin [-] Segment 9c08f890-2763-456c-a7a2-0e14bdade185 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c08f890-2763-456c-a7a2-0e14bdade185 found for delete ", "request_id": "req-272caced-48a6-4380-8268-fe905cbd9eda"}]} 2026-04-23 03:35:46.183 8 INFO neutron.db.l3_hamode_db [None req-dc8fbafc-af6c-4e6a-9178-cc9527f11606 79f94bdad3224672acece9b5215f2750 d431d436ee4243e28ba8e67096f31286 - - default default] HA network bc7bd984-a5a8-4bfb-9d36-eb91a61f778f was deleted as no HA routers are present in project d431d436ee4243e28ba8e67096f31286. [pid: 8|app: 0|req: 391/809] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:35:45 2026] DELETE /v2.0/routers/79c8a804-0cc4-4f8e-8f1f-2d6e28efc870 => generated 0 bytes in 951 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/812] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:35:46 2026] DELETE /v2.0/subnets/0e7ef70a-ab09-495c-a7df-d95156d7790a => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/813] 10.0.0.121 () {34 vars in 907 bytes} [Thu Apr 23 03:35:46 2026] GET /v2.0/extensions => generated 22037 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/814] 10.0.0.121 () {34 vars in 1008 bytes} [Thu Apr 23 03:35:46 2026] GET /v2.0/networks/01dd0b3e-78c3-4913-ba8d-f783731ce569?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: 394/815] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:35:46 2026] DELETE /v2.0/networks/a5b2c801-bef9-441a-a55b-de2328eb789e => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/816] 10.0.0.121 () {34 vars in 1108 bytes} [Thu Apr 23 03:35:46 2026] GET /v2.0/networks/01dd0b3e-78c3-4913-ba8d-f783731ce569?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: 395/817] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:46 2026] GET /v2.0/ports?device_id=8394e7fb-2a9b-4468-a509-1aa4ab897ba1 => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/818] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:35:46 2026] GET /v2.0/security-groups?id=81362efc-4cc0-4263-815e-fca35c463c0c&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/819] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:46 2026] GET /v2.0/ports?device_id=1baa7077-5ee7-4730-9c39-693a046ff9e0 => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/820] 199.204.45.25 () {34 vars in 993 bytes} [Thu Apr 23 03:35:46 2026] GET /v2.0/ports?device_id=8394e7fb-2a9b-4468-a509-1aa4ab897ba1 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:35:46.972 8 INFO neutron_taas.services.taas.taas_plugin [req-a24c5ff0-c9af-4feb-8dd7-f1cc3fa9a426 req-2f393f8f-6989-4231-bced-688004c3b0e8 ac710d1323524658953a65c139992ca4 a32869a98c884040a454d844942d310b - - default default] TaaS: Handle Delete Port: 24a51657-7ce7-493d-a0bd-933ea9e743c0 2026-04-23 03:35:46.976 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a24c5ff0-c9af-4feb-8dd7-f1cc3fa9a426 req-2f393f8f-6989-4231-bced-688004c3b0e8 ac710d1323524658953a65c139992ca4 a32869a98c884040a454d844942d310b - - default default] Tap Mirror: Handle Delete Port: 24a51657-7ce7-493d-a0bd-933ea9e743c0 2026-04-23 03:35:47.091 7 WARNING neutron.db.securitygroups_db [None req-90751f82-f6a2-4c55-8d98-11d861af1cb7 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 03:35:47.093 8 INFO neutron.db.l3_db [req-a24c5ff0-c9af-4feb-8dd7-f1cc3fa9a426 req-2f393f8f-6989-4231-bced-688004c3b0e8 ac710d1323524658953a65c139992ca4 a32869a98c884040a454d844942d310b - - default default] Floating IP 63ef352d-78d2-49b4-84aa-b8c450d90cbd disassociated. External IP: 10.96.250.215, port: 24a51657-7ce7-493d-a0bd-933ea9e743c0. [pid: 7|app: 0|req: 425/821] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:35:46 2026] GET /v2.0/security-groups?tenant_id=d431d436ee4243e28ba8e67096f31286&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/822] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:35:47 2026] DELETE /v2.0/security-groups/b9508ed8-9e51-483f-9243-00ca1e6da9ef => 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: 397/823] 199.204.45.25 () {36 vars in 996 bytes} [Thu Apr 23 03:35:46 2026] DELETE /v2.0/ports/24a51657-7ce7-493d-a0bd-933ea9e743c0 => generated 0 bytes in 594 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:35:47.493 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3db78c1b-f791-4d70-9ab4-731d814cf3f3'] response: {'server_uuid': '8394e7fb-2a9b-4468-a509-1aa4ab897ba1', 'name': 'network-vif-deleted', 'tag': '24a51657-7ce7-493d-a0bd-933ea9e743c0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 427/824] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:47 2026] GET /v2.0/ports?device_id=8394e7fb-2a9b-4468-a509-1aa4ab897ba1 => 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: 398/825] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:47 2026] GET /v2.0/ports?device_id=1baa7077-5ee7-4730-9c39-693a046ff9e0 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:35:48.153 8 INFO neutron.services.segments.plugin [-] Segment c890d1a6-b820-4d89-8b73-6ad9044ada7b resource provider aggregate not found 2026-04-23 03:35:48.170 8 INFO neutron.services.segments.plugin [-] Segment c890d1a6-b820-4d89-8b73-6ad9044ada7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c890d1a6-b820-4d89-8b73-6ad9044ada7b found for delete ", "request_id": "req-4b1cf2c7-05d0-4b9c-b6a7-c2adf75f79a2"}]} 2026-04-23 03:35:48.174 8 INFO neutron.services.segments.plugin [-] Segment c890d1a6-b820-4d89-8b73-6ad9044ada7b resource provider aggregate not found 2026-04-23 03:35:48.190 8 INFO neutron.services.segments.plugin [-] Segment c890d1a6-b820-4d89-8b73-6ad9044ada7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c890d1a6-b820-4d89-8b73-6ad9044ada7b found for delete ", "request_id": "req-cd2f29ee-2cf3-43da-9267-7bd836a1a457"}]} [pid: 7|app: 0|req: 428/826] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:48 2026] GET /v2.0/ports?device_id=8394e7fb-2a9b-4468-a509-1aa4ab897ba1 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/827] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:48 2026] GET /v2.0/ports?device_id=1baa7077-5ee7-4730-9c39-693a046ff9e0 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:35:49.354 8 INFO neutron.db.segments_db [None req-ef2fb3c1-cd7b-4d2e-8dfd-afb1fb2a4f1b 9cb3aed294ed451e9b2b217ce2fac898 6a71173889f241408f7ff8cab687f1c4 - - default default] Added segment e5c99c8c-e82c-4824-8d11-fec82d6b2684 of type vxlan for network b969028a-843c-4dbe-a2dd-fb573a493d97 2026-04-23 03:35:49.426 8 INFO neutron.db.segments_db [None req-ef2fb3c1-cd7b-4d2e-8dfd-afb1fb2a4f1b 9cb3aed294ed451e9b2b217ce2fac898 6a71173889f241408f7ff8cab687f1c4 - - default default] Added segment f89046a2-cdf9-4232-954c-d097285e5a6e of type vxlan for network 761a3c48-b58b-4011-9dc4-2801686a06ec [pid: 8|app: 0|req: 399/828] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:35:48 2026] POST /v2.0/networks => generated 1245 bytes in 578 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/829] 10.0.0.170 () {32 vars in 649 bytes} [Thu Apr 23 03:35:49 2026] GET /v2.0/networks => generated 1844 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/830] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:35:49 2026] DELETE /v2.0/networks/b969028a-843c-4dbe-a2dd-fb573a493d97 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:35:49.860 7 INFO neutron.services.segments.plugin [-] Segment f89046a2-cdf9-4232-954c-d097285e5a6e resource provider aggregate not found 2026-04-23 03:35:49.866 7 INFO neutron.services.segments.plugin [-] Segment f89046a2-cdf9-4232-954c-d097285e5a6e resource provider aggregate not found 2026-04-23 03:35:49.892 7 INFO neutron.services.segments.plugin [-] Segment f89046a2-cdf9-4232-954c-d097285e5a6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f89046a2-cdf9-4232-954c-d097285e5a6e found for delete ", "request_id": "req-be0cc086-a565-4eba-880a-ad1387c155e8"}]} 2026-04-23 03:35:49.892 7 INFO neutron.services.segments.plugin [-] Segment f89046a2-cdf9-4232-954c-d097285e5a6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f89046a2-cdf9-4232-954c-d097285e5a6e found for delete ", "request_id": "req-b03ef2f3-0fc6-4fb8-905c-f429565cf261"}]} [pid: 7|app: 0|req: 431/831] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:35:49 2026] DELETE /v2.0/networks/761a3c48-b58b-4011-9dc4-2801686a06ec => 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: 401/832] 10.0.0.170 () {32 vars in 649 bytes} [Thu Apr 23 03:35:49 2026] GET /v2.0/networks => generated 651 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/833] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:50 2026] GET /v2.0/ports?device_id=8394e7fb-2a9b-4468-a509-1aa4ab897ba1 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:35:50.034 7 INFO neutron.db.segments_db [None req-632e4f66-bbbd-4c0e-8af3-6a55eebf4793 9cb3aed294ed451e9b2b217ce2fac898 6a71173889f241408f7ff8cab687f1c4 - - default default] Added segment 52c4354c-8b2c-49f3-8edf-672c3d5fbc92 of type vxlan for network 5d819d3d-c753-4ea6-8a9f-9e7d78a60524 [pid: 8|app: 0|req: 403/834] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:50 2026] GET /v2.0/ports?device_id=1baa7077-5ee7-4730-9c39-693a046ff9e0 => 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: 432/835] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:35:49 2026] POST /v2.0/networks => generated 650 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:35:50.198 8 INFO neutron.services.segments.plugin [-] Segment e5c99c8c-e82c-4824-8d11-fec82d6b2684 resource provider aggregate not found 2026-04-23 03:35:50.211 8 INFO neutron.services.segments.plugin [-] Segment e5c99c8c-e82c-4824-8d11-fec82d6b2684 resource provider aggregate not found 2026-04-23 03:35:50.225 8 INFO neutron.services.segments.plugin [-] Segment e5c99c8c-e82c-4824-8d11-fec82d6b2684 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5c99c8c-e82c-4824-8d11-fec82d6b2684 found for delete ", "request_id": "req-787120ae-ed06-4e7e-b1d1-f16899f6fb08"}]} 2026-04-23 03:35:50.233 8 INFO neutron.db.segments_db [None req-6d2cfe0a-0de9-4dd0-ac02-4b948a544281 9cb3aed294ed451e9b2b217ce2fac898 6a71173889f241408f7ff8cab687f1c4 - - default default] Added segment ce623431-34f1-41f2-ac4a-a9c2ef5b8d7e of type vxlan for network 1a23045a-f195-4241-a84d-ebbe5d43cea1 2026-04-23 03:35:50.241 8 INFO neutron.services.segments.plugin [-] Segment e5c99c8c-e82c-4824-8d11-fec82d6b2684 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5c99c8c-e82c-4824-8d11-fec82d6b2684 found for delete ", "request_id": "req-7411e259-cf19-442b-857a-68d9c4ad8160"}]} [pid: 8|app: 0|req: 404/836] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:35:50 2026] POST /v2.0/networks => generated 650 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/837] 10.0.0.170 () {34 vars in 665 bytes} [Thu Apr 23 03:35:50 2026] POST /v2.0/ports => generated 1505 bytes in 703 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: 434/838] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:51 2026] GET /v2.0/ports?device_id=8394e7fb-2a9b-4468-a509-1aa4ab897ba1 => 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: 405/839] 10.0.0.170 () {32 vars in 643 bytes} [Thu Apr 23 03:35:51 2026] GET /v2.0/ports => generated 1505 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/840] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:51 2026] GET /v2.0/ports?device_id=1baa7077-5ee7-4730-9c39-693a046ff9e0 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:35:51.304 7 INFO neutron_taas.services.taas.taas_plugin [None req-7a1132ad-8bbb-42f4-a59f-a1a93365ef97 9cb3aed294ed451e9b2b217ce2fac898 6a71173889f241408f7ff8cab687f1c4 - - default default] TaaS: Handle Delete Port: 30b1f639-8d9d-4c1b-9980-342a89a497f6 2026-04-23 03:35:51.307 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a1132ad-8bbb-42f4-a59f-a1a93365ef97 9cb3aed294ed451e9b2b217ce2fac898 6a71173889f241408f7ff8cab687f1c4 - - default default] Tap Mirror: Handle Delete Port: 30b1f639-8d9d-4c1b-9980-342a89a497f6 [pid: 7|app: 0|req: 435/841] 10.0.0.170 () {32 vars in 720 bytes} [Thu Apr 23 03:35:51 2026] DELETE /v2.0/ports/30b1f639-8d9d-4c1b-9980-342a89a497f6 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/842] 199.204.45.25 () {34 vars in 985 bytes} [Thu Apr 23 03:35:51 2026] GET /v2.0/networks?id=01dd0b3e-78c3-4913-ba8d-f783731ce569 => generated 676 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:35:51.459 8 WARNING neutron.db.securitygroups_db [req-36068b56-8cfb-48dd-80fd-880f413f9015 req-03efe65a-e748-4083-8dd6-c2ad6bd766ee 9b4c8a6a292a4217884ad8af607a9b22 4b808cc9151047b0ab0efbc1146c248b - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 408/843] 199.204.45.25 () {34 vars in 1049 bytes} [Thu Apr 23 03:35:51 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4b808cc9151047b0ab0efbc1146c248b => generated 180 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:35:51.505 7 INFO neutron_taas.services.taas.taas_plugin [None req-c903b897-04fa-4d51-a621-e293db8f9000 9cb3aed294ed451e9b2b217ce2fac898 6a71173889f241408f7ff8cab687f1c4 - - default default] TaaS: Handle Delete Port: 8e409ec7-7ba8-480a-a9d1-151e6c9635b9 2026-04-23 03:35:51.507 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c903b897-04fa-4d51-a621-e293db8f9000 9cb3aed294ed451e9b2b217ce2fac898 6a71173889f241408f7ff8cab687f1c4 - - default default] Tap Mirror: Handle Delete Port: 8e409ec7-7ba8-480a-a9d1-151e6c9635b9 [pid: 7|app: 0|req: 436/844] 10.0.0.170 () {32 vars in 720 bytes} [Thu Apr 23 03:35:51 2026] DELETE /v2.0/ports/8e409ec7-7ba8-480a-a9d1-151e6c9635b9 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/845] 10.0.0.170 () {32 vars in 643 bytes} [Thu Apr 23 03:35:51 2026] GET /v2.0/ports => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:35:51.690 7 INFO neutron.db.segments_db [None req-bda657ad-b9b4-4423-b9ce-e3a21eecba6d 9cb3aed294ed451e9b2b217ce2fac898 6a71173889f241408f7ff8cab687f1c4 - - default default] Added segment 894be08c-e650-440d-9ff4-454401b955ce of type vxlan for network 6d917f4e-f466-480b-80ef-84af8bd8f220 [pid: 7|app: 0|req: 438/846] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:35:51 2026] POST /v2.0/networks => generated 650 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:35:51.846 7 INFO neutron.db.segments_db [None req-6b4be88a-35b1-456d-b9b9-64f1d7b4650c 9cb3aed294ed451e9b2b217ce2fac898 6a71173889f241408f7ff8cab687f1c4 - - default default] Added segment e27db3ce-3299-4f0c-bdd4-8c35876107ce of type vxlan for network cca54d04-8875-4e44-9850-c3c0367eb003 [pid: 8|app: 0|req: 409/847] 199.204.45.25 () {38 vars in 954 bytes} [Thu Apr 23 03:35:51 2026] POST /v2.0/ports => generated 954 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 439/848] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:35:51 2026] POST /v2.0/networks => generated 649 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/849] 199.204.45.25 () {38 vars in 1027 bytes} [Thu Apr 23 03:35:51 2026] PUT /v2.0/ports/c06126b0-a868-46b7-bd30-6f6ccf80da30 => generated 1235 bytes in 442 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 411/850] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:52 2026] GET /v2.0/ports?device_id=8394e7fb-2a9b-4468-a509-1aa4ab897ba1 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:35:52.396 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d59fed3b-2d26-4e02-bb1c-9eaa534b94bf'] response: {'name': 'network-changed', 'server_uuid': '1baa7077-5ee7-4730-9c39-693a046ff9e0', 'tag': 'c06126b0-a868-46b7-bd30-6f6ccf80da30', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 412/851] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:52 2026] GET /v2.0/ports?device_id=1baa7077-5ee7-4730-9c39-693a046ff9e0 => generated 969 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/852] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:35:51 2026] POST /v2.0/subnets => generated 1273 bytes in 448 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/853] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:35:52 2026] GET /v2.0/security-groups?id=33f551cf-6dfe-477f-8465-ec739300d893&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/854] 10.0.0.170 () {32 vars in 647 bytes} [Thu Apr 23 03:35:52 2026] GET /v2.0/subnets => generated 1909 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/855] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:35:52 2026] DELETE /v2.0/subnets/7c5d8c54-9425-4f33-a0b0-268a3c7c81ba => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/856] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:35:52 2026] DELETE /v2.0/subnets/48ceeaf2-579a-42ea-aa3e-3d69de52af47 => 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: 415/857] 10.0.0.170 () {32 vars in 647 bytes} [Thu Apr 23 03:35:52 2026] GET /v2.0/subnets => generated 649 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:35:52.899 7 INFO neutron.services.segments.plugin [-] Segment e27db3ce-3299-4f0c-bdd4-8c35876107ce resource provider aggregate not found 2026-04-23 03:35:52.905 7 INFO neutron.services.segments.plugin [-] Segment e27db3ce-3299-4f0c-bdd4-8c35876107ce resource provider aggregate not found 2026-04-23 03:35:52.919 7 INFO neutron.services.segments.plugin [-] Segment e27db3ce-3299-4f0c-bdd4-8c35876107ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e27db3ce-3299-4f0c-bdd4-8c35876107ce found for delete ", "request_id": "req-ee997820-e1f2-4465-9922-57cf0a80fa77"}]} 2026-04-23 03:35:52.922 7 INFO neutron.services.segments.plugin [-] Segment e27db3ce-3299-4f0c-bdd4-8c35876107ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e27db3ce-3299-4f0c-bdd4-8c35876107ce found for delete ", "request_id": "req-a4fb1353-8b59-4a2a-a34a-0a346084c151"}]} [pid: 7|app: 0|req: 443/858] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:35:52 2026] DELETE /v2.0/networks/cca54d04-8875-4e44-9850-c3c0367eb003 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/859] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:35:52 2026] GET /v2.0/ports?tenant_id=4b808cc9151047b0ab0efbc1146c248b&device_id=1baa7077-5ee7-4730-9c39-693a046ff9e0 => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/860] 199.204.45.25 () {34 vars in 1017 bytes} [Thu Apr 23 03:35:52 2026] GET /v2.0/networks?tenant_id=4b808cc9151047b0ab0efbc1146c248b&shared=False => generated 772 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/861] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:35:52 2026] DELETE /v2.0/networks/6d917f4e-f466-480b-80ef-84af8bd8f220 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/862] 199.204.45.25 () {34 vars in 929 bytes} [Thu Apr 23 03:35:53 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/863] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:35:53 2026] DELETE /v2.0/networks/1a23045a-f195-4241-a84d-ebbe5d43cea1 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:35:53.305 8 INFO neutron.services.segments.plugin [-] Segment 52c4354c-8b2c-49f3-8edf-672c3d5fbc92 resource provider aggregate not found 2026-04-23 03:35:53.317 8 INFO neutron.services.segments.plugin [-] Segment 52c4354c-8b2c-49f3-8edf-672c3d5fbc92 resource provider aggregate not found 2026-04-23 03:35:53.338 8 INFO neutron.services.segments.plugin [-] Segment 52c4354c-8b2c-49f3-8edf-672c3d5fbc92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52c4354c-8b2c-49f3-8edf-672c3d5fbc92 found for delete ", "request_id": "req-5152a186-73d1-4dbc-96a4-bb92425b3d57"}]} 2026-04-23 03:35:53.343 8 INFO neutron.services.segments.plugin [-] Segment 52c4354c-8b2c-49f3-8edf-672c3d5fbc92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52c4354c-8b2c-49f3-8edf-672c3d5fbc92 found for delete ", "request_id": "req-e8371965-2da9-4529-898f-7b535c8e10c5"}]} [pid: 8|app: 0|req: 419/864] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:35:53 2026] DELETE /v2.0/networks/5d819d3d-c753-4ea6-8a9f-9e7d78a60524 => 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: 446/865] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:35:53 2026] DELETE /v2.0/security-groups/81362efc-4cc0-4263-815e-fca35c463c0c => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:35:53.560 7 INFO neutron.api.v2.resource [None req-47423a30-6506-4958-8c96-717a7bf8e404 ac710d1323524658953a65c139992ca4 a32869a98c884040a454d844942d310b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 447/866] 10.0.0.170 () {32 vars in 737 bytes} [Thu Apr 23 03:35:53 2026] GET /v2.0/security-groups/81362efc-4cc0-4263-815e-fca35c463c0c => 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: 420/867] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:53 2026] GET /v2.0/ports?device_id=1baa7077-5ee7-4730-9c39-693a046ff9e0 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/868] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:35:53 2026] GET /v2.0/security-groups?id=33f551cf-6dfe-477f-8465-ec739300d893&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:35:53.671 7 INFO neutron_taas.services.taas.taas_plugin [None req-d518e8e2-2d25-4e8a-81af-6f0466913ba9 ac710d1323524658953a65c139992ca4 a32869a98c884040a454d844942d310b - - default default] TaaS: Handle Delete Port: 4d6cc87c-c3d1-4cfd-89cf-05cd8908fa80 2026-04-23 03:35:53.674 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d518e8e2-2d25-4e8a-81af-6f0466913ba9 ac710d1323524658953a65c139992ca4 a32869a98c884040a454d844942d310b - - default default] Tap Mirror: Handle Delete Port: 4d6cc87c-c3d1-4cfd-89cf-05cd8908fa80 [pid: 7|app: 0|req: 448/869] 10.0.0.170 () {32 vars in 732 bytes} [Thu Apr 23 03:35:53 2026] DELETE /v2.0/floatingips/63ef352d-78d2-49b4-84aa-b8c450d90cbd => generated 0 bytes in 282 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:35:54.031 7 WARNING neutron.db.securitygroups_db [None req-e48ff9a5-4956-4403-9f16-1071897b7574 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 449/870] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:35:53 2026] GET /v2.0/security-groups?tenant_id=6a71173889f241408f7ff8cab687f1c4&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/871] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:35:54 2026] DELETE /v2.0/security-groups/b5792c8d-b5f9-422b-a945-515b501162be => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/872] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:35:54 2026] GET /v2.0/ports?tenant_id=4b808cc9151047b0ab0efbc1146c248b&device_id=1baa7077-5ee7-4730-9c39-693a046ff9e0 => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/873] 199.204.45.25 () {34 vars in 1057 bytes} [Thu Apr 23 03:35:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=c06126b0-a868-46b7-bd30-6f6ccf80da30 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:35:54.240 8 INFO neutron_taas.services.taas.taas_plugin [None req-9dcf482a-eadd-4521-aba3-fc60f167974d 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: 561cff0c-3cf9-4136-a228-9a4194c29a3c 2026-04-23 03:35:54.243 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9dcf482a-eadd-4521-aba3-fc60f167974d 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: 561cff0c-3cf9-4136-a228-9a4194c29a3c [pid: 7|app: 0|req: 453/874] 199.204.45.25 () {34 vars in 983 bytes} [Thu Apr 23 03:35:54 2026] GET /v2.0/subnets?id=cda2f30f-ffd4-46cb-8cb9-f9da4361c48d => generated 694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/875] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:35:54 2026] GET /v2.0/ports?network_id=01dd0b3e-78c3-4913-ba8d-f783731ce569&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: 7|app: 0|req: 455/876] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:35:54 2026] GET /v2.0/networks/01dd0b3e-78c3-4913-ba8d-f783731ce569?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: 456/877] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:35:54 2026] GET /v2.0/networks/01dd0b3e-78c3-4913-ba8d-f783731ce569?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/878] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:54 2026] GET /v2.0/ports?device_id=1baa7077-5ee7-4730-9c39-693a046ff9e0 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/879] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:54 2026] GET /v2.0/ports?device_id=e0b707b9-74b7-4e0e-9c7b-3496b497ebe6 => generated 975 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/880] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:35:54 2026] GET /v2.0/security-groups?id=33f551cf-6dfe-477f-8465-ec739300d893&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: 422/881] 10.0.0.170 () {34 vars in 789 bytes} [Thu Apr 23 03:35:53 2026] PUT /v2.0/routers/da4d9818-4960-41a3-88cd-c6c3d2c5096c/remove_router_interface => generated 310 bytes in 992 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:35:54.947 7 INFO neutron.services.segments.plugin [-] Segment 894be08c-e650-440d-9ff4-454401b955ce resource provider aggregate not found 2026-04-23 03:35:54.951 7 INFO neutron.services.segments.plugin [-] Segment 894be08c-e650-440d-9ff4-454401b955ce resource provider aggregate not found [pid: 8|app: 0|req: 423/882] 10.0.0.121 () {34 vars in 971 bytes} [Thu Apr 23 03:35:54 2026] GET /v2.0/ports/e6549245-f6a1-4938-a93a-d6b2aaed2674 => generated 972 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:35:54.970 7 INFO neutron.services.segments.plugin [-] Segment 894be08c-e650-440d-9ff4-454401b955ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 894be08c-e650-440d-9ff4-454401b955ce found for delete ", "request_id": "req-ef7c09a8-a45a-43d1-91ba-0dc7b4966099"}]} 2026-04-23 03:35:54.980 7 INFO neutron.services.segments.plugin [-] Segment 894be08c-e650-440d-9ff4-454401b955ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 894be08c-e650-440d-9ff4-454401b955ce found for delete ", "request_id": "req-53b546c8-4a8d-46ba-813a-f61f3e49189b"}]} 2026-04-23 03:35:55.005 7 INFO neutron.services.segments.plugin [-] Segment ce623431-34f1-41f2-ac4a-a9c2ef5b8d7e resource provider aggregate not found 2026-04-23 03:35:55.006 7 INFO neutron.services.segments.plugin [-] Segment ce623431-34f1-41f2-ac4a-a9c2ef5b8d7e resource provider aggregate not found 2026-04-23 03:35:55.035 7 INFO neutron.services.segments.plugin [-] Segment ce623431-34f1-41f2-ac4a-a9c2ef5b8d7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce623431-34f1-41f2-ac4a-a9c2ef5b8d7e found for delete ", "request_id": "req-fd823628-3e18-4d89-bd1f-32b1b0fcf366"}]} 2026-04-23 03:35:55.036 7 INFO neutron.services.segments.plugin [-] Segment ce623431-34f1-41f2-ac4a-a9c2ef5b8d7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce623431-34f1-41f2-ac4a-a9c2ef5b8d7e found for delete ", "request_id": "req-7273b9c1-2078-499e-9ea9-f50e68b75743"}]} 2026-04-23 03:35:55.145 7 INFO neutron_taas.services.taas.taas_plugin [None req-6e97a4e2-bad9-4531-a4ab-79326bd807ca 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: 3a9507a4-378c-4d78-a896-5b523d303049 2026-04-23 03:35:55.148 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e97a4e2-bad9-4531-a4ab-79326bd807ca 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: 3a9507a4-378c-4d78-a896-5b523d303049 2026-04-23 03:35:55.353 7 INFO neutron_taas.services.taas.taas_plugin [None req-6e97a4e2-bad9-4531-a4ab-79326bd807ca 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: 4a10aebf-abf9-4a29-b2dd-0337fced7607 2026-04-23 03:35:55.355 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e97a4e2-bad9-4531-a4ab-79326bd807ca 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: 4a10aebf-abf9-4a29-b2dd-0337fced7607 [pid: 8|app: 0|req: 424/883] 199.204.45.25 () {34 vars in 999 bytes} [Thu Apr 23 03:35:55 2026] GET /v2.0/subnets?network_id=b82976a9-ee09-4de1-9907-a60d1035d8a6 => generated 684 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/884] 199.204.45.25 () {34 vars in 1145 bytes} [Thu Apr 23 03:35:55 2026] GET /v2.0/ports?device_id=e0b707b9-74b7-4e0e-9c7b-3496b497ebe6&device_owner=compute%3Anova&network_id=b82976a9-ee09-4de1-9907-a60d1035d8a6 => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:35:55.705 7 INFO neutron.db.l3_hamode_db [None req-6e97a4e2-bad9-4531-a4ab-79326bd807ca 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] HA network 7fb0d6fa-b851-43f8-b892-af2d6c9afa99 was deleted as no HA routers are present in project a32869a98c884040a454d844942d310b. [pid: 7|app: 0|req: 460/885] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:35:54 2026] DELETE /v2.0/routers/da4d9818-4960-41a3-88cd-c6c3d2c5096c => generated 0 bytes in 856 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/886] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:35:55 2026] DELETE /v2.0/subnets/2128b220-5c4b-4a9a-a82a-72d05e1d5624 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:35:55.952 7 INFO neutron_taas.services.taas.taas_plugin [None req-65ac3b93-248f-45e6-bf71-ebc9fe90a9fd 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: c8074b59-b115-44b7-88ee-82965741e6a4 2026-04-23 03:35:55.960 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65ac3b93-248f-45e6-bf71-ebc9fe90a9fd 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: c8074b59-b115-44b7-88ee-82965741e6a4 [pid: 8|app: 0|req: 426/887] 199.204.45.25 () {38 vars in 1027 bytes} [Thu Apr 23 03:35:55 2026] PUT /v2.0/ports/e6549245-f6a1-4938-a93a-d6b2aaed2674 => generated 1149 bytes in 391 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 03:35:56.122 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ee282ee9-dacb-4d2e-82e4-8807bd5c264b'] response: {'name': 'network-changed', 'server_uuid': 'e0b707b9-74b7-4e0e-9c7b-3496b497ebe6', 'tag': 'e6549245-f6a1-4938-a93a-d6b2aaed2674', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 427/888] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:56 2026] GET /v2.0/ports?device_id=1baa7077-5ee7-4730-9c39-693a046ff9e0 => 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: 462/889] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:35:55 2026] DELETE /v2.0/networks/f041ae63-495b-49eb-898c-9d3338573621 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/890] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:35:56 2026] GET /v2.0/security-groups?id=33f551cf-6dfe-477f-8465-ec739300d893&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:35:56.288 7 WARNING neutron.db.securitygroups_db [None req-4030c257-56c7-4ccb-bf71-1139b8aa1c42 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 464/891] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:35:56 2026] GET /v2.0/security-groups?tenant_id=a32869a98c884040a454d844942d310b&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/892] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:35:56 2026] DELETE /v2.0/security-groups/1a289232-1527-400c-bd1f-4f8591ebe932 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:35:56.497 8 INFO neutron.db.segments_db [None req-8daec1b2-29c6-4bd7-9fa3-fb9c409638a3 27b0b181120745df9be326a4c48dd6de c383201967ef40f8bf4819c46afbf97c - - default default] Added segment 07efd199-17d8-46a1-abe8-aa376cc752b6 of type vxlan for network 3d42c62d-e56e-4325-a594-a2f48b310c02 [pid: 8|app: 0|req: 428/893] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:35:56 2026] POST /v2.0/networks => generated 646 bytes in 457 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/894] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:35:56 2026] GET /v2.0/ports?tenant_id=f9eb66dc967241ba841f59da67ed53f7&device_id=e0b707b9-74b7-4e0e-9c7b-3496b497ebe6 => generated 1421 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/895] 199.204.45.25 () {34 vars in 985 bytes} [Thu Apr 23 03:35:56 2026] GET /v2.0/networks?id=b82976a9-ee09-4de1-9907-a60d1035d8a6 => generated 780 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/896] 199.204.45.25 () {34 vars in 1059 bytes} [Thu Apr 23 03:35:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=e6549245-f6a1-4938-a93a-d6b2aaed2674 => generated 861 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/897] 199.204.45.25 () {34 vars in 1057 bytes} [Thu Apr 23 03:35:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=e6549245-f6a1-4938-a93a-d6b2aaed2674 => 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: 468/898] 199.204.45.25 () {34 vars in 983 bytes} [Thu Apr 23 03:35:56 2026] GET /v2.0/subnets?id=4c49bb0d-17e9-4ad6-b1b0-04ade21d9481 => generated 702 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/899] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:35:56 2026] GET /v2.0/ports?network_id=b82976a9-ee09-4de1-9907-a60d1035d8a6&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/900] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:35:56 2026] GET /v2.0/networks/b82976a9-ee09-4de1-9907-a60d1035d8a6?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/901] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:35:56 2026] GET /v2.0/networks/b82976a9-ee09-4de1-9907-a60d1035d8a6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:35:57.061 7 INFO neutron.services.segments.plugin [-] Segment 9fcf0b47-6d2d-4317-a823-7ddf8f2b7a18 resource provider aggregate not found 2026-04-23 03:35:57.075 7 INFO neutron.services.segments.plugin [-] Segment 9fcf0b47-6d2d-4317-a823-7ddf8f2b7a18 resource provider aggregate not found 2026-04-23 03:35:57.090 7 INFO neutron.services.segments.plugin [-] Segment 9fcf0b47-6d2d-4317-a823-7ddf8f2b7a18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fcf0b47-6d2d-4317-a823-7ddf8f2b7a18 found for delete ", "request_id": "req-e2802478-8f00-4a89-be8d-b85d17ff8aa5"}]} 2026-04-23 03:35:57.104 7 INFO neutron.services.segments.plugin [-] Segment 9fcf0b47-6d2d-4317-a823-7ddf8f2b7a18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fcf0b47-6d2d-4317-a823-7ddf8f2b7a18 found for delete ", "request_id": "req-a6b262bb-684c-4b28-9719-cffa01358ff2"}]} 2026-04-23 03:35:57.111 7 INFO neutron.services.segments.plugin [-] Segment 7833aa08-16da-46a8-85ca-a38302a979c1 resource provider aggregate not found 2026-04-23 03:35:57.132 7 INFO neutron.services.segments.plugin [-] Segment 7833aa08-16da-46a8-85ca-a38302a979c1 resource provider aggregate not found 2026-04-23 03:35:57.137 7 INFO neutron.services.segments.plugin [-] Segment 7833aa08-16da-46a8-85ca-a38302a979c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7833aa08-16da-46a8-85ca-a38302a979c1 found for delete ", "request_id": "req-cd828619-ff9a-4c89-a331-5fcfb1d1f631"}]} 2026-04-23 03:35:57.149 7 INFO neutron.services.segments.plugin [-] Segment 7833aa08-16da-46a8-85ca-a38302a979c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7833aa08-16da-46a8-85ca-a38302a979c1 found for delete ", "request_id": "req-7ddfc3e4-ea9f-4142-b2d9-c1dcaec076a9"}]} [pid: 8|app: 0|req: 433/902] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:57 2026] GET /v2.0/ports?device_id=1baa7077-5ee7-4730-9c39-693a046ff9e0 => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/903] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:57 2026] GET /v2.0/ports?device_id=e0b707b9-74b7-4e0e-9c7b-3496b497ebe6 => generated 1152 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/904] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:35:57 2026] POST /v2.0/subnets => generated 673 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/905] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:35:57 2026] GET /v2.0/security-groups?id=33f551cf-6dfe-477f-8465-ec739300d893&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/906] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:35:57 2026] GET /v2.0/security-groups?id=d0becbb4-ffec-4a46-8d25-7f28ca957e69&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:35:57.441 7 INFO neutron.db.segments_db [None req-533c544a-2810-449e-8a62-01764b62d83a 27b0b181120745df9be326a4c48dd6de c383201967ef40f8bf4819c46afbf97c - - default default] Added segment a47bf6e0-9cc0-427d-92ba-abb34c4cf436 of type vxlan for network 7bd33830-270d-4153-a7df-d794377c34c5 [pid: 7|app: 0|req: 471/907] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:35:57 2026] POST /v2.0/networks => generated 648 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/908] 10.0.0.170 () {34 vars in 743 bytes} [Thu Apr 23 03:35:57 2026] PUT /v2.0/networks/7bd33830-270d-4153-a7df-d794377c34c5 => generated 592 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/909] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:35:57 2026] POST /v2.0/subnets => generated 646 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/910] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:35:58 2026] GET /v2.0/ports?tenant_id=f9eb66dc967241ba841f59da67ed53f7&device_id=e0b707b9-74b7-4e0e-9c7b-3496b497ebe6 => generated 1421 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/911] 199.204.45.25 () {34 vars in 985 bytes} [Thu Apr 23 03:35:58 2026] GET /v2.0/networks?id=b82976a9-ee09-4de1-9907-a60d1035d8a6 => generated 780 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/912] 199.204.45.25 () {34 vars in 1059 bytes} [Thu Apr 23 03:35:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=e6549245-f6a1-4938-a93a-d6b2aaed2674 => generated 861 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/913] 10.0.0.170 () {34 vars in 741 bytes} [Thu Apr 23 03:35:58 2026] PUT /v2.0/subnets/3efb620c-e100-4bf5-a905-348af47788f1 => generated 656 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/914] 199.204.45.25 () {34 vars in 1057 bytes} [Thu Apr 23 03:35:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=e6549245-f6a1-4938-a93a-d6b2aaed2674 => 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: 442/915] 199.204.45.25 () {34 vars in 983 bytes} [Thu Apr 23 03:35:58 2026] GET /v2.0/subnets?id=4c49bb0d-17e9-4ad6-b1b0-04ade21d9481 => generated 702 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/916] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:35:58 2026] GET /v2.0/ports?network_id=b82976a9-ee09-4de1-9907-a60d1035d8a6&device_owner=network%3Adhcp => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/917] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:35:58 2026] GET /v2.0/networks/b82976a9-ee09-4de1-9907-a60d1035d8a6?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: 474/918] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:35:58 2026] DELETE /v2.0/networks/7bd33830-270d-4153-a7df-d794377c34c5 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:35:58.381 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b42f5506-eb11-4dd8-b6f7-a20a8554aff4 27b0b181120745df9be326a4c48dd6de c383201967ef40f8bf4819c46afbf97c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 475/919] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:35:58 2026] DELETE /v2.0/networks/7bd33830-270d-4153-a7df-d794377c34c5 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/920] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:35:58 2026] GET /v2.0/networks/b82976a9-ee09-4de1-9907-a60d1035d8a6?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: 476/921] 10.0.0.170 () {32 vars in 694 bytes} [Thu Apr 23 03:35:58 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/922] 10.0.0.170 () {32 vars in 742 bytes} [Thu Apr 23 03:35:58 2026] GET /v2.0/subnets?network_id=2d1069b4-5727-4129-b3c9-54ff5802f06e => generated 649 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/923] 10.0.0.170 () {32 vars in 653 bytes} [Thu Apr 23 03:35:58 2026] GET /v2.0/extensions => generated 22037 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/924] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:58 2026] GET /v2.0/ports?device_id=1baa7077-5ee7-4730-9c39-693a046ff9e0 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/925] 10.0.0.170 () {32 vars in 649 bytes} [Thu Apr 23 03:35:58 2026] GET /v2.0/networks => generated 1311 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/926] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:35:58 2026] GET /v2.0/security-groups?id=33f551cf-6dfe-477f-8465-ec739300d893&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/927] 10.0.0.170 () {32 vars in 647 bytes} [Thu Apr 23 03:35:58 2026] GET /v2.0/subnets => generated 1312 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/928] 10.0.0.170 () {32 vars in 723 bytes} [Thu Apr 23 03:35:58 2026] GET /v2.0/networks/3d42c62d-e56e-4325-a594-a2f48b310c02 => generated 671 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/929] 10.0.0.170 () {32 vars in 721 bytes} [Thu Apr 23 03:35:58 2026] GET /v2.0/subnets/ac22cb1c-cb59-4658-80ab-839b256166ba => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:35:58.717 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d87d3e7d-45eb-4071-8b54-c79600f0f570 27b0b181120745df9be326a4c48dd6de c383201967ef40f8bf4819c46afbf97c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 480/930] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:35:58 2026] DELETE /v2.0/subnets/3efb620c-e100-4bf5-a905-348af47788f1 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 03:35:58.747 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c3b056b4-b57e-4db7-9e1b-448b4da7c8cc 27b0b181120745df9be326a4c48dd6de c383201967ef40f8bf4819c46afbf97c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 451/931] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:35:58 2026] DELETE /v2.0/networks/7bd33830-270d-4153-a7df-d794377c34c5 => 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: 481/932] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:35:58 2026] DELETE /v2.0/subnets/ac22cb1c-cb59-4658-80ab-839b256166ba => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/933] 199.204.45.25 () {34 vars in 1117 bytes} [Thu Apr 23 03:35:58 2026] GET /v2.0/ports?device_id=e0b707b9-74b7-4e0e-9c7b-3496b497ebe6&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.7 => generated 1152 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:35:59.022 8 INFO neutron.services.segments.plugin [-] Segment 07efd199-17d8-46a1-abe8-aa376cc752b6 resource provider aggregate not found 2026-04-23 03:35:59.047 8 INFO neutron.services.segments.plugin [-] Segment 07efd199-17d8-46a1-abe8-aa376cc752b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07efd199-17d8-46a1-abe8-aa376cc752b6 found for delete ", "request_id": "req-0ee90b04-904e-4abf-840e-636cad310ace"}]} 2026-04-23 03:35:59.048 8 INFO neutron.services.segments.plugin [-] Segment 07efd199-17d8-46a1-abe8-aa376cc752b6 resource provider aggregate not found [pid: 8|app: 0|req: 452/934] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:35:58 2026] DELETE /v2.0/networks/3d42c62d-e56e-4325-a594-a2f48b310c02 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:35:59.071 8 INFO neutron.services.segments.plugin [-] Segment 07efd199-17d8-46a1-abe8-aa376cc752b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07efd199-17d8-46a1-abe8-aa376cc752b6 found for delete ", "request_id": "req-d96c2b01-1afd-401e-8f78-03c87c149b79"}]} 2026-04-23 03:35:59.157 7 INFO neutron.services.segments.plugin [-] Segment a47bf6e0-9cc0-427d-92ba-abb34c4cf436 resource provider aggregate not found 2026-04-23 03:35:59.171 7 INFO neutron.services.segments.plugin [-] Segment a47bf6e0-9cc0-427d-92ba-abb34c4cf436 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a47bf6e0-9cc0-427d-92ba-abb34c4cf436 found for delete ", "request_id": "req-53534796-2ef7-4aa9-b1a4-3012de03b8f1"}]} 2026-04-23 03:35:59.172 7 INFO neutron.services.segments.plugin [-] Segment a47bf6e0-9cc0-427d-92ba-abb34c4cf436 resource provider aggregate not found 2026-04-23 03:35:59.196 7 INFO neutron.services.segments.plugin [-] Segment a47bf6e0-9cc0-427d-92ba-abb34c4cf436 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a47bf6e0-9cc0-427d-92ba-abb34c4cf436 found for delete ", "request_id": "req-9c536afd-8c26-4da4-a7f7-2f54334c6581"}]} [pid: 7|app: 0|req: 483/935] 199.204.45.25 () {38 vars in 1027 bytes} [Thu Apr 23 03:35:59 2026] PUT /v2.0/ports/e6549245-f6a1-4938-a93a-d6b2aaed2674 => generated 972 bytes in 445 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:35:59.491 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-93131112-2222-49b0-a1f4-820585d93a11'] response: {'name': 'network-changed', 'server_uuid': 'e0b707b9-74b7-4e0e-9c7b-3496b497ebe6', 'tag': 'e6549245-f6a1-4938-a93a-d6b2aaed2674', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 484/936] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:59 2026] GET /v2.0/ports?device_id=1baa7077-5ee7-4730-9c39-693a046ff9e0 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/937] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:35:59 2026] GET /v2.0/security-groups?id=33f551cf-6dfe-477f-8465-ec739300d893&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:35:59.760 8 WARNING neutron.db.securitygroups_db [None req-2dec2950-dab6-4cc8-8b06-f1a1e5af9ca9 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 453/938] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:35:59 2026] GET /v2.0/security-groups?tenant_id=c383201967ef40f8bf4819c46afbf97c&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/939] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:35:59 2026] GET /v2.0/ports?device_id=1baa7077-5ee7-4730-9c39-693a046ff9e0 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/940] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:35:59 2026] DELETE /v2.0/security-groups/8147b0ea-564b-4908-926b-6ab1047a5a3d => 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: 487/941] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:35:59 2026] GET /v2.0/ports?tenant_id=f9eb66dc967241ba841f59da67ed53f7&device_id=e0b707b9-74b7-4e0e-9c7b-3496b497ebe6 => 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: 488/942] 199.204.45.25 () {34 vars in 985 bytes} [Thu Apr 23 03:36:00 2026] GET /v2.0/networks?id=b82976a9-ee09-4de1-9907-a60d1035d8a6 => generated 780 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/943] 199.204.45.25 () {34 vars in 1059 bytes} [Thu Apr 23 03:36:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=e6549245-f6a1-4938-a93a-d6b2aaed2674 => generated 861 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/944] 199.204.45.25 () {34 vars in 983 bytes} [Thu Apr 23 03:36:00 2026] GET /v2.0/subnets?id=4c49bb0d-17e9-4ad6-b1b0-04ade21d9481 => generated 702 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/945] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:36:00 2026] GET /v2.0/ports?network_id=b82976a9-ee09-4de1-9907-a60d1035d8a6&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:36:00.237 8 INFO neutron.db.l3_db [None req-b1b94370-65af-4a01-a473-d34a8bdbd2e7 9b4c8a6a292a4217884ad8af607a9b22 4b808cc9151047b0ab0efbc1146c248b - - default default] Floating IP c5dbb94a-0c82-482b-b0ab-ee86de990ea2 associated. External IP: 10.96.250.220, port: c06126b0-a868-46b7-bd30-6f6ccf80da30. [pid: 7|app: 0|req: 492/946] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:36:00 2026] GET /v2.0/networks/b82976a9-ee09-4de1-9907-a60d1035d8a6?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: 493/947] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:36:00 2026] GET /v2.0/networks/b82976a9-ee09-4de1-9907-a60d1035d8a6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:36:00.530 7 WARNING neutron.db.securitygroups_db [None req-b7c68841-384e-4f68-95a5-21f39f652dca 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 455/948] 10.0.0.170 () {34 vars in 749 bytes} [Thu Apr 23 03:35:59 2026] PUT /v2.0/floatingips/c5dbb94a-0c82-482b-b0ab-ee86de990ea2 => generated 855 bytes in 694 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:36:00.598 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7b0caafb-a12c-4189-8648-c15e83b80449'] response: {'name': 'network-changed', 'server_uuid': '1baa7077-5ee7-4730-9c39-693a046ff9e0', 'tag': 'c06126b0-a868-46b7-bd30-6f6ccf80da30', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 494/949] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:36:00 2026] GET /v2.0/security-groups?tenant_id=e589f7eccbb2480587597b620468000a&name=default => generated 2925 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/950] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:36:00 2026] DELETE /v2.0/security-groups/00e0b0dc-7819-4aa3-93c0-11c67d38d5a9 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:36:00.989 8 WARNING neutron.db.securitygroups_db [None req-6146e72a-c04c-4bc2-a511-1ce1437ff91f 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 495/951] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:36:00 2026] GET /v2.0/ports?device_id=e0b707b9-74b7-4e0e-9c7b-3496b497ebe6 => 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: 496/952] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:36:01 2026] GET /v2.0/security-groups?id=d0becbb4-ffec-4a46-8d25-7f28ca957e69&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: 457/953] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:36:00 2026] GET /v2.0/security-groups?tenant_id=f1b0ea158b1b44f1b83558916d2ff8a8&name=default => generated 2925 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/954] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:36:01 2026] GET /v2.0/ports?tenant_id=4b808cc9151047b0ab0efbc1146c248b&device_id=1baa7077-5ee7-4730-9c39-693a046ff9e0 => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/955] 199.204.45.25 () {34 vars in 985 bytes} [Thu Apr 23 03:36:01 2026] GET /v2.0/networks?id=01dd0b3e-78c3-4913-ba8d-f783731ce569 => generated 772 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/956] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:36:01 2026] DELETE /v2.0/security-groups/9a1002ac-e0cf-4d31-928c-2cee8043e9f1 => 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: 499/957] 199.204.45.25 () {34 vars in 1057 bytes} [Thu Apr 23 03:36:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=c06126b0-a868-46b7-bd30-6f6ccf80da30 => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/958] 199.204.45.25 () {34 vars in 983 bytes} [Thu Apr 23 03:36:01 2026] GET /v2.0/subnets?id=cda2f30f-ffd4-46cb-8cb9-f9da4361c48d => generated 694 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/959] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:36:01 2026] GET /v2.0/ports?network_id=01dd0b3e-78c3-4913-ba8d-f783731ce569&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/962] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:36:01 2026] GET /v2.0/ports?tenant_id=f9eb66dc967241ba841f59da67ed53f7&device_id=e0b707b9-74b7-4e0e-9c7b-3496b497ebe6 => 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: 461/963] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:36:01 2026] GET /v2.0/networks/01dd0b3e-78c3-4913-ba8d-f783731ce569?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: 503/964] 199.204.45.25 () {34 vars in 985 bytes} [Thu Apr 23 03:36:01 2026] GET /v2.0/networks?id=b82976a9-ee09-4de1-9907-a60d1035d8a6 => generated 780 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/965] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:36:01 2026] GET /v2.0/networks/01dd0b3e-78c3-4913-ba8d-f783731ce569?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/966] 199.204.45.25 () {34 vars in 1059 bytes} [Thu Apr 23 03:36:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=e6549245-f6a1-4938-a93a-d6b2aaed2674 => generated 861 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/967] 199.204.45.25 () {34 vars in 983 bytes} [Thu Apr 23 03:36:01 2026] GET /v2.0/subnets?id=4c49bb0d-17e9-4ad6-b1b0-04ade21d9481 => generated 702 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/968] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:36:01 2026] GET /v2.0/ports?network_id=b82976a9-ee09-4de1-9907-a60d1035d8a6&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/969] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:36:01 2026] GET /v2.0/networks/b82976a9-ee09-4de1-9907-a60d1035d8a6?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: 506/970] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:36:01 2026] GET /v2.0/networks/b82976a9-ee09-4de1-9907-a60d1035d8a6?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: 465/971] 10.0.0.170 () {34 vars in 684 bytes} [Thu Apr 23 03:36:01 2026] POST /v2.0/security-groups => generated 1625 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/972] 10.0.0.170 () {32 vars in 663 bytes} [Thu Apr 23 03:36:02 2026] GET /v2.0/security-groups => generated 4530 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/973] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:36:02 2026] GET /v2.0/ports?device_id=e0b707b9-74b7-4e0e-9c7b-3496b497ebe6 => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/974] 10.0.0.170 () {34 vars in 758 bytes} [Thu Apr 23 03:36:02 2026] PUT /v2.0/security-groups/190c410f-7863-4da1-ac2e-0451aab79d46 => generated 1663 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/975] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:36:02 2026] GET /v2.0/security-groups?id=d0becbb4-ffec-4a46-8d25-7f28ca957e69&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: 509/976] 10.0.0.170 () {32 vars in 737 bytes} [Thu Apr 23 03:36:02 2026] GET /v2.0/security-groups/190c410f-7863-4da1-ac2e-0451aab79d46 => generated 1663 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/977] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:36:02 2026] DELETE /v2.0/security-groups/190c410f-7863-4da1-ac2e-0451aab79d46 => 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: 510/978] 10.0.0.170 () {32 vars in 663 bytes} [Thu Apr 23 03:36:02 2026] GET /v2.0/security-groups => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:36:02.391 8 INFO neutron.api.v2.resource [None req-ba80d087-e8ad-4b7e-b92e-f06c06d4558d 1d51973e317740a6a871a4bd036464af 73f4e3fc98e94bb7b80675b7046a187d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 469/979] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:36:02 2026] DELETE /v2.0/security-groups/190c410f-7863-4da1-ac2e-0451aab79d46 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/980] 10.0.0.170 () {34 vars in 684 bytes} [Thu Apr 23 03:36:02 2026] POST /v2.0/security-groups => generated 1624 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/981] 10.0.0.170 () {34 vars in 695 bytes} [Thu Apr 23 03:36:02 2026] POST /v2.0/security-group-rules => generated 601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/982] 10.0.0.170 () {32 vars in 747 bytes} [Thu Apr 23 03:36:02 2026] GET /v2.0/security-group-rules/cfc4760d-ad16-41a1-b38f-205f3e521546 => generated 601 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/983] 10.0.0.170 () {32 vars in 673 bytes} [Thu Apr 23 03:36:02 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/984] 10.0.0.170 () {32 vars in 750 bytes} [Thu Apr 23 03:36:02 2026] DELETE /v2.0/security-group-rules/cfc4760d-ad16-41a1-b38f-205f3e521546 => 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: 472/985] 10.0.0.170 () {32 vars in 673 bytes} [Thu Apr 23 03:36:02 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/986] 10.0.0.170 () {34 vars in 695 bytes} [Thu Apr 23 03:36:02 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: 473/987] 10.0.0.170 () {32 vars in 747 bytes} [Thu Apr 23 03:36:03 2026] GET /v2.0/security-group-rules/a03bff94-4b9c-471d-92b2-7a1a22191ed6 => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/988] 10.0.0.170 () {32 vars in 673 bytes} [Thu Apr 23 03:36:03 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/989] 10.0.0.170 () {32 vars in 750 bytes} [Thu Apr 23 03:36:03 2026] DELETE /v2.0/security-group-rules/a03bff94-4b9c-471d-92b2-7a1a22191ed6 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/990] 10.0.0.170 () {32 vars in 673 bytes} [Thu Apr 23 03:36:03 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:36:03.340 8 INFO neutron.db.securitygroups_db [None req-6e21e3d2-188d-47ab-8f2e-700ea5102d17 1d51973e317740a6a871a4bd036464af 73f4e3fc98e94bb7b80675b7046a187d - - default default] Project 73f4e3fc98e94bb7b80675b7046a187d 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: 517/991] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:36:03 2026] GET /v2.0/ports?device_id=e0b707b9-74b7-4e0e-9c7b-3496b497ebe6 => 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: 518/992] 199.204.45.25 () {34 vars in 993 bytes} [Thu Apr 23 03:36:03 2026] GET /v2.0/ports?device_id=e0b707b9-74b7-4e0e-9c7b-3496b497ebe6 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/993] 10.0.0.170 () {34 vars in 695 bytes} [Thu Apr 23 03:36:03 2026] POST /v2.0/security-group-rules => generated 607 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/994] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:36:03 2026] GET /v2.0/security-groups?id=d0becbb4-ffec-4a46-8d25-7f28ca957e69&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: 520/995] 10.0.0.170 () {32 vars in 747 bytes} [Thu Apr 23 03:36:03 2026] GET /v2.0/security-group-rules/010b708b-b846-4980-bc33-410814b0ce76 => generated 607 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/996] 10.0.0.170 () {32 vars in 673 bytes} [Thu Apr 23 03:36:03 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:36:03.526 8 INFO neutron_taas.services.taas.taas_plugin [req-b5e48eca-4b78-40df-af4d-19ac539e0549 req-51b341b9-c95f-411b-a410-c1449f637135 8907f66b7a2448ffab41b9e36ed31fd3 f9eb66dc967241ba841f59da67ed53f7 - - default default] TaaS: Handle Delete Port: e6549245-f6a1-4938-a93a-d6b2aaed2674 2026-04-23 03:36:03.528 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b5e48eca-4b78-40df-af4d-19ac539e0549 req-51b341b9-c95f-411b-a410-c1449f637135 8907f66b7a2448ffab41b9e36ed31fd3 f9eb66dc967241ba841f59da67ed53f7 - - default default] Tap Mirror: Handle Delete Port: e6549245-f6a1-4938-a93a-d6b2aaed2674 [pid: 7|app: 0|req: 522/997] 10.0.0.170 () {32 vars in 750 bytes} [Thu Apr 23 03:36:03 2026] DELETE /v2.0/security-group-rules/010b708b-b846-4980-bc33-410814b0ce76 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:36:03.619 8 INFO neutron.db.l3_db [req-b5e48eca-4b78-40df-af4d-19ac539e0549 req-51b341b9-c95f-411b-a410-c1449f637135 8907f66b7a2448ffab41b9e36ed31fd3 f9eb66dc967241ba841f59da67ed53f7 - - default default] Floating IP f7cd866f-170e-4e9f-b43a-4157238d0e8a disassociated. External IP: 10.96.250.210, port: e6549245-f6a1-4938-a93a-d6b2aaed2674. [pid: 7|app: 0|req: 523/998] 10.0.0.170 () {32 vars in 673 bytes} [Thu Apr 23 03:36:03 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: 7|app: 0|req: 524/999] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:36:03 2026] DELETE /v2.0/security-groups/b52adf83-eff9-4397-b357-55f356aee887 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1000] 10.0.0.170 () {32 vars in 663 bytes} [Thu Apr 23 03:36:03 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: 7|app: 0|req: 526/1001] 10.0.0.170 () {32 vars in 663 bytes} [Thu Apr 23 03:36:03 2026] GET /v2.0/security-groups => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/1002] 199.204.45.25 () {36 vars in 996 bytes} [Thu Apr 23 03:36:03 2026] DELETE /v2.0/ports/e6549245-f6a1-4938-a93a-d6b2aaed2674 => generated 0 bytes in 578 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:36:04.033 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c5a9a401-cc06-4d6f-886b-ecc0eaf65a6b'] response: {'server_uuid': 'e0b707b9-74b7-4e0e-9c7b-3496b497ebe6', 'name': 'network-vif-deleted', 'tag': 'e6549245-f6a1-4938-a93a-d6b2aaed2674', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 477/1003] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:36:04 2026] GET /v2.0/ports?device_id=e0b707b9-74b7-4e0e-9c7b-3496b497ebe6 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:36:04.605 7 WARNING neutron.db.securitygroups_db [None req-b1fcbb30-c31e-4bbf-8be5-f8ebcb839740 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 527/1004] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:36:04 2026] GET /v2.0/security-groups?tenant_id=73f4e3fc98e94bb7b80675b7046a187d&name=default => generated 2925 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/1005] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:36:04 2026] DELETE /v2.0/security-groups/358bcee0-f5f3-43f1-a844-2925df297e5d => 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: 528/1006] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:36:05 2026] GET /v2.0/ports?device_id=e0b707b9-74b7-4e0e-9c7b-3496b497ebe6 => 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: 479/1007] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:36:06 2026] GET /v2.0/ports?device_id=e0b707b9-74b7-4e0e-9c7b-3496b497ebe6 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:36:07.356 7 WARNING neutron.db.securitygroups_db [None req-c48aa5ae-c1d4-415d-ae55-69c1c1180fa4 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 529/1008] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:36:07 2026] GET /v2.0/security-groups?tenant_id=73752b101b78485f8f24590873c17743&name=default => generated 2925 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/1009] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:36:07 2026] DELETE /v2.0/security-groups/6977a25e-b505-4699-9647-f45e41128b17 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:36:07.671 7 WARNING neutron.db.securitygroups_db [None req-f2f5a6ed-95a1-4553-9b9b-3a114759113d 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 530/1010] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:36:07 2026] GET /v2.0/security-groups?tenant_id=94f10f2c3b16418693da4c1d2599a687&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1011] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:36:07 2026] DELETE /v2.0/security-groups/d0becbb4-ffec-4a46-8d25-7f28ca957e69 => 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: 481/1012] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:36:07 2026] DELETE /v2.0/security-groups/d991a698-0e09-443e-bfe2-e010d22983ca => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:36:07.949 7 INFO neutron.api.v2.resource [None req-7a5257b6-3f3d-4617-95b1-067c747a28da 8907f66b7a2448ffab41b9e36ed31fd3 f9eb66dc967241ba841f59da67ed53f7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 532/1013] 10.0.0.170 () {32 vars in 737 bytes} [Thu Apr 23 03:36:07 2026] GET /v2.0/security-groups/d0becbb4-ffec-4a46-8d25-7f28ca957e69 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 03:36:08.054 8 INFO neutron_taas.services.taas.taas_plugin [None req-9244e2ab-d468-4dd0-9f23-8fa18c482691 8907f66b7a2448ffab41b9e36ed31fd3 f9eb66dc967241ba841f59da67ed53f7 - - default default] TaaS: Handle Delete Port: 917feaad-38e7-44a2-a660-46f84a25b219 2026-04-23 03:36:08.058 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9244e2ab-d468-4dd0-9f23-8fa18c482691 8907f66b7a2448ffab41b9e36ed31fd3 f9eb66dc967241ba841f59da67ed53f7 - - default default] Tap Mirror: Handle Delete Port: 917feaad-38e7-44a2-a660-46f84a25b219 [pid: 8|app: 0|req: 482/1014] 10.0.0.170 () {32 vars in 732 bytes} [Thu Apr 23 03:36:07 2026] DELETE /v2.0/floatingips/f7cd866f-170e-4e9f-b43a-4157238d0e8a => generated 0 bytes in 275 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:36:08.643 7 INFO neutron_taas.services.taas.taas_plugin [None req-8a7adb05-5627-4f9e-b6c5-39dbb4e8134f 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: e370a2a6-55e8-409b-bc7a-131ef80e965f 2026-04-23 03:36:08.647 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a7adb05-5627-4f9e-b6c5-39dbb4e8134f 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: e370a2a6-55e8-409b-bc7a-131ef80e965f [pid: 7|app: 0|req: 533/1015] 10.0.0.170 () {34 vars in 789 bytes} [Thu Apr 23 03:36:08 2026] PUT /v2.0/routers/482349c7-5176-46eb-936c-4d6ca1d4aa68/remove_router_interface => generated 310 bytes in 950 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:36:09.464 8 INFO neutron_taas.services.taas.taas_plugin [None req-1ce6f149-ca00-4421-b840-bf193ff14513 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: 95e8fac0-2ddd-4d0c-b114-86154167c88a 2026-04-23 03:36:09.467 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ce6f149-ca00-4421-b840-bf193ff14513 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: 95e8fac0-2ddd-4d0c-b114-86154167c88a 2026-04-23 03:36:09.766 8 INFO neutron_taas.services.taas.taas_plugin [None req-1ce6f149-ca00-4421-b840-bf193ff14513 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: 82367b4b-787b-4a7d-adc3-b9e695ccd2a8 2026-04-23 03:36:09.768 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ce6f149-ca00-4421-b840-bf193ff14513 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: 82367b4b-787b-4a7d-adc3-b9e695ccd2a8 2026-04-23 03:36:10.119 8 INFO neutron.services.segments.plugin [-] Segment 1c8d28a5-0a6a-476c-86ed-6b8ce3a78927 resource provider aggregate not found 2026-04-23 03:36:10.127 8 INFO neutron.services.segments.plugin [-] Segment 1c8d28a5-0a6a-476c-86ed-6b8ce3a78927 resource provider aggregate not found 2026-04-23 03:36:10.131 8 INFO neutron.services.segments.plugin [-] Segment 1c8d28a5-0a6a-476c-86ed-6b8ce3a78927 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c8d28a5-0a6a-476c-86ed-6b8ce3a78927 found for delete ", "request_id": "req-1dc9421e-b17d-4d31-ac11-898b76cc154e"}]} 2026-04-23 03:36:10.148 8 INFO neutron.services.segments.plugin [-] Segment 1c8d28a5-0a6a-476c-86ed-6b8ce3a78927 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c8d28a5-0a6a-476c-86ed-6b8ce3a78927 found for delete ", "request_id": "req-fffdf046-afa9-446b-b9c4-b792e0609599"}]} 2026-04-23 03:36:10.158 8 INFO neutron.db.l3_hamode_db [None req-1ce6f149-ca00-4421-b840-bf193ff14513 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] HA network 857329eb-3b45-47ba-91c6-33f827db5449 was deleted as no HA routers are present in project f9eb66dc967241ba841f59da67ed53f7. [pid: 8|app: 0|req: 483/1016] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:36:09 2026] DELETE /v2.0/routers/482349c7-5176-46eb-936c-4d6ca1d4aa68 => 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: 534/1017] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:36:10 2026] DELETE /v2.0/subnets/4c49bb0d-17e9-4ad6-b1b0-04ade21d9481 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:36:10.445 7 INFO neutron_taas.services.taas.taas_plugin [None req-3832fe11-2b72-47f1-af75-01561b355906 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: 46b87f1e-dfce-4d31-bf2c-b8feebbad0af 2026-04-23 03:36:10.448 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3832fe11-2b72-47f1-af75-01561b355906 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: 46b87f1e-dfce-4d31-bf2c-b8feebbad0af 2026-04-23 03:36:10.499 8 WARNING neutron.db.securitygroups_db [None req-e25eb4da-ab37-48cd-a775-68af0b5fddfe 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 03:36:10.615 7 INFO neutron.services.segments.plugin [-] Segment 6dff47e7-8143-4fc6-998e-3c6f42824ec4 resource provider aggregate not found [pid: 8|app: 0|req: 484/1018] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:36:10 2026] GET /v2.0/security-groups?tenant_id=80d6b11bb5dc4c55a09b851ec4f2ace0&name=default => generated 2925 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:36:10.622 7 INFO neutron.services.segments.plugin [-] Segment 6dff47e7-8143-4fc6-998e-3c6f42824ec4 resource provider aggregate not found 2026-04-23 03:36:10.639 7 INFO neutron.services.segments.plugin [-] Segment 6dff47e7-8143-4fc6-998e-3c6f42824ec4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6dff47e7-8143-4fc6-998e-3c6f42824ec4 found for delete ", "request_id": "req-b4dee8a6-22c5-4d2f-986a-87edc43b4da7"}]} 2026-04-23 03:36:10.641 7 INFO neutron.services.segments.plugin [-] Segment 6dff47e7-8143-4fc6-998e-3c6f42824ec4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6dff47e7-8143-4fc6-998e-3c6f42824ec4 found for delete ", "request_id": "req-5e79222a-b5e6-4ba5-8eb3-bd357c05539d"}]} [pid: 7|app: 0|req: 535/1019] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:36:10 2026] DELETE /v2.0/networks/b82976a9-ee09-4de1-9907-a60d1035d8a6 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:36:10.657 8 WARNING neutron.db.securitygroups_db [None req-1d0fd602-45f9-4bb4-aef9-ff7a9c661d7f 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 536/1020] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:36:10 2026] DELETE /v2.0/security-groups/0c21396e-614b-4609-8221-a6eb371bd298 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:36:10.753 7 WARNING neutron.db.securitygroups_db [None req-bf322a3f-51fb-439c-b958-40dd4722c7c1 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 485/1021] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:36:10 2026] GET /v2.0/security-groups?tenant_id=2b210bf978054f6aa614b296b3518ef5&name=default => generated 2925 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1022] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:36:10 2026] GET /v2.0/security-groups?tenant_id=f9eb66dc967241ba841f59da67ed53f7&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: 538/1023] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:36:10 2026] DELETE /v2.0/security-groups/b9a038a1-235b-4ab0-a009-26296b67f1f3 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:36:10.889 7 WARNING neutron.db.securitygroups_db [None req-290248d4-2b16-4371-a4ea-b02652c63420 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 486/1024] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:36:10 2026] DELETE /v2.0/security-groups/32139005-de20-42d9-822b-76869463b3e3 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1025] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:36:10 2026] GET /v2.0/security-groups?tenant_id=3cf1b8a5f26445689783ad9d0690141a&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/1026] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:36:11 2026] DELETE /v2.0/security-groups/666354b7-22a9-4074-8488-e2b9da46b57c => 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: 540/1027] 10.0.0.186 () {34 vars in 990 bytes} [Thu Apr 23 03:36:11 2026] GET /v2.0/ports?device_id=1baa7077-5ee7-4730-9c39-693a046ff9e0 => generated 1240 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/1028] 10.0.0.186 () {34 vars in 1040 bytes} [Thu Apr 23 03:36:11 2026] GET /v2.0/security-groups?id=33f551cf-6dfe-477f-8465-ec739300d893&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:36:12.958 7 INFO neutron.db.segments_db [None req-d0b6b6c3-4fba-4ba0-b40e-abf3d0870dd8 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Added segment afcf2130-c016-4261-8b32-a8b1b729589e of type vxlan for network 72df365f-9993-47f8-88d7-3599b4b5db0a [pid: 7|app: 0|req: 541/1029] 10.0.0.170 () {34 vars in 671 bytes} [Thu Apr 23 03:36:12 2026] POST /v2.0/networks => generated 744 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/1030] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:36:13 2026] POST /v2.0/subnets => generated 691 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:36:13.285 7 INFO neutron.db.segments_db [None req-3eac3ee1-f4c2-4a60-a29f-821f28fc8ad9 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Added segment fefcda38-bb54-4eda-9359-e409ac93888b of type vxlan for network ead2c3b6-7305-43b7-bee5-210ab3e14d8e 2026-04-23 03:36:13.565 7 INFO neutron.db.l3_hamode_db [None req-3eac3ee1-f4c2-4a60-a29f-821f28fc8ad9 1e5a51e8a6464785a5c23a2b63e263b3 28cb463adb734d15b74537f1f7e2d933 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 03:36:14.422 7 INFO neutron.db.l3_hamode_db [None req-3eac3ee1-f4c2-4a60-a29f-821f28fc8ad9 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 03:36:14.689 8 WARNING neutron.db.securitygroups_db [None req-87211630-e32a-46a2-b7ae-4071e4212858 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 490/1031] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:36:14 2026] GET /v2.0/security-groups?tenant_id=674884631fcd4da8903d3279c0130aca&name=default => generated 2925 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/1032] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:36:14 2026] DELETE /v2.0/security-groups/0bca8488-a71d-443f-94db-5fccf3edb19e => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:36:15.475 8 WARNING neutron.db.securitygroups_db [None req-cdc5f5e5-990b-48d5-876e-229efd140fbc 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 542/1033] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:36:13 2026] POST /v2.0/routers => generated 731 bytes in 2317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1034] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:36:15 2026] GET /v2.0/security-groups?tenant_id=d848fadb168c44c1aba790682461c091&name=default => generated 2925 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/1035] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:36:15 2026] DELETE /v2.0/security-groups/16df8281-9ac1-4ad2-9297-dce6f6bad651 => 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: 543/1038] 10.0.0.170 () {34 vars in 783 bytes} [Thu Apr 23 03:36:15 2026] PUT /v2.0/routers/3a9933b2-0d9f-4fef-a3dd-98abcf1e5cd0/add_router_interface => generated 310 bytes in 1100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1039] 10.0.0.170 () {34 vars in 685 bytes} [Thu Apr 23 03:36:17 2026] POST /v2.0/security-groups => generated 1660 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1040] 10.0.0.170 () {34 vars in 695 bytes} [Thu Apr 23 03:36:17 2026] POST /v2.0/security-group-rules => generated 597 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1041] 10.0.0.170 () {34 vars in 695 bytes} [Thu Apr 23 03:36:17 2026] POST /v2.0/security-group-rules => generated 602 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:36:18.072 8 INFO neutron.db.segments_db [None req-f2291391-2e49-4234-98ae-e484d243d051 36b81c8a511349e7b85957718d611b6f 4d3cf63e040e44c6bb3f4fa86b6c927a - - default default] Added segment 1a1d7fe8-1598-4709-8322-37fb402f3f53 of type vxlan for network 347108c2-572b-43c4-931f-e7cb8302c676 2026-04-23 03:36:18.130 8 INFO neutron.db.segments_db [None req-f2291391-2e49-4234-98ae-e484d243d051 36b81c8a511349e7b85957718d611b6f 4d3cf63e040e44c6bb3f4fa86b6c927a - - default default] Added segment be350198-9424-4d2b-ad61-164f52aadebb of type vxlan for network ce12c594-617d-4197-b1b9-6ba85fb35f27 [pid: 7|app: 0|req: 545/1042] 10.0.0.170 () {34 vars in 676 bytes} [Thu Apr 23 03:36:17 2026] POST /v2.0/floatingips => generated 552 bytes in 655 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1043] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:36:17 2026] POST /v2.0/networks => generated 1246 bytes in 597 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1044] 10.0.0.170 () {32 vars in 649 bytes} [Thu Apr 23 03:36:18 2026] GET /v2.0/networks => generated 1845 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:36:18.484 8 WARNING neutron.db.securitygroups_db [None req-a6dae1c2-6520-490a-9ee3-87e8c06a7815 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 03:36:18.514 7 INFO neutron.services.segments.plugin [-] Segment 1a1d7fe8-1598-4709-8322-37fb402f3f53 resource provider aggregate not found 2026-04-23 03:36:18.519 7 INFO neutron.services.segments.plugin [-] Segment 1a1d7fe8-1598-4709-8322-37fb402f3f53 resource provider aggregate not found 2026-04-23 03:36:18.534 7 INFO neutron.services.segments.plugin [-] Segment 1a1d7fe8-1598-4709-8322-37fb402f3f53 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a1d7fe8-1598-4709-8322-37fb402f3f53 found for delete ", "request_id": "req-e700d4e1-6382-4ecd-b051-e5e7e104b93c"}]} 2026-04-23 03:36:18.543 7 INFO neutron.services.segments.plugin [-] Segment 1a1d7fe8-1598-4709-8322-37fb402f3f53 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a1d7fe8-1598-4709-8322-37fb402f3f53 found for delete ", "request_id": "req-0c243cb6-f2a6-4b4d-bec2-d62b958f06b3"}]} [pid: 7|app: 0|req: 547/1045] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:36:18 2026] DELETE /v2.0/networks/347108c2-572b-43c4-931f-e7cb8302c676 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/1046] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:36:18 2026] GET /v2.0/security-groups?tenant_id=349c8abf04924fde90f465fb71b5612c&name=default => generated 2925 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1047] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:36:18 2026] DELETE /v2.0/networks/ce12c594-617d-4197-b1b9-6ba85fb35f27 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1048] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:36:18 2026] DELETE /v2.0/security-groups/33d202e4-078c-497b-86d1-1875b119d617 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:36:18.755 8 WARNING neutron.db.securitygroups_db [req-c8997a69-d91a-4bea-bf66-33879b0e3a91 req-3d49ff2b-c529-407d-9492-9485856d8050 7ad57b867a084d9bb6799a6649ab79f5 28cb463adb734d15b74537f1f7e2d933 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 549/1049] 10.0.0.170 () {32 vars in 649 bytes} [Thu Apr 23 03:36:18 2026] GET /v2.0/networks => generated 651 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1050] 10.0.0.121 () {34 vars in 1100 bytes} [Thu Apr 23 03:36:18 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2036454117&fields=id&tenant_id=28cb463adb734d15b74537f1f7e2d933 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1051] 10.0.0.121 () {34 vars in 982 bytes} [Thu Apr 23 03:36:18 2026] GET /v2.0/networks?id=72df365f-9993-47f8-88d7-3599b4b5db0a => generated 676 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:36:18.844 7 INFO neutron.db.segments_db [None req-e64c61f4-7058-479b-b5de-816c8efb134a 36b81c8a511349e7b85957718d611b6f 4d3cf63e040e44c6bb3f4fa86b6c927a - - default default] Added segment 8352df1e-53e4-4bd5-a699-4424bab6c62c of type vxlan for network 640eed61-6c3d-4570-9ac9-1899e3067520 [pid: 8|app: 0|req: 503/1052] 10.0.0.121 () {34 vars in 965 bytes} [Thu Apr 23 03:36:18 2026] GET /v2.0/quotas/28cb463adb734d15b74537f1f7e2d933 => 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: 504/1053] 10.0.0.121 () {34 vars in 1002 bytes} [Thu Apr 23 03:36:18 2026] GET /v2.0/ports?tenant_id=28cb463adb734d15b74537f1f7e2d933&fields=id => generated 103 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1054] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:36:18 2026] POST /v2.0/networks => generated 653 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:36:19.000 8 INFO neutron.db.segments_db [None req-0e7158b4-6156-4c62-b00e-4301fedd37a0 36b81c8a511349e7b85957718d611b6f 4d3cf63e040e44c6bb3f4fa86b6c927a - - default default] Added segment 540c3eec-e4da-4ae3-a4c7-efbfa8879a15 of type vxlan for network c6dbfbd1-8d5c-4431-bd90-d046fb947887 [pid: 7|app: 0|req: 551/1055] 10.0.0.121 () {34 vars in 1008 bytes} [Thu Apr 23 03:36:18 2026] GET /v2.0/networks/72df365f-9993-47f8-88d7-3599b4b5db0a?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1056] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:36:18 2026] POST /v2.0/networks => generated 654 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1057] 10.0.0.121 () {34 vars in 1108 bytes} [Thu Apr 23 03:36:19 2026] GET /v2.0/networks/72df365f-9993-47f8-88d7-3599b4b5db0a?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: 553/1058] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:36:19 2026] GET /v2.0/ports?device_id=d38e01c9-e7ea-4207-bc51-47a886cdb9ac => 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: 506/1059] 10.0.0.170 () {34 vars in 665 bytes} [Thu Apr 23 03:36:19 2026] POST /v2.0/ports => generated 1506 bytes in 594 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1060] 10.0.0.170 () {32 vars in 643 bytes} [Thu Apr 23 03:36:19 2026] GET /v2.0/ports => generated 1506 bytes in 116 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-23 03:36:19.898 8 INFO neutron_taas.services.taas.taas_plugin [None req-ce85919d-a487-492c-b4e0-539ea7485299 36b81c8a511349e7b85957718d611b6f 4d3cf63e040e44c6bb3f4fa86b6c927a - - default default] TaaS: Handle Delete Port: d605b86e-bf32-4290-b619-a39b44422194 2026-04-23 03:36:19.901 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce85919d-a487-492c-b4e0-539ea7485299 36b81c8a511349e7b85957718d611b6f 4d3cf63e040e44c6bb3f4fa86b6c927a - - default default] Tap Mirror: Handle Delete Port: d605b86e-bf32-4290-b619-a39b44422194 [pid: 8|app: 0|req: 507/1061] 10.0.0.170 () {32 vars in 720 bytes} [Thu Apr 23 03:36:19 2026] DELETE /v2.0/ports/d605b86e-bf32-4290-b619-a39b44422194 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:36:20.081 7 INFO neutron_taas.services.taas.taas_plugin [None req-0cce8513-2d02-4154-82af-91d0289856da 36b81c8a511349e7b85957718d611b6f 4d3cf63e040e44c6bb3f4fa86b6c927a - - default default] TaaS: Handle Delete Port: 7448b6fd-0abf-44d6-8fd7-486387da4eed 2026-04-23 03:36:20.083 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0cce8513-2d02-4154-82af-91d0289856da 36b81c8a511349e7b85957718d611b6f 4d3cf63e040e44c6bb3f4fa86b6c927a - - default default] Tap Mirror: Handle Delete Port: 7448b6fd-0abf-44d6-8fd7-486387da4eed [pid: 7|app: 0|req: 555/1062] 10.0.0.170 () {32 vars in 720 bytes} [Thu Apr 23 03:36:19 2026] DELETE /v2.0/ports/7448b6fd-0abf-44d6-8fd7-486387da4eed => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1063] 10.0.0.170 () {32 vars in 643 bytes} [Thu Apr 23 03:36:20 2026] GET /v2.0/ports => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:36:20.246 7 INFO neutron.db.segments_db [None req-e2560e3f-7416-4745-8c78-87a9ecd765de 36b81c8a511349e7b85957718d611b6f 4d3cf63e040e44c6bb3f4fa86b6c927a - - default default] Added segment 61c768fe-2ef9-423a-928d-683d70088192 of type vxlan for network 3b96be2b-fd92-4174-8538-182313e09697 [pid: 7|app: 0|req: 556/1064] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:36:20 2026] POST /v2.0/networks => generated 654 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1065] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:36:20 2026] GET /v2.0/ports?device_id=d38e01c9-e7ea-4207-bc51-47a886cdb9ac => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:36:20.441 7 INFO neutron.db.segments_db [None req-9166b04f-c64f-41e7-830c-f8c87c00e860 36b81c8a511349e7b85957718d611b6f 4d3cf63e040e44c6bb3f4fa86b6c927a - - default default] Added segment 5e80debe-a47c-44d1-8df4-5dc2ebcb292e of type vxlan for network 393ace95-af40-45ed-90ee-7a159ae3730d [pid: 7|app: 0|req: 557/1066] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:36:20 2026] POST /v2.0/networks => generated 654 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:36:20.563 7 INFO neutron.services.segments.plugin [-] Segment be350198-9424-4d2b-ad61-164f52aadebb resource provider aggregate not found 2026-04-23 03:36:20.568 7 INFO neutron.services.segments.plugin [-] Segment be350198-9424-4d2b-ad61-164f52aadebb resource provider aggregate not found 2026-04-23 03:36:20.590 7 INFO neutron.services.segments.plugin [-] Segment be350198-9424-4d2b-ad61-164f52aadebb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be350198-9424-4d2b-ad61-164f52aadebb found for delete ", "request_id": "req-22fd640e-3704-4def-a11a-0350801edc2f"}]} 2026-04-23 03:36:20.591 7 INFO neutron.services.segments.plugin [-] Segment be350198-9424-4d2b-ad61-164f52aadebb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be350198-9424-4d2b-ad61-164f52aadebb found for delete ", "request_id": "req-3c4e03b8-4f8d-4646-a7f3-964c43ee527a"}]} [pid: 8|app: 0|req: 510/1067] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:36:20 2026] POST /v2.0/subnets => generated 1324 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1068] 10.0.0.170 () {32 vars in 647 bytes} [Thu Apr 23 03:36:21 2026] GET /v2.0/subnets => generated 1960 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1069] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:36:21 2026] GET /v2.0/ports?device_id=d38e01c9-e7ea-4207-bc51-47a886cdb9ac => 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: 511/1070] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:36:21 2026] DELETE /v2.0/subnets/310b5375-705a-45a7-aa46-6b80f76e32ef => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1071] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:36:21 2026] DELETE /v2.0/subnets/a45ce721-77fb-44ac-8ddb-adc766d4af60 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1072] 10.0.0.170 () {32 vars in 647 bytes} [Thu Apr 23 03:36:21 2026] GET /v2.0/subnets => generated 649 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1073] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:36:21 2026] DELETE /v2.0/networks/393ace95-af40-45ed-90ee-7a159ae3730d => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:36:21.988 8 INFO neutron.services.segments.plugin [-] Segment 61c768fe-2ef9-423a-928d-683d70088192 resource provider aggregate not found 2026-04-23 03:36:21.993 8 INFO neutron.services.segments.plugin [-] Segment 61c768fe-2ef9-423a-928d-683d70088192 resource provider aggregate not found 2026-04-23 03:36:22.005 8 INFO neutron.services.segments.plugin [-] Segment 61c768fe-2ef9-423a-928d-683d70088192 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61c768fe-2ef9-423a-928d-683d70088192 found for delete ", "request_id": "req-9f2112f5-1cbf-40ef-b400-ed1c9d12f26b"}]} 2026-04-23 03:36:22.013 8 INFO neutron.services.segments.plugin [-] Segment 61c768fe-2ef9-423a-928d-683d70088192 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61c768fe-2ef9-423a-928d-683d70088192 found for delete ", "request_id": "req-734b1823-0116-40d5-8bb2-d696f152a407"}]} [pid: 8|app: 0|req: 513/1074] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:36:21 2026] DELETE /v2.0/networks/3b96be2b-fd92-4174-8538-182313e09697 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:36:22.151 7 WARNING neutron.db.securitygroups_db [None req-d78ad299-6f1e-465b-9f14-9774ba38340f 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 514/1075] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:36:22 2026] DELETE /v2.0/networks/c6dbfbd1-8d5c-4431-bd90-d046fb947887 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1076] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:36:21 2026] GET /v2.0/security-groups?tenant_id=36ffa2c52440462d8b0a4086ee0ca724&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1077] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:36:22 2026] DELETE /v2.0/networks/640eed61-6c3d-4570-9ac9-1899e3067520 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1078] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:36:22 2026] DELETE /v2.0/security-groups/38ed409a-cb30-45b3-b38d-0c29a607a978 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:36:22.612 7 INFO neutron.services.segments.plugin [-] Segment 5e80debe-a47c-44d1-8df4-5dc2ebcb292e resource provider aggregate not found [pid: 8|app: 0|req: 516/1079] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:36:22 2026] GET /v2.0/ports?device_id=d38e01c9-e7ea-4207-bc51-47a886cdb9ac => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:36:22.612 7 INFO neutron.services.segments.plugin [-] Segment 5e80debe-a47c-44d1-8df4-5dc2ebcb292e resource provider aggregate not found 2026-04-23 03:36:22.634 7 INFO neutron.services.segments.plugin [-] Segment 5e80debe-a47c-44d1-8df4-5dc2ebcb292e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e80debe-a47c-44d1-8df4-5dc2ebcb292e found for delete ", "request_id": "req-be0c1df9-1d62-4898-8a62-2b78012d3dcd"}]} 2026-04-23 03:36:22.635 7 INFO neutron.services.segments.plugin [-] Segment 5e80debe-a47c-44d1-8df4-5dc2ebcb292e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e80debe-a47c-44d1-8df4-5dc2ebcb292e found for delete ", "request_id": "req-1567a810-fcce-4ad4-bcf8-88bab441cadc"}]} [pid: 7|app: 0|req: 564/1080] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:36:22 2026] GET /v2.0/ports?device_id=1baa7077-5ee7-4730-9c39-693a046ff9e0 => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1081] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:36:22 2026] GET /v2.0/security-groups?id=33f551cf-6dfe-477f-8465-ec739300d893&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-23 03:36:22.956 7 WARNING neutron.db.securitygroups_db [None req-7e5f51f4-ea9e-4aa6-a914-b0f3d95392e7 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 518/1082] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:36:22 2026] GET /v2.0/ports?device_id=1baa7077-5ee7-4730-9c39-693a046ff9e0 => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1083] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:36:22 2026] GET /v2.0/security-groups?tenant_id=4d3cf63e040e44c6bb3f4fa86b6c927a&name=default => generated 2925 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1084] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:36:22 2026] GET /v2.0/security-groups?id=33f551cf-6dfe-477f-8465-ec739300d893&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1085] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:36:22 2026] DELETE /v2.0/security-groups/1c39ebd7-4477-45d6-8bc6-26592b81307e => 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: 520/1086] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:36:23 2026] GET /v2.0/ports?device_id=1baa7077-5ee7-4730-9c39-693a046ff9e0 => 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: 567/1087] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:36:23 2026] GET /v2.0/security-groups?id=33f551cf-6dfe-477f-8465-ec739300d893&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1088] 199.204.45.25 () {34 vars in 985 bytes} [Thu Apr 23 03:36:23 2026] GET /v2.0/networks?id=72df365f-9993-47f8-88d7-3599b4b5db0a => generated 676 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:36:23.604 7 WARNING neutron.db.securitygroups_db [req-c8997a69-d91a-4bea-bf66-33879b0e3a91 req-b9dbc867-3554-42f4-ad07-c5cdbb94e71b 7ad57b867a084d9bb6799a6649ab79f5 28cb463adb734d15b74537f1f7e2d933 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 568/1089] 199.204.45.25 () {34 vars in 1049 bytes} [Thu Apr 23 03:36:23 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=28cb463adb734d15b74537f1f7e2d933 => generated 181 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1090] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:36:23 2026] GET /v2.0/ports?device_id=d38e01c9-e7ea-4207-bc51-47a886cdb9ac => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:36:24.030 8 INFO neutron.services.segments.plugin [-] Segment 540c3eec-e4da-4ae3-a4c7-efbfa8879a15 resource provider aggregate not found 2026-04-23 03:36:24.038 8 INFO neutron.services.segments.plugin [-] Segment 540c3eec-e4da-4ae3-a4c7-efbfa8879a15 resource provider aggregate not found 2026-04-23 03:36:24.061 8 INFO neutron.services.segments.plugin [-] Segment 540c3eec-e4da-4ae3-a4c7-efbfa8879a15 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 540c3eec-e4da-4ae3-a4c7-efbfa8879a15 found for delete ", "request_id": "req-9bfcac91-5538-4c17-a055-473ac61b2f07"}]} 2026-04-23 03:36:24.061 8 INFO neutron.services.segments.plugin [-] Segment 540c3eec-e4da-4ae3-a4c7-efbfa8879a15 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 540c3eec-e4da-4ae3-a4c7-efbfa8879a15 found for delete ", "request_id": "req-cf4a3772-e83a-46c9-acc5-5c622cf8e8e8"}]} [pid: 8|app: 0|req: 522/1091] 199.204.45.25 () {38 vars in 954 bytes} [Thu Apr 23 03:36:23 2026] POST /v2.0/ports => generated 954 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:36:24.083 8 INFO neutron.services.segments.plugin [-] Segment 8352df1e-53e4-4bd5-a699-4424bab6c62c resource provider aggregate not found 2026-04-23 03:36:24.087 8 INFO neutron.services.segments.plugin [-] Segment 8352df1e-53e4-4bd5-a699-4424bab6c62c resource provider aggregate not found 2026-04-23 03:36:24.105 8 INFO neutron.services.segments.plugin [-] Segment 8352df1e-53e4-4bd5-a699-4424bab6c62c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8352df1e-53e4-4bd5-a699-4424bab6c62c found for delete ", "request_id": "req-2fe8f453-70bc-4a4e-99e7-867828066eb5"}]} 2026-04-23 03:36:24.107 8 INFO neutron.services.segments.plugin [-] Segment 8352df1e-53e4-4bd5-a699-4424bab6c62c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8352df1e-53e4-4bd5-a699-4424bab6c62c found for delete ", "request_id": "req-2fbe48e2-5289-4bdf-adab-5cdb8d69b9ee"}]} [pid: 7|app: 0|req: 570/1092] 199.204.45.25 () {38 vars in 1027 bytes} [Thu Apr 23 03:36:24 2026] PUT /v2.0/ports/c207613c-a261-4daa-b02b-01bd441dcc6e => generated 1235 bytes in 372 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-23 03:36:24.490 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-dd826160-d12a-407b-9648-4858a71db0f5'] response: {'name': 'network-changed', 'server_uuid': 'd38e01c9-e7ea-4207-bc51-47a886cdb9ac', 'tag': 'c207613c-a261-4daa-b02b-01bd441dcc6e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 523/1093] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:36:24 2026] GET /v2.0/ports?device_id=1baa7077-5ee7-4730-9c39-693a046ff9e0 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 571/1094] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:36:24 2026] GET /v2.0/security-groups?id=33f551cf-6dfe-477f-8465-ec739300d893&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-23 03:36:24.734 8 WARNING neutron.db.securitygroups_db [None req-5b04961f-9316-4233-907a-2173cdbc690b 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 524/1095] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:36:24 2026] GET /v2.0/security-groups?tenant_id=4c4f87ea25574e36936f08e9478b217c&name=default => generated 2925 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1096] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:36:24 2026] GET /v2.0/ports?device_id=d38e01c9-e7ea-4207-bc51-47a886cdb9ac => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1097] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:36:24 2026] GET /v2.0/ports?tenant_id=4b808cc9151047b0ab0efbc1146c248b&device_id=1baa7077-5ee7-4730-9c39-693a046ff9e0 => generated 1240 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1098] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:36:24 2026] DELETE /v2.0/security-groups/24d140a5-251d-4c52-99bd-2be4d880318a => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1099] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:36:24 2026] GET /v2.0/security-groups?id=51a17504-8015-4f9d-a51b-f54fd910fc10&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1100] 199.204.45.25 () {34 vars in 985 bytes} [Thu Apr 23 03:36:24 2026] GET /v2.0/networks?id=01dd0b3e-78c3-4913-ba8d-f783731ce569 => generated 772 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1101] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:36:25 2026] GET /v2.0/ports?tenant_id=28cb463adb734d15b74537f1f7e2d933&device_id=d38e01c9-e7ea-4207-bc51-47a886cdb9ac => generated 1238 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:36:25.048 8 INFO neutron.db.segments_db [None req-2ac7aabc-5b31-4f00-be87-5d114c9a27de c4495b08ee6349f2b5aa0efe740b9e61 fb10c040b0b74d3994d1c70854647a94 - - default default] Added segment fd099f0b-40cc-4c70-b857-aea22bbef24f of type vxlan for network d2b2de5f-ca71-4e1a-8a7a-854fd8ee6d27 [pid: 7|app: 0|req: 578/1102] 199.204.45.25 () {34 vars in 1057 bytes} [Thu Apr 23 03:36:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=c06126b0-a868-46b7-bd30-6f6ccf80da30 => generated 860 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1103] 199.204.45.25 () {34 vars in 1017 bytes} [Thu Apr 23 03:36:25 2026] GET /v2.0/networks?tenant_id=28cb463adb734d15b74537f1f7e2d933&shared=False => generated 772 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1104] 199.204.45.25 () {34 vars in 983 bytes} [Thu Apr 23 03:36:25 2026] GET /v2.0/subnets?id=cda2f30f-ffd4-46cb-8cb9-f9da4361c48d => generated 694 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1105] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:36:24 2026] POST /v2.0/networks => generated 645 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1106] 199.204.45.25 () {34 vars in 929 bytes} [Thu Apr 23 03:36:25 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: 526/1107] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:36:25 2026] GET /v2.0/ports?network_id=01dd0b3e-78c3-4913-ba8d-f783731ce569&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: 527/1108] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:36:25 2026] GET /v2.0/networks/01dd0b3e-78c3-4913-ba8d-f783731ce569?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: 528/1109] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:36:25 2026] GET /v2.0/networks/01dd0b3e-78c3-4913-ba8d-f783731ce569?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: 582/1110] 10.0.0.170 () {34 vars in 665 bytes} [Thu Apr 23 03:36:25 2026] POST /v2.0/ports => generated 774 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:36:25.522 8 INFO neutron.db.segments_db [None req-4352ad72-be7d-42d3-9c45-5a990a0dd72a c4495b08ee6349f2b5aa0efe740b9e61 fb10c040b0b74d3994d1c70854647a94 - - default default] Added segment 3234862d-7c6a-4e07-b1c8-8438a8691319 of type vxlan for network 786bb735-cd0f-45a2-af71-c91221974929 [pid: 8|app: 0|req: 529/1111] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:36:25 2026] POST /v2.0/networks => generated 630 bytes in 185 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: 530/1112] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:36:25 2026] GET /v2.0/ports?device_id=1baa7077-5ee7-4730-9c39-693a046ff9e0 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1113] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:36:25 2026] GET /v2.0/security-groups?id=33f551cf-6dfe-477f-8465-ec739300d893&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1114] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:36:25 2026] POST /v2.0/subnets => generated 626 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1115] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:36:26 2026] GET /v2.0/ports?device_id=d38e01c9-e7ea-4207-bc51-47a886cdb9ac => 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: 585/1116] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:36:26 2026] GET /v2.0/security-groups?id=51a17504-8015-4f9d-a51b-f54fd910fc10&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: 586/1117] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:36:26 2026] GET /v2.0/ports?tenant_id=28cb463adb734d15b74537f1f7e2d933&device_id=d38e01c9-e7ea-4207-bc51-47a886cdb9ac => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1118] 199.204.45.25 () {34 vars in 1057 bytes} [Thu Apr 23 03:36:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=c207613c-a261-4daa-b02b-01bd441dcc6e => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1119] 199.204.45.25 () {34 vars in 983 bytes} [Thu Apr 23 03:36:26 2026] GET /v2.0/subnets?id=35b677eb-3cd7-4d01-8c6e-d6cbaafc1ad6 => generated 694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1120] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:36:26 2026] GET /v2.0/ports?network_id=72df365f-9993-47f8-88d7-3599b4b5db0a&device_owner=network%3Adhcp => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1121] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:36:26 2026] GET /v2.0/networks/72df365f-9993-47f8-88d7-3599b4b5db0a?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: 532/1122] 10.0.0.170 () {34 vars in 665 bytes} [Thu Apr 23 03:36:25 2026] POST /v2.0/ports => generated 953 bytes in 501 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: 591/1123] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:36:26 2026] GET /v2.0/networks/72df365f-9993-47f8-88d7-3599b4b5db0a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:36:26.569 8 INFO neutron_taas.services.taas.taas_plugin [None req-5a966d32-9392-4c1a-904a-84210f2cc399 c4495b08ee6349f2b5aa0efe740b9e61 fb10c040b0b74d3994d1c70854647a94 - - default default] TaaS: Handle Delete Port: 0d19da8f-9965-4c22-9a8a-b0310659cd29 2026-04-23 03:36:26.572 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a966d32-9392-4c1a-904a-84210f2cc399 c4495b08ee6349f2b5aa0efe740b9e61 fb10c040b0b74d3994d1c70854647a94 - - default default] Tap Mirror: Handle Delete Port: 0d19da8f-9965-4c22-9a8a-b0310659cd29 [pid: 8|app: 0|req: 533/1124] 10.0.0.170 () {32 vars in 720 bytes} [Thu Apr 23 03:36:26 2026] DELETE /v2.0/ports/0d19da8f-9965-4c22-9a8a-b0310659cd29 => generated 0 bytes in 255 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:36:26.738 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b1aff2cd-af93-449a-bea4-6b7806a403bb c4495b08ee6349f2b5aa0efe740b9e61 fb10c040b0b74d3994d1c70854647a94 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 592/1125] 10.0.0.170 () {32 vars in 720 bytes} [Thu Apr 23 03:36:26 2026] DELETE /v2.0/ports/0d19da8f-9965-4c22-9a8a-b0310659cd29 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 03:36:26.763 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7b558443-9c89-4511-8046-4173fb3bd414 c4495b08ee6349f2b5aa0efe740b9e61 fb10c040b0b74d3994d1c70854647a94 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 534/1126] 10.0.0.170 () {32 vars in 717 bytes} [Thu Apr 23 03:36:26 2026] GET /v2.0/ports/0d19da8f-9965-4c22-9a8a-b0310659cd29 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1127] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:36:26 2026] GET /v2.0/ports?device_id=1baa7077-5ee7-4730-9c39-693a046ff9e0 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1128] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:36:26 2026] GET /v2.0/security-groups?id=33f551cf-6dfe-477f-8465-ec739300d893&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1129] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:36:26 2026] DELETE /v2.0/subnets/1bf55623-71ab-463a-a7fc-86841b0eae3f => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:36:27.041 8 INFO neutron.services.segments.plugin [-] Segment 3234862d-7c6a-4e07-b1c8-8438a8691319 resource provider aggregate not found 2026-04-23 03:36:27.044 8 INFO neutron.services.segments.plugin [-] Segment 3234862d-7c6a-4e07-b1c8-8438a8691319 resource provider aggregate not found 2026-04-23 03:36:27.067 8 INFO neutron.services.segments.plugin [-] Segment 3234862d-7c6a-4e07-b1c8-8438a8691319 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3234862d-7c6a-4e07-b1c8-8438a8691319 found for delete ", "request_id": "req-e31ed6b4-fcaf-456a-99a0-b35ca6a01fa0"}]} 2026-04-23 03:36:27.071 8 INFO neutron.services.segments.plugin [-] Segment 3234862d-7c6a-4e07-b1c8-8438a8691319 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3234862d-7c6a-4e07-b1c8-8438a8691319 found for delete ", "request_id": "req-b4381819-6925-4dfd-86ad-6b38beedbfe7"}]} [pid: 8|app: 0|req: 537/1130] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:36:26 2026] DELETE /v2.0/networks/786bb735-cd0f-45a2-af71-c91221974929 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:36:27.139 7 INFO neutron.db.segments_db [None req-7b08dfde-0e33-4884-86a4-a8b91db87e6f c4495b08ee6349f2b5aa0efe740b9e61 fb10c040b0b74d3994d1c70854647a94 - - default default] Added segment e335618a-95ce-45e8-88af-e47b0b898d99 of type vxlan for network 2091d9f0-b0db-4382-8a3d-ecc18db77efd [pid: 7|app: 0|req: 594/1131] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:36:27 2026] POST /v2.0/networks => generated 632 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1132] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:36:27 2026] GET /v2.0/ports?device_id=d38e01c9-e7ea-4207-bc51-47a886cdb9ac => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1133] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:36:27 2026] GET /v2.0/security-groups?id=51a17504-8015-4f9d-a51b-f54fd910fc10&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: 595/1134] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:36:27 2026] POST /v2.0/subnets => generated 626 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1135] 10.0.0.170 () {34 vars in 665 bytes} [Thu Apr 23 03:36:27 2026] POST /v2.0/ports => generated 915 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:36:27.914 7 INFO neutron_taas.services.taas.taas_plugin [None req-a4169d80-1b1e-4481-822e-a328f38d7768 c4495b08ee6349f2b5aa0efe740b9e61 fb10c040b0b74d3994d1c70854647a94 - - default default] TaaS: Handle Delete Port: 9f1dcbd7-654a-45d2-80ce-731744c9bc04 2026-04-23 03:36:27.916 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4169d80-1b1e-4481-822e-a328f38d7768 c4495b08ee6349f2b5aa0efe740b9e61 fb10c040b0b74d3994d1c70854647a94 - - default default] Tap Mirror: Handle Delete Port: 9f1dcbd7-654a-45d2-80ce-731744c9bc04 [pid: 8|app: 0|req: 541/1136] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:36:27 2026] GET /v2.0/ports?device_id=1baa7077-5ee7-4730-9c39-693a046ff9e0 => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1137] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:36:28 2026] GET /v2.0/security-groups?id=33f551cf-6dfe-477f-8465-ec739300d893&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: 596/1138] 10.0.0.170 () {32 vars in 720 bytes} [Thu Apr 23 03:36:27 2026] DELETE /v2.0/ports/9f1dcbd7-654a-45d2-80ce-731744c9bc04 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:36:28.107 8 INFO neutron.pecan_wsgi.hooks.translation [None req-397af490-8d06-464f-92a5-45ab63649c7b c4495b08ee6349f2b5aa0efe740b9e61 fb10c040b0b74d3994d1c70854647a94 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 543/1139] 10.0.0.170 () {32 vars in 717 bytes} [Thu Apr 23 03:36:28 2026] GET /v2.0/ports/9f1dcbd7-654a-45d2-80ce-731744c9bc04 => 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: 597/1140] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:36:28 2026] DELETE /v2.0/subnets/1fe85588-6e99-44a1-accb-d59784a0a234 => 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: 544/1141] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:36:28 2026] DELETE /v2.0/networks/2091d9f0-b0db-4382-8a3d-ecc18db77efd => 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: 545/1142] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:36:28 2026] GET /v2.0/ports?device_id=d38e01c9-e7ea-4207-bc51-47a886cdb9ac => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1143] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:36:28 2026] GET /v2.0/security-groups?id=51a17504-8015-4f9d-a51b-f54fd910fc10&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1144] 10.0.0.170 () {34 vars in 665 bytes} [Thu Apr 23 03:36:28 2026] POST /v2.0/ports => generated 775 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1145] 10.0.0.170 () {34 vars in 737 bytes} [Thu Apr 23 03:36:28 2026] PUT /v2.0/ports/7b578126-b16d-4cfc-842a-cb694b0b25db => generated 752 bytes in 212 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-23 03:36:28.994 7 INFO neutron_taas.services.taas.taas_plugin [None req-8ede4c9e-6e52-4c4e-9173-012b78a6a7b3 c4495b08ee6349f2b5aa0efe740b9e61 fb10c040b0b74d3994d1c70854647a94 - - default default] TaaS: Handle Delete Port: 7b578126-b16d-4cfc-842a-cb694b0b25db 2026-04-23 03:36:29.001 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ede4c9e-6e52-4c4e-9173-012b78a6a7b3 c4495b08ee6349f2b5aa0efe740b9e61 fb10c040b0b74d3994d1c70854647a94 - - default default] Tap Mirror: Handle Delete Port: 7b578126-b16d-4cfc-842a-cb694b0b25db [pid: 7|app: 0|req: 599/1146] 10.0.0.170 () {32 vars in 720 bytes} [Thu Apr 23 03:36:28 2026] DELETE /v2.0/ports/7b578126-b16d-4cfc-842a-cb694b0b25db => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 03:36:29.110 8 INFO neutron.services.segments.plugin [-] Segment e335618a-95ce-45e8-88af-e47b0b898d99 resource provider aggregate not found 2026-04-23 03:36:29.114 8 INFO neutron.services.segments.plugin [-] Segment e335618a-95ce-45e8-88af-e47b0b898d99 resource provider aggregate not found 2026-04-23 03:36:29.133 8 INFO neutron.services.segments.plugin [-] Segment e335618a-95ce-45e8-88af-e47b0b898d99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e335618a-95ce-45e8-88af-e47b0b898d99 found for delete ", "request_id": "req-60e615b6-a64e-42f9-8a1d-e31964770427"}]} 2026-04-23 03:36:29.134 8 INFO neutron.services.segments.plugin [-] Segment e335618a-95ce-45e8-88af-e47b0b898d99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e335618a-95ce-45e8-88af-e47b0b898d99 found for delete ", "request_id": "req-5fb10e99-e564-4c4d-93d4-d50fd8c4b357"}]} [pid: 8|app: 0|req: 548/1147] 10.0.0.170 () {32 vars in 643 bytes} [Thu Apr 23 03:36:29 2026] GET /v2.0/ports => generated 777 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:36:29.162 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9613c8e0-fb26-4aba-af35-026e392a125c c4495b08ee6349f2b5aa0efe740b9e61 fb10c040b0b74d3994d1c70854647a94 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 600/1148] 10.0.0.170 () {32 vars in 717 bytes} [Thu Apr 23 03:36:29 2026] GET /v2.0/ports/7b578126-b16d-4cfc-842a-cb694b0b25db => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1149] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:36:29 2026] GET /v2.0/ports?device_id=1baa7077-5ee7-4730-9c39-693a046ff9e0 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1150] 10.0.0.170 () {32 vars in 643 bytes} [Thu Apr 23 03:36:29 2026] GET /v2.0/ports => generated 777 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1151] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:36:29 2026] GET /v2.0/security-groups?id=33f551cf-6dfe-477f-8465-ec739300d893&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1152] 10.0.0.170 () {32 vars in 717 bytes} [Thu Apr 23 03:36:29 2026] GET /v2.0/ports/9723a3b5-ff59-4dd6-a9da-f2a4d806ac6b => generated 774 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:36:29.283 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3cf0018d-dfc2-4777-8102-7431bea683ca c4495b08ee6349f2b5aa0efe740b9e61 fb10c040b0b74d3994d1c70854647a94 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 551/1153] 10.0.0.170 () {32 vars in 720 bytes} [Thu Apr 23 03:36:29 2026] DELETE /v2.0/ports/9f1dcbd7-654a-45d2-80ce-731744c9bc04 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 03:36:29.305 7 INFO neutron.pecan_wsgi.hooks.translation [None req-77d47452-de3e-4092-b239-315f2dcd547c c4495b08ee6349f2b5aa0efe740b9e61 fb10c040b0b74d3994d1c70854647a94 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 603/1154] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:36:29 2026] DELETE /v2.0/subnets/1fe85588-6e99-44a1-accb-d59784a0a234 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 03:36:29.325 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a4303de9-faec-4fbb-b7b8-ff1c4a5c507d c4495b08ee6349f2b5aa0efe740b9e61 fb10c040b0b74d3994d1c70854647a94 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 552/1155] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:36:29 2026] DELETE /v2.0/subnets/1bf55623-71ab-463a-a7fc-86841b0eae3f => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 03:36:29.425 7 INFO neutron_taas.services.taas.taas_plugin [None req-323f0f45-2527-432a-989d-562cca8a9a3d c4495b08ee6349f2b5aa0efe740b9e61 fb10c040b0b74d3994d1c70854647a94 - - default default] TaaS: Handle Delete Port: 9723a3b5-ff59-4dd6-a9da-f2a4d806ac6b 2026-04-23 03:36:29.427 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-323f0f45-2527-432a-989d-562cca8a9a3d c4495b08ee6349f2b5aa0efe740b9e61 fb10c040b0b74d3994d1c70854647a94 - - default default] Tap Mirror: Handle Delete Port: 9723a3b5-ff59-4dd6-a9da-f2a4d806ac6b [pid: 7|app: 0|req: 604/1156] 10.0.0.170 () {32 vars in 720 bytes} [Thu Apr 23 03:36:29 2026] DELETE /v2.0/ports/9723a3b5-ff59-4dd6-a9da-f2a4d806ac6b => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1157] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:36:29 2026] GET /v2.0/ports?device_id=d38e01c9-e7ea-4207-bc51-47a886cdb9ac => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:36:29.633 7 INFO neutron.services.segments.plugin [-] Segment fd099f0b-40cc-4c70-b857-aea22bbef24f resource provider aggregate not found 2026-04-23 03:36:29.636 7 INFO neutron.services.segments.plugin [-] Segment fd099f0b-40cc-4c70-b857-aea22bbef24f resource provider aggregate not found [pid: 8|app: 0|req: 554/1158] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:36:29 2026] GET /v2.0/security-groups?id=51a17504-8015-4f9d-a51b-f54fd910fc10&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:36:29.649 7 INFO neutron.services.segments.plugin [-] Segment fd099f0b-40cc-4c70-b857-aea22bbef24f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd099f0b-40cc-4c70-b857-aea22bbef24f found for delete ", "request_id": "req-d6bf4c93-bb94-4371-ad6f-2b2f04c04019"}]} 2026-04-23 03:36:29.650 7 INFO neutron.services.segments.plugin [-] Segment fd099f0b-40cc-4c70-b857-aea22bbef24f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd099f0b-40cc-4c70-b857-aea22bbef24f found for delete ", "request_id": "req-629ff90f-6edc-43d8-b32b-305dd7f801e5"}]} [pid: 7|app: 0|req: 605/1159] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:36:29 2026] DELETE /v2.0/networks/d2b2de5f-ca71-4e1a-8a7a-854fd8ee6d27 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1160] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:36:30 2026] GET /v2.0/ports?device_id=1baa7077-5ee7-4730-9c39-693a046ff9e0 => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1161] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:36:30 2026] GET /v2.0/security-groups?id=33f551cf-6dfe-477f-8465-ec739300d893&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:36:30.486 8 WARNING neutron.db.securitygroups_db [None req-3c01c3c8-fdd7-4bcf-830f-ddd856c62274 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 555/1162] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:36:30 2026] GET /v2.0/security-groups?tenant_id=fb10c040b0b74d3994d1c70854647a94&name=default => generated 2925 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1163] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:36:30 2026] DELETE /v2.0/security-groups/d9883969-fc44-4d7c-8522-14c02278d9b2 => 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: 556/1164] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:36:30 2026] GET /v2.0/ports?device_id=d38e01c9-e7ea-4207-bc51-47a886cdb9ac => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1165] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:36:30 2026] GET /v2.0/security-groups?id=51a17504-8015-4f9d-a51b-f54fd910fc10&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: 558/1168] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:36:31 2026] GET /v2.0/ports?device_id=1baa7077-5ee7-4730-9c39-693a046ff9e0 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1169] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:36:31 2026] GET /v2.0/security-groups?id=33f551cf-6dfe-477f-8465-ec739300d893&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1170] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:36:31 2026] GET /v2.0/ports?device_id=d38e01c9-e7ea-4207-bc51-47a886cdb9ac => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1171] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:36:31 2026] GET /v2.0/security-groups?id=51a17504-8015-4f9d-a51b-f54fd910fc10&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: 560/1172] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:36:32 2026] GET /v2.0/ports?device_id=d38e01c9-e7ea-4207-bc51-47a886cdb9ac => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:36:32.509 7 INFO neutron.db.l3_db [None req-973fc0bf-5913-4f5c-9e77-e673913f67e4 7ad57b867a084d9bb6799a6649ab79f5 28cb463adb734d15b74537f1f7e2d933 - - default default] Floating IP af30c056-993f-4b90-b2e4-2a49051c9d66 associated. External IP: 10.96.250.215, port: c207613c-a261-4daa-b02b-01bd441dcc6e. 2026-04-23 03:36:32.806 8 INFO neutron.db.segments_db [None req-26185a9a-be8a-491f-875e-f61a27ac2130 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] Added segment 2aa92aef-5db5-4502-a098-78e568e95865 of type vxlan for network 7ead812d-966f-4928-a961-9d31aa83bd88 [pid: 7|app: 0|req: 613/1173] 10.0.0.170 () {34 vars in 749 bytes} [Thu Apr 23 03:36:32 2026] PUT /v2.0/floatingips/af30c056-993f-4b90-b2e4-2a49051c9d66 => generated 855 bytes in 792 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1174] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:36:32 2026] POST /v2.0/networks => generated 633 bytes in 497 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1175] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:36:32 2026] GET /v2.0/ports?device_id=1baa7077-5ee7-4730-9c39-693a046ff9e0 => generated 969 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:36:32.989 8 INFO neutron.db.segments_db [None req-64ee7d12-ce08-4eb8-942f-c4778593e780 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] Added segment d34a3c10-d4e8-40a4-b500-7cd1f65f1397 of type vxlan for network f79cc259-1cf0-426d-9e5b-9efe856a936a [pid: 8|app: 0|req: 562/1176] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:36:32 2026] POST /v2.0/networks => generated 634 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1177] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:36:32 2026] GET /v2.0/ports?device_id=d38e01c9-e7ea-4207-bc51-47a886cdb9ac => generated 971 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1178] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:36:33 2026] GET /v2.0/security-groups?id=33f551cf-6dfe-477f-8465-ec739300d893&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: 564/1179] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:36:33 2026] GET /v2.0/security-groups?id=51a17504-8015-4f9d-a51b-f54fd910fc10&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:36:33.179 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8b3d88de-b433-4fa3-bf09-5b5b75913235'] response: {'name': 'network-changed', 'server_uuid': 'd38e01c9-e7ea-4207-bc51-47a886cdb9ac', 'tag': 'c207613c-a261-4daa-b02b-01bd441dcc6e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 616/1180] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:36:33 2026] POST /v2.0/subnets => generated 646 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1181] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:36:33 2026] GET /v2.0/ports?device_id=d38e01c9-e7ea-4207-bc51-47a886cdb9ac => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1182] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:36:33 2026] GET /v2.0/security-groups?id=51a17504-8015-4f9d-a51b-f54fd910fc10&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: 619/1184] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:36:33 2026] GET /v2.0/ports?tenant_id=28cb463adb734d15b74537f1f7e2d933&device_id=d38e01c9-e7ea-4207-bc51-47a886cdb9ac => generated 1240 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1184] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:36:33 2026] POST /v2.0/subnets => generated 655 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:36:33.789 7 INFO neutron.db.segments_db [None req-74c26843-1285-4e6b-97ab-a84406eedec5 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] Added segment 344026b6-fdf8-46d7-8d3b-efcf09129261 of type vxlan for network 051d65de-2cd3-43d1-8d94-2b72ed580912 [pid: 8|app: 0|req: 566/1185] 199.204.45.25 () {34 vars in 985 bytes} [Thu Apr 23 03:36:33 2026] GET /v2.0/networks?id=72df365f-9993-47f8-88d7-3599b4b5db0a => generated 772 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1186] 199.204.45.25 () {34 vars in 1057 bytes} [Thu Apr 23 03:36:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=c207613c-a261-4daa-b02b-01bd441dcc6e => generated 858 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1187] 199.204.45.25 () {34 vars in 983 bytes} [Thu Apr 23 03:36:33 2026] GET /v2.0/subnets?id=35b677eb-3cd7-4d01-8c6e-d6cbaafc1ad6 => generated 694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1188] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:36:33 2026] GET /v2.0/ports?network_id=72df365f-9993-47f8-88d7-3599b4b5db0a&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1189] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:36:33 2026] GET /v2.0/networks/72df365f-9993-47f8-88d7-3599b4b5db0a?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: 571/1190] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:36:34 2026] GET /v2.0/networks/72df365f-9993-47f8-88d7-3599b4b5db0a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:36:34.091 7 INFO neutron.db.l3_hamode_db [None req-74c26843-1285-4e6b-97ab-a84406eedec5 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 03:36:34.214 7 INFO neutron.db.l3_hamode_db [None req-74c26843-1285-4e6b-97ab-a84406eedec5 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 572/1191] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:36:34 2026] GET /v2.0/ports?device_id=1baa7077-5ee7-4730-9c39-693a046ff9e0 => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1192] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:36:34 2026] GET /v2.0/security-groups?id=33f551cf-6dfe-477f-8465-ec739300d893&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1193] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:36:34 2026] GET /v2.0/ports?device_id=d38e01c9-e7ea-4207-bc51-47a886cdb9ac => generated 971 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1194] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:36:34 2026] GET /v2.0/security-groups?id=51a17504-8015-4f9d-a51b-f54fd910fc10&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1195] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:36:33 2026] POST /v2.0/routers => generated 511 bytes in 1261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1196] 199.204.45.25 () {34 vars in 993 bytes} [Thu Apr 23 03:36:35 2026] GET /v2.0/ports?device_id=d38e01c9-e7ea-4207-bc51-47a886cdb9ac => 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: 622/1197] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:36:35 2026] GET /v2.0/ports?device_id=d38e01c9-e7ea-4207-bc51-47a886cdb9ac => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:36:36.010 7 INFO neutron_taas.services.taas.taas_plugin [req-4efe7e6e-d3fb-497b-ae33-9c6db4880a39 req-06875469-58bd-45fd-a93d-e90517b5e46b 7ad57b867a084d9bb6799a6649ab79f5 28cb463adb734d15b74537f1f7e2d933 - - default default] TaaS: Handle Delete Port: c207613c-a261-4daa-b02b-01bd441dcc6e 2026-04-23 03:36:36.013 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4efe7e6e-d3fb-497b-ae33-9c6db4880a39 req-06875469-58bd-45fd-a93d-e90517b5e46b 7ad57b867a084d9bb6799a6649ab79f5 28cb463adb734d15b74537f1f7e2d933 - - default default] Tap Mirror: Handle Delete Port: c207613c-a261-4daa-b02b-01bd441dcc6e [pid: 8|app: 0|req: 576/1198] 10.0.0.170 () {34 vars in 783 bytes} [Thu Apr 23 03:36:35 2026] PUT /v2.0/routers/c92a2434-e31e-4ffd-8ae3-7d571d6399cb/add_router_interface => generated 310 bytes in 1028 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1199] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:36:36 2026] GET /v2.0/security-groups?id=51a17504-8015-4f9d-a51b-f54fd910fc10&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: 578/1200] 10.0.0.170 () {32 vars in 717 bytes} [Thu Apr 23 03:36:36 2026] GET /v2.0/ports/47ae9f2e-54cb-442b-9f9b-a0fb48f70c14 => generated 959 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:36:36.164 7 INFO neutron.db.l3_db [req-4efe7e6e-d3fb-497b-ae33-9c6db4880a39 req-06875469-58bd-45fd-a93d-e90517b5e46b 7ad57b867a084d9bb6799a6649ab79f5 28cb463adb734d15b74537f1f7e2d933 - - default default] Floating IP af30c056-993f-4b90-b2e4-2a49051c9d66 disassociated. External IP: 10.96.250.215, port: c207613c-a261-4daa-b02b-01bd441dcc6e. [pid: 7|app: 0|req: 623/1201] 199.204.45.25 () {36 vars in 996 bytes} [Thu Apr 23 03:36:35 2026] DELETE /v2.0/ports/c207613c-a261-4daa-b02b-01bd441dcc6e => generated 0 bytes in 620 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:36:36.563 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0ba47ef9-1a75-4e18-8c91-06f12f0ec53f'] response: {'server_uuid': 'd38e01c9-e7ea-4207-bc51-47a886cdb9ac', 'name': 'network-vif-deleted', 'tag': 'c207613c-a261-4daa-b02b-01bd441dcc6e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 624/1202] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:36:37 2026] GET /v2.0/ports?device_id=d38e01c9-e7ea-4207-bc51-47a886cdb9ac => 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: 579/1203] 10.0.0.170 () {34 vars in 783 bytes} [Thu Apr 23 03:36:36 2026] PUT /v2.0/routers/c92a2434-e31e-4ffd-8ae3-7d571d6399cb/add_router_interface => generated 310 bytes in 1611 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1204] 10.0.0.170 () {32 vars in 717 bytes} [Thu Apr 23 03:36:37 2026] GET /v2.0/ports/ee2ee623-32ce-469d-a940-fc35dc32e94c => generated 967 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:36:38.176 8 INFO neutron_taas.services.taas.taas_plugin [None req-f3513221-7489-48ad-bcf1-b31cabaf5cae 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] TaaS: Handle Delete Port: ee2ee623-32ce-469d-a940-fc35dc32e94c 2026-04-23 03:36:38.180 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3513221-7489-48ad-bcf1-b31cabaf5cae 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] Tap Mirror: Handle Delete Port: ee2ee623-32ce-469d-a940-fc35dc32e94c [pid: 7|app: 0|req: 626/1205] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:36:38 2026] GET /v2.0/ports?device_id=d38e01c9-e7ea-4207-bc51-47a886cdb9ac => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1206] 10.0.0.170 () {34 vars in 789 bytes} [Thu Apr 23 03:36:37 2026] PUT /v2.0/routers/c92a2434-e31e-4ffd-8ae3-7d571d6399cb/remove_router_interface => generated 310 bytes in 765 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:36:39.006 7 INFO neutron_taas.services.taas.taas_plugin [None req-0e4acb92-f11b-4a66-a306-35c20936054b 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] TaaS: Handle Delete Port: 47ae9f2e-54cb-442b-9f9b-a0fb48f70c14 2026-04-23 03:36:39.012 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e4acb92-f11b-4a66-a306-35c20936054b 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] Tap Mirror: Handle Delete Port: 47ae9f2e-54cb-442b-9f9b-a0fb48f70c14 2026-04-23 03:36:39.101 8 WARNING neutron.db.securitygroups_db [None req-17594b32-c5d2-4d30-b5bf-959d47bb5af9 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 581/1207] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:36:38 2026] GET /v2.0/security-groups?tenant_id=0e5b8b27ecb74ad6aeca326abf4c48dd&name=default => generated 2925 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1208] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:36:39 2026] DELETE /v2.0/security-groups/5dab3613-6897-4e4c-a6e8-817c02a91a75 => 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: 583/1209] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:36:39 2026] GET /v2.0/ports?device_id=d38e01c9-e7ea-4207-bc51-47a886cdb9ac => 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: 627/1210] 10.0.0.170 () {34 vars in 789 bytes} [Thu Apr 23 03:36:38 2026] PUT /v2.0/routers/c92a2434-e31e-4ffd-8ae3-7d571d6399cb/remove_router_interface => generated 310 bytes in 858 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1211] 10.0.0.170 () {32 vars in 736 bytes} [Thu Apr 23 03:36:39 2026] GET /v2.0/ports?device_id=c92a2434-e31e-4ffd-8ae3-7d571d6399cb => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:36:39.651 7 INFO neutron_taas.services.taas.taas_plugin [None req-0a4cec72-76e3-4389-90cb-23a59bff4cf4 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] TaaS: Handle Delete Port: 67bba7b3-42fc-421f-a3f2-34d93e12d3dd 2026-04-23 03:36:39.653 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a4cec72-76e3-4389-90cb-23a59bff4cf4 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] Tap Mirror: Handle Delete Port: 67bba7b3-42fc-421f-a3f2-34d93e12d3dd 2026-04-23 03:36:40.006 7 INFO neutron.services.segments.plugin [-] Segment 344026b6-fdf8-46d7-8d3b-efcf09129261 resource provider aggregate not found 2026-04-23 03:36:40.007 7 INFO neutron.services.segments.plugin [-] Segment 344026b6-fdf8-46d7-8d3b-efcf09129261 resource provider aggregate not found 2026-04-23 03:36:40.024 7 INFO neutron.db.l3_hamode_db [None req-0a4cec72-76e3-4389-90cb-23a59bff4cf4 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] HA network 051d65de-2cd3-43d1-8d94-2b72ed580912 was deleted as no HA routers are present in project 525a74b932fe4c53b0bf054f02ba6c63. [pid: 7|app: 0|req: 628/1212] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:36:39 2026] DELETE /v2.0/routers/c92a2434-e31e-4ffd-8ae3-7d571d6399cb => generated 0 bytes in 538 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:36:40.040 7 INFO neutron.services.segments.plugin [-] Segment 344026b6-fdf8-46d7-8d3b-efcf09129261 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 344026b6-fdf8-46d7-8d3b-efcf09129261 found for delete ", "request_id": "req-c0ddca3e-0ddf-41e9-b77f-3ef5a9952c00"}]} 2026-04-23 03:36:40.041 7 INFO neutron.services.segments.plugin [-] Segment 344026b6-fdf8-46d7-8d3b-efcf09129261 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 344026b6-fdf8-46d7-8d3b-efcf09129261 found for delete ", "request_id": "req-fa1810c3-a297-4b0f-859e-1f32bd058577"}]} [pid: 8|app: 0|req: 585/1213] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:36:40 2026] DELETE /v2.0/subnets/54532541-a0ba-4ec4-bd84-6de0aafa9b1c => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1214] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:36:40 2026] DELETE /v2.0/subnets/6197e4b7-3c5d-468f-ab19-6df081fe8cdf => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:36:40.448 8 INFO neutron_taas.services.taas.taas_plugin [None req-c35e4db4-e228-4b52-93f4-a8f6c2b8999b 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] TaaS: Handle Delete Port: 2141f8f8-8baf-4c16-8446-1a6d4c86733c 2026-04-23 03:36:40.450 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c35e4db4-e228-4b52-93f4-a8f6c2b8999b 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] Tap Mirror: Handle Delete Port: 2141f8f8-8baf-4c16-8446-1a6d4c86733c 2026-04-23 03:36:40.647 8 INFO neutron.services.segments.plugin [-] Segment d34a3c10-d4e8-40a4-b500-7cd1f65f1397 resource provider aggregate not found 2026-04-23 03:36:40.652 8 INFO neutron.services.segments.plugin [-] Segment d34a3c10-d4e8-40a4-b500-7cd1f65f1397 resource provider aggregate not found 2026-04-23 03:36:40.668 8 INFO neutron.services.segments.plugin [-] Segment d34a3c10-d4e8-40a4-b500-7cd1f65f1397 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d34a3c10-d4e8-40a4-b500-7cd1f65f1397 found for delete ", "request_id": "req-ab44f49b-d100-4230-9a99-5f2f3553c1ce"}]} 2026-04-23 03:36:40.671 8 INFO neutron.services.segments.plugin [-] Segment d34a3c10-d4e8-40a4-b500-7cd1f65f1397 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d34a3c10-d4e8-40a4-b500-7cd1f65f1397 found for delete ", "request_id": "req-b0134bb8-5436-4948-a819-c49c42fc98b3"}]} [pid: 7|app: 0|req: 630/1215] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:36:40 2026] DELETE /v2.0/security-groups/51a17504-8015-4f9d-a51b-f54fd910fc10 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1216] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:36:40 2026] DELETE /v2.0/networks/f79cc259-1cf0-426d-9e5b-9efe856a936a => generated 0 bytes in 340 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:36:40.697 7 INFO neutron.api.v2.resource [None req-8b495688-ce46-4cd9-8762-980bda427913 7ad57b867a084d9bb6799a6649ab79f5 28cb463adb734d15b74537f1f7e2d933 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 631/1217] 10.0.0.170 () {32 vars in 737 bytes} [Thu Apr 23 03:36:40 2026] GET /v2.0/security-groups/51a17504-8015-4f9d-a51b-f54fd910fc10 => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 03:36:40.798 8 INFO neutron_taas.services.taas.taas_plugin [None req-72cffcbb-f6d7-425a-b18f-6f7a4f06e233 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] TaaS: Handle Delete Port: 1c29e72b-7060-4813-93dc-8c1a7779c1a2 2026-04-23 03:36:40.802 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-72cffcbb-f6d7-425a-b18f-6f7a4f06e233 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] Tap Mirror: Handle Delete Port: 1c29e72b-7060-4813-93dc-8c1a7779c1a2 2026-04-23 03:36:40.834 7 INFO neutron_taas.services.taas.taas_plugin [None req-4d0f1c3c-75eb-42dc-b86e-e745b6d6d4e9 7ad57b867a084d9bb6799a6649ab79f5 28cb463adb734d15b74537f1f7e2d933 - - default default] TaaS: Handle Delete Port: d4fb5749-afe8-4496-80ef-10daa6fea45d 2026-04-23 03:36:40.838 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d0f1c3c-75eb-42dc-b86e-e745b6d6d4e9 7ad57b867a084d9bb6799a6649ab79f5 28cb463adb734d15b74537f1f7e2d933 - - default default] Tap Mirror: Handle Delete Port: d4fb5749-afe8-4496-80ef-10daa6fea45d [pid: 8|app: 0|req: 587/1218] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:36:40 2026] DELETE /v2.0/networks/7ead812d-966f-4928-a961-9d31aa83bd88 => generated 0 bytes in 318 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1219] 10.0.0.170 () {32 vars in 732 bytes} [Thu Apr 23 03:36:40 2026] DELETE /v2.0/floatingips/af30c056-993f-4b90-b2e4-2a49051c9d66 => generated 0 bytes in 321 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:36:41.066 8 INFO neutron.db.segments_db [None req-eb81433e-6735-4dec-a25d-1665bc62b7d4 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] Added segment 9cef9b7a-3515-48f2-9a43-d2276317ef5b of type vxlan for network 7c2c9a6d-b2b0-4da1-abfa-e3dbf6c9cf92 [pid: 8|app: 0|req: 588/1220] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:36:41 2026] POST /v2.0/networks => generated 633 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1221] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:36:41 2026] POST /v2.0/subnets => generated 646 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:36:41.419 7 INFO neutron_taas.services.taas.taas_plugin [None req-91e1d2f7-d69a-4aab-be27-4277a743265f 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: 79412197-dc9c-4259-8a14-f94cd0a58d23 2026-04-23 03:36:41.423 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91e1d2f7-d69a-4aab-be27-4277a743265f 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: 79412197-dc9c-4259-8a14-f94cd0a58d23 2026-04-23 03:36:41.440 8 INFO neutron.db.segments_db [None req-e0a6e52b-a276-48d5-9aae-f6a0a2e31ff0 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] Added segment be98878b-c8ab-4891-81d0-9cb17d3c477a of type vxlan for network 80c28509-e1bb-4415-8cd0-22237ea88c18 2026-04-23 03:36:41.683 8 INFO neutron.db.l3_hamode_db [None req-e0a6e52b-a276-48d5-9aae-f6a0a2e31ff0 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 03:36:41.797 8 INFO neutron.db.l3_hamode_db [None req-e0a6e52b-a276-48d5-9aae-f6a0a2e31ff0 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 633/1222] 10.0.0.170 () {34 vars in 789 bytes} [Thu Apr 23 03:36:41 2026] PUT /v2.0/routers/3a9933b2-0d9f-4fef-a3dd-98abcf1e5cd0/remove_router_interface => generated 310 bytes in 971 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:36:42.227 7 INFO neutron_taas.services.taas.taas_plugin [None req-b068ffe4-611b-4189-af5e-5bcbe1992922 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: 1b86d9eb-fc74-4747-a856-3f90fb27bd99 2026-04-23 03:36:42.231 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b068ffe4-611b-4189-af5e-5bcbe1992922 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: 1b86d9eb-fc74-4747-a856-3f90fb27bd99 [pid: 8|app: 0|req: 590/1223] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:36:41 2026] POST /v2.0/routers => generated 511 bytes in 983 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:36:42.552 7 INFO neutron_taas.services.taas.taas_plugin [None req-b068ffe4-611b-4189-af5e-5bcbe1992922 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: 17136182-4ed9-45e7-b4b7-d3cc47107943 2026-04-23 03:36:42.554 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b068ffe4-611b-4189-af5e-5bcbe1992922 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: 17136182-4ed9-45e7-b4b7-d3cc47107943 2026-04-23 03:36:42.690 8 INFO neutron.services.segments.plugin [-] Segment 2aa92aef-5db5-4502-a098-78e568e95865 resource provider aggregate not found 2026-04-23 03:36:42.693 8 INFO neutron.services.segments.plugin [-] Segment 2aa92aef-5db5-4502-a098-78e568e95865 resource provider aggregate not found 2026-04-23 03:36:42.712 8 INFO neutron.services.segments.plugin [-] Segment 2aa92aef-5db5-4502-a098-78e568e95865 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2aa92aef-5db5-4502-a098-78e568e95865 found for delete ", "request_id": "req-e1a5c3e9-47c9-4fe5-b345-ac57ffcf3f94"}]} 2026-04-23 03:36:42.712 8 INFO neutron.services.segments.plugin [-] Segment 2aa92aef-5db5-4502-a098-78e568e95865 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2aa92aef-5db5-4502-a098-78e568e95865 found for delete ", "request_id": "req-0d412c6d-d4ec-4893-b70c-94ce542ee369"}]} [pid: 8|app: 0|req: 591/1224] 10.0.0.170 () {34 vars in 665 bytes} [Thu Apr 23 03:36:42 2026] POST /v2.0/ports => generated 959 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 03:36:42.921 7 INFO neutron.services.segments.plugin [-] Segment fefcda38-bb54-4eda-9359-e409ac93888b resource provider aggregate not found 2026-04-23 03:36:42.925 7 INFO neutron.services.segments.plugin [-] Segment fefcda38-bb54-4eda-9359-e409ac93888b resource provider aggregate not found 2026-04-23 03:36:42.946 7 INFO neutron.services.segments.plugin [-] Segment fefcda38-bb54-4eda-9359-e409ac93888b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fefcda38-bb54-4eda-9359-e409ac93888b found for delete ", "request_id": "req-5c6656ae-7268-4e66-989f-e077a89a816f"}]} 2026-04-23 03:36:42.948 7 INFO neutron.services.segments.plugin [-] Segment fefcda38-bb54-4eda-9359-e409ac93888b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fefcda38-bb54-4eda-9359-e409ac93888b found for delete ", "request_id": "req-d20cf188-2367-4061-997d-420a57866bbc"}]} 2026-04-23 03:36:42.959 7 INFO neutron.db.l3_hamode_db [None req-b068ffe4-611b-4189-af5e-5bcbe1992922 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] HA network ead2c3b6-7305-43b7-bee5-210ab3e14d8e was deleted as no HA routers are present in project 28cb463adb734d15b74537f1f7e2d933. [pid: 7|app: 0|req: 634/1225] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:36:42 2026] DELETE /v2.0/routers/3a9933b2-0d9f-4fef-a3dd-98abcf1e5cd0 => generated 0 bytes in 957 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1226] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:36:42 2026] DELETE /v2.0/subnets/35b677eb-3cd7-4d01-8c6e-d6cbaafc1ad6 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:36:43.191 7 INFO neutron_taas.services.taas.taas_plugin [None req-94308db7-a637-4a37-bf18-ea635334d4d9 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: 97496eec-e342-439a-917c-5d055dc2c18f 2026-04-23 03:36:43.194 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94308db7-a637-4a37-bf18-ea635334d4d9 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: 97496eec-e342-439a-917c-5d055dc2c18f [pid: 7|app: 0|req: 636/1227] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:36:43 2026] DELETE /v2.0/networks/72df365f-9993-47f8-88d7-3599b4b5db0a => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1228] 10.0.0.170 () {34 vars in 783 bytes} [Thu Apr 23 03:36:42 2026] PUT /v2.0/routers/deaa3797-2422-4970-867e-714818c87d3b/add_router_interface => generated 310 bytes in 1077 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-23 03:36:43.820 8 WARNING neutron.db.securitygroups_db [None req-d1c73142-3ae0-49d2-ac75-796b25afdf3e 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 593/1229] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:36:43 2026] GET /v2.0/security-groups?tenant_id=28cb463adb734d15b74537f1f7e2d933&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:36:43.876 7 INFO neutron.db.segments_db [None req-fafb96ab-7129-4182-9b15-01177d7d5830 b3de7a1c62e241b39babe1c0bb5f2bf2 ec8650405f174673a13dbd275fbbec0d - - default default] Added segment 5625cd28-5cff-4717-8a85-4ab80351c502 of type vxlan for network fb0f429d-709f-424e-8050-bc7ae31c5d51 [pid: 8|app: 0|req: 594/1230] 10.0.0.170 () {32 vars in 717 bytes} [Thu Apr 23 03:36:43 2026] GET /v2.0/ports/7ad804ea-da63-43c2-a880-668342c5c487 => generated 1033 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1231] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:36:43 2026] POST /v2.0/networks => generated 632 bytes in 493 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1232] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:36:43 2026] DELETE /v2.0/security-groups/ddc85401-9355-422b-9e96-7251a571ef5d => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1233] 10.0.0.186 () {34 vars in 990 bytes} [Thu Apr 23 03:36:44 2026] GET /v2.0/ports?device_id=1baa7077-5ee7-4730-9c39-693a046ff9e0 => generated 1240 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:36:44.113 8 INFO neutron.db.segments_db [None req-a6295cfc-0f4e-4adb-a20b-927278558041 b3de7a1c62e241b39babe1c0bb5f2bf2 ec8650405f174673a13dbd275fbbec0d - - default default] Added segment a422efa3-299d-45c3-9208-cdf93823b94b of type vxlan for network c2dc7fee-2297-4b0d-9648-ba14789c1176 [pid: 8|app: 0|req: 597/1234] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:36:44 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) [pid: 8|app: 0|req: 598/1235] 10.0.0.186 () {34 vars in 1040 bytes} [Thu Apr 23 03:36:44 2026] GET /v2.0/security-groups?id=33f551cf-6dfe-477f-8465-ec739300d893&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:36:44.264 8 INFO neutron.db.segments_db [None req-7ce66553-b926-4f3f-b491-3e206f753eda b3de7a1c62e241b39babe1c0bb5f2bf2 ec8650405f174673a13dbd275fbbec0d - - default default] Added segment eb4f9b88-28f8-476b-ad94-43f031357de3 of type vxlan for network dd3ebd83-3015-4670-9eaa-3f8c49d7977e 2026-04-23 03:36:44.334 7 INFO neutron_taas.services.taas.taas_plugin [None req-46f08a9f-fe6a-4557-a5d4-87d7746be170 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] TaaS: Handle Delete Port: 7ad804ea-da63-43c2-a880-668342c5c487 2026-04-23 03:36:44.337 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-46f08a9f-fe6a-4557-a5d4-87d7746be170 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] Tap Mirror: Handle Delete Port: 7ad804ea-da63-43c2-a880-668342c5c487 [pid: 8|app: 0|req: 599/1236] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:36:44 2026] POST /v2.0/networks => generated 630 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:36:44.402 8 INFO neutron.db.segments_db [None req-404f39a8-a1ea-4b2d-9fec-fb677dba70cf b3de7a1c62e241b39babe1c0bb5f2bf2 ec8650405f174673a13dbd275fbbec0d - - default default] Added segment d6a23b03-99ec-443b-9028-da04757f0fde of type vxlan for network 05379ebd-f743-4e0f-bcfb-605672084a09 [pid: 8|app: 0|req: 600/1237] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:36:44 2026] POST /v2.0/networks => generated 631 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:36:44.524 8 INFO neutron.db.segments_db [None req-8276c2f0-253b-4285-a23a-2f45c79950dc b3de7a1c62e241b39babe1c0bb5f2bf2 ec8650405f174673a13dbd275fbbec0d - - default default] Added segment 6e608652-7dce-4708-a9bb-092a7a04ba7e of type vxlan for network 103e4761-0497-4cca-a117-7347d9d3f6c0 [pid: 8|app: 0|req: 601/1238] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:36:44 2026] POST /v2.0/networks => generated 632 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1239] 10.0.0.170 () {34 vars in 753 bytes} [Thu Apr 23 03:36:44 2026] PUT /v2.0/networks/fb0f429d-709f-424e-8050-bc7ae31c5d51/tags => generated 17 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1240] 10.0.0.170 () {34 vars in 753 bytes} [Thu Apr 23 03:36:44 2026] PUT /v2.0/networks/c2dc7fee-2297-4b0d-9648-ba14789c1176/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1241] 10.0.0.170 () {34 vars in 789 bytes} [Thu Apr 23 03:36:44 2026] PUT /v2.0/routers/deaa3797-2422-4970-867e-714818c87d3b/remove_router_interface => generated 310 bytes in 744 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: 604/1242] 10.0.0.170 () {34 vars in 753 bytes} [Thu Apr 23 03:36:44 2026] PUT /v2.0/networks/dd3ebd83-3015-4670-9eaa-3f8c49d7977e/tags => generated 34 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1243] 10.0.0.170 () {34 vars in 753 bytes} [Thu Apr 23 03:36:44 2026] PUT /v2.0/networks/05379ebd-f743-4e0f-bcfb-605672084a09/tags => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1244] 10.0.0.170 () {32 vars in 666 bytes} [Thu Apr 23 03:36:44 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:36:44.884 7 INFO neutron.api.v2.resource [None req-183aabd3-d78d-4415-9587-ad806a58afbf 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 639/1245] 10.0.0.170 () {34 vars in 789 bytes} [Thu Apr 23 03:36:44 2026] PUT /v2.0/routers/deaa3797-2422-4970-867e-714818c87d3b/remove_router_interface => generated 197 bytes in 133 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1246] 10.0.0.170 () {32 vars in 736 bytes} [Thu Apr 23 03:36:44 2026] GET /v2.0/ports?device_id=deaa3797-2422-4970-867e-714818c87d3b => 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: 607/1247] 10.0.0.170 () {32 vars in 680 bytes} [Thu Apr 23 03:36:44 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:36:44.966 7 INFO neutron.services.segments.plugin [-] Segment afcf2130-c016-4261-8b32-a8b1b729589e resource provider aggregate not found 2026-04-23 03:36:44.972 7 INFO neutron.services.segments.plugin [-] Segment afcf2130-c016-4261-8b32-a8b1b729589e resource provider aggregate not found [pid: 8|app: 0|req: 608/1248] 10.0.0.170 () {32 vars in 676 bytes} [Thu Apr 23 03:36:44 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:36:44.998 7 INFO neutron.services.segments.plugin [-] Segment afcf2130-c016-4261-8b32-a8b1b729589e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afcf2130-c016-4261-8b32-a8b1b729589e found for delete ", "request_id": "req-d4030a9a-bb98-4ff6-8acf-06ca148b750e"}]} 2026-04-23 03:36:44.998 7 INFO neutron.services.segments.plugin [-] Segment afcf2130-c016-4261-8b32-a8b1b729589e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afcf2130-c016-4261-8b32-a8b1b729589e found for delete ", "request_id": "req-309bff43-540e-4797-b78c-7e5faf093368"}]} [pid: 8|app: 0|req: 609/1249] 10.0.0.170 () {32 vars in 688 bytes} [Thu Apr 23 03:36:44 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1250] 10.0.0.170 () {32 vars in 674 bytes} [Thu Apr 23 03:36:45 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:36:45.112 7 INFO neutron_taas.services.taas.taas_plugin [None req-59aab2b5-5dfc-4294-b7e7-28c2fa14fcc7 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] TaaS: Handle Delete Port: 02d3f3f5-e2c2-4b20-94ef-9307ece6b023 2026-04-23 03:36:45.116 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59aab2b5-5dfc-4294-b7e7-28c2fa14fcc7 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] Tap Mirror: Handle Delete Port: 02d3f3f5-e2c2-4b20-94ef-9307ece6b023 [pid: 8|app: 0|req: 611/1251] 10.0.0.170 () {32 vars in 688 bytes} [Thu Apr 23 03:36:45 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1252] 10.0.0.170 () {32 vars in 684 bytes} [Thu Apr 23 03:36:45 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1253] 10.0.0.170 () {32 vars in 696 bytes} [Thu Apr 23 03:36:45 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:36:45.406 8 INFO neutron.services.segments.plugin [-] Segment 5625cd28-5cff-4717-8a85-4ab80351c502 resource provider aggregate not found 2026-04-23 03:36:45.411 8 INFO neutron.services.segments.plugin [-] Segment 5625cd28-5cff-4717-8a85-4ab80351c502 resource provider aggregate not found 2026-04-23 03:36:45.429 8 INFO neutron.services.segments.plugin [-] Segment 5625cd28-5cff-4717-8a85-4ab80351c502 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5625cd28-5cff-4717-8a85-4ab80351c502 found for delete ", "request_id": "req-0e673c94-878f-4f5b-8b75-d3167c26f5c6"}]} 2026-04-23 03:36:45.432 8 INFO neutron.services.segments.plugin [-] Segment 5625cd28-5cff-4717-8a85-4ab80351c502 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5625cd28-5cff-4717-8a85-4ab80351c502 found for delete ", "request_id": "req-dbd40a4e-4ec9-4f15-bee4-46a860c1cf83"}]} [pid: 8|app: 0|req: 614/1254] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:36:45 2026] DELETE /v2.0/networks/fb0f429d-709f-424e-8050-bc7ae31c5d51 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:36:45.463 7 INFO neutron.db.l3_hamode_db [None req-59aab2b5-5dfc-4294-b7e7-28c2fa14fcc7 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] HA network 80c28509-e1bb-4415-8cd0-22237ea88c18 was deleted as no HA routers are present in project 525a74b932fe4c53b0bf054f02ba6c63. [pid: 7|app: 0|req: 641/1255] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:36:44 2026] DELETE /v2.0/routers/deaa3797-2422-4970-867e-714818c87d3b => generated 0 bytes in 556 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1256] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:36:45 2026] DELETE /v2.0/subnets/2a2a44e0-72ac-4ce2-9286-4fbcdfd96e97 => 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: 615/1257] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:36:45 2026] DELETE /v2.0/networks/c2dc7fee-2297-4b0d-9648-ba14789c1176 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1258] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:36:45 2026] DELETE /v2.0/networks/dd3ebd83-3015-4670-9eaa-3f8c49d7977e => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1259] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:36:45 2026] DELETE /v2.0/networks/7c2c9a6d-b2b0-4da1-abfa-e3dbf6c9cf92 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:36:45.794 7 INFO neutron.db.segments_db [None req-f5d2e2a4-6bdb-45f8-92ed-4a3ab9945f47 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] Added segment 42ea2378-bc73-4820-bcb2-fc5fd136f7e6 of type vxlan for network 2125f8b3-d5f4-4d98-9458-c7f93bd0afcc [pid: 8|app: 0|req: 617/1260] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:36:45 2026] DELETE /v2.0/networks/05379ebd-f743-4e0f-bcfb-605672084a09 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1261] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:36:45 2026] POST /v2.0/networks => generated 632 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1262] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:36:45 2026] DELETE /v2.0/networks/103e4761-0497-4cca-a117-7347d9d3f6c0 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1263] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:36:45 2026] POST /v2.0/subnets => generated 646 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:36:46.247 8 INFO neutron.db.segments_db [None req-4bd0db96-8792-4eea-99f8-93ecfabbd4a0 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] Added segment 39e26585-38a6-4e94-92a2-1d115ba54fe5 of type vxlan for network c7dce7da-c20c-4c2a-aea7-b6bdca720902 2026-04-23 03:36:46.518 8 INFO neutron.db.l3_hamode_db [None req-4bd0db96-8792-4eea-99f8-93ecfabbd4a0 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 03:36:46.655 8 INFO neutron.db.l3_hamode_db [None req-4bd0db96-8792-4eea-99f8-93ecfabbd4a0 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 03:36:46.994 7 WARNING neutron.db.securitygroups_db [None req-f085061c-e1dc-4cf4-b1b5-0463ea783bc3 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 03:36:47.022 7 INFO neutron.services.segments.plugin [-] Segment be98878b-c8ab-4891-81d0-9cb17d3c477a resource provider aggregate not found 2026-04-23 03:36:47.023 7 INFO neutron.services.segments.plugin [-] Segment be98878b-c8ab-4891-81d0-9cb17d3c477a resource provider aggregate not found 2026-04-23 03:36:47.042 7 INFO neutron.services.segments.plugin [-] Segment be98878b-c8ab-4891-81d0-9cb17d3c477a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be98878b-c8ab-4891-81d0-9cb17d3c477a found for delete ", "request_id": "req-9dfc34d7-7c5b-4376-a4d0-a913f1844be7"}]} 2026-04-23 03:36:47.046 7 INFO neutron.services.segments.plugin [-] Segment be98878b-c8ab-4891-81d0-9cb17d3c477a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be98878b-c8ab-4891-81d0-9cb17d3c477a found for delete ", "request_id": "req-7d11c7d7-8d13-4c78-8722-11486c0051fb"}]} 2026-04-23 03:36:47.059 7 INFO neutron.services.segments.plugin [-] Segment 9cef9b7a-3515-48f2-9a43-d2276317ef5b resource provider aggregate not found 2026-04-23 03:36:47.066 7 INFO neutron.services.segments.plugin [-] Segment 9cef9b7a-3515-48f2-9a43-d2276317ef5b resource provider aggregate not found 2026-04-23 03:36:47.083 7 INFO neutron.services.segments.plugin [-] Segment 9cef9b7a-3515-48f2-9a43-d2276317ef5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9cef9b7a-3515-48f2-9a43-d2276317ef5b found for delete ", "request_id": "req-fc0fa09b-c75f-43fd-baed-3edbb1af0098"}]} 2026-04-23 03:36:47.087 7 INFO neutron.services.segments.plugin [-] Segment 9cef9b7a-3515-48f2-9a43-d2276317ef5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9cef9b7a-3515-48f2-9a43-d2276317ef5b found for delete ", "request_id": "req-a855f9df-d4f5-4f5e-9657-eadd999e508e"}]} [pid: 7|app: 0|req: 648/1266] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:36:46 2026] GET /v2.0/security-groups?tenant_id=8abaaf59a8574fae8bbf63320c58b960&name=default => generated 2925 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:36:47.201 7 WARNING neutron.db.securitygroups_db [None req-444acd64-08bd-4c23-bfb8-961fd9139349 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 619/1267] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:36:46 2026] POST /v2.0/routers => generated 511 bytes in 1065 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1268] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:36:47 2026] GET /v2.0/security-groups?tenant_id=e62491b3c2284dc480234b688a40f5e8&name=default => generated 2925 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1269] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:36:47 2026] DELETE /v2.0/security-groups/4f17f56d-33e0-4c63-bcf0-8028d0e15f3d => 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/1270] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:36:47 2026] DELETE /v2.0/security-groups/41c9188e-91cd-4b5e-b743-9b7d7427c3ec => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:36:47.422 8 WARNING neutron.db.securitygroups_db [None req-1ed1bf79-8520-4d2e-9ffd-5bcab1b7c4ef 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 03:36:47.453 8 INFO neutron.services.segments.plugin [-] Segment a422efa3-299d-45c3-9208-cdf93823b94b resource provider aggregate not found 2026-04-23 03:36:47.457 8 INFO neutron.services.segments.plugin [-] Segment a422efa3-299d-45c3-9208-cdf93823b94b resource provider aggregate not found [pid: 8|app: 0|req: 622/1271] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:36:47 2026] GET /v2.0/security-groups?tenant_id=ec8650405f174673a13dbd275fbbec0d&name=default => generated 2925 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:36:47.474 8 INFO neutron.services.segments.plugin [-] Segment a422efa3-299d-45c3-9208-cdf93823b94b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a422efa3-299d-45c3-9208-cdf93823b94b found for delete ", "request_id": "req-38a408c0-d452-42f2-b6b9-9e5302f2a5de"}]} 2026-04-23 03:36:47.478 8 INFO neutron.services.segments.plugin [-] Segment a422efa3-299d-45c3-9208-cdf93823b94b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a422efa3-299d-45c3-9208-cdf93823b94b found for delete ", "request_id": "req-0ba8b047-b99d-4677-a9b3-639048f04476"}]} 2026-04-23 03:36:47.494 8 INFO neutron.services.segments.plugin [-] Segment eb4f9b88-28f8-476b-ad94-43f031357de3 resource provider aggregate not found 2026-04-23 03:36:47.501 8 INFO neutron.services.segments.plugin [-] Segment eb4f9b88-28f8-476b-ad94-43f031357de3 resource provider aggregate not found 2026-04-23 03:36:47.515 8 INFO neutron.services.segments.plugin [-] Segment eb4f9b88-28f8-476b-ad94-43f031357de3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb4f9b88-28f8-476b-ad94-43f031357de3 found for delete ", "request_id": "req-e8e37bf5-32dd-4750-9a56-cd8368354419"}]} 2026-04-23 03:36:47.523 8 INFO neutron.services.segments.plugin [-] Segment eb4f9b88-28f8-476b-ad94-43f031357de3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb4f9b88-28f8-476b-ad94-43f031357de3 found for delete ", "request_id": "req-b5e00095-45c5-4372-96c6-f2225aa6c0d2"}]} 2026-04-23 03:36:47.537 8 INFO neutron.services.segments.plugin [-] Segment d6a23b03-99ec-443b-9028-da04757f0fde resource provider aggregate not found 2026-04-23 03:36:47.545 8 INFO neutron.services.segments.plugin [-] Segment d6a23b03-99ec-443b-9028-da04757f0fde resource provider aggregate not found 2026-04-23 03:36:47.560 8 INFO neutron.services.segments.plugin [-] Segment d6a23b03-99ec-443b-9028-da04757f0fde resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6a23b03-99ec-443b-9028-da04757f0fde found for delete ", "request_id": "req-393ae71b-e98f-4aa7-8e9c-7a7addaf2b4e"}]} 2026-04-23 03:36:47.566 8 INFO neutron.services.segments.plugin [-] Segment d6a23b03-99ec-443b-9028-da04757f0fde resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6a23b03-99ec-443b-9028-da04757f0fde found for delete ", "request_id": "req-26928587-82d9-479f-9e43-b681771058bc"}]} 2026-04-23 03:36:47.583 8 INFO neutron.services.segments.plugin [-] Segment 6e608652-7dce-4708-a9bb-092a7a04ba7e resource provider aggregate not found 2026-04-23 03:36:47.590 8 INFO neutron.services.segments.plugin [-] Segment 6e608652-7dce-4708-a9bb-092a7a04ba7e resource provider aggregate not found 2026-04-23 03:36:47.607 8 INFO neutron.services.segments.plugin [-] Segment 6e608652-7dce-4708-a9bb-092a7a04ba7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e608652-7dce-4708-a9bb-092a7a04ba7e found for delete ", "request_id": "req-ed2f009d-3b18-47a3-a7a0-1dfe8cd1238a"}]} 2026-04-23 03:36:47.609 8 INFO neutron.services.segments.plugin [-] Segment 6e608652-7dce-4708-a9bb-092a7a04ba7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e608652-7dce-4708-a9bb-092a7a04ba7e found for delete ", "request_id": "req-69c9443e-dbca-4700-b89b-a395556d3bb8"}]} [pid: 8|app: 0|req: 623/1272] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:36:47 2026] DELETE /v2.0/security-groups/6fac7835-ab72-4236-bc15-4e0c6ea57895 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:36:47.785 8 WARNING neutron.db.securitygroups_db [None req-935dc353-fc94-485e-bf2f-bf8b49aceb9b 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 624/1273] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:36:47 2026] GET /v2.0/security-groups?tenant_id=97c925d6a97e47d79710d2577161c116&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1274] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:36:47 2026] DELETE /v2.0/security-groups/e298e54b-0a5c-4dfd-9e95-df404d889753 => 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: 650/1275] 10.0.0.170 () {34 vars in 783 bytes} [Thu Apr 23 03:36:47 2026] PUT /v2.0/routers/f64f6c84-2060-48bb-b60f-4c2331d4f262/add_router_interface => generated 310 bytes in 1001 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1276] 10.0.0.170 () {32 vars in 717 bytes} [Thu Apr 23 03:36:48 2026] GET /v2.0/ports/1e33422f-7e94-4486-a2b4-5b43f0e0aa12 => generated 959 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:36:48.724 7 INFO neutron_taas.services.taas.taas_plugin [None req-e3e74ad7-16ff-4a54-beac-2f2e3b5a98eb 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] TaaS: Handle Delete Port: 1e33422f-7e94-4486-a2b4-5b43f0e0aa12 2026-04-23 03:36:48.729 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3e74ad7-16ff-4a54-beac-2f2e3b5a98eb 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] Tap Mirror: Handle Delete Port: 1e33422f-7e94-4486-a2b4-5b43f0e0aa12 [pid: 7|app: 0|req: 651/1277] 10.0.0.170 () {34 vars in 789 bytes} [Thu Apr 23 03:36:48 2026] PUT /v2.0/routers/f64f6c84-2060-48bb-b60f-4c2331d4f262/remove_router_interface => generated 310 bytes in 739 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1278] 10.0.0.170 () {32 vars in 736 bytes} [Thu Apr 23 03:36:49 2026] GET /v2.0/ports?device_id=f64f6c84-2060-48bb-b60f-4c2331d4f262 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:36:49.381 7 INFO neutron_taas.services.taas.taas_plugin [None req-26172222-1e92-4902-bf6c-70ce9869668e 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] TaaS: Handle Delete Port: 9540fff8-5765-4a8c-ab88-a10e4fd8d923 2026-04-23 03:36:49.383 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26172222-1e92-4902-bf6c-70ce9869668e 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] Tap Mirror: Handle Delete Port: 9540fff8-5765-4a8c-ab88-a10e4fd8d923 2026-04-23 03:36:49.699 7 INFO neutron.services.segments.plugin [-] Segment 39e26585-38a6-4e94-92a2-1d115ba54fe5 resource provider aggregate not found 2026-04-23 03:36:49.706 7 INFO neutron.services.segments.plugin [-] Segment 39e26585-38a6-4e94-92a2-1d115ba54fe5 resource provider aggregate not found 2026-04-23 03:36:49.715 7 INFO neutron.services.segments.plugin [-] Segment 39e26585-38a6-4e94-92a2-1d115ba54fe5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39e26585-38a6-4e94-92a2-1d115ba54fe5 found for delete ", "request_id": "req-34c77c07-af79-4bdb-bd05-8b73a3d72d9e"}]} 2026-04-23 03:36:49.720 7 INFO neutron.db.l3_hamode_db [None req-26172222-1e92-4902-bf6c-70ce9869668e 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] HA network c7dce7da-c20c-4c2a-aea7-b6bdca720902 was deleted as no HA routers are present in project 525a74b932fe4c53b0bf054f02ba6c63. 2026-04-23 03:36:49.727 7 INFO neutron.services.segments.plugin [-] Segment 39e26585-38a6-4e94-92a2-1d115ba54fe5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39e26585-38a6-4e94-92a2-1d115ba54fe5 found for delete ", "request_id": "req-d5038821-4d66-45eb-bf39-8c2a45381166"}]} [pid: 7|app: 0|req: 652/1279] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:36:49 2026] DELETE /v2.0/routers/f64f6c84-2060-48bb-b60f-4c2331d4f262 => generated 0 bytes in 528 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1280] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:36:49 2026] DELETE /v2.0/subnets/f2cbcb50-3fd8-473c-af6d-e78146fa933e => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:36:50.097 7 INFO neutron_taas.services.taas.taas_plugin [None req-de41c960-9c23-4130-a7d3-e26c89a88b42 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] TaaS: Handle Delete Port: 8c33b342-a23c-4af4-8344-75ef0eedf82e 2026-04-23 03:36:50.100 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de41c960-9c23-4130-a7d3-e26c89a88b42 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] Tap Mirror: Handle Delete Port: 8c33b342-a23c-4af4-8344-75ef0eedf82e [pid: 7|app: 0|req: 653/1281] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:36:49 2026] DELETE /v2.0/networks/2125f8b3-d5f4-4d98-9458-c7f93bd0afcc => generated 0 bytes in 328 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:36:50.380 8 INFO neutron.db.segments_db [None req-ba391684-29d5-4ca4-80e3-7408cd02e621 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] Added segment 7eb66471-0e1c-4d64-bfbd-a7c24fc3daf4 of type vxlan for network 580be6d8-3396-4fd4-908d-7ae91058fa42 2026-04-23 03:36:50.656 8 INFO neutron.db.l3_hamode_db [None req-ba391684-29d5-4ca4-80e3-7408cd02e621 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 03:36:51.334 8 INFO neutron.db.l3_hamode_db [None req-ba391684-29d5-4ca4-80e3-7408cd02e621 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 03:36:51.732 7 INFO neutron.services.segments.plugin [-] Segment 42ea2378-bc73-4820-bcb2-fc5fd136f7e6 resource provider aggregate not found 2026-04-23 03:36:51.744 7 INFO neutron.services.segments.plugin [-] Segment 42ea2378-bc73-4820-bcb2-fc5fd136f7e6 resource provider aggregate not found 2026-04-23 03:36:51.751 7 INFO neutron.services.segments.plugin [-] Segment 42ea2378-bc73-4820-bcb2-fc5fd136f7e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42ea2378-bc73-4820-bcb2-fc5fd136f7e6 found for delete ", "request_id": "req-0b1368a7-8b7c-4cc0-86eb-b765fa14d867"}]} 2026-04-23 03:36:51.764 7 INFO neutron.services.segments.plugin [-] Segment 42ea2378-bc73-4820-bcb2-fc5fd136f7e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42ea2378-bc73-4820-bcb2-fc5fd136f7e6 found for delete ", "request_id": "req-bf712ad0-4362-4884-a576-dd0aac0a4124"}]} [pid: 8|app: 0|req: 629/1282] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:36:50 2026] POST /v2.0/routers => generated 692 bytes in 1941 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1283] 10.0.0.170 () {32 vars in 721 bytes} [Thu Apr 23 03:36:52 2026] GET /v2.0/routers/86e5cacf-aeea-4ac0-a9da-c9b4ce891c19 => generated 698 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1284] 10.0.0.170 () {32 vars in 647 bytes} [Thu Apr 23 03:36:52 2026] GET /v2.0/routers => generated 701 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1285] 10.0.0.170 () {34 vars in 684 bytes} [Thu Apr 23 03:36:52 2026] POST /v2.0/security-groups => generated 1601 bytes in 506 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1286] 10.0.0.170 () {34 vars in 741 bytes} [Thu Apr 23 03:36:52 2026] PUT /v2.0/routers/86e5cacf-aeea-4ac0-a9da-c9b4ce891c19 => generated 705 bytes in 426 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1287] 10.0.0.170 () {34 vars in 684 bytes} [Thu Apr 23 03:36:52 2026] POST /v2.0/security-groups => generated 1601 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1288] 10.0.0.170 () {32 vars in 721 bytes} [Thu Apr 23 03:36:52 2026] GET /v2.0/routers/86e5cacf-aeea-4ac0-a9da-c9b4ce891c19 => generated 705 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1289] 10.0.0.170 () {34 vars in 684 bytes} [Thu Apr 23 03:36:52 2026] POST /v2.0/security-groups => generated 1601 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1290] 10.0.0.170 () {32 vars in 736 bytes} [Thu Apr 23 03:36:53 2026] GET /v2.0/ports?device_id=86e5cacf-aeea-4ac0-a9da-c9b4ce891c19 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:36:53.080 8 WARNING neutron.db.securitygroups_db [None req-0822b642-adcb-461e-81d5-4bf2be7b1ca0 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 658/1291] 10.0.0.170 () {34 vars in 684 bytes} [Thu Apr 23 03:36:53 2026] POST /v2.0/security-groups => generated 1601 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1292] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:36:52 2026] GET /v2.0/security-groups?tenant_id=e86f823b9e9d4f15a5b9a88ac9129fbb&name=default => generated 2925 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1293] 10.0.0.170 () {34 vars in 684 bytes} [Thu Apr 23 03:36:53 2026] POST /v2.0/security-groups => generated 1601 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1294] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:36:53 2026] DELETE /v2.0/security-groups/10c8f264-f3ee-4394-a610-5ecdd016e698 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:36:53.441 8 WARNING tagging [None req-0560449b-2ca9-4135-bfe6-6d679c0e3bf5 d39fceb0d5594463aefe546e3a28b9ba 1e2fe74cbf9f4524accc1be58e6e336d - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 637/1295] 10.0.0.170 () {34 vars in 767 bytes} [Thu Apr 23 03:36:53 2026] PUT /v2.0/security-groups/2bfb6e40-7a34-4786-bdb9-47622d26f4f6/tags => generated 17 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:36:53.490 8 WARNING tagging [None req-58a375e4-e4ba-4aa7-9876-600504e0786a d39fceb0d5594463aefe546e3a28b9ba 1e2fe74cbf9f4524accc1be58e6e336d - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 638/1296] 10.0.0.170 () {34 vars in 767 bytes} [Thu Apr 23 03:36:53 2026] PUT /v2.0/security-groups/bcfd9a2e-acf4-47ed-8777-5eb287d32d57/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:36:53.513 8 WARNING neutron.db.securitygroups_db [None req-7b35394f-d2b0-4f94-b71d-2be7ee8b3158 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 639/1297] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:36:53 2026] GET /v2.0/security-groups?tenant_id=2dfaf7755b6a4564ba428dcf80bbf5d7&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:36:53.652 8 WARNING tagging [None req-6b1eb9ca-d3a7-4f62-b33d-15dd65feaee5 d39fceb0d5594463aefe546e3a28b9ba 1e2fe74cbf9f4524accc1be58e6e336d - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 640/1298] 10.0.0.170 () {34 vars in 767 bytes} [Thu Apr 23 03:36:53 2026] PUT /v2.0/security-groups/6c2fc830-e8a2-42c1-98c0-b3ddc2fe44d7/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:36:53.722 7 INFO neutron_taas.services.taas.taas_plugin [None req-f286c573-40d2-4da1-9589-7655b8b19f9e 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] TaaS: Handle Delete Port: 1b1e1095-3dba-4390-be32-26e151c2b986 2026-04-23 03:36:53.725 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f286c573-40d2-4da1-9589-7655b8b19f9e 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] Tap Mirror: Handle Delete Port: 1b1e1095-3dba-4390-be32-26e151c2b986 [pid: 8|app: 0|req: 641/1299] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:36:53 2026] DELETE /v2.0/security-groups/0178564a-f402-4253-93e3-02514af2bd78 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:36:53.793 8 WARNING tagging [None req-abd6e4c1-4fa3-4918-ac40-dcd9022c0119 d39fceb0d5594463aefe546e3a28b9ba 1e2fe74cbf9f4524accc1be58e6e336d - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 642/1300] 10.0.0.170 () {34 vars in 767 bytes} [Thu Apr 23 03:36:53 2026] PUT /v2.0/security-groups/02152969-dda1-4e38-a56e-ca2158314b10/tags => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1301] 10.0.0.170 () {32 vars in 680 bytes} [Thu Apr 23 03:36:53 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1302] 10.0.0.170 () {32 vars in 694 bytes} [Thu Apr 23 03:36:53 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1303] 10.0.0.170 () {32 vars in 690 bytes} [Thu Apr 23 03:36:53 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:36:53.973 7 INFO neutron_taas.services.taas.taas_plugin [None req-f286c573-40d2-4da1-9589-7655b8b19f9e 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] TaaS: Handle Delete Port: 31ab532b-5679-4f3e-9454-ad13af31dc32 2026-04-23 03:36:53.976 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f286c573-40d2-4da1-9589-7655b8b19f9e 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] Tap Mirror: Handle Delete Port: 31ab532b-5679-4f3e-9454-ad13af31dc32 [pid: 8|app: 0|req: 646/1304] 10.0.0.170 () {32 vars in 702 bytes} [Thu Apr 23 03:36:53 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1305] 10.0.0.170 () {32 vars in 688 bytes} [Thu Apr 23 03:36:53 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1306] 10.0.0.170 () {32 vars in 702 bytes} [Thu Apr 23 03:36:54 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1307] 10.0.0.170 () {32 vars in 698 bytes} [Thu Apr 23 03:36:54 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1308] 10.0.0.170 () {32 vars in 710 bytes} [Thu Apr 23 03:36:54 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1309] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:36:54 2026] DELETE /v2.0/security-groups/2bfb6e40-7a34-4786-bdb9-47622d26f4f6 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:36:54.349 7 INFO neutron.services.segments.plugin [-] Segment 7eb66471-0e1c-4d64-bfbd-a7c24fc3daf4 resource provider aggregate not found 2026-04-23 03:36:54.355 7 INFO neutron.services.segments.plugin [-] Segment 7eb66471-0e1c-4d64-bfbd-a7c24fc3daf4 resource provider aggregate not found 2026-04-23 03:36:54.366 7 INFO neutron.services.segments.plugin [-] Segment 7eb66471-0e1c-4d64-bfbd-a7c24fc3daf4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7eb66471-0e1c-4d64-bfbd-a7c24fc3daf4 found for delete ", "request_id": "req-0d80dfbf-3c4a-429a-a58a-662becb34ae6"}]} [pid: 8|app: 0|req: 652/1310] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:36:54 2026] DELETE /v2.0/security-groups/bcfd9a2e-acf4-47ed-8777-5eb287d32d57 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:36:54.373 7 INFO neutron.db.l3_hamode_db [None req-f286c573-40d2-4da1-9589-7655b8b19f9e 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] HA network 580be6d8-3396-4fd4-908d-7ae91058fa42 was deleted as no HA routers are present in project 525a74b932fe4c53b0bf054f02ba6c63. 2026-04-23 03:36:54.379 7 INFO neutron.services.segments.plugin [-] Segment 7eb66471-0e1c-4d64-bfbd-a7c24fc3daf4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7eb66471-0e1c-4d64-bfbd-a7c24fc3daf4 found for delete ", "request_id": "req-cd7e3d79-fef9-46d6-9500-90283151bcbc"}]} [pid: 7|app: 0|req: 659/1311] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:36:53 2026] DELETE /v2.0/routers/86e5cacf-aeea-4ac0-a9da-c9b4ce891c19 => generated 0 bytes in 1225 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1312] 10.0.0.170 () {32 vars in 736 bytes} [Thu Apr 23 03:36:54 2026] GET /v2.0/ports?device_id=86e5cacf-aeea-4ac0-a9da-c9b4ce891c19 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:36:54.426 7 INFO neutron.api.v2.resource [None req-484dd072-4bbb-4624-b469-fbf440f006e5 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 661/1313] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:36:54 2026] DELETE /v2.0/routers/86e5cacf-aeea-4ac0-a9da-c9b4ce891c19 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1314] 10.0.0.170 () {32 vars in 736 bytes} [Thu Apr 23 03:36:54 2026] GET /v2.0/ports?device_id=f64f6c84-2060-48bb-b60f-4c2331d4f262 => 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: 653/1315] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:36:54 2026] DELETE /v2.0/security-groups/6c2fc830-e8a2-42c1-98c0-b3ddc2fe44d7 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:36:54.467 7 INFO neutron.api.v2.resource [None req-57bf35a8-d924-43c2-bd2c-b0c0bf315871 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 663/1316] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:36:54 2026] DELETE /v2.0/routers/f64f6c84-2060-48bb-b60f-4c2331d4f262 => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 03:36:54.484 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1447a9c3-d4b0-489f-b594-b341bcdbcef6 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 664/1317] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:36:54 2026] DELETE /v2.0/subnets/f2cbcb50-3fd8-473c-af6d-e78146fa933e => 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: 665/1318] 10.0.0.170 () {32 vars in 736 bytes} [Thu Apr 23 03:36:54 2026] GET /v2.0/ports?device_id=deaa3797-2422-4970-867e-714818c87d3b => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:36:54.525 7 INFO neutron.api.v2.resource [None req-6f3d88f9-0f09-4fd4-bcd7-1de99ba88aab 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 666/1319] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:36:54 2026] DELETE /v2.0/routers/deaa3797-2422-4970-867e-714818c87d3b => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 03:36:54.541 7 INFO neutron.pecan_wsgi.hooks.translation [None req-37179920-e016-4f98-aa77-1365ddd67219 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 667/1320] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:36:54 2026] DELETE /v2.0/subnets/2a2a44e0-72ac-4ce2-9286-4fbcdfd96e97 => 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: 654/1321] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:36:54 2026] DELETE /v2.0/security-groups/02152969-dda1-4e38-a56e-ca2158314b10 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1322] 10.0.0.170 () {32 vars in 736 bytes} [Thu Apr 23 03:36:54 2026] GET /v2.0/ports?device_id=c92a2434-e31e-4ffd-8ae3-7d571d6399cb => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:36:54.592 7 INFO neutron.api.v2.resource [None req-dcd6b734-384d-4340-8a87-95e9485e9995 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 669/1323] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:36:54 2026] DELETE /v2.0/routers/c92a2434-e31e-4ffd-8ae3-7d571d6399cb => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 03:36:54.608 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9bfd9622-023c-4b4e-81f8-be8225d2b76d 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 670/1324] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:36:54 2026] DELETE /v2.0/subnets/54532541-a0ba-4ec4-bd84-6de0aafa9b1c => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 03:36:54.624 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0a353ffe-32e1-4305-b272-1cb0f4c5b085 8dc19bc9469d4ec9bc4743b4a1d28d5c 525a74b932fe4c53b0bf054f02ba6c63 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 671/1325] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:36:54 2026] DELETE /v2.0/subnets/6197e4b7-3c5d-468f-ab19-6df081fe8cdf => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1326] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:36:54 2026] DELETE /v2.0/security-groups/20f01fa6-d85c-4354-a99e-e7671d37d593 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:36:55.327 7 WARNING neutron.db.securitygroups_db [None req-851bd714-695e-499e-b02f-97eb3efee73b 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 672/1327] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:36:55 2026] GET /v2.0/security-groups?tenant_id=525a74b932fe4c53b0bf054f02ba6c63&name=default => generated 2925 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:36:55.375 8 WARNING neutron.db.securitygroups_db [None req-6d56f54d-9fb3-4455-8f49-676ed4e264ad 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 673/1328] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:36:55 2026] DELETE /v2.0/security-groups/c2b3b89d-5eb5-4777-864c-d74d584c715b => 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: 656/1329] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:36:55 2026] GET /v2.0/security-groups?tenant_id=6b3de6d609c7470f81bfadf4d1a48164&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1330] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:36:55 2026] DELETE /v2.0/security-groups/682cb9a0-c7cb-4b0a-a184-bf94f2da85a1 => 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: 657/1331] 10.0.0.170 () {32 vars in 653 bytes} [Thu Apr 23 03:36:55 2026] GET /v2.0/extensions => generated 22037 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1332] 10.0.0.170 () {32 vars in 681 bytes} [Thu Apr 23 03:36:55 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1333] 10.0.0.170 () {32 vars in 681 bytes} [Thu Apr 23 03:36:55 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-23 03:36:55.740 8 WARNING neutron.db.securitygroups_db [None req-a1967e99-6dc5-4985-be01-f70659d7d99b 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 676/1334] 10.0.0.170 () {32 vars in 729 bytes} [Thu Apr 23 03:36:55 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1335] 10.0.0.170 () {32 vars in 665 bytes} [Thu Apr 23 03:36:55 2026] GET /v2.0/extensions/agent => generated 153 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1336] 10.0.0.170 () {32 vars in 699 bytes} [Thu Apr 23 03:36:55 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1337] 10.0.0.170 () {32 vars in 697 bytes} [Thu Apr 23 03:36: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: 7|app: 0|req: 680/1338] 10.0.0.170 () {32 vars in 701 bytes} [Thu Apr 23 03:36:55 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1339] 10.0.0.170 () {32 vars in 689 bytes} [Thu Apr 23 03:36:55 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1340] 10.0.0.170 () {32 vars in 703 bytes} [Thu Apr 23 03:36:55 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1341] 10.0.0.170 () {32 vars in 693 bytes} [Thu Apr 23 03:36:55 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1342] 10.0.0.170 () {32 vars in 695 bytes} [Thu Apr 23 03:36:55 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1343] 10.0.0.170 () {32 vars in 685 bytes} [Thu Apr 23 03:36:55 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1344] 10.0.0.170 () {32 vars in 687 bytes} [Thu Apr 23 03:36:55 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1345] 10.0.0.170 () {32 vars in 661 bytes} [Thu Apr 23 03:36:55 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1346] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:36:55 2026] GET /v2.0/security-groups?tenant_id=e65e22b6f0af4f91b5b2d8647a48f4ce&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1347] 10.0.0.170 () {32 vars in 699 bytes} [Thu Apr 23 03:36:55 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1348] 10.0.0.170 () {32 vars in 679 bytes} [Thu Apr 23 03:36:55 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1349] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:36:55 2026] GET /v2.0/ports?device_id=1baa7077-5ee7-4730-9c39-693a046ff9e0 => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1350] 10.0.0.170 () {32 vars in 683 bytes} [Thu Apr 23 03:36:55 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1351] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:36:55 2026] GET /v2.0/security-groups?id=33f551cf-6dfe-477f-8465-ec739300d893&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1352] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:36:55 2026] DELETE /v2.0/security-groups/8563e3b7-4c49-4640-b030-7d47432b27ac => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1353] 10.0.0.170 () {32 vars in 675 bytes} [Thu Apr 23 03:36:55 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1354] 10.0.0.170 () {32 vars in 689 bytes} [Thu Apr 23 03:36:55 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1355] 10.0.0.170 () {32 vars in 723 bytes} [Thu Apr 23 03:36:55 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1356] 10.0.0.170 () {32 vars in 687 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1357] 10.0.0.170 () {32 vars in 669 bytes} [Thu Apr 23 03:36:56 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: 663/1358] 10.0.0.170 () {32 vars in 687 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1359] 10.0.0.170 () {32 vars in 681 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1360] 10.0.0.170 () {32 vars in 699 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:36:56.059 7 WARNING neutron.db.securitygroups_db [None req-1252f95c-4b74-47e5-ab02-a07ae8b23ec1 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 665/1361] 10.0.0.170 () {32 vars in 679 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1362] 10.0.0.170 () {32 vars in 667 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/router => generated 256 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1363] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/security-groups?tenant_id=1e2fe74cbf9f4524accc1be58e6e336d&name=default => generated 2925 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1364] 10.0.0.170 () {32 vars in 677 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1365] 10.0.0.170 () {32 vars in 665 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/l3-ha => 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: 669/1366] 10.0.0.170 () {32 vars in 675 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1367] 10.0.0.170 () {32 vars in 713 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1368] 10.0.0.170 () {32 vars in 691 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1369] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:36:56 2026] DELETE /v2.0/security-groups/a655a20b-e8fb-40b6-afda-e3f0e068a565 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1370] 10.0.0.170 () {32 vars in 683 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1371] 10.0.0.170 () {32 vars in 669 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1372] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/ports?device_id=1baa7077-5ee7-4730-9c39-693a046ff9e0 => 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: 701/1373] 10.0.0.170 () {32 vars in 687 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1374] 10.0.0.170 () {32 vars in 705 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1375] 10.0.0.170 () {32 vars in 675 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1376] 10.0.0.170 () {32 vars in 701 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1377] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/security-groups?id=33f551cf-6dfe-477f-8465-ec739300d893&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1378] 10.0.0.170 () {32 vars in 717 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/network-ip-availability-details => generated 260 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1379] 10.0.0.170 () {32 vars in 675 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1380] 10.0.0.170 () {32 vars in 693 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1381] 10.0.0.170 () {32 vars in 689 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1382] 10.0.0.170 () {32 vars in 709 bytes} [Thu Apr 23 03:36:56 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: 7|app: 0|req: 705/1383] 10.0.0.170 () {32 vars in 705 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1384] 10.0.0.170 () {32 vars in 719 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1385] 10.0.0.170 () {32 vars in 697 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1386] 10.0.0.170 () {32 vars in 711 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1387] 10.0.0.170 () {32 vars in 669 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/binding => generated 193 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1388] 10.0.0.170 () {32 vars in 687 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1389] 10.0.0.170 () {32 vars in 681 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1390] 10.0.0.170 () {32 vars in 675 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1391] 10.0.0.170 () {32 vars in 671 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/provider => generated 191 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1392] 10.0.0.170 () {32 vars in 661 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1393] 10.0.0.170 () {32 vars in 699 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1394] 10.0.0.170 () {32 vars in 699 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => 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: 711/1395] 10.0.0.170 () {32 vars in 677 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1396] 10.0.0.170 () {32 vars in 669 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1397] 10.0.0.170 () {32 vars in 683 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1398] 10.0.0.170 () {32 vars in 701 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1399] 10.0.0.170 () {32 vars in 685 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1400] 10.0.0.170 () {32 vars in 707 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1401] 10.0.0.170 () {32 vars in 669 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1402] 10.0.0.170 () {32 vars in 697 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1403] 10.0.0.170 () {32 vars in 695 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1404] 10.0.0.170 () {32 vars in 685 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/qos-rules-alias => 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: 716/1405] 10.0.0.170 () {32 vars in 689 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1406] 10.0.0.170 () {32 vars in 705 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1407] 10.0.0.170 () {32 vars in 667 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1408] 10.0.0.170 () {32 vars in 681 bytes} [Thu Apr 23 03:36:56 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: 718/1409] 10.0.0.170 () {32 vars in 681 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/rbac-policies => 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: 692/1410] 10.0.0.170 () {32 vars in 691 bytes} [Thu Apr 23 03:36:56 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: 719/1411] 10.0.0.170 () {32 vars in 691 bytes} [Thu Apr 23 03:36:56 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: 693/1412] 10.0.0.170 () {32 vars in 695 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1413] 10.0.0.170 () {32 vars in 685 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1414] 10.0.0.170 () {32 vars in 689 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1415] 10.0.0.170 () {32 vars in 701 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1416] 10.0.0.170 () {32 vars in 703 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1417] 10.0.0.170 () {32 vars in 713 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1418] 10.0.0.170 () {32 vars in 717 bytes} [Thu Apr 23 03:36:56 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: 723/1419] 10.0.0.170 () {32 vars in 715 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1420] 10.0.0.170 () {32 vars in 727 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1421] 10.0.0.170 () {32 vars in 741 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1422] 10.0.0.170 () {32 vars in 719 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1423] 10.0.0.170 () {32 vars in 683 bytes} [Thu Apr 23 03:36:56 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: 699/1424] 10.0.0.170 () {32 vars in 669 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/segment => generated 145 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1425] 10.0.0.170 () {32 vars in 719 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1426] 10.0.0.170 () {32 vars in 679 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1427] 10.0.0.170 () {32 vars in 669 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1428] 10.0.0.170 () {32 vars in 697 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1429] 10.0.0.170 () {32 vars in 705 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1430] 10.0.0.170 () {32 vars in 701 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1431] 10.0.0.170 () {32 vars in 701 bytes} [Thu Apr 23 03:36:56 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: 703/1432] 10.0.0.170 () {32 vars in 683 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1433] 10.0.0.170 () {32 vars in 705 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1434] 10.0.0.170 () {32 vars in 695 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1435] 10.0.0.170 () {32 vars in 689 bytes} [Thu Apr 23 03:36:56 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: 705/1436] 10.0.0.170 () {32 vars in 697 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1437] 10.0.0.170 () {32 vars in 679 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1438] 10.0.0.170 () {32 vars in 689 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1439] 10.0.0.170 () {32 vars in 701 bytes} [Thu Apr 23 03:36:56 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: 707/1440] 10.0.0.170 () {32 vars in 665 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1441] 10.0.0.170 () {32 vars in 681 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1442] 10.0.0.170 () {32 vars in 677 bytes} [Thu Apr 23 03:36:56 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1443] 10.0.0.170 () {32 vars in 693 bytes} [Thu Apr 23 03:36:57 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1444] 10.0.0.170 () {32 vars in 677 bytes} [Thu Apr 23 03:36:57 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1445] 10.0.0.170 () {32 vars in 667 bytes} [Thu Apr 23 03:36:57 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1446] 10.0.0.170 () {32 vars in 663 bytes} [Thu Apr 23 03:36:57 2026] GET /v2.0/extensions/taas => generated 175 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1447] 10.0.0.170 () {32 vars in 675 bytes} [Thu Apr 23 03:36:57 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1448] 10.0.0.170 () {32 vars in 705 bytes} [Thu Apr 23 03:36:57 2026] GET /v2.0/extensions/tap-mirror-both-direction => generated 265 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1449] 10.0.0.170 () {32 vars in 687 bytes} [Thu Apr 23 03:36:57 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1450] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:36:57 2026] GET /v2.0/ports?device_id=1baa7077-5ee7-4730-9c39-693a046ff9e0 => 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: 713/1451] 10.0.0.170 () {32 vars in 623 bytes} [Thu Apr 23 03:36:57 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1452] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:36:57 2026] GET /v2.0/security-groups?id=33f551cf-6dfe-477f-8465-ec739300d893&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: 714/1453] 10.0.0.170 () {32 vars in 633 bytes} [Thu Apr 23 03:36:57 2026] GET /v2.0/ => generated 632 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:36:57.577 7 WARNING neutron.db.securitygroups_db [None req-63e26621-cb57-49c8-8a51-14ae0438652d 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 740/1454] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:36:57 2026] GET /v2.0/security-groups?tenant_id=17927f92429848a3b81c694721d7dd10&name=default => generated 2925 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1455] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:36:57 2026] DELETE /v2.0/security-groups/d78a839e-f878-40cb-a958-f7b4bca6525e => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:36:58.181 7 WARNING neutron.db.securitygroups_db [None req-e27a3b12-09e9-4586-a487-411e01926149 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 741/1456] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:36:57 2026] GET /v2.0/security-groups?tenant_id=580fea879d5b40d99cc87dfe6f3f541b&name=default => generated 2925 bytes in 368 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1457] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:36:58 2026] DELETE /v2.0/security-groups/99d5a4de-2616-457c-a40d-8be8e5d17dab => 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: 742/1458] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:36:58 2026] GET /v2.0/ports?device_id=1baa7077-5ee7-4730-9c39-693a046ff9e0 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1459] 199.204.45.25 () {34 vars in 993 bytes} [Thu Apr 23 03:36:58 2026] GET /v2.0/ports?device_id=1baa7077-5ee7-4730-9c39-693a046ff9e0 => 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: 743/1460] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:36:58 2026] GET /v2.0/security-groups?id=33f551cf-6dfe-477f-8465-ec739300d893&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-23 03:36:58.675 8 INFO neutron_taas.services.taas.taas_plugin [req-b05f5960-202b-4fa2-bf90-380fbf38aecf req-0851c383-6824-42c8-93bd-362950f17882 9b4c8a6a292a4217884ad8af607a9b22 4b808cc9151047b0ab0efbc1146c248b - - default default] TaaS: Handle Delete Port: c06126b0-a868-46b7-bd30-6f6ccf80da30 2026-04-23 03:36:58.679 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b05f5960-202b-4fa2-bf90-380fbf38aecf req-0851c383-6824-42c8-93bd-362950f17882 9b4c8a6a292a4217884ad8af607a9b22 4b808cc9151047b0ab0efbc1146c248b - - default default] Tap Mirror: Handle Delete Port: c06126b0-a868-46b7-bd30-6f6ccf80da30 2026-04-23 03:36:58.800 8 INFO neutron.db.l3_db [req-b05f5960-202b-4fa2-bf90-380fbf38aecf req-0851c383-6824-42c8-93bd-362950f17882 9b4c8a6a292a4217884ad8af607a9b22 4b808cc9151047b0ab0efbc1146c248b - - default default] Floating IP c5dbb94a-0c82-482b-b0ab-ee86de990ea2 disassociated. External IP: 10.96.250.220, port: c06126b0-a868-46b7-bd30-6f6ccf80da30. [pid: 8|app: 0|req: 718/1461] 199.204.45.25 () {36 vars in 996 bytes} [Thu Apr 23 03:36:58 2026] DELETE /v2.0/ports/c06126b0-a868-46b7-bd30-6f6ccf80da30 => generated 0 bytes in 593 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:36:59.208 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5a85ac5f-e97c-4ced-b4d4-cf993075acce'] response: {'server_uuid': '1baa7077-5ee7-4730-9c39-693a046ff9e0', 'name': 'network-vif-deleted', 'tag': 'c06126b0-a868-46b7-bd30-6f6ccf80da30', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 719/1462] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:36:59 2026] GET /v2.0/ports?device_id=1baa7077-5ee7-4730-9c39-693a046ff9e0 => 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: 744/1463] 10.0.0.170 () {34 vars in 678 bytes} [Thu Apr 23 03:36:59 2026] POST /v2.0/qos/policies => generated 359 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:36:59.821 7 WARNING tagging [None req-53417153-1121-4708-be15-e9238fabe976 0d74ba619c4749cbb3d484c2f73a1a8d a23862649bf946769f2e746fb4cadd32 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 745/1464] 10.0.0.170 () {34 vars in 753 bytes} [Thu Apr 23 03:36:59 2026] PUT /v2.0/policies/e1a368ab-f7a1-4368-961d-ae0e013ab519/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:36:59.884 7 WARNING tagging [None req-7e1ba8e9-05f7-400a-a631-28896376a86a 0d74ba619c4749cbb3d484c2f73a1a8d a23862649bf946769f2e746fb4cadd32 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 746/1465] 10.0.0.170 () {32 vars in 733 bytes} [Thu Apr 23 03:36:59 2026] GET /v2.0/policies/e1a368ab-f7a1-4368-961d-ae0e013ab519/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:36:59.911 8 INFO neutron.db.segments_db [None req-6199998a-57a8-48b2-b17d-fd1343eef02b 3f4fae1ea7e7486d9e3ac949b48d8774 35530a88c59c4c2cb5498c24a4a4a5de - - default default] Added segment 3437c081-9652-425f-9cb5-095c9e810d22 of type vxlan for network 1e9555a1-9495-468d-b1a7-da73666a6009 2026-04-23 03:36:59.921 7 WARNING tagging [None req-9e18ee94-1d33-4119-b309-c7c6aa675046 0d74ba619c4749cbb3d484c2f73a1a8d a23862649bf946769f2e746fb4cadd32 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 747/1466] 10.0.0.170 () {34 vars in 764 bytes} [Thu Apr 23 03:36:59 2026] PUT /v2.0/policies/e1a368ab-f7a1-4368-961d-ae0e013ab519/tags/green => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-23 03:36:59.976 7 WARNING tagging [None req-70db82d8-57e9-48b6-9bfa-15de244f8259 0d74ba619c4749cbb3d484c2f73a1a8d a23862649bf946769f2e746fb4cadd32 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 748/1467] 10.0.0.170 () {32 vars in 733 bytes} [Thu Apr 23 03:36:59 2026] GET /v2.0/policies/e1a368ab-f7a1-4368-961d-ae0e013ab519/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1468] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:36:59 2026] POST /v2.0/networks => generated 643 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:37:00.035 7 WARNING tagging [None req-00c001b8-62e2-464d-9ef1-e3e1311f67a4 0d74ba619c4749cbb3d484c2f73a1a8d a23862649bf946769f2e746fb4cadd32 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 749/1469] 10.0.0.170 () {34 vars in 760 bytes} [Thu Apr 23 03:36:59 2026] PUT /v2.0/policies/e1a368ab-f7a1-4368-961d-ae0e013ab519/tags/red => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-23 03:37:00.075 7 WARNING tagging [None req-93ebd33a-b1fe-4b3d-946f-b7c2c604e1d6 0d74ba619c4749cbb3d484c2f73a1a8d a23862649bf946769f2e746fb4cadd32 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 750/1470] 10.0.0.170 () {32 vars in 733 bytes} [Thu Apr 23 03:37:00 2026] GET /v2.0/policies/e1a368ab-f7a1-4368-961d-ae0e013ab519/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:37:00.106 7 WARNING tagging [None req-912dbd1e-d084-490e-a45e-9aa9a2e519c8 0d74ba619c4749cbb3d484c2f73a1a8d a23862649bf946769f2e746fb4cadd32 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 751/1471] 10.0.0.170 () {34 vars in 782 bytes} [Thu Apr 23 03:37:00 2026] PUT /v2.0/policies/e1a368ab-f7a1-4368-961d-ae0e013ab519/tags/black.or.white => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-23 03:37:00.154 7 WARNING tagging [None req-e890f1e4-73a3-4145-a34d-00f46ad6259e 0d74ba619c4749cbb3d484c2f73a1a8d a23862649bf946769f2e746fb4cadd32 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 752/1472] 10.0.0.170 () {32 vars in 733 bytes} [Thu Apr 23 03:37:00 2026] GET /v2.0/policies/e1a368ab-f7a1-4368-961d-ae0e013ab519/tags => generated 52 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:37:00.199 7 WARNING tagging [None req-1a18ad0b-62b2-4ab7-bc52-c7167a00057b 0d74ba619c4749cbb3d484c2f73a1a8d a23862649bf946769f2e746fb4cadd32 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 753/1473] 10.0.0.170 () {34 vars in 753 bytes} [Thu Apr 23 03:37:00 2026] PUT /v2.0/policies/e1a368ab-f7a1-4368-961d-ae0e013ab519/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1474] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:37:00 2026] POST /v2.0/subnets => generated 641 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:37:00.250 7 WARNING tagging [None req-2873dcae-6f7e-4c41-b9f8-09ecdfd3db28 0d74ba619c4749cbb3d484c2f73a1a8d a23862649bf946769f2e746fb4cadd32 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 754/1475] 10.0.0.170 () {32 vars in 733 bytes} [Thu Apr 23 03:37:00 2026] GET /v2.0/policies/e1a368ab-f7a1-4368-961d-ae0e013ab519/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:37:00.291 7 WARNING tagging [None req-8fd1d12b-6032-4a4a-8c3f-b5cbc8c5164b 0d74ba619c4749cbb3d484c2f73a1a8d a23862649bf946769f2e746fb4cadd32 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 755/1476] 10.0.0.170 () {32 vars in 741 bytes} [Thu Apr 23 03:37:00 2026] GET /v2.0/policies/e1a368ab-f7a1-4368-961d-ae0e013ab519/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:37:00.316 8 INFO neutron.db.segments_db [None req-6e7939be-1f8a-430b-b286-e93e3df48c4d 3f4fae1ea7e7486d9e3ac949b48d8774 35530a88c59c4c2cb5498c24a4a4a5de - - default default] Added segment 5982aa62-3a4e-4a60-a2c3-b208fd34194a of type vxlan for network 3c757319-1ed1-41f7-8c7a-0a71a7c34304 2026-04-23 03:37:00.321 7 WARNING tagging [None req-3a679a6d-0c99-4768-a564-385b194a8de5 0d74ba619c4749cbb3d484c2f73a1a8d a23862649bf946769f2e746fb4cadd32 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 03:37:00.326 7 INFO neutron.api.v2.resource [None req-3a679a6d-0c99-4768-a564-385b194a8de5 0d74ba619c4749cbb3d484c2f73a1a8d a23862649bf946769f2e746fb4cadd32 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 756/1477] 10.0.0.170 () {32 vars in 745 bytes} [Thu Apr 23 03:37:00 2026] GET /v2.0/policies/e1a368ab-f7a1-4368-961d-ae0e013ab519/tags/green => generated 99 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 03:37:00.362 7 WARNING tagging [None req-fc774a52-0998-4faf-b4dd-c71c9e46dd45 0d74ba619c4749cbb3d484c2f73a1a8d a23862649bf946769f2e746fb4cadd32 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 757/1478] 10.0.0.170 () {32 vars in 744 bytes} [Thu Apr 23 03:37:00 2026] DELETE /v2.0/policies/e1a368ab-f7a1-4368-961d-ae0e013ab519/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1479] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:37:00 2026] POST /v2.0/networks => generated 643 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:37:00.413 7 WARNING tagging [None req-45aae783-96d1-4e61-8f5f-82b7a254aeba 0d74ba619c4749cbb3d484c2f73a1a8d a23862649bf946769f2e746fb4cadd32 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 758/1480] 10.0.0.170 () {32 vars in 733 bytes} [Thu Apr 23 03:37:00 2026] GET /v2.0/policies/e1a368ab-f7a1-4368-961d-ae0e013ab519/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:37:00.443 7 WARNING tagging [None req-011616e1-b19f-4c11-9d02-677b8d3d03f8 0d74ba619c4749cbb3d484c2f73a1a8d a23862649bf946769f2e746fb4cadd32 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 03:37:00.451 7 INFO neutron.api.v2.resource [None req-011616e1-b19f-4c11-9d02-677b8d3d03f8 0d74ba619c4749cbb3d484c2f73a1a8d a23862649bf946769f2e746fb4cadd32 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 759/1481] 10.0.0.170 () {32 vars in 748 bytes} [Thu Apr 23 03:37:00 2026] DELETE /v2.0/policies/e1a368ab-f7a1-4368-961d-ae0e013ab519/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 03:37:00.476 7 WARNING tagging [None req-cd8f1922-98b6-42e2-a060-0b8e78c9c0ab 0d74ba619c4749cbb3d484c2f73a1a8d a23862649bf946769f2e746fb4cadd32 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 760/1482] 10.0.0.170 () {32 vars in 736 bytes} [Thu Apr 23 03:37:00 2026] DELETE /v2.0/policies/e1a368ab-f7a1-4368-961d-ae0e013ab519/tags => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1483] 10.0.0.170 () {34 vars in 743 bytes} [Thu Apr 23 03:37:00 2026] PUT /v2.0/networks/3c757319-1ed1-41f7-8c7a-0a71a7c34304 => generated 592 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:37:00.532 7 WARNING tagging [None req-fc4735b5-6e05-4b2d-ba4f-7d75b3f0e0ed 0d74ba619c4749cbb3d484c2f73a1a8d a23862649bf946769f2e746fb4cadd32 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 761/1484] 10.0.0.170 () {32 vars in 733 bytes} [Thu Apr 23 03:37:00 2026] GET /v2.0/policies/e1a368ab-f7a1-4368-961d-ae0e013ab519/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1485] 10.0.0.170 () {32 vars in 734 bytes} [Thu Apr 23 03:37:00 2026] DELETE /v2.0/qos/policies/e1a368ab-f7a1-4368-961d-ae0e013ab519 => 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: 724/1486] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:37:00 2026] POST /v2.0/subnets => generated 626 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1487] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:00 2026] GET /v2.0/ports?device_id=1baa7077-5ee7-4730-9c39-693a046ff9e0 => 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: 763/1488] 10.0.0.170 () {34 vars in 741 bytes} [Thu Apr 23 03:37:00 2026] PUT /v2.0/subnets/066a4755-677c-49df-a6c6-f92baeac37e5 => generated 636 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:37:01.093 8 INFO neutron.services.segments.plugin [-] Segment 5982aa62-3a4e-4a60-a2c3-b208fd34194a resource provider aggregate not found 2026-04-23 03:37:01.094 8 INFO neutron.services.segments.plugin [-] Segment 5982aa62-3a4e-4a60-a2c3-b208fd34194a resource provider aggregate not found 2026-04-23 03:37:01.113 8 INFO neutron.services.segments.plugin [-] Segment 5982aa62-3a4e-4a60-a2c3-b208fd34194a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5982aa62-3a4e-4a60-a2c3-b208fd34194a found for delete ", "request_id": "req-cb22f692-ee76-460c-8246-35fc32e0f756"}]} 2026-04-23 03:37:01.116 8 INFO neutron.services.segments.plugin [-] Segment 5982aa62-3a4e-4a60-a2c3-b208fd34194a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5982aa62-3a4e-4a60-a2c3-b208fd34194a found for delete ", "request_id": "req-17e02096-8713-4b9d-891e-674f56e75a14"}]} [pid: 8|app: 0|req: 726/1489] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:37:00 2026] DELETE /v2.0/networks/3c757319-1ed1-41f7-8c7a-0a71a7c34304 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:37:01.143 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2f61c743-19d3-4c10-b3ac-006458aa2ef5 3f4fae1ea7e7486d9e3ac949b48d8774 35530a88c59c4c2cb5498c24a4a4a5de - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 764/1490] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:37:01 2026] DELETE /v2.0/networks/3c757319-1ed1-41f7-8c7a-0a71a7c34304 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1491] 10.0.0.170 () {32 vars in 694 bytes} [Thu Apr 23 03:37:01 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1492] 10.0.0.170 () {32 vars in 742 bytes} [Thu Apr 23 03:37:01 2026] GET /v2.0/subnets?network_id=2d1069b4-5727-4129-b3c9-54ff5802f06e => 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: 729/1493] 10.0.0.170 () {32 vars in 653 bytes} [Thu Apr 23 03:37:01 2026] GET /v2.0/extensions => generated 22037 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1494] 10.0.0.170 () {32 vars in 649 bytes} [Thu Apr 23 03:37:01 2026] GET /v2.0/networks => generated 1308 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:37:01.333 7 WARNING neutron.db.securitygroups_db [None req-c3e74a83-4f07-40cd-8486-e3144d9b7f63 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 731/1495] 10.0.0.170 () {32 vars in 647 bytes} [Thu Apr 23 03:37:01 2026] GET /v2.0/subnets => generated 1280 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1498] 10.0.0.170 () {32 vars in 723 bytes} [Thu Apr 23 03:37:01 2026] GET /v2.0/networks/1e9555a1-9495-468d-b1a7-da73666a6009 => generated 668 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1499] 10.0.0.170 () {32 vars in 721 bytes} [Thu Apr 23 03:37:01 2026] GET /v2.0/subnets/5c67a41f-f6ea-4b58-8ad3-d0fc6dc4463d => generated 641 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:37:01.485 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6855740a-30c2-49eb-bf40-02619780f7af 3f4fae1ea7e7486d9e3ac949b48d8774 35530a88c59c4c2cb5498c24a4a4a5de - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 736/1500] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:37:01 2026] DELETE /v2.0/subnets/066a4755-677c-49df-a6c6-f92baeac37e5 => 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: 765/1501] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:37:01 2026] GET /v2.0/security-groups?tenant_id=a23862649bf946769f2e746fb4cadd32&name=default => generated 2925 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:37:01.536 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1f2f70a4-c036-4663-9fe1-91b011fa4f95 3f4fae1ea7e7486d9e3ac949b48d8774 35530a88c59c4c2cb5498c24a4a4a5de - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 737/1502] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:37:01 2026] DELETE /v2.0/networks/3c757319-1ed1-41f7-8c7a-0a71a7c34304 => generated 138 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1503] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:37:01 2026] DELETE /v2.0/security-groups/67b3968b-8c9d-40aa-bc2c-1fe62a08dc8e => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:37:01.711 7 WARNING neutron.db.securitygroups_db [None req-50d35b4f-5f6e-4449-bcc2-9d3d37fa762f 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 738/1504] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:37:01 2026] DELETE /v2.0/subnets/5c67a41f-f6ea-4b58-8ad3-d0fc6dc4463d => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:37:01.830 8 INFO neutron_taas.services.taas.taas_plugin [None req-afe36b84-a202-421d-ba72-dcf76736c34f 3f4fae1ea7e7486d9e3ac949b48d8774 35530a88c59c4c2cb5498c24a4a4a5de - - default default] TaaS: Handle Delete Port: bbb28298-6366-4480-81a2-ed6b4c94e53f 2026-04-23 03:37:01.833 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-afe36b84-a202-421d-ba72-dcf76736c34f 3f4fae1ea7e7486d9e3ac949b48d8774 35530a88c59c4c2cb5498c24a4a4a5de - - default default] Tap Mirror: Handle Delete Port: bbb28298-6366-4480-81a2-ed6b4c94e53f [pid: 7|app: 0|req: 767/1505] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:37:01 2026] GET /v2.0/security-groups?tenant_id=1387ac6cd1064d949ada1ae6f522768d&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1506] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:37:01 2026] DELETE /v2.0/security-groups/3084f43f-0e24-4ec9-9937-170feeaf428a => 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: 769/1507] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:01 2026] GET /v2.0/ports?device_id=1baa7077-5ee7-4730-9c39-693a046ff9e0 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1508] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:37:01 2026] DELETE /v2.0/networks/1e9555a1-9495-468d-b1a7-da73666a6009 => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:37:02.619 7 WARNING neutron.db.securitygroups_db [None req-2be3a2ba-f3fc-47a3-9909-f07bcde3250d 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 770/1509] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:37:02 2026] GET /v2.0/security-groups?tenant_id=35530a88c59c4c2cb5498c24a4a4a5de&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:37:02.688 8 WARNING neutron.db.securitygroups_db [None req-e50c12d5-d0ce-44f5-ab4f-ab8464288e90 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 771/1510] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:37:02 2026] DELETE /v2.0/security-groups/fc94cec8-4f5b-45b8-9759-54ea03e52873 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1511] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:37:02 2026] GET /v2.0/security-groups?tenant_id=658683ec083b4f98a34d04f093f22cb6&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: 772/1512] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:37:02 2026] DELETE /v2.0/security-groups/2b84fb8c-d979-472c-abd5-17edc26efe1a => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:37:03.083 7 WARNING neutron.db.securitygroups_db [None req-89499f1b-4bbb-47b8-aec3-076d975a4047 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 03:37:03.139 8 INFO neutron.services.segments.plugin [-] Segment 3437c081-9652-425f-9cb5-095c9e810d22 resource provider aggregate not found 2026-04-23 03:37:03.144 8 INFO neutron.services.segments.plugin [-] Segment 3437c081-9652-425f-9cb5-095c9e810d22 resource provider aggregate not found 2026-04-23 03:37:03.158 8 INFO neutron.services.segments.plugin [-] Segment 3437c081-9652-425f-9cb5-095c9e810d22 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3437c081-9652-425f-9cb5-095c9e810d22 found for delete ", "request_id": "req-0e396497-b9fe-472a-a398-973ad5b41a1d"}]} 2026-04-23 03:37:03.164 8 INFO neutron.services.segments.plugin [-] Segment 3437c081-9652-425f-9cb5-095c9e810d22 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3437c081-9652-425f-9cb5-095c9e810d22 found for delete ", "request_id": "req-2c43e806-31c7-4d9b-9eb2-ccf6ac999e98"}]} [pid: 7|app: 0|req: 773/1513] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:37:03 2026] GET /v2.0/security-groups?tenant_id=997ee20ba1fa4944a790c6ee8bab8c57&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: 741/1514] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:37:03 2026] DELETE /v2.0/security-groups/33f551cf-6dfe-477f-8465-ec739300d893 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:37:03.198 8 INFO neutron.api.v2.resource [None req-e1926d39-69c7-4079-9fba-625c215231c7 9b4c8a6a292a4217884ad8af607a9b22 4b808cc9151047b0ab0efbc1146c248b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 742/1515] 10.0.0.170 () {32 vars in 737 bytes} [Thu Apr 23 03:37:03 2026] GET /v2.0/security-groups/33f551cf-6dfe-477f-8465-ec739300d893 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1516] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:37:03 2026] DELETE /v2.0/security-groups/9d86e852-9454-46b4-8eb4-c268bcba5661 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:37:03.334 8 INFO neutron_taas.services.taas.taas_plugin [None req-dc8243fa-6070-4bee-9ba5-c7db76093cc3 9b4c8a6a292a4217884ad8af607a9b22 4b808cc9151047b0ab0efbc1146c248b - - default default] TaaS: Handle Delete Port: 5f722ca6-67f4-4a33-a074-352fe15b7784 2026-04-23 03:37:03.337 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc8243fa-6070-4bee-9ba5-c7db76093cc3 9b4c8a6a292a4217884ad8af607a9b22 4b808cc9151047b0ab0efbc1146c248b - - default default] Tap Mirror: Handle Delete Port: 5f722ca6-67f4-4a33-a074-352fe15b7784 [pid: 8|app: 0|req: 743/1517] 10.0.0.170 () {32 vars in 732 bytes} [Thu Apr 23 03:37:03 2026] DELETE /v2.0/floatingips/c5dbb94a-0c82-482b-b0ab-ee86de990ea2 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:37:03.836 7 INFO neutron_taas.services.taas.taas_plugin [None req-69f367fc-07cd-4338-854a-c0ad73c1e1ee 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: 59394a6b-7c8e-4cdb-9838-7aef9716c5a9 2026-04-23 03:37:03.838 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69f367fc-07cd-4338-854a-c0ad73c1e1ee 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: 59394a6b-7c8e-4cdb-9838-7aef9716c5a9 [pid: 7|app: 0|req: 775/1518] 10.0.0.170 () {34 vars in 789 bytes} [Thu Apr 23 03:37:03 2026] PUT /v2.0/routers/9d04169b-62a4-42f0-80ae-4327ca482a0c/remove_router_interface => generated 310 bytes in 825 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:37:04.591 8 INFO neutron_taas.services.taas.taas_plugin [None req-5d785230-d86d-4129-9b69-b626b7225225 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: 3cda449a-d065-455c-9cdc-61f995b7db65 2026-04-23 03:37:04.595 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d785230-d86d-4129-9b69-b626b7225225 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: 3cda449a-d065-455c-9cdc-61f995b7db65 2026-04-23 03:37:04.939 8 INFO neutron_taas.services.taas.taas_plugin [None req-5d785230-d86d-4129-9b69-b626b7225225 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: 75d0ba75-f46a-4b0a-ac7b-9b394b494b29 2026-04-23 03:37:04.944 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d785230-d86d-4129-9b69-b626b7225225 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: 75d0ba75-f46a-4b0a-ac7b-9b394b494b29 2026-04-23 03:37:04.990 7 INFO neutron.db.segments_db [None req-69770993-91c0-49c2-9cd7-523defa9be96 117107b34c1343f299793d49fe1f9bb4 50db1dba537846639bbe6d6e1249526f - - default default] Added segment f7f06327-df2e-4021-ad90-3389b566d605 of type vxlan for network 55aa0117-f3e6-4fd0-82a0-266fffb97b81 [pid: 7|app: 0|req: 776/1519] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:37:04 2026] POST /v2.0/networks => generated 648 bytes in 514 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:37:05.363 8 INFO neutron.services.segments.plugin [-] Segment 5756d96d-cac1-47ae-9df4-b9f426f06a54 resource provider aggregate not found 2026-04-23 03:37:05.369 8 INFO neutron.services.segments.plugin [-] Segment 5756d96d-cac1-47ae-9df4-b9f426f06a54 resource provider aggregate not found 2026-04-23 03:37:05.387 8 INFO neutron.services.segments.plugin [-] Segment 5756d96d-cac1-47ae-9df4-b9f426f06a54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5756d96d-cac1-47ae-9df4-b9f426f06a54 found for delete ", "request_id": "req-a00d240b-e13c-47df-baca-d17402762462"}]} 2026-04-23 03:37:05.388 8 INFO neutron.services.segments.plugin [-] Segment 5756d96d-cac1-47ae-9df4-b9f426f06a54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5756d96d-cac1-47ae-9df4-b9f426f06a54 found for delete ", "request_id": "req-a593b71e-ac3d-485e-84ec-bddca937d457"}]} 2026-04-23 03:37:05.409 8 INFO neutron.db.l3_hamode_db [None req-5d785230-d86d-4129-9b69-b626b7225225 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] HA network 314adaff-d385-490c-94ec-036b7c982753 was deleted as no HA routers are present in project 4b808cc9151047b0ab0efbc1146c248b. [pid: 8|app: 0|req: 744/1520] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:37:04 2026] DELETE /v2.0/routers/9d04169b-62a4-42f0-80ae-4327ca482a0c => generated 0 bytes in 1064 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1521] 10.0.0.170 () {34 vars in 665 bytes} [Thu Apr 23 03:37:05 2026] POST /v2.0/ports => generated 778 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 03:37:05.545 7 INFO neutron.db.segments_db [None req-7eb9837e-89f9-4ef6-b02e-83de8068f4b2 117107b34c1343f299793d49fe1f9bb4 50db1dba537846639bbe6d6e1249526f - - default default] Added segment 6eb14ef8-d3dd-4e2f-a1a9-a35236e1cf9e of type vxlan for network 88b98bcd-9479-4645-b580-7fff37aacc62 [pid: 8|app: 0|req: 745/1522] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:37:05 2026] DELETE /v2.0/subnets/cda2f30f-ffd4-46cb-8cb9-f9da4361c48d => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1523] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:37:05 2026] POST /v2.0/networks => generated 636 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:37:05.739 8 INFO neutron_taas.services.taas.taas_plugin [None req-e2553fa6-e712-4511-ab56-4828a9b28d63 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: 1a120030-3f28-479e-8999-5349ab8ec31d 2026-04-23 03:37:05.742 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2553fa6-e712-4511-ab56-4828a9b28d63 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: 1a120030-3f28-479e-8999-5349ab8ec31d [pid: 7|app: 0|req: 779/1524] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:37:05 2026] POST /v2.0/subnets => generated 646 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1525] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:37:05 2026] DELETE /v2.0/networks/01dd0b3e-78c3-4913-ba8d-f783731ce569 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:37:06.158 8 WARNING neutron.db.securitygroups_db [None req-55076bf4-a6cf-4ee9-bbdf-4ac69efbcb2a 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 747/1526] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:37:06 2026] GET /v2.0/security-groups?tenant_id=4b808cc9151047b0ab0efbc1146c248b&name=default => generated 2925 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1527] 10.0.0.170 () {34 vars in 665 bytes} [Thu Apr 23 03:37:05 2026] POST /v2.0/ports => generated 966 bytes in 464 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: 748/1528] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:37:06 2026] DELETE /v2.0/security-groups/d150ab1e-05ea-4076-be0a-9012e4e993a3 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:37:06.476 7 INFO neutron_taas.services.taas.taas_plugin [None req-30cf92f0-6d96-4626-9c74-827ab14539ee 117107b34c1343f299793d49fe1f9bb4 50db1dba537846639bbe6d6e1249526f - - default default] TaaS: Handle Delete Port: 04d6d4aa-8b03-42d9-8235-563485973dda 2026-04-23 03:37:06.479 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-30cf92f0-6d96-4626-9c74-827ab14539ee 117107b34c1343f299793d49fe1f9bb4 50db1dba537846639bbe6d6e1249526f - - default default] Tap Mirror: Handle Delete Port: 04d6d4aa-8b03-42d9-8235-563485973dda [pid: 7|app: 0|req: 781/1529] 10.0.0.170 () {32 vars in 720 bytes} [Thu Apr 23 03:37:06 2026] DELETE /v2.0/ports/04d6d4aa-8b03-42d9-8235-563485973dda => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:37:06.642 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c1c4da3d-1af3-4dec-bbbf-a591a5634edc 117107b34c1343f299793d49fe1f9bb4 50db1dba537846639bbe6d6e1249526f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 749/1530] 10.0.0.170 () {32 vars in 720 bytes} [Thu Apr 23 03:37:06 2026] DELETE /v2.0/ports/04d6d4aa-8b03-42d9-8235-563485973dda => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 03:37:06.678 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b3a9b577-95b7-4590-9024-09c2db1a9794 117107b34c1343f299793d49fe1f9bb4 50db1dba537846639bbe6d6e1249526f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 782/1531] 10.0.0.170 () {32 vars in 717 bytes} [Thu Apr 23 03:37:06 2026] GET /v2.0/ports/04d6d4aa-8b03-42d9-8235-563485973dda => generated 132 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1532] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:37:06 2026] DELETE /v2.0/subnets/3d86745a-2678-4e3d-bb8f-fc4a08000280 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:37:06.951 7 INFO neutron.services.segments.plugin [-] Segment 6eb14ef8-d3dd-4e2f-a1a9-a35236e1cf9e resource provider aggregate not found 2026-04-23 03:37:06.967 7 INFO neutron.services.segments.plugin [-] Segment 6eb14ef8-d3dd-4e2f-a1a9-a35236e1cf9e resource provider aggregate not found [pid: 7|app: 0|req: 783/1533] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:37:06 2026] DELETE /v2.0/networks/88b98bcd-9479-4645-b580-7fff37aacc62 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:37:06.992 7 INFO neutron.services.segments.plugin [-] Segment 6eb14ef8-d3dd-4e2f-a1a9-a35236e1cf9e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6eb14ef8-d3dd-4e2f-a1a9-a35236e1cf9e found for delete ", "request_id": "req-6bfc18df-3363-4bfd-9e51-47584e39d5c5"}]} 2026-04-23 03:37:06.993 7 INFO neutron.services.segments.plugin [-] Segment 6eb14ef8-d3dd-4e2f-a1a9-a35236e1cf9e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6eb14ef8-d3dd-4e2f-a1a9-a35236e1cf9e found for delete ", "request_id": "req-066a79e8-9c6c-42c4-aced-1a3f59171bec"}]} 2026-04-23 03:37:07.077 7 INFO neutron.db.segments_db [None req-14d0eeed-0e63-40e9-a841-67c41ad907e5 117107b34c1343f299793d49fe1f9bb4 50db1dba537846639bbe6d6e1249526f - - default default] Added segment 8890fd2e-1d47-4cd7-a6c2-2e16484db786 of type vxlan for network 37581c13-8f03-4d10-8d31-fe7fdc60af13 [pid: 8|app: 0|req: 751/1534] 10.0.0.189 () {32 vars in 802 bytes} [Thu Apr 23 03:37:06 2026] GET /v2.0/extensions => generated 22037 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1535] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:37:06 2026] POST /v2.0/networks => generated 636 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1536] 10.0.0.189 () {30 vars in 724 bytes} [Thu Apr 23 03:37:07 2026] GET /v2.0/quotas/0ba7c0720a454cdc8359565425e411d2/details => generated 847 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:37:07.422 8 INFO neutron.services.segments.plugin [-] Segment e7f09071-2259-4678-a54f-d084ffdd96b2 resource provider aggregate not found 2026-04-23 03:37:07.431 8 INFO neutron.services.segments.plugin [-] Segment e7f09071-2259-4678-a54f-d084ffdd96b2 resource provider aggregate not found 2026-04-23 03:37:07.455 8 INFO neutron.services.segments.plugin [-] Segment e7f09071-2259-4678-a54f-d084ffdd96b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7f09071-2259-4678-a54f-d084ffdd96b2 found for delete ", "request_id": "req-a2deb5da-b3f0-4708-9430-39acde609101"}]} 2026-04-23 03:37:07.458 8 INFO neutron.services.segments.plugin [-] Segment e7f09071-2259-4678-a54f-d084ffdd96b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7f09071-2259-4678-a54f-d084ffdd96b2 found for delete ", "request_id": "req-9bec406f-6e97-4145-801e-08754bc34e29"}]} [pid: 8|app: 0|req: 752/1537] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:37:07 2026] POST /v2.0/subnets => generated 646 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1538] 10.0.0.170 () {34 vars in 665 bytes} [Thu Apr 23 03:37:07 2026] POST /v2.0/ports => generated 927 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:37:07.997 8 INFO neutron_taas.services.taas.taas_plugin [None req-c0c52970-e082-4aa4-89ab-e70fe93374d8 117107b34c1343f299793d49fe1f9bb4 50db1dba537846639bbe6d6e1249526f - - default default] TaaS: Handle Delete Port: 82ce47a9-4571-4295-929c-ff67e828302f 2026-04-23 03:37:08.000 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c0c52970-e082-4aa4-89ab-e70fe93374d8 117107b34c1343f299793d49fe1f9bb4 50db1dba537846639bbe6d6e1249526f - - default default] Tap Mirror: Handle Delete Port: 82ce47a9-4571-4295-929c-ff67e828302f [pid: 8|app: 0|req: 753/1539] 10.0.0.170 () {32 vars in 720 bytes} [Thu Apr 23 03:37:07 2026] DELETE /v2.0/ports/82ce47a9-4571-4295-929c-ff67e828302f => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:37:08.140 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a1538bf6-ff1c-4d97-a0e3-06cb0213189d 117107b34c1343f299793d49fe1f9bb4 50db1dba537846639bbe6d6e1249526f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 787/1540] 10.0.0.170 () {32 vars in 717 bytes} [Thu Apr 23 03:37:08 2026] GET /v2.0/ports/82ce47a9-4571-4295-929c-ff67e828302f => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1541] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:37:08 2026] DELETE /v2.0/subnets/e08f852c-ac53-43ea-9857-43d4246e1391 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1542] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:37:08 2026] DELETE /v2.0/networks/37581c13-8f03-4d10-8d31-fe7fdc60af13 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:37:08.543 7 INFO neutron.db.segments_db [None req-da8cd03a-5317-4627-b7de-14a1e0815f66 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Added segment d245d9c7-206f-4e4f-a107-021abfed265d of type vxlan for network cef17b04-cc74-410d-94aa-3c1422e778c8 [pid: 7|app: 0|req: 788/1543] 10.0.0.170 () {34 vars in 671 bytes} [Thu Apr 23 03:37:08 2026] POST /v2.0/networks => generated 745 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1544] 10.0.0.170 () {34 vars in 665 bytes} [Thu Apr 23 03:37:08 2026] POST /v2.0/ports => generated 779 bytes in 300 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: 789/1545] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:37:08 2026] POST /v2.0/subnets => generated 693 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1546] 10.0.0.170 () {34 vars in 737 bytes} [Thu Apr 23 03:37:08 2026] PUT /v2.0/ports/ad71986a-102b-4537-8d6a-d1cbba39b539 => generated 752 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:37:08.901 7 INFO neutron.db.segments_db [None req-5b798523-3347-4356-80c3-7607ffa699b5 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Added segment 5520b8d5-6276-40ed-8781-f3f0bfa59d52 of type vxlan for network 63236149-4184-4e23-b310-157647d77b0c /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-23 03:37:08.989 8 INFO neutron_taas.services.taas.taas_plugin [None req-ce523dd2-07ab-42c3-9732-32f743756349 117107b34c1343f299793d49fe1f9bb4 50db1dba537846639bbe6d6e1249526f - - default default] TaaS: Handle Delete Port: ad71986a-102b-4537-8d6a-d1cbba39b539 2026-04-23 03:37:08.993 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce523dd2-07ab-42c3-9732-32f743756349 117107b34c1343f299793d49fe1f9bb4 50db1dba537846639bbe6d6e1249526f - - default default] Tap Mirror: Handle Delete Port: ad71986a-102b-4537-8d6a-d1cbba39b539 [pid: 8|app: 0|req: 758/1547] 10.0.0.170 () {32 vars in 720 bytes} [Thu Apr 23 03:37:08 2026] DELETE /v2.0/ports/ad71986a-102b-4537-8d6a-d1cbba39b539 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1548] 10.0.0.170 () {32 vars in 643 bytes} [Thu Apr 23 03:37:09 2026] GET /v2.0/ports => generated 781 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:37:09.133 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e175d769-740c-4f15-b3af-3a20bab91332 117107b34c1343f299793d49fe1f9bb4 50db1dba537846639bbe6d6e1249526f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 760/1549] 10.0.0.170 () {32 vars in 717 bytes} [Thu Apr 23 03:37:09 2026] GET /v2.0/ports/ad71986a-102b-4537-8d6a-d1cbba39b539 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1550] 10.0.0.170 () {32 vars in 643 bytes} [Thu Apr 23 03:37:09 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) 2026-04-23 03:37:09.181 7 INFO neutron.db.l3_hamode_db [None req-5b798523-3347-4356-80c3-7607ffa699b5 1e5a51e8a6464785a5c23a2b63e263b3 95400925acd749f48ac08e5f0c1ea208 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 762/1551] 10.0.0.170 () {32 vars in 717 bytes} [Thu Apr 23 03:37:09 2026] GET /v2.0/ports/0d94846a-1b82-42f6-b30a-3040478d211b => generated 778 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:37:09.244 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c2a3adea-b5c1-428b-907d-8fdc8d35cd3d 117107b34c1343f299793d49fe1f9bb4 50db1dba537846639bbe6d6e1249526f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 763/1552] 10.0.0.170 () {32 vars in 720 bytes} [Thu Apr 23 03:37:09 2026] DELETE /v2.0/ports/82ce47a9-4571-4295-929c-ff67e828302f => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 03:37:09.273 8 INFO neutron.pecan_wsgi.hooks.translation [None req-aa0391a6-1add-422b-87a4-1409e25b2bec 117107b34c1343f299793d49fe1f9bb4 50db1dba537846639bbe6d6e1249526f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 764/1553] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:37:09 2026] DELETE /v2.0/subnets/e08f852c-ac53-43ea-9857-43d4246e1391 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 03:37:09.297 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0e421e61-3a61-4121-a5b3-cab29464fd3f 117107b34c1343f299793d49fe1f9bb4 50db1dba537846639bbe6d6e1249526f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 765/1554] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:37:09 2026] DELETE /v2.0/subnets/3d86745a-2678-4e3d-bb8f-fc4a08000280 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 03:37:09.407 8 INFO neutron_taas.services.taas.taas_plugin [None req-8004f361-1545-4083-8c37-d2115cdc2c79 117107b34c1343f299793d49fe1f9bb4 50db1dba537846639bbe6d6e1249526f - - default default] TaaS: Handle Delete Port: 0d94846a-1b82-42f6-b30a-3040478d211b 2026-04-23 03:37:09.410 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8004f361-1545-4083-8c37-d2115cdc2c79 117107b34c1343f299793d49fe1f9bb4 50db1dba537846639bbe6d6e1249526f - - default default] Tap Mirror: Handle Delete Port: 0d94846a-1b82-42f6-b30a-3040478d211b 2026-04-23 03:37:09.482 8 INFO neutron.services.segments.plugin [-] Segment 8890fd2e-1d47-4cd7-a6c2-2e16484db786 resource provider aggregate not found 2026-04-23 03:37:09.494 8 INFO neutron.services.segments.plugin [-] Segment 8890fd2e-1d47-4cd7-a6c2-2e16484db786 resource provider aggregate not found 2026-04-23 03:37:09.514 8 INFO neutron.services.segments.plugin [-] Segment 8890fd2e-1d47-4cd7-a6c2-2e16484db786 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8890fd2e-1d47-4cd7-a6c2-2e16484db786 found for delete ", "request_id": "req-040aff54-90b2-43a1-b89e-57c0f7c78a0d"}]} 2026-04-23 03:37:09.519 8 INFO neutron.services.segments.plugin [-] Segment 8890fd2e-1d47-4cd7-a6c2-2e16484db786 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8890fd2e-1d47-4cd7-a6c2-2e16484db786 found for delete ", "request_id": "req-867cf14f-5afa-4150-a61e-aaec8bce09c4"}]} [pid: 8|app: 0|req: 766/1555] 10.0.0.170 () {32 vars in 720 bytes} [Thu Apr 23 03:37:09 2026] DELETE /v2.0/ports/0d94846a-1b82-42f6-b30a-3040478d211b => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1556] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:37:09 2026] DELETE /v2.0/networks/55aa0117-f3e6-4fd0-82a0-266fffb97b81 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:37:10.040 7 INFO neutron.db.l3_hamode_db [None req-5b798523-3347-4356-80c3-7607ffa699b5 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 03:37:10.379 8 WARNING neutron.db.securitygroups_db [None req-5edaa36d-6269-4840-b20f-e61198c42e90 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 768/1557] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:37:10 2026] GET /v2.0/security-groups?tenant_id=50db1dba537846639bbe6d6e1249526f&name=default => generated 2925 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1558] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:37:10 2026] DELETE /v2.0/security-groups/42c35aea-1de3-4f66-a992-2af24c19b520 => 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: 770/1559] 10.0.0.189 () {32 vars in 802 bytes} [Thu Apr 23 03:37:10 2026] GET /v2.0/extensions => generated 22037 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1560] 10.0.0.189 () {30 vars in 724 bytes} [Thu Apr 23 03:37:10 2026] GET /v2.0/quotas/0ba7c0720a454cdc8359565425e411d2/details => generated 847 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1561] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:37:08 2026] POST /v2.0/routers => generated 733 bytes in 2172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:37:11.735 8 INFO neutron.services.segments.plugin [-] Segment f7f06327-df2e-4021-ad90-3389b566d605 resource provider aggregate not found 2026-04-23 03:37:11.737 8 INFO neutron.services.segments.plugin [-] Segment f7f06327-df2e-4021-ad90-3389b566d605 resource provider aggregate not found 2026-04-23 03:37:11.760 8 INFO neutron.services.segments.plugin [-] Segment f7f06327-df2e-4021-ad90-3389b566d605 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7f06327-df2e-4021-ad90-3389b566d605 found for delete ", "request_id": "req-060a6767-ef04-4e16-bf26-a16f830767ad"}]} 2026-04-23 03:37:11.771 8 INFO neutron.services.segments.plugin [-] Segment f7f06327-df2e-4021-ad90-3389b566d605 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7f06327-df2e-4021-ad90-3389b566d605 found for delete ", "request_id": "req-b5780356-85eb-49d9-9d73-9d569261f19c"}]} 2026-04-23 03:37:11.972 7 INFO neutron.db.segments_db [None req-c0a7d6c3-cbee-42ba-a31b-87c8128fa1be b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] Added segment 6b1dc010-af76-4f35-b7be-9b181464e1a5 of type vxlan for network 89df1abb-da19-40e0-83bc-736b02df7485 [pid: 7|app: 0|req: 791/1562] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:37:11 2026] POST /v2.0/networks => generated 640 bytes in 464 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1563] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:37:12 2026] POST /v2.0/subnets => generated 657 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1564] 10.0.0.170 () {32 vars in 722 bytes} [Thu Apr 23 03:37:12 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1565] 10.0.0.170 () {34 vars in 677 bytes} [Thu Apr 23 03:37:12 2026] POST /v2.0/subnetpools => generated 549 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1566] 10.0.0.170 () {34 vars in 783 bytes} [Thu Apr 23 03:37:11 2026] PUT /v2.0/routers/a448d3b4-fddf-4196-af15-593a279a9651/add_router_interface => generated 310 bytes in 1709 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1567] 10.0.0.170 () {32 vars in 729 bytes} [Thu Apr 23 03:37:12 2026] GET /v2.0/subnetpools/67655c13-21e7-413b-be6e-5fd1a59547b8 => generated 549 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1568] 10.0.0.170 () {34 vars in 749 bytes} [Thu Apr 23 03:37:12 2026] PUT /v2.0/subnetpools/67655c13-21e7-413b-be6e-5fd1a59547b8 => generated 500 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1569] 10.0.0.170 () {32 vars in 732 bytes} [Thu Apr 23 03:37:12 2026] DELETE /v2.0/subnetpools/67655c13-21e7-413b-be6e-5fd1a59547b8 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:37:12.949 8 INFO neutron.api.v2.resource [None req-b378264b-cf7e-4592-8251-be5eaa621d43 3ce2f336811240f8b7a307fd0745aed3 bcfa7ef180c848c08258abf32ca2d9bc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 776/1570] 10.0.0.170 () {32 vars in 729 bytes} [Thu Apr 23 03:37:12 2026] GET /v2.0/subnetpools/67655c13-21e7-413b-be6e-5fd1a59547b8 => generated 145 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 03:37:12.966 8 INFO neutron.api.v2.resource [None req-cbb38817-f13d-44df-a3a3-ecac6c8983ce 3ce2f336811240f8b7a307fd0745aed3 bcfa7ef180c848c08258abf32ca2d9bc - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 777/1571] 10.0.0.170 () {32 vars in 732 bytes} [Thu Apr 23 03:37:12 2026] DELETE /v2.0/subnetpools/67655c13-21e7-413b-be6e-5fd1a59547b8 => generated 145 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1572] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:37:12 2026] POST /v2.0/subnets => generated 731 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:37:13.022 8 INFO neutron.db.segments_db [None req-842b34af-89f6-4111-8bfa-0c819aab69ad b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] Added segment 07ca86a5-e8ad-49eb-8982-539ae52fd22a of type vxlan for network 295a7087-c6fd-4290-ba04-ed5a9e11699f [pid: 8|app: 0|req: 778/1573] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:37:12 2026] POST /v2.0/networks => generated 638 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1574] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:37:13 2026] POST /v2.0/subnets => generated 654 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1575] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:37:13 2026] POST /v2.0/subnets => generated 725 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:37:13.678 8 INFO neutron.db.segments_db [None req-3e4d582e-bef6-4560-ae24-3ed34d53484a b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] Added segment 1d28ddf3-1566-4829-a0fd-abc9aa15c9a4 of type vxlan for network 840d4dd3-b3e3-44e9-90e7-ff7d5bdd1ecd [pid: 8|app: 0|req: 780/1576] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:37:13 2026] POST /v2.0/networks => generated 638 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:37:13.838 7 WARNING neutron.db.securitygroups_db [None req-e93cd4c0-9d97-4be0-b194-31d096000089 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 797/1577] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:37:13 2026] GET /v2.0/security-groups?tenant_id=bcfa7ef180c848c08258abf32ca2d9bc&name=default => generated 2925 bytes in 433 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1578] 10.0.0.121 () {34 vars in 982 bytes} [Thu Apr 23 03:37:13 2026] GET /v2.0/networks?id=cef17b04-cc74-410d-94aa-3c1422e778c8 => generated 678 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1579] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:37:13 2026] POST /v2.0/subnets => generated 655 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:37:14.044 7 WARNING neutron.db.securitygroups_db [None req-435321cc-6772-40b1-8d58-8c77cd8ed323 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 782/1580] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:37:14 2026] DELETE /v2.0/security-groups/6362fe03-ef16-424a-a9ff-5435b56a1773 => 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: 783/1581] 10.0.0.121 () {34 vars in 965 bytes} [Thu Apr 23 03:37:14 2026] GET /v2.0/quotas/95400925acd749f48ac08e5f0c1ea208 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1582] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:37:13 2026] GET /v2.0/security-groups?tenant_id=0ba7c0720a454cdc8359565425e411d2&name=default => generated 2925 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1583] 10.0.0.121 () {34 vars in 1002 bytes} [Thu Apr 23 03:37:14 2026] GET /v2.0/ports?tenant_id=95400925acd749f48ac08e5f0c1ea208&fields=id => generated 103 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1584] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:37:14 2026] POST /v2.0/subnets => generated 729 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1585] 10.0.0.121 () {34 vars in 1008 bytes} [Thu Apr 23 03:37:14 2026] GET /v2.0/networks/cef17b04-cc74-410d-94aa-3c1422e778c8?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: 801/1586] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:37:14 2026] DELETE /v2.0/security-groups/1c931d4b-454a-4ae8-9752-59adeb63809f => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:37:14.353 8 INFO neutron.db.segments_db [None req-443153ea-6836-4ce8-827d-561aa5755b80 b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] Added segment 39289cc6-0c13-404a-8941-97c013e8303a of type vxlan for network a82f75ef-4cb6-4e4a-a8cb-13ced59d9994 [pid: 7|app: 0|req: 802/1587] 10.0.0.121 () {34 vars in 1108 bytes} [Thu Apr 23 03:37:14 2026] GET /v2.0/networks/cef17b04-cc74-410d-94aa-3c1422e778c8?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: 803/1588] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:14 2026] GET /v2.0/ports?device_id=729a5c59-a625-4fd0-923f-f61c3195b2b9 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:37:14.573 8 INFO neutron.db.l3_hamode_db [None req-443153ea-6836-4ce8-827d-561aa5755b80 b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 03:37:15.314 8 INFO neutron.db.l3_hamode_db [None req-443153ea-6836-4ce8-827d-561aa5755b80 b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 804/1589] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:15 2026] GET /v2.0/ports?device_id=729a5c59-a625-4fd0-923f-f61c3195b2b9 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:37:16.187 7 INFO neutron.db.segments_db [None req-79cd042a-1adf-4270-b92d-0f16b12a38fc 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Added segment 0c92a19f-4c8f-4e8e-9705-3909b3fa1f3e of type vxlan for network 5d78df66-7423-4734-a910-f2e10cdecddd [pid: 7|app: 0|req: 805/1590] 10.0.0.170 () {34 vars in 671 bytes} [Thu Apr 23 03:37:15 2026] POST /v2.0/networks => generated 740 bytes in 545 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1591] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:37:14 2026] POST /v2.0/routers => generated 685 bytes in 2012 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1592] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:37:16 2026] POST /v2.0/subnets => generated 688 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:37:16.621 7 INFO neutron.db.segments_db [None req-ed4eeb55-5583-4086-98d8-66fb6d35d31f 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Added segment 25e20753-1e95-49c3-81d9-d40431f28d51 of type vxlan for network e82aab46-f664-46c8-85d6-235f71e314e4 2026-04-23 03:37:16.873 7 INFO neutron.db.l3_hamode_db [None req-ed4eeb55-5583-4086-98d8-66fb6d35d31f 1e5a51e8a6464785a5c23a2b63e263b3 4a0e15a2794440d3a5ca004ed228c329 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 03:37:17.660 7 INFO neutron.db.l3_hamode_db [None req-ed4eeb55-5583-4086-98d8-66fb6d35d31f 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 787/1595] 10.0.0.170 () {34 vars in 783 bytes} [Thu Apr 23 03:37:16 2026] PUT /v2.0/routers/bac18099-8524-4962-a319-b3dd9f861158/add_router_interface => generated 310 bytes in 1434 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1596] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:17 2026] GET /v2.0/ports?device_id=729a5c59-a625-4fd0-923f-f61c3195b2b9 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:37:18.157 8 INFO neutron.db.segments_db [None req-f6eec27f-5bac-441b-94e2-9efe893340e3 d0e4b53560df4bc8a6d1450a5af83a8d e77464118cff4ba9a8a6e786859812b3 - - default default] Added segment 872608ce-9563-4e58-8422-2fbaf4a95496 of type vxlan for network a70f77f7-431d-466d-8459-c5478accb5f2 [pid: 8|app: 0|req: 789/1597] 10.0.0.170 () {34 vars in 671 bytes} [Thu Apr 23 03:37:17 2026] POST /v2.0/networks => generated 633 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1598] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:37:16 2026] POST /v2.0/routers => generated 728 bytes in 2011 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:37:18.543 7 INFO neutron.db.segments_db [None req-ac016d77-5b78-40c6-9807-3bea9915a79e d0e4b53560df4bc8a6d1450a5af83a8d e77464118cff4ba9a8a6e786859812b3 - - default default] Added segment 495d4efb-32bc-4819-a016-19f363e0506d of type vxlan for network 4d8fdc29-b8a2-4c26-8dd6-9c804dfff581 2026-04-23 03:37:18.784 7 INFO neutron.db.l3_hamode_db [None req-ac016d77-5b78-40c6-9807-3bea9915a79e d0e4b53560df4bc8a6d1450a5af83a8d e77464118cff4ba9a8a6e786859812b3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 03:37:19.512 7 INFO neutron.db.l3_hamode_db [None req-ac016d77-5b78-40c6-9807-3bea9915a79e d0e4b53560df4bc8a6d1450a5af83a8d e77464118cff4ba9a8a6e786859812b3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 790/1599] 10.0.0.170 () {34 vars in 783 bytes} [Thu Apr 23 03:37:18 2026] PUT /v2.0/routers/bac18099-8524-4962-a319-b3dd9f861158/add_router_interface => generated 310 bytes in 1433 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1600] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:37:18 2026] POST /v2.0/routers => generated 695 bytes in 2018 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1601] 199.204.45.25 () {34 vars in 985 bytes} [Thu Apr 23 03:37:20 2026] GET /v2.0/networks?id=cef17b04-cc74-410d-94aa-3c1422e778c8 => generated 678 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1602] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:20 2026] GET /v2.0/ports?device_id=729a5c59-a625-4fd0-923f-f61c3195b2b9 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1603] 10.0.0.170 () {34 vars in 783 bytes} [Thu Apr 23 03:37:19 2026] PUT /v2.0/routers/5ab12974-d29e-4df6-8183-6a4f003dbf34/add_router_interface => generated 310 bytes in 1313 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1604] 10.0.0.170 () {32 vars in 776 bytes} [Thu Apr 23 03:37:21 2026] GET /v2.0/subnets?project_id=e77464118cff4ba9a8a6e786859812b3&cidr=10.100.0.0%2F28 => generated 14 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1605] 199.204.45.25 () {38 vars in 954 bytes} [Thu Apr 23 03:37:21 2026] POST /v2.0/ports => generated 954 bytes in 446 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: 794/1606] 10.0.0.170 () {32 vars in 694 bytes} [Thu Apr 23 03:37:21 2026] GET /v2.0/networks?router%3Aexternal=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: 813/1607] 10.0.0.170 () {34 vars in 783 bytes} [Thu Apr 23 03:37:20 2026] PUT /v2.0/routers/bac18099-8524-4962-a319-b3dd9f861158/add_router_interface => generated 310 bytes in 1432 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1608] 10.0.0.170 () {32 vars in 784 bytes} [Thu Apr 23 03:37:22 2026] GET /v2.0/subnets?network_id=2d1069b4-5727-4129-b3c9-54ff5802f06e&cidr=10.100.0.0%2F28 => generated 14 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1609] 199.204.45.25 () {38 vars in 1027 bytes} [Thu Apr 23 03:37:21 2026] PUT /v2.0/ports/ea900638-dae2-43e7-81d7-fccb9eab3b7a => generated 1235 bytes in 516 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: 815/1610] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:22 2026] GET /v2.0/ports?device_id=729a5c59-a625-4fd0-923f-f61c3195b2b9 => generated 969 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:37:22.124 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4f7aada3-4ce1-4c3a-b25e-e8793680828d'] response: {'name': 'network-changed', 'server_uuid': '729a5c59-a625-4fd0-923f-f61c3195b2b9', 'tag': 'ea900638-dae2-43e7-81d7-fccb9eab3b7a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 816/1611] 10.0.0.170 () {34 vars in 684 bytes} [Thu Apr 23 03:37:22 2026] POST /v2.0/security-groups => generated 1628 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1612] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:37:22 2026] GET /v2.0/security-groups?id=541f299a-324e-43bb-9dd5-3119bcb552e5&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1613] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:37:22 2026] POST /v2.0/subnets => generated 657 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1614] 10.0.0.170 () {34 vars in 695 bytes} [Thu Apr 23 03:37:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1615] 10.0.0.170 () {34 vars in 695 bytes} [Thu Apr 23 03:37:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1616] 10.0.0.170 () {34 vars in 695 bytes} [Thu Apr 23 03:37:22 2026] POST /v2.0/security-group-rules => generated 599 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1617] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:37:22 2026] GET /v2.0/ports?tenant_id=95400925acd749f48ac08e5f0c1ea208&device_id=729a5c59-a625-4fd0-923f-f61c3195b2b9 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1618] 10.0.0.170 () {34 vars in 695 bytes} [Thu Apr 23 03:37:22 2026] POST /v2.0/security-group-rules => generated 601 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1619] 199.204.45.25 () {34 vars in 1017 bytes} [Thu Apr 23 03:37:22 2026] GET /v2.0/networks?tenant_id=95400925acd749f48ac08e5f0c1ea208&shared=False => generated 773 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1620] 10.0.0.170 () {34 vars in 695 bytes} [Thu Apr 23 03:37:22 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1621] 199.204.45.25 () {34 vars in 929 bytes} [Thu Apr 23 03:37:22 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1622] 10.0.0.170 () {34 vars in 695 bytes} [Thu Apr 23 03:37:23 2026] POST /v2.0/security-group-rules => generated 597 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1623] 10.0.0.170 () {34 vars in 695 bytes} [Thu Apr 23 03:37:23 2026] POST /v2.0/security-group-rules => generated 597 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1624] 10.0.0.121 () {34 vars in 982 bytes} [Thu Apr 23 03:37:23 2026] GET /v2.0/networks?id=5d78df66-7423-4734-a910-f2e10cdecddd => generated 673 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1625] 10.0.0.170 () {34 vars in 695 bytes} [Thu Apr 23 03:37:23 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1626] 10.0.0.121 () {34 vars in 965 bytes} [Thu Apr 23 03:37:23 2026] GET /v2.0/quotas/4a0e15a2794440d3a5ca004ed228c329 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1627] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:23 2026] GET /v2.0/ports?device_id=729a5c59-a625-4fd0-923f-f61c3195b2b9 => generated 969 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1628] 10.0.0.170 () {34 vars in 695 bytes} [Thu Apr 23 03:37:23 2026] POST /v2.0/security-group-rules => generated 599 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1629] 10.0.0.121 () {34 vars in 1002 bytes} [Thu Apr 23 03:37:23 2026] GET /v2.0/ports?tenant_id=4a0e15a2794440d3a5ca004ed228c329&fields=id => generated 57 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1630] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:37:23 2026] GET /v2.0/security-groups?id=541f299a-324e-43bb-9dd5-3119bcb552e5&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1631] 10.0.0.170 () {34 vars in 695 bytes} [Thu Apr 23 03:37:23 2026] POST /v2.0/security-group-rules => generated 601 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1632] 10.0.0.170 () {34 vars in 783 bytes} [Thu Apr 23 03:37:22 2026] PUT /v2.0/routers/172b45bb-473c-4d4b-93c9-022222e09c36/add_router_interface => generated 310 bytes in 1465 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1633] 10.0.0.121 () {34 vars in 1008 bytes} [Thu Apr 23 03:37:23 2026] GET /v2.0/networks/5d78df66-7423-4734-a910-f2e10cdecddd?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1634] 10.0.0.170 () {32 vars in 649 bytes} [Thu Apr 23 03:37:23 2026] GET /v2.0/networks => generated 9574 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1635] 10.0.0.121 () {34 vars in 1108 bytes} [Thu Apr 23 03:37:23 2026] GET /v2.0/networks/5d78df66-7423-4734-a910-f2e10cdecddd?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: 798/1636] 10.0.0.170 () {34 vars in 695 bytes} [Thu Apr 23 03:37:23 2026] POST /v2.0/security-group-rules => generated 597 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1637] 10.0.0.170 () {32 vars in 647 bytes} [Thu Apr 23 03:37:23 2026] GET /v2.0/subnets => generated 10025 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1638] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:37:24 2026] GET /v2.0/ports?tenant_id=95400925acd749f48ac08e5f0c1ea208&device_id=729a5c59-a625-4fd0-923f-f61c3195b2b9 => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1639] 199.204.45.25 () {34 vars in 1057 bytes} [Thu Apr 23 03:37:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=ea900638-dae2-43e7-81d7-fccb9eab3b7a => 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: 801/1640] 199.204.45.25 () {34 vars in 983 bytes} [Thu Apr 23 03:37:24 2026] GET /v2.0/subnets?id=96ba922d-e9d1-4dec-b574-85bebb6a5b93 => generated 696 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1641] 10.0.0.170 () {32 vars in 647 bytes} [Thu Apr 23 03:37:24 2026] GET /v2.0/routers => generated 2906 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1642] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:24 2026] GET /v2.0/ports?device_id=08162e86-abb6-4dac-966e-f6a03fd4b177 => 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: 841/1643] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:37:24 2026] GET /v2.0/ports?network_id=cef17b04-cc74-410d-94aa-3c1422e778c8&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1644] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:37:24 2026] GET /v2.0/networks/cef17b04-cc74-410d-94aa-3c1422e778c8?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1645] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:37:24 2026] GET /v2.0/networks/cef17b04-cc74-410d-94aa-3c1422e778c8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:37:24.337 7 WARNING neutron.db.securitygroups_db [req-0dbeaffe-d2b7-4d62-a7ee-0fbf44156e7b req-f2c8aeb1-55ad-4b47-974c-2344a7338e54 b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 843/1646] 10.0.0.121 () {34 vars in 1096 bytes} [Thu Apr 23 03:37:24 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1348810284&fields=id&tenant_id=961c1aa0806a48c1bd657cd40b8958b5 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1647] 10.0.0.121 () {34 vars in 982 bytes} [Thu Apr 23 03:37:24 2026] GET /v2.0/networks?id=295a7087-c6fd-4290-ba04-ed5a9e11699f => generated 705 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1648] 10.0.0.170 () {34 vars in 685 bytes} [Thu Apr 23 03:37:24 2026] POST /v2.0/security-groups => generated 1673 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1649] 10.0.0.121 () {34 vars in 965 bytes} [Thu Apr 23 03:37:24 2026] GET /v2.0/quotas/961c1aa0806a48c1bd657cd40b8958b5 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1650] 10.0.0.121 () {34 vars in 1002 bytes} [Thu Apr 23 03:37:24 2026] GET /v2.0/ports?tenant_id=961c1aa0806a48c1bd657cd40b8958b5&fields=id => generated 287 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1651] 10.0.0.170 () {34 vars in 695 bytes} [Thu Apr 23 03:37:24 2026] POST /v2.0/security-group-rules => generated 597 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1652] 10.0.0.121 () {34 vars in 1008 bytes} [Thu Apr 23 03:37:24 2026] GET /v2.0/networks/295a7087-c6fd-4290-ba04-ed5a9e11699f?fields=segments => generated 14 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1653] 10.0.0.170 () {34 vars in 695 bytes} [Thu Apr 23 03:37:24 2026] POST /v2.0/security-group-rules => generated 596 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1654] 10.0.0.121 () {34 vars in 1108 bytes} [Thu Apr 23 03:37:24 2026] GET /v2.0/networks/295a7087-c6fd-4290-ba04-ed5a9e11699f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1655] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:24 2026] GET /v2.0/ports?device_id=729a5c59-a625-4fd0-923f-f61c3195b2b9 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1656] 10.0.0.170 () {34 vars in 695 bytes} [Thu Apr 23 03:37:24 2026] POST /v2.0/security-group-rules => generated 602 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1657] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:37:24 2026] GET /v2.0/security-groups?id=541f299a-324e-43bb-9dd5-3119bcb552e5&fields=id&fields=name => generated 88 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1658] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:24 2026] GET /v2.0/ports?device_id=1078a88e-9fdc-4684-990c-79c3c3872bed => 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: 849/1659] 10.0.0.170 () {34 vars in 695 bytes} [Thu Apr 23 03:37:24 2026] POST /v2.0/security-group-rules => generated 601 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:37:25.078 8 INFO neutron.db.securitygroups_db [None req-6e2d8c9d-dbbc-4df9-960a-63e76b2b0f67 d0e4b53560df4bc8a6d1450a5af83a8d e77464118cff4ba9a8a6e786859812b3 - - default default] Project e77464118cff4ba9a8a6e786859812b3 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: 811/1660] 10.0.0.170 () {34 vars in 695 bytes} [Thu Apr 23 03:37:25 2026] POST /v2.0/security-group-rules => generated 607 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:37:25.214 7 INFO neutron.db.securitygroups_db [None req-fe6bb878-40c6-4cee-9f6d-f3ad0bf72bab d0e4b53560df4bc8a6d1450a5af83a8d e77464118cff4ba9a8a6e786859812b3 - - default default] Project e77464118cff4ba9a8a6e786859812b3 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: 850/1661] 10.0.0.170 () {34 vars in 695 bytes} [Thu Apr 23 03:37:25 2026] POST /v2.0/security-group-rules => generated 606 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1662] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:25 2026] GET /v2.0/ports?device_id=08162e86-abb6-4dac-966e-f6a03fd4b177 => 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: 851/1663] 10.0.0.170 () {32 vars in 649 bytes} [Thu Apr 23 03:37:25 2026] GET /v2.0/networks => generated 1298 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:37:25.836 8 WARNING neutron.db.securitygroups_db [req-4873104f-bd5b-4e91-9ecd-49192eceff52 req-7d7d1713-7ed5-4421-af00-f10ee6fb40e7 d0e4b53560df4bc8a6d1450a5af83a8d e77464118cff4ba9a8a6e786859812b3 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 813/1664] 10.0.0.121 () {34 vars in 1098 bytes} [Thu Apr 23 03:37:25 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-370099571&fields=id&tenant_id=e77464118cff4ba9a8a6e786859812b3 => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1665] 10.0.0.121 () {34 vars in 982 bytes} [Thu Apr 23 03:37:25 2026] GET /v2.0/networks?id=a70f77f7-431d-466d-8459-c5478accb5f2 => generated 661 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1666] 10.0.0.121 () {34 vars in 965 bytes} [Thu Apr 23 03:37:25 2026] GET /v2.0/quotas/e77464118cff4ba9a8a6e786859812b3 => 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: 815/1667] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:25 2026] GET /v2.0/ports?device_id=729a5c59-a625-4fd0-923f-f61c3195b2b9 => 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: 853/1668] 10.0.0.121 () {34 vars in 1002 bytes} [Thu Apr 23 03:37:25 2026] GET /v2.0/ports?tenant_id=e77464118cff4ba9a8a6e786859812b3&fields=id => generated 57 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1669] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:37:26 2026] GET /v2.0/security-groups?id=541f299a-324e-43bb-9dd5-3119bcb552e5&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: 854/1670] 10.0.0.121 () {34 vars in 1008 bytes} [Thu Apr 23 03:37:26 2026] GET /v2.0/networks/a70f77f7-431d-466d-8459-c5478accb5f2?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1671] 10.0.0.121 () {34 vars in 1108 bytes} [Thu Apr 23 03:37:26 2026] GET /v2.0/networks/a70f77f7-431d-466d-8459-c5478accb5f2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1672] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:26 2026] GET /v2.0/ports?device_id=c1b7f4c3-dd1f-4467-bf55-08570d2f6844 => 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: 818/1673] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:26 2026] GET /v2.0/ports?device_id=08162e86-abb6-4dac-966e-f6a03fd4b177 => 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: 856/1674] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:27 2026] GET /v2.0/ports?device_id=729a5c59-a625-4fd0-923f-f61c3195b2b9 => generated 969 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1675] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:37:27 2026] GET /v2.0/security-groups?id=541f299a-324e-43bb-9dd5-3119bcb552e5&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1676] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:27 2026] GET /v2.0/ports?device_id=c1b7f4c3-dd1f-4467-bf55-08570d2f6844 => 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: 820/1677] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:27 2026] GET /v2.0/ports?device_id=08162e86-abb6-4dac-966e-f6a03fd4b177 => 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: 858/1678] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:28 2026] GET /v2.0/ports?device_id=729a5c59-a625-4fd0-923f-f61c3195b2b9 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1679] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:37:28 2026] GET /v2.0/security-groups?id=541f299a-324e-43bb-9dd5-3119bcb552e5&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: 859/1680] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:28 2026] GET /v2.0/ports?device_id=c1b7f4c3-dd1f-4467-bf55-08570d2f6844 => 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: 822/1681] 199.204.45.25 () {34 vars in 985 bytes} [Thu Apr 23 03:37:28 2026] GET /v2.0/networks?id=5d78df66-7423-4734-a910-f2e10cdecddd => generated 673 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1682] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:28 2026] GET /v2.0/ports?device_id=08162e86-abb6-4dac-966e-f6a03fd4b177 => 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: 860/1683] 199.204.45.25 () {38 vars in 954 bytes} [Thu Apr 23 03:37:28 2026] POST /v2.0/ports => generated 958 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1684] 199.204.45.25 () {38 vars in 1027 bytes} [Thu Apr 23 03:37:28 2026] PUT /v2.0/ports/b034042b-cabb-4051-b4f6-2c90829930ad => generated 1239 bytes in 433 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:37:29.385 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-01e53b81-2f80-4399-9be6-505ad6cbdc58'] response: {'name': 'network-changed', 'server_uuid': '08162e86-abb6-4dac-966e-f6a03fd4b177', 'tag': 'b034042b-cabb-4051-b4f6-2c90829930ad', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 861/1685] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:29 2026] GET /v2.0/ports?device_id=729a5c59-a625-4fd0-923f-f61c3195b2b9 => generated 971 bytes in 39 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: 862/1686] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:29 2026] GET /v2.0/ports?device_id=c1b7f4c3-dd1f-4467-bf55-08570d2f6844 => 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: 825/1687] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:37:29 2026] GET /v2.0/security-groups?id=541f299a-324e-43bb-9dd5-3119bcb552e5&fields=id&fields=name => generated 88 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1688] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:29 2026] GET /v2.0/ports?device_id=08162e86-abb6-4dac-966e-f6a03fd4b177 => 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: 826/1689] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:37:29 2026] GET /v2.0/security-groups?id=a2fd6361-463e-4467-b115-f2eec4960444&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: 864/1690] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:37:29 2026] GET /v2.0/ports?tenant_id=4a0e15a2794440d3a5ca004ed228c329&device_id=08162e86-abb6-4dac-966e-f6a03fd4b177 => generated 1242 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1691] 199.204.45.25 () {34 vars in 1017 bytes} [Thu Apr 23 03:37:29 2026] GET /v2.0/networks?tenant_id=4a0e15a2794440d3a5ca004ed228c329&shared=False => generated 768 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1692] 199.204.45.25 () {34 vars in 929 bytes} [Thu Apr 23 03:37:29 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1693] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:30 2026] GET /v2.0/ports?device_id=1078a88e-9fdc-4684-990c-79c3c3872bed => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1694] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:30 2026] GET /v2.0/ports?device_id=c1b7f4c3-dd1f-4467-bf55-08570d2f6844 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1695] 199.204.45.25 () {34 vars in 985 bytes} [Thu Apr 23 03:37:30 2026] GET /v2.0/networks?id=295a7087-c6fd-4290-ba04-ed5a9e11699f => generated 705 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:37:30.813 7 WARNING neutron.db.securitygroups_db [req-0dbeaffe-d2b7-4d62-a7ee-0fbf44156e7b req-3e1c495d-23ee-42d1-b13c-9ce1285442f7 b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 830/1696] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:30 2026] GET /v2.0/ports?device_id=729a5c59-a625-4fd0-923f-f61c3195b2b9 => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1697] 199.204.45.25 () {34 vars in 1049 bytes} [Thu Apr 23 03:37:30 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=961c1aa0806a48c1bd657cd40b8958b5 => generated 179 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1698] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:37:30 2026] GET /v2.0/security-groups?id=541f299a-324e-43bb-9dd5-3119bcb552e5&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1699] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:30 2026] GET /v2.0/ports?device_id=08162e86-abb6-4dac-966e-f6a03fd4b177 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1700] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:37:30 2026] GET /v2.0/security-groups?id=a2fd6361-463e-4467-b115-f2eec4960444&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: 871/1701] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:37:31 2026] GET /v2.0/ports?tenant_id=4a0e15a2794440d3a5ca004ed228c329&device_id=08162e86-abb6-4dac-966e-f6a03fd4b177 => generated 1242 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1702] 199.204.45.25 () {34 vars in 1059 bytes} [Thu Apr 23 03:37:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=b034042b-cabb-4051-b4f6-2c90829930ad => 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: 873/1703] 199.204.45.25 () {34 vars in 983 bytes} [Thu Apr 23 03:37:31 2026] GET /v2.0/subnets?id=fe331930-f0ca-4a80-8aa5-e146b0aeef65 => generated 691 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1704] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:37:31 2026] GET /v2.0/ports?network_id=5d78df66-7423-4734-a910-f2e10cdecddd&device_owner=network%3Adhcp => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1705] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:31 2026] GET /v2.0/ports?device_id=729a5c59-a625-4fd0-923f-f61c3195b2b9 => 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: 831/1706] 199.204.45.25 () {38 vars in 954 bytes} [Thu Apr 23 03:37:30 2026] POST /v2.0/ports => generated 1183 bytes in 468 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: 876/1707] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:37:31 2026] GET /v2.0/networks/5d78df66-7423-4734-a910-f2e10cdecddd?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1708] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:37:31 2026] GET /v2.0/security-groups?id=541f299a-324e-43bb-9dd5-3119bcb552e5&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: 833/1709] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:37:31 2026] GET /v2.0/networks/5d78df66-7423-4734-a910-f2e10cdecddd?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: 836/1712] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:31 2026] GET /v2.0/ports?device_id=c1b7f4c3-dd1f-4467-bf55-08570d2f6844 => 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: 877/1713] 199.204.45.25 () {38 vars in 1027 bytes} [Thu Apr 23 03:37:31 2026] PUT /v2.0/ports/a95d58e3-fa98-428b-9b39-a5adfab1ae5d => generated 1464 bytes in 524 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:37:31.889 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-53109b0a-7c7e-4fa5-ba37-9263a869a761'] response: {'name': 'network-changed', 'server_uuid': '1078a88e-9fdc-4684-990c-79c3c3872bed', 'tag': 'a95d58e3-fa98-428b-9b39-a5adfab1ae5d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 837/1714] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:32 2026] GET /v2.0/ports?device_id=08162e86-abb6-4dac-966e-f6a03fd4b177 => generated 973 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: 878/1715] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:37:32 2026] GET /v2.0/security-groups?id=a2fd6361-463e-4467-b115-f2eec4960444&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1716] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:37:32 2026] GET /v2.0/ports?tenant_id=961c1aa0806a48c1bd657cd40b8958b5&device_id=1078a88e-9fdc-4684-990c-79c3c3872bed => generated 1467 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1717] 199.204.45.25 () {34 vars in 1017 bytes} [Thu Apr 23 03:37:32 2026] GET /v2.0/networks?tenant_id=961c1aa0806a48c1bd657cd40b8958b5&shared=False => generated 2377 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1718] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:32 2026] GET /v2.0/ports?device_id=729a5c59-a625-4fd0-923f-f61c3195b2b9 => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1719] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:37:32 2026] GET /v2.0/security-groups?id=541f299a-324e-43bb-9dd5-3119bcb552e5&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1720] 199.204.45.25 () {34 vars in 929 bytes} [Thu Apr 23 03:37:32 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: 7|app: 0|req: 881/1721] 199.204.45.25 () {34 vars in 985 bytes} [Thu Apr 23 03:37:32 2026] GET /v2.0/networks?id=a70f77f7-431d-466d-8459-c5478accb5f2 => generated 661 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1722] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:32 2026] GET /v2.0/ports?device_id=c1b7f4c3-dd1f-4467-bf55-08570d2f6844 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:37:32.971 7 WARNING neutron.db.securitygroups_db [req-4873104f-bd5b-4e91-9ecd-49192eceff52 req-d3200d48-337f-4c19-b723-01ccda1d66e4 d0e4b53560df4bc8a6d1450a5af83a8d e77464118cff4ba9a8a6e786859812b3 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 882/1723] 199.204.45.25 () {34 vars in 1049 bytes} [Thu Apr 23 03:37:32 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e77464118cff4ba9a8a6e786859812b3 => generated 180 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1724] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:33 2026] GET /v2.0/ports?device_id=08162e86-abb6-4dac-966e-f6a03fd4b177 => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1725] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:37:33 2026] GET /v2.0/security-groups?id=a2fd6361-463e-4467-b115-f2eec4960444&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: 842/1726] 199.204.45.25 () {38 vars in 954 bytes} [Thu Apr 23 03:37:33 2026] POST /v2.0/ports => generated 954 bytes in 407 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: 843/1727] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:37:33 2026] GET /v2.0/ports?tenant_id=961c1aa0806a48c1bd657cd40b8958b5&device_id=1078a88e-9fdc-4684-990c-79c3c3872bed => generated 1467 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1728] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:33 2026] GET /v2.0/ports?device_id=729a5c59-a625-4fd0-923f-f61c3195b2b9 => 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: 845/1729] 199.204.45.25 () {34 vars in 1057 bytes} [Thu Apr 23 03:37:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.120&port_id=a95d58e3-fa98-428b-9b39-a5adfab1ae5d => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1730] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:37:33 2026] GET /v2.0/security-groups?id=541f299a-324e-43bb-9dd5-3119bcb552e5&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: 847/1731] 199.204.45.25 () {34 vars in 1103 bytes} [Thu Apr 23 03:37:33 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A211&port_id=a95d58e3-fa98-428b-9b39-a5adfab1ae5d => 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: 848/1732] 199.204.45.25 () {34 vars in 1063 bytes} [Thu Apr 23 03:37:33 2026] GET /v2.0/subnets?id=18020683-1cca-4ead-bfda-ed3629b3e0a2&id=fc8330ab-1283-42ad-8c4d-6d2d060f46c4 => generated 1408 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1733] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:37:33 2026] GET /v2.0/ports?network_id=295a7087-c6fd-4290-ba04-ed5a9e11699f&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1734] 199.204.45.25 () {38 vars in 1027 bytes} [Thu Apr 23 03:37:33 2026] PUT /v2.0/ports/bc463b34-2350-4be6-8272-c78ad274baa2 => generated 1235 bytes in 417 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 850/1735] 199.204.45.25 () {34 vars in 993 bytes} [Thu Apr 23 03:37:33 2026] GET /v2.0/ports?device_id=729a5c59-a625-4fd0-923f-f61c3195b2b9 => 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: 886/1736] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:37:33 2026] GET /v2.0/ports?network_id=295a7087-c6fd-4290-ba04-ed5a9e11699f&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:37:33.931 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-89f22cff-b647-4dbf-8364-54327ff84fd7'] response: {'name': 'network-changed', 'server_uuid': 'c1b7f4c3-dd1f-4467-bf55-08570d2f6844', 'tag': 'bc463b34-2350-4be6-8272-c78ad274baa2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 887/1737] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:37:33 2026] GET /v2.0/networks/295a7087-c6fd-4290-ba04-ed5a9e11699f?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:37:33.984 8 INFO neutron_taas.services.taas.taas_plugin [req-5fefa871-232e-49fa-83f3-58a5a2ac4f38 req-8bef48d6-b1b1-4049-a623-44e5e5808e35 bcce81978f8148bebe5b91383cde09a8 95400925acd749f48ac08e5f0c1ea208 - - default default] TaaS: Handle Delete Port: ea900638-dae2-43e7-81d7-fccb9eab3b7a 2026-04-23 03:37:33.988 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5fefa871-232e-49fa-83f3-58a5a2ac4f38 req-8bef48d6-b1b1-4049-a623-44e5e5808e35 bcce81978f8148bebe5b91383cde09a8 95400925acd749f48ac08e5f0c1ea208 - - default default] Tap Mirror: Handle Delete Port: ea900638-dae2-43e7-81d7-fccb9eab3b7a [pid: 7|app: 0|req: 888/1738] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:37:33 2026] GET /v2.0/networks/295a7087-c6fd-4290-ba04-ed5a9e11699f?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: 889/1739] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:34 2026] GET /v2.0/ports?device_id=c1b7f4c3-dd1f-4467-bf55-08570d2f6844 => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1740] 199.204.45.25 () {36 vars in 996 bytes} [Thu Apr 23 03:37:33 2026] DELETE /v2.0/ports/ea900638-dae2-43e7-81d7-fccb9eab3b7a => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1741] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:37:34 2026] GET /v2.0/security-groups?id=fe1d5477-bc8c-4b1c-8ce2-683c0110e0cf&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:37:34.189 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8cb2a70e-f796-4e7a-b078-5457ba56ebf6'] response: {'server_uuid': '729a5c59-a625-4fd0-923f-f61c3195b2b9', 'name': 'network-vif-deleted', 'tag': 'ea900638-dae2-43e7-81d7-fccb9eab3b7a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 852/1742] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:37:34 2026] GET /v2.0/ports?tenant_id=e77464118cff4ba9a8a6e786859812b3&device_id=c1b7f4c3-dd1f-4467-bf55-08570d2f6844 => generated 1238 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1743] 199.204.45.25 () {34 vars in 1017 bytes} [Thu Apr 23 03:37:34 2026] GET /v2.0/networks?tenant_id=e77464118cff4ba9a8a6e786859812b3&shared=False => generated 756 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1744] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:34 2026] GET /v2.0/ports?device_id=08162e86-abb6-4dac-966e-f6a03fd4b177 => generated 973 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1745] 199.204.45.25 () {34 vars in 929 bytes} [Thu Apr 23 03:37:34 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: 7|app: 0|req: 892/1746] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:37:34 2026] GET /v2.0/security-groups?id=a2fd6361-463e-4467-b115-f2eec4960444&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1747] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:34 2026] GET /v2.0/ports?device_id=729a5c59-a625-4fd0-923f-f61c3195b2b9 => 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: 893/1748] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:35 2026] GET /v2.0/ports?device_id=1078a88e-9fdc-4684-990c-79c3c3872bed => generated 1198 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1749] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:35 2026] GET /v2.0/ports?device_id=c1b7f4c3-dd1f-4467-bf55-08570d2f6844 => 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: 894/1750] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:37:35 2026] GET /v2.0/security-groups?id=3cda7f12-610c-461c-8727-263fc625e6db&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1751] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:37:35 2026] GET /v2.0/security-groups?id=fe1d5477-bc8c-4b1c-8ce2-683c0110e0cf&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1752] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:37:35 2026] GET /v2.0/ports?tenant_id=e77464118cff4ba9a8a6e786859812b3&device_id=c1b7f4c3-dd1f-4467-bf55-08570d2f6844 => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1753] 199.204.45.25 () {34 vars in 1057 bytes} [Thu Apr 23 03:37:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=bc463b34-2350-4be6-8272-c78ad274baa2 => 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: 858/1754] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:35 2026] GET /v2.0/ports?device_id=08162e86-abb6-4dac-966e-f6a03fd4b177 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1755] 199.204.45.25 () {34 vars in 983 bytes} [Thu Apr 23 03:37:35 2026] GET /v2.0/subnets?id=91960869-5041-4394-b503-1dc4aa3d8f07 => generated 678 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1756] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:37:35 2026] GET /v2.0/security-groups?id=a2fd6361-463e-4467-b115-f2eec4960444&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1757] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:37:35 2026] GET /v2.0/ports?network_id=a70f77f7-431d-466d-8459-c5478accb5f2&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: 860/1758] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:37:35 2026] GET /v2.0/networks/a70f77f7-431d-466d-8459-c5478accb5f2?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: 861/1759] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:35 2026] GET /v2.0/ports?device_id=729a5c59-a625-4fd0-923f-f61c3195b2b9 => 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: 899/1760] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:37:35 2026] GET /v2.0/networks/a70f77f7-431d-466d-8459-c5478accb5f2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1761] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:36 2026] GET /v2.0/ports?device_id=c1b7f4c3-dd1f-4467-bf55-08570d2f6844 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1762] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:37:36 2026] GET /v2.0/security-groups?id=fe1d5477-bc8c-4b1c-8ce2-683c0110e0cf&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1763] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:36 2026] GET /v2.0/ports?device_id=08162e86-abb6-4dac-966e-f6a03fd4b177 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1764] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:37:36 2026] GET /v2.0/security-groups?id=a2fd6361-463e-4467-b115-f2eec4960444&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1765] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:37 2026] GET /v2.0/ports?device_id=729a5c59-a625-4fd0-923f-f61c3195b2b9 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1766] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:37 2026] GET /v2.0/ports?device_id=c1b7f4c3-dd1f-4467-bf55-08570d2f6844 => 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: 865/1767] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:37:37 2026] GET /v2.0/security-groups?id=fe1d5477-bc8c-4b1c-8ce2-683c0110e0cf&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1768] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:38 2026] GET /v2.0/ports?device_id=08162e86-abb6-4dac-966e-f6a03fd4b177 => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1769] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:37:38 2026] GET /v2.0/security-groups?id=a2fd6361-463e-4467-b115-f2eec4960444&fields=id&fields=name => generated 88 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:37:38.576 7 INFO neutron_taas.services.taas.taas_plugin [None req-63880dd6-7001-4905-811d-91836dd408a2 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: 037cf5e5-2904-402a-8d17-8e59a04cb9e2 2026-04-23 03:37:38.579 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63880dd6-7001-4905-811d-91836dd408a2 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: 037cf5e5-2904-402a-8d17-8e59a04cb9e2 [pid: 8|app: 0|req: 868/1770] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:38 2026] GET /v2.0/ports?device_id=c1b7f4c3-dd1f-4467-bf55-08570d2f6844 => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1771] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:37:38 2026] GET /v2.0/security-groups?id=fe1d5477-bc8c-4b1c-8ce2-683c0110e0cf&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: 903/1772] 10.0.0.170 () {34 vars in 789 bytes} [Thu Apr 23 03:37:38 2026] PUT /v2.0/routers/a448d3b4-fddf-4196-af15-593a279a9651/remove_router_interface => generated 310 bytes in 1101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:37:39.468 8 INFO neutron_taas.services.taas.taas_plugin [None req-a5b9ebf5-b7b2-40ef-b906-6f3d9a72d5b9 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: 9f0a6af3-7e47-4317-a615-96e16d2199a3 2026-04-23 03:37:39.471 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5b9ebf5-b7b2-40ef-b906-6f3d9a72d5b9 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: 9f0a6af3-7e47-4317-a615-96e16d2199a3 [pid: 7|app: 0|req: 904/1773] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:39 2026] GET /v2.0/ports?device_id=08162e86-abb6-4dac-966e-f6a03fd4b177 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1774] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:37:39 2026] GET /v2.0/security-groups?id=a2fd6361-463e-4467-b115-f2eec4960444&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-23 03:37:39.724 8 INFO neutron_taas.services.taas.taas_plugin [None req-a5b9ebf5-b7b2-40ef-b906-6f3d9a72d5b9 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: b44163f2-dafc-47ec-9410-52bf3be896e0 2026-04-23 03:37:39.727 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5b9ebf5-b7b2-40ef-b906-6f3d9a72d5b9 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: b44163f2-dafc-47ec-9410-52bf3be896e0 [pid: 7|app: 0|req: 906/1775] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:39 2026] GET /v2.0/ports?device_id=c1b7f4c3-dd1f-4467-bf55-08570d2f6844 => generated 969 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:37:40.136 8 INFO neutron.services.segments.plugin [-] Segment 5520b8d5-6276-40ed-8781-f3f0bfa59d52 resource provider aggregate not found [pid: 7|app: 0|req: 907/1776] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:37:40 2026] GET /v2.0/security-groups?id=fe1d5477-bc8c-4b1c-8ce2-683c0110e0cf&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:37:40.156 8 INFO neutron.services.segments.plugin [-] Segment 5520b8d5-6276-40ed-8781-f3f0bfa59d52 resource provider aggregate not found 2026-04-23 03:37:40.161 8 INFO neutron.services.segments.plugin [-] Segment 5520b8d5-6276-40ed-8781-f3f0bfa59d52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5520b8d5-6276-40ed-8781-f3f0bfa59d52 found for delete ", "request_id": "req-ff5599d0-01cd-4467-a4d3-02c7f4ccd1ad"}]} 2026-04-23 03:37:40.176 8 INFO neutron.services.segments.plugin [-] Segment 5520b8d5-6276-40ed-8781-f3f0bfa59d52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5520b8d5-6276-40ed-8781-f3f0bfa59d52 found for delete ", "request_id": "req-a51ce8ce-0e11-4218-9c7e-677bff3670a7"}]} 2026-04-23 03:37:40.178 8 INFO neutron.db.l3_hamode_db [None req-a5b9ebf5-b7b2-40ef-b906-6f3d9a72d5b9 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] HA network 63236149-4184-4e23-b310-157647d77b0c was deleted as no HA routers are present in project 95400925acd749f48ac08e5f0c1ea208. [pid: 8|app: 0|req: 870/1777] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:37:39 2026] DELETE /v2.0/routers/a448d3b4-fddf-4196-af15-593a279a9651 => generated 0 bytes in 928 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1778] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:37:40 2026] DELETE /v2.0/subnets/96ba922d-e9d1-4dec-b574-85bebb6a5b93 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1779] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:40 2026] GET /v2.0/ports?device_id=1078a88e-9fdc-4684-990c-79c3c3872bed => generated 1200 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:37:40.507 7 INFO neutron_taas.services.taas.taas_plugin [None req-f0db66ab-7978-4492-bbe6-f923a53e44f8 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: 26438ffb-0c38-4382-9ea5-5da591cc7f22 2026-04-23 03:37:40.510 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f0db66ab-7978-4492-bbe6-f923a53e44f8 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: 26438ffb-0c38-4382-9ea5-5da591cc7f22 [pid: 8|app: 0|req: 872/1780] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:37:40 2026] GET /v2.0/security-groups?id=3cda7f12-610c-461c-8727-263fc625e6db&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1781] 10.0.0.170 () {32 vars in 818 bytes} [Thu Apr 23 03:37:40 2026] GET /v2.0/ports?network_id=295a7087-c6fd-4290-ba04-ed5a9e11699f&mac_address=fa%3A16%3A3e%3Ab3%3A38%3Aa2 => generated 1200 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:37:40.706 7 INFO neutron.services.segments.plugin [-] Segment d245d9c7-206f-4e4f-a107-021abfed265d resource provider aggregate not found 2026-04-23 03:37:40.711 7 INFO neutron.services.segments.plugin [-] Segment d245d9c7-206f-4e4f-a107-021abfed265d resource provider aggregate not found 2026-04-23 03:37:40.729 7 INFO neutron.services.segments.plugin [-] Segment d245d9c7-206f-4e4f-a107-021abfed265d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d245d9c7-206f-4e4f-a107-021abfed265d found for delete ", "request_id": "req-969827c7-0e30-4359-9926-21d9921c1bd2"}]} 2026-04-23 03:37:40.733 7 INFO neutron.services.segments.plugin [-] Segment d245d9c7-206f-4e4f-a107-021abfed265d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d245d9c7-206f-4e4f-a107-021abfed265d found for delete ", "request_id": "req-109001f4-0485-4de4-87af-ebaea73d9cd9"}]} [pid: 7|app: 0|req: 909/1782] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:37:40 2026] DELETE /v2.0/networks/cef17b04-cc74-410d-94aa-3c1422e778c8 => generated 0 bytes in 325 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1783] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:40 2026] GET /v2.0/ports?device_id=08162e86-abb6-4dac-966e-f6a03fd4b177 => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1784] 199.204.45.25 () {34 vars in 993 bytes} [Thu Apr 23 03:37:40 2026] GET /v2.0/ports?device_id=08162e86-abb6-4dac-966e-f6a03fd4b177 => 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: 912/1785] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:37:40 2026] GET /v2.0/security-groups?id=a2fd6361-463e-4467-b115-f2eec4960444&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:37:41.103 7 INFO neutron_taas.services.taas.taas_plugin [req-4f6a5bb1-4c05-4c77-ac57-0852fb460a4e req-caf7c255-18e5-4cb3-b722-621dd0c5a5cd 318cd5f15ba34309a9138c6b349dab8b 4a0e15a2794440d3a5ca004ed228c329 - - default default] TaaS: Handle Delete Port: b034042b-cabb-4051-b4f6-2c90829930ad 2026-04-23 03:37:41.107 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4f6a5bb1-4c05-4c77-ac57-0852fb460a4e req-caf7c255-18e5-4cb3-b722-621dd0c5a5cd 318cd5f15ba34309a9138c6b349dab8b 4a0e15a2794440d3a5ca004ed228c329 - - default default] Tap Mirror: Handle Delete Port: b034042b-cabb-4051-b4f6-2c90829930ad [pid: 7|app: 0|req: 913/1786] 199.204.45.25 () {36 vars in 996 bytes} [Thu Apr 23 03:37:40 2026] DELETE /v2.0/ports/b034042b-cabb-4051-b4f6-2c90829930ad => generated 0 bytes in 359 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:37:41.275 7 WARNING neutron.db.securitygroups_db [None req-71ca9868-41d3-4aec-9065-c699eeb1d9ce 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 914/1787] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:37:41 2026] GET /v2.0/security-groups?tenant_id=95400925acd749f48ac08e5f0c1ea208&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:37:41.328 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cb7cb4da-b871-4747-b851-194e54be3391'] response: {'server_uuid': '08162e86-abb6-4dac-966e-f6a03fd4b177', 'name': 'network-vif-deleted', 'tag': 'b034042b-cabb-4051-b4f6-2c90829930ad', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 915/1788] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:41 2026] GET /v2.0/ports?device_id=c1b7f4c3-dd1f-4467-bf55-08570d2f6844 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1789] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:37:41 2026] DELETE /v2.0/security-groups/541f299a-324e-43bb-9dd5-3119bcb552e5 => 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: 917/1790] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:37:41 2026] GET /v2.0/security-groups?id=fe1d5477-bc8c-4b1c-8ce2-683c0110e0cf&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:37:41.488 8 INFO neutron.db.l3_db [None req-60c79af4-e2af-4e40-a644-5bd2b62e1c6b b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] Floating IP 9cd458aa-2795-4127-988e-9f6ba2bc68f9 associated. External IP: 10.96.250.220, port: a95d58e3-fa98-428b-9b39-a5adfab1ae5d. [pid: 8|app: 0|req: 874/1791] 10.0.0.170 () {34 vars in 677 bytes} [Thu Apr 23 03:37:40 2026] POST /v2.0/floatingips => generated 855 bytes in 1192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:37:41.862 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-03422a61-3654-44bd-8348-9ac377d0ece5'] response: {'name': 'network-changed', 'server_uuid': '1078a88e-9fdc-4684-990c-79c3c3872bed', 'tag': 'a95d58e3-fa98-428b-9b39-a5adfab1ae5d', 'status': 'completed', 'code': 200} 2026-04-23 03:37:41.917 7 WARNING neutron.db.securitygroups_db [req-6474f6c2-09da-4138-86c0-6fd6d00497af req-0b87aaa7-3699-4567-8056-701eb0acf044 b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 918/1792] 10.0.0.121 () {34 vars in 1096 bytes} [Thu Apr 23 03:37:41 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1348810284&fields=id&tenant_id=961c1aa0806a48c1bd657cd40b8958b5 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1793] 10.0.0.121 () {34 vars in 982 bytes} [Thu Apr 23 03:37:41 2026] GET /v2.0/networks?id=840d4dd3-b3e3-44e9-90e7-ff7d5bdd1ecd => generated 705 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1794] 10.0.0.121 () {34 vars in 965 bytes} [Thu Apr 23 03:37:42 2026] GET /v2.0/quotas/961c1aa0806a48c1bd657cd40b8958b5 => 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: 919/1795] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:41 2026] GET /v2.0/ports?device_id=08162e86-abb6-4dac-966e-f6a03fd4b177 => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1796] 10.0.0.121 () {34 vars in 1002 bytes} [Thu Apr 23 03:37:42 2026] GET /v2.0/ports?tenant_id=961c1aa0806a48c1bd657cd40b8958b5&fields=id => generated 333 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1797] 10.0.0.121 () {34 vars in 1008 bytes} [Thu Apr 23 03:37:42 2026] GET /v2.0/networks/840d4dd3-b3e3-44e9-90e7-ff7d5bdd1ecd?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1798] 10.0.0.121 () {34 vars in 1108 bytes} [Thu Apr 23 03:37:42 2026] GET /v2.0/networks/840d4dd3-b3e3-44e9-90e7-ff7d5bdd1ecd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1799] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:37:42 2026] GET /v2.0/ports?tenant_id=961c1aa0806a48c1bd657cd40b8958b5&device_id=1078a88e-9fdc-4684-990c-79c3c3872bed => generated 1469 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1800] 199.204.45.25 () {34 vars in 985 bytes} [Thu Apr 23 03:37:42 2026] GET /v2.0/networks?id=295a7087-c6fd-4290-ba04-ed5a9e11699f => generated 801 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1801] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:42 2026] GET /v2.0/ports?device_id=67ef62d5-0775-43b8-88d7-1db619b125f4 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1802] 199.204.45.25 () {34 vars in 1057 bytes} [Thu Apr 23 03:37:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.120&port_id=a95d58e3-fa98-428b-9b39-a5adfab1ae5d => generated 858 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1803] 199.204.45.25 () {34 vars in 1103 bytes} [Thu Apr 23 03:37:42 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A211&port_id=a95d58e3-fa98-428b-9b39-a5adfab1ae5d => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1804] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:42 2026] GET /v2.0/ports?device_id=c1b7f4c3-dd1f-4467-bf55-08570d2f6844 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1805] 199.204.45.25 () {34 vars in 1063 bytes} [Thu Apr 23 03:37:42 2026] GET /v2.0/subnets?id=18020683-1cca-4ead-bfda-ed3629b3e0a2&id=fc8330ab-1283-42ad-8c4d-6d2d060f46c4 => generated 1408 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1806] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:37:42 2026] GET /v2.0/security-groups?id=fe1d5477-bc8c-4b1c-8ce2-683c0110e0cf&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1807] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:37:42 2026] GET /v2.0/ports?network_id=295a7087-c6fd-4290-ba04-ed5a9e11699f&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: 7|app: 0|req: 925/1808] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:37:42 2026] GET /v2.0/ports?network_id=295a7087-c6fd-4290-ba04-ed5a9e11699f&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1809] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:37:42 2026] GET /v2.0/networks/295a7087-c6fd-4290-ba04-ed5a9e11699f?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1810] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:42 2026] GET /v2.0/ports?device_id=c1b7f4c3-dd1f-4467-bf55-08570d2f6844 => 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: 885/1811] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:37:42 2026] GET /v2.0/networks/295a7087-c6fd-4290-ba04-ed5a9e11699f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1812] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:37:42 2026] GET /v2.0/security-groups?id=fe1d5477-bc8c-4b1c-8ce2-683c0110e0cf&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1813] 10.0.0.170 () {32 vars in 736 bytes} [Thu Apr 23 03:37:42 2026] GET /v2.0/ports?device_id=c1b7f4c3-dd1f-4467-bf55-08570d2f6844 => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1814] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:43 2026] GET /v2.0/ports?device_id=08162e86-abb6-4dac-966e-f6a03fd4b177 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:37:44.134 7 INFO neutron.db.l3_db [None req-9dde87dc-123f-4fbb-9580-40bb2a173b5f d0e4b53560df4bc8a6d1450a5af83a8d e77464118cff4ba9a8a6e786859812b3 - - default default] Floating IP 2bf6cda7-04b0-490e-ab94-ddcde56a0fb0 associated. External IP: 10.96.250.218, port: bc463b34-2350-4be6-8272-c78ad274baa2. [pid: 8|app: 0|req: 888/1815] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:44 2026] GET /v2.0/ports?device_id=08162e86-abb6-4dac-966e-f6a03fd4b177 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1816] 10.0.0.170 () {34 vars in 677 bytes} [Thu Apr 23 03:37:42 2026] POST /v2.0/floatingips => generated 855 bytes in 1581 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1817] 10.0.0.170 () {32 vars in 729 bytes} [Thu Apr 23 03:37:44 2026] GET /v2.0/floatingips/2bf6cda7-04b0-490e-ab94-ddcde56a0fb0 => generated 855 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:37:44.548 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1d25afcc-d9ca-4b5d-83fe-c2eb73885718'] response: {'name': 'network-changed', 'server_uuid': 'c1b7f4c3-dd1f-4467-bf55-08570d2f6844', 'tag': 'bc463b34-2350-4be6-8272-c78ad274baa2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 929/1818] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:37:45 2026] GET /v2.0/ports?tenant_id=e77464118cff4ba9a8a6e786859812b3&device_id=c1b7f4c3-dd1f-4467-bf55-08570d2f6844 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1819] 199.204.45.25 () {34 vars in 985 bytes} [Thu Apr 23 03:37:45 2026] GET /v2.0/networks?id=a70f77f7-431d-466d-8459-c5478accb5f2 => generated 756 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1820] 199.204.45.25 () {34 vars in 1057 bytes} [Thu Apr 23 03:37:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=bc463b34-2350-4be6-8272-c78ad274baa2 => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1821] 199.204.45.25 () {34 vars in 983 bytes} [Thu Apr 23 03:37:45 2026] GET /v2.0/subnets?id=91960869-5041-4394-b503-1dc4aa3d8f07 => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1822] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:37:45 2026] GET /v2.0/ports?network_id=a70f77f7-431d-466d-8459-c5478accb5f2&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1823] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:37:45 2026] GET /v2.0/networks/a70f77f7-431d-466d-8459-c5478accb5f2?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1824] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:37:45 2026] GET /v2.0/networks/a70f77f7-431d-466d-8459-c5478accb5f2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1825] 10.0.0.170 () {32 vars in 729 bytes} [Thu Apr 23 03:37:45 2026] GET /v2.0/floatingips/2bf6cda7-04b0-490e-ab94-ddcde56a0fb0 => generated 855 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:37:46.173 7 WARNING neutron.db.securitygroups_db [None req-95cd485d-64f6-4145-8397-5a392709ed06 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 933/1826] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:37:46 2026] GET /v2.0/security-groups?tenant_id=cd8814d7d19841de8cad1b87178efce0&name=default => generated 2925 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1829] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:37:46 2026] DELETE /v2.0/security-groups/1632ea80-53b7-4b6a-8c0e-8e6394339497 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:37:46.535 8 WARNING neutron.db.securitygroups_db [None req-b2d5df9a-1f41-4bf0-a1e9-41b96c49badb 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 895/1830] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:37:46 2026] GET /v2.0/security-groups?tenant_id=001f744699ba4767bfb5c807a1c3f52c&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1831] 10.0.0.170 () {32 vars in 729 bytes} [Thu Apr 23 03:37:46 2026] GET /v2.0/floatingips/2bf6cda7-04b0-490e-ab94-ddcde56a0fb0 => generated 855 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1832] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:37:46 2026] DELETE /v2.0/security-groups/563b8eb7-e899-4582-8b6c-c60b1f01319a => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1833] 199.204.45.25 () {34 vars in 985 bytes} [Thu Apr 23 03:37:46 2026] GET /v2.0/networks?id=840d4dd3-b3e3-44e9-90e7-ff7d5bdd1ecd => generated 705 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:37:46.938 8 WARNING neutron.db.securitygroups_db [req-6474f6c2-09da-4138-86c0-6fd6d00497af req-98268aa5-c6ae-42fd-b6a9-2d61d1de24f0 b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 03:37:46.949 7 INFO neutron_taas.services.taas.taas_plugin [None req-68d803e5-e4e0-4f3b-999f-1c2850c36a95 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: 9e615b3b-d211-43a9-9f4a-41dfc03dd45f 2026-04-23 03:37:46.953 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-68d803e5-e4e0-4f3b-999f-1c2850c36a95 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: 9e615b3b-d211-43a9-9f4a-41dfc03dd45f [pid: 8|app: 0|req: 899/1834] 199.204.45.25 () {34 vars in 1049 bytes} [Thu Apr 23 03:37:46 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=961c1aa0806a48c1bd657cd40b8958b5 => generated 179 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1835] 199.204.45.25 () {38 vars in 954 bytes} [Thu Apr 23 03:37:46 2026] POST /v2.0/ports => generated 1187 bytes in 425 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: 936/1836] 10.0.0.170 () {34 vars in 789 bytes} [Thu Apr 23 03:37:46 2026] PUT /v2.0/routers/5ab12974-d29e-4df6-8183-6a4f003dbf34/remove_router_interface => generated 310 bytes in 1008 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:37:47.688 7 INFO neutron_taas.services.taas.taas_plugin [None req-c568e812-8c98-4571-9175-d6335c1af960 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: 0c57d643-6909-4c2a-a1b0-511c47ddd68e 2026-04-23 03:37:47.691 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c568e812-8c98-4571-9175-d6335c1af960 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: 0c57d643-6909-4c2a-a1b0-511c47ddd68e [pid: 8|app: 0|req: 901/1837] 199.204.45.25 () {38 vars in 1027 bytes} [Thu Apr 23 03:37:47 2026] PUT /v2.0/ports/d848c4a6-0ebb-4572-b3f4-67472da0eb7f => generated 1468 bytes in 475 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 03:37:47.923 7 INFO neutron_taas.services.taas.taas_plugin [None req-c568e812-8c98-4571-9175-d6335c1af960 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: 87a9ad31-87eb-4753-b975-e89c8ecff3e6 2026-04-23 03:37:47.923 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-565faa00-960c-4b69-b0d6-a51bc5f48722'] response: {'name': 'network-changed', 'server_uuid': '67ef62d5-0775-43b8-88d7-1db619b125f4', 'tag': 'd848c4a6-0ebb-4572-b3f4-67472da0eb7f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 902/1838] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:47 2026] GET /v2.0/ports?device_id=67ef62d5-0775-43b8-88d7-1db619b125f4 => generated 1202 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:37:47.925 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c568e812-8c98-4571-9175-d6335c1af960 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: 87a9ad31-87eb-4753-b975-e89c8ecff3e6 [pid: 8|app: 0|req: 903/1839] 10.0.0.170 () {32 vars in 729 bytes} [Thu Apr 23 03:37:47 2026] GET /v2.0/floatingips/2bf6cda7-04b0-490e-ab94-ddcde56a0fb0 => generated 857 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1840] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:37:47 2026] GET /v2.0/security-groups?id=3cda7f12-610c-461c-8727-263fc625e6db&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:37:48.254 7 INFO neutron.services.segments.plugin [-] Segment 25e20753-1e95-49c3-81d9-d40431f28d51 resource provider aggregate not found 2026-04-23 03:37:48.260 7 INFO neutron.services.segments.plugin [-] Segment 25e20753-1e95-49c3-81d9-d40431f28d51 resource provider aggregate not found 2026-04-23 03:37:48.271 7 INFO neutron.db.l3_hamode_db [None req-c568e812-8c98-4571-9175-d6335c1af960 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] HA network e82aab46-f664-46c8-85d6-235f71e314e4 was deleted as no HA routers are present in project 4a0e15a2794440d3a5ca004ed228c329. 2026-04-23 03:37:48.276 7 INFO neutron.services.segments.plugin [-] Segment 25e20753-1e95-49c3-81d9-d40431f28d51 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25e20753-1e95-49c3-81d9-d40431f28d51 found for delete ", "request_id": "req-d79024f8-8e7a-42eb-9253-8fa5632883c0"}]} 2026-04-23 03:37:48.280 7 INFO neutron.services.segments.plugin [-] Segment 25e20753-1e95-49c3-81d9-d40431f28d51 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25e20753-1e95-49c3-81d9-d40431f28d51 found for delete ", "request_id": "req-64e8ab90-253e-460a-8e3f-4bf281da5ddf"}]} [pid: 7|app: 0|req: 937/1841] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:37:47 2026] DELETE /v2.0/routers/5ab12974-d29e-4df6-8183-6a4f003dbf34 => generated 0 bytes in 771 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1842] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:37:48 2026] DELETE /v2.0/subnets/fe331930-f0ca-4a80-8aa5-e146b0aeef65 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1843] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:37:48 2026] GET /v2.0/ports?tenant_id=961c1aa0806a48c1bd657cd40b8958b5&device_id=67ef62d5-0775-43b8-88d7-1db619b125f4 => generated 1471 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1844] 199.204.45.25 () {34 vars in 1017 bytes} [Thu Apr 23 03:37:48 2026] GET /v2.0/networks?tenant_id=961c1aa0806a48c1bd657cd40b8958b5&shared=False => generated 2377 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:37:48.563 8 INFO neutron_taas.services.taas.taas_plugin [None req-da46f60e-b3f4-4802-961b-7f07ef1da21a 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: 37c1a27e-2912-4335-a8c5-6ec2498d6701 2026-04-23 03:37:48.567 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da46f60e-b3f4-4802-961b-7f07ef1da21a 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: 37c1a27e-2912-4335-a8c5-6ec2498d6701 [pid: 7|app: 0|req: 940/1845] 199.204.45.25 () {34 vars in 929 bytes} [Thu Apr 23 03:37:48 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:37:48.772 8 INFO neutron.services.segments.plugin [-] Segment 0c92a19f-4c8f-4e8e-9705-3909b3fa1f3e resource provider aggregate not found 2026-04-23 03:37:48.777 8 INFO neutron.services.segments.plugin [-] Segment 0c92a19f-4c8f-4e8e-9705-3909b3fa1f3e resource provider aggregate not found 2026-04-23 03:37:48.797 8 INFO neutron.services.segments.plugin [-] Segment 0c92a19f-4c8f-4e8e-9705-3909b3fa1f3e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c92a19f-4c8f-4e8e-9705-3909b3fa1f3e found for delete ", "request_id": "req-133f7425-6b42-41b3-bdda-f76dc4a3ba47"}]} 2026-04-23 03:37:48.797 8 INFO neutron.services.segments.plugin [-] Segment 0c92a19f-4c8f-4e8e-9705-3909b3fa1f3e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c92a19f-4c8f-4e8e-9705-3909b3fa1f3e found for delete ", "request_id": "req-8878bd9f-8d64-46f9-9850-9850a258b63d"}]} [pid: 8|app: 0|req: 906/1846] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:37:48 2026] DELETE /v2.0/networks/5d78df66-7423-4734-a910-f2e10cdecddd => generated 0 bytes in 341 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:37:48.953 7 WARNING neutron.db.securitygroups_db [None req-05927346-e3dc-440e-8eee-5a5b05b7cfef 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 941/1847] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:37:48 2026] GET /v2.0/security-groups?tenant_id=4a0e15a2794440d3a5ca004ed228c329&name=default => generated 2925 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1848] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:37:49 2026] DELETE /v2.0/security-groups/a2fd6361-463e-4467-b115-f2eec4960444 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1849] 10.0.0.186 () {34 vars in 990 bytes} [Thu Apr 23 03:37:49 2026] GET /v2.0/ports?device_id=1078a88e-9fdc-4684-990c-79c3c3872bed => generated 1469 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1850] 10.0.0.186 () {34 vars in 1040 bytes} [Thu Apr 23 03:37:49 2026] GET /v2.0/security-groups?id=3cda7f12-610c-461c-8727-263fc625e6db&fields=id&fields=name => generated 112 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1851] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:37:49 2026] GET /v2.0/ports?tenant_id=961c1aa0806a48c1bd657cd40b8958b5&device_id=67ef62d5-0775-43b8-88d7-1db619b125f4 => generated 1471 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1852] 199.204.45.25 () {34 vars in 1057 bytes} [Thu Apr 23 03:37:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.134&port_id=d848c4a6-0ebb-4572-b3f4-67472da0eb7f => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1853] 199.204.45.25 () {34 vars in 1105 bytes} [Thu Apr 23 03:37:49 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1a1&port_id=d848c4a6-0ebb-4572-b3f4-67472da0eb7f => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1854] 199.204.45.25 () {34 vars in 1063 bytes} [Thu Apr 23 03:37:49 2026] GET /v2.0/subnets?id=3d4bd741-5ba1-4c85-89f0-94fc47f18db1&id=5f1d4a75-0955-4210-91b4-854893da46eb => generated 1413 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1855] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:37:49 2026] GET /v2.0/ports?network_id=840d4dd3-b3e3-44e9-90e7-ff7d5bdd1ecd&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1856] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:37:49 2026] GET /v2.0/ports?network_id=840d4dd3-b3e3-44e9-90e7-ff7d5bdd1ecd&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: 946/1857] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:37:49 2026] GET /v2.0/networks/840d4dd3-b3e3-44e9-90e7-ff7d5bdd1ecd?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: 912/1858] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:37:49 2026] GET /v2.0/networks/840d4dd3-b3e3-44e9-90e7-ff7d5bdd1ecd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:37:50.978 7 WARNING neutron.db.securitygroups_db [None req-fdc1bf3b-1149-4e1c-a67c-be08a6db8a28 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 947/1859] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:37:50 2026] GET /v2.0/security-groups?tenant_id=a8d576a94f754398a371f1210752a215&name=default => generated 2925 bytes in 420 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1860] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:37:51 2026] DELETE /v2.0/security-groups/b1fb894b-15f1-4519-abbf-2401184e0d40 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:37:51.317 7 WARNING neutron.db.securitygroups_db [None req-5615d777-642e-4164-8279-baf9ae4fb893 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 948/1861] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:37:51 2026] GET /v2.0/security-groups?tenant_id=c31390f48b9b40d39571db554ec15069&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1862] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:37:51 2026] DELETE /v2.0/security-groups/4638efc4-34ad-4c66-a30f-537b2555a695 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1863] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:53 2026] GET /v2.0/ports?device_id=67ef62d5-0775-43b8-88d7-1db619b125f4 => generated 1204 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1864] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:37:53 2026] GET /v2.0/security-groups?id=3cda7f12-610c-461c-8727-263fc625e6db&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1865] 10.0.0.170 () {34 vars in 676 bytes} [Thu Apr 23 03:37:53 2026] POST /v2.0/floatingips => generated 552 bytes in 743 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1866] 10.0.0.170 () {34 vars in 676 bytes} [Thu Apr 23 03:37:54 2026] POST /v2.0/floatingips => generated 552 bytes in 533 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1867] 10.0.0.170 () {34 vars in 676 bytes} [Thu Apr 23 03:37:54 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: 8|app: 0|req: 917/1868] 10.0.0.170 () {34 vars in 676 bytes} [Thu Apr 23 03:37:55 2026] POST /v2.0/floatingips => generated 552 bytes in 500 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1869] 10.0.0.170 () {34 vars in 676 bytes} [Thu Apr 23 03:37:55 2026] POST /v2.0/floatingips => generated 552 bytes in 594 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:37:56.554 8 WARNING tagging [None req-8b67731c-8ca6-4a44-a0b6-836688504073 32cd5fb398ff4bbcafd1c00aaf509769 2d4a2338fdf44dbc94340ab9c026a8c9 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 918/1870] 10.0.0.170 () {34 vars in 759 bytes} [Thu Apr 23 03:37:56 2026] PUT /v2.0/floatingips/94b69c0e-99f7-4573-82fc-8550c3a20a79/tags => generated 17 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:37:56.664 7 WARNING tagging [None req-9f707996-ef6d-485b-89e6-aca60dcb556a 32cd5fb398ff4bbcafd1c00aaf509769 2d4a2338fdf44dbc94340ab9c026a8c9 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 953/1871] 10.0.0.170 () {34 vars in 759 bytes} [Thu Apr 23 03:37:56 2026] PUT /v2.0/floatingips/33b4bf52-03a0-4842-ac25-527821f03b8a/tags => generated 25 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:37:56.764 8 WARNING tagging [None req-3c6ccc6a-4fc1-4414-9e72-22d49ebba68a 32cd5fb398ff4bbcafd1c00aaf509769 2d4a2338fdf44dbc94340ab9c026a8c9 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 919/1872] 10.0.0.170 () {34 vars in 759 bytes} [Thu Apr 23 03:37:56 2026] PUT /v2.0/floatingips/bbad02bb-2dc1-4476-920b-cabb11a486c2/tags => generated 34 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:37:56.822 7 WARNING tagging [None req-6f2e6f27-cffb-4a2e-b8c1-b2ba910f8bc2 32cd5fb398ff4bbcafd1c00aaf509769 2d4a2338fdf44dbc94340ab9c026a8c9 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 954/1873] 10.0.0.170 () {34 vars in 759 bytes} [Thu Apr 23 03:37:56 2026] PUT /v2.0/floatingips/ca56b7a7-574a-4229-9246-697f22d32da8/tags => generated 19 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1874] 10.0.0.170 () {32 vars in 672 bytes} [Thu Apr 23 03:37:56 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1875] 10.0.0.170 () {32 vars in 686 bytes} [Thu Apr 23 03:37:56 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1876] 10.0.0.170 () {32 vars in 682 bytes} [Thu Apr 23 03:37:56 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1877] 10.0.0.170 () {32 vars in 694 bytes} [Thu Apr 23 03:37:57 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1878] 10.0.0.170 () {32 vars in 680 bytes} [Thu Apr 23 03:37:57 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1879] 10.0.0.170 () {32 vars in 694 bytes} [Thu Apr 23 03:37:57 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1880] 10.0.0.170 () {32 vars in 690 bytes} [Thu Apr 23 03:37:57 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1881] 10.0.0.170 () {32 vars in 702 bytes} [Thu Apr 23 03:37:57 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:37:57.486 8 INFO neutron_taas.services.taas.taas_plugin [None req-f831d6cf-8f7e-45e2-a7f8-6a06b63be747 32cd5fb398ff4bbcafd1c00aaf509769 2d4a2338fdf44dbc94340ab9c026a8c9 - - default default] TaaS: Handle Delete Port: 1c64aa4c-71c9-4d52-9f24-6385d2d3a5cb 2026-04-23 03:37:57.489 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f831d6cf-8f7e-45e2-a7f8-6a06b63be747 32cd5fb398ff4bbcafd1c00aaf509769 2d4a2338fdf44dbc94340ab9c026a8c9 - - default default] Tap Mirror: Handle Delete Port: 1c64aa4c-71c9-4d52-9f24-6385d2d3a5cb [pid: 8|app: 0|req: 924/1882] 10.0.0.170 () {32 vars in 732 bytes} [Thu Apr 23 03:37:57 2026] DELETE /v2.0/floatingips/94b69c0e-99f7-4573-82fc-8550c3a20a79 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:37:57.716 7 WARNING neutron.db.securitygroups_db [None req-865b456e-d042-4426-acd2-fcb023fd1480 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 03:37:57.755 8 INFO neutron_taas.services.taas.taas_plugin [None req-f5cb6dcb-2069-4006-bbc1-abc931d7ceeb 32cd5fb398ff4bbcafd1c00aaf509769 2d4a2338fdf44dbc94340ab9c026a8c9 - - default default] TaaS: Handle Delete Port: 2bbbb51a-8489-4efe-9d20-af3f95efe592 2026-04-23 03:37:57.757 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5cb6dcb-2069-4006-bbc1-abc931d7ceeb 32cd5fb398ff4bbcafd1c00aaf509769 2d4a2338fdf44dbc94340ab9c026a8c9 - - default default] Tap Mirror: Handle Delete Port: 2bbbb51a-8489-4efe-9d20-af3f95efe592 [pid: 7|app: 0|req: 959/1883] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:37:57 2026] GET /v2.0/security-groups?tenant_id=c8f54a6df9684b1fbf6aa60b40fdf86c&name=default => generated 2925 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1884] 10.0.0.170 () {32 vars in 732 bytes} [Thu Apr 23 03:37:57 2026] DELETE /v2.0/floatingips/33b4bf52-03a0-4842-ac25-527821f03b8a => generated 0 bytes in 231 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1885] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:37:57 2026] DELETE /v2.0/security-groups/d1f630d2-2eb5-4525-863a-2462d5c57f0f => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:37:58.007 8 INFO neutron_taas.services.taas.taas_plugin [None req-5cebaf49-08db-4500-873d-14d1e8b9ed61 32cd5fb398ff4bbcafd1c00aaf509769 2d4a2338fdf44dbc94340ab9c026a8c9 - - default default] TaaS: Handle Delete Port: 6b941ab1-0297-4a64-b8c5-1f316c639c0a 2026-04-23 03:37:58.009 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5cebaf49-08db-4500-873d-14d1e8b9ed61 32cd5fb398ff4bbcafd1c00aaf509769 2d4a2338fdf44dbc94340ab9c026a8c9 - - default default] Tap Mirror: Handle Delete Port: 6b941ab1-0297-4a64-b8c5-1f316c639c0a 2026-04-23 03:37:58.048 7 WARNING neutron.db.securitygroups_db [None req-7d6ce0a9-cff9-4ad9-9209-33fa6033a72c 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 926/1886] 10.0.0.170 () {32 vars in 732 bytes} [Thu Apr 23 03:37:57 2026] DELETE /v2.0/floatingips/bbad02bb-2dc1-4476-920b-cabb11a486c2 => generated 0 bytes in 245 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1887] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:37:58 2026] GET /v2.0/security-groups?tenant_id=c630cbd91d02450b9485b01aa14f6548&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: 962/1888] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:37:58 2026] DELETE /v2.0/security-groups/5c038af6-203b-4d57-bad3-20bddc870b68 => 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: 963/1889] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:37:58 2026] GET /v2.0/ports?device_id=67ef62d5-0775-43b8-88d7-1db619b125f4 => generated 1204 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1890] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:37:58 2026] GET /v2.0/security-groups?id=3cda7f12-610c-461c-8727-263fc625e6db&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:37:58.649 8 INFO neutron_taas.services.taas.taas_plugin [None req-b1c45865-371d-41d5-a25f-f0b6280ba87c 32cd5fb398ff4bbcafd1c00aaf509769 2d4a2338fdf44dbc94340ab9c026a8c9 - - default default] TaaS: Handle Delete Port: 5ff1b77d-4415-4ebc-87f3-5a74a5c228b5 2026-04-23 03:37:58.651 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1c45865-371d-41d5-a25f-f0b6280ba87c 32cd5fb398ff4bbcafd1c00aaf509769 2d4a2338fdf44dbc94340ab9c026a8c9 - - default default] Tap Mirror: Handle Delete Port: 5ff1b77d-4415-4ebc-87f3-5a74a5c228b5 [pid: 7|app: 0|req: 965/1891] 10.0.0.170 () {32 vars in 818 bytes} [Thu Apr 23 03:37:58 2026] GET /v2.0/ports?network_id=840d4dd3-b3e3-44e9-90e7-ff7d5bdd1ecd&mac_address=fa%3A16%3A3e%3Ad0%3A20%3Afc => generated 1204 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1892] 10.0.0.170 () {32 vars in 732 bytes} [Thu Apr 23 03:37:58 2026] DELETE /v2.0/floatingips/ca56b7a7-574a-4229-9246-697f22d32da8 => generated 0 bytes in 616 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:37:58.874 8 INFO neutron_taas.services.taas.taas_plugin [None req-1271db16-ae4e-46a2-9069-7b1f25091c80 32cd5fb398ff4bbcafd1c00aaf509769 2d4a2338fdf44dbc94340ab9c026a8c9 - - default default] TaaS: Handle Delete Port: 8ad30866-0fb9-4a06-aa83-756531f89176 2026-04-23 03:37:58.877 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1271db16-ae4e-46a2-9069-7b1f25091c80 32cd5fb398ff4bbcafd1c00aaf509769 2d4a2338fdf44dbc94340ab9c026a8c9 - - default default] Tap Mirror: Handle Delete Port: 8ad30866-0fb9-4a06-aa83-756531f89176 [pid: 8|app: 0|req: 928/1893] 10.0.0.170 () {32 vars in 732 bytes} [Thu Apr 23 03:37:58 2026] DELETE /v2.0/floatingips/40fc58bb-49cb-4db1-aa18-a6b36bcac153 => generated 0 bytes in 228 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:37:59.501 7 INFO neutron.db.l3_db [None req-95c7a2b2-8ba5-4d6c-995a-804b3f19255a b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] Floating IP 0eaeb83e-988f-4067-a4a5-c78cf4d421a4 associated. External IP: 10.96.250.216, port: d848c4a6-0ebb-4572-b3f4-67472da0eb7f. [pid: 7|app: 0|req: 966/1894] 10.0.0.170 () {34 vars in 677 bytes} [Thu Apr 23 03:37:58 2026] POST /v2.0/floatingips => generated 855 bytes in 1173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:37:59.882 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-53bb7a25-1550-48e4-b459-c4ce364459bc'] response: {'name': 'network-changed', 'server_uuid': '67ef62d5-0775-43b8-88d7-1db619b125f4', 'tag': 'd848c4a6-0ebb-4572-b3f4-67472da0eb7f', 'status': 'completed', 'code': 200} 2026-04-23 03:37:59.920 8 WARNING neutron.db.securitygroups_db [None req-6911acf6-4907-4bdb-b9c7-07a95782e25f 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 929/1895] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:37:59 2026] GET /v2.0/security-groups?tenant_id=5bf26addd52444658c887769acfbb74a&name=default => generated 2925 bytes in 391 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1896] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:38:00 2026] DELETE /v2.0/security-groups/7d90d542-40af-4f6b-8e9f-f1ffc53e7e57 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:38:00.278 8 WARNING neutron.db.securitygroups_db [None req-c4c937de-3cd7-48d1-9813-033235eb024f 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 930/1897] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:38:00 2026] GET /v2.0/security-groups?tenant_id=2d4a2338fdf44dbc94340ab9c026a8c9&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: 968/1898] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:38:00 2026] GET /v2.0/ports?tenant_id=961c1aa0806a48c1bd657cd40b8958b5&device_id=67ef62d5-0775-43b8-88d7-1db619b125f4 => generated 1473 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1899] 199.204.45.25 () {34 vars in 985 bytes} [Thu Apr 23 03:38:00 2026] GET /v2.0/networks?id=840d4dd3-b3e3-44e9-90e7-ff7d5bdd1ecd => generated 801 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1900] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:38:00 2026] DELETE /v2.0/security-groups/a6af2374-a9f5-47c2-843b-f5390c190a68 => 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: 970/1901] 199.204.45.25 () {34 vars in 1057 bytes} [Thu Apr 23 03:38:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.134&port_id=d848c4a6-0ebb-4572-b3f4-67472da0eb7f => generated 858 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1902] 199.204.45.25 () {34 vars in 1105 bytes} [Thu Apr 23 03:38:00 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1a1&port_id=d848c4a6-0ebb-4572-b3f4-67472da0eb7f => 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: 971/1903] 199.204.45.25 () {34 vars in 1063 bytes} [Thu Apr 23 03:38:00 2026] GET /v2.0/subnets?id=3d4bd741-5ba1-4c85-89f0-94fc47f18db1&id=5f1d4a75-0955-4210-91b4-854893da46eb => generated 1413 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1904] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:38:00 2026] GET /v2.0/ports?network_id=840d4dd3-b3e3-44e9-90e7-ff7d5bdd1ecd&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:38:00.691 8 WARNING neutron.db.securitygroups_db [None req-e51e024d-520e-42ce-b52f-f115a6a5b02d 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 934/1905] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:38:00 2026] GET /v2.0/security-groups?tenant_id=e14da36ba09744a08c36d98ac390a3d2&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1906] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:38:00 2026] GET /v2.0/ports?network_id=840d4dd3-b3e3-44e9-90e7-ff7d5bdd1ecd&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:38:00.861 7 WARNING neutron.db.securitygroups_db [None req-507ee094-dde4-48e2-892a-94e1186ac3df 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 936/1907] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:38:00 2026] DELETE /v2.0/security-groups/faa41f02-d5c6-427d-a9d6-9b49b1b11af9 => 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: 972/1908] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:38:00 2026] GET /v2.0/security-groups?tenant_id=4c7505241539435297171e258c87464d&name=default => generated 2925 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1909] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:38:00 2026] GET /v2.0/networks/840d4dd3-b3e3-44e9-90e7-ff7d5bdd1ecd?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: 938/1910] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:38:00 2026] GET /v2.0/networks/840d4dd3-b3e3-44e9-90e7-ff7d5bdd1ecd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1911] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:38:00 2026] DELETE /v2.0/security-groups/ee94f924-6b59-4244-a535-38560a1f6dc8 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:38:03.474 8 WARNING neutron.db.securitygroups_db [None req-73b3795f-9b7c-4f4e-91fc-30fcc8dde7c7 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 940/1914] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:38:03 2026] GET /v2.0/security-groups?tenant_id=b9fdce82fe7b401e849554282423cc1a&name=default => generated 2925 bytes in 357 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1915] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:38:03 2026] DELETE /v2.0/security-groups/3f09fc39-dcc2-4f8a-8b5d-8fbc0c043867 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1916] 10.0.0.170 () {34 vars in 678 bytes} [Thu Apr 23 03:38:05 2026] POST /v2.0/qos/policies => generated 359 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1917] 10.0.0.170 () {34 vars in 678 bytes} [Thu Apr 23 03:38:05 2026] POST /v2.0/qos/policies => generated 359 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1918] 10.0.0.170 () {34 vars in 678 bytes} [Thu Apr 23 03:38:05 2026] POST /v2.0/qos/policies => generated 359 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1919] 10.0.0.170 () {34 vars in 678 bytes} [Thu Apr 23 03:38:05 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: 8|app: 0|req: 943/1920] 10.0.0.186 () {34 vars in 990 bytes} [Thu Apr 23 03:38:05 2026] GET /v2.0/ports?device_id=c1b7f4c3-dd1f-4467-bf55-08570d2f6844 => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1921] 10.0.0.170 () {34 vars in 678 bytes} [Thu Apr 23 03:38:05 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: 8|app: 0|req: 944/1922] 10.0.0.186 () {34 vars in 1040 bytes} [Thu Apr 23 03:38:05 2026] GET /v2.0/security-groups?id=fe1d5477-bc8c-4b1c-8ce2-683c0110e0cf&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:38:05.567 8 WARNING tagging [None req-228697ec-5957-44a7-bc3d-0532e3ebfb58 bfb44522eb284aad9e1c77379fe68abe d50595662dfa4c46b604de6f6cf8db7c - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 945/1923] 10.0.0.170 () {34 vars in 753 bytes} [Thu Apr 23 03:38:05 2026] PUT /v2.0/policies/3fb95b39-3182-4bec-9b13-e2298ff539ed/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:38:05.623 8 WARNING tagging [None req-e4e74d3d-b228-4c85-98cd-24675f7a00eb bfb44522eb284aad9e1c77379fe68abe d50595662dfa4c46b604de6f6cf8db7c - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 946/1924] 10.0.0.170 () {34 vars in 753 bytes} [Thu Apr 23 03:38:05 2026] PUT /v2.0/policies/65f5a691-a97f-42ad-a3fc-9c2c48f0cd10/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:38:05.677 8 WARNING tagging [None req-941273b2-459e-44f8-9eaf-092dbd7dcaa4 bfb44522eb284aad9e1c77379fe68abe d50595662dfa4c46b604de6f6cf8db7c - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 947/1925] 10.0.0.170 () {34 vars in 753 bytes} [Thu Apr 23 03:38:05 2026] PUT /v2.0/policies/d82c70bd-013c-4369-856d-24369dae4c21/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:38:05.718 7 INFO neutron.db.segments_db [None req-2767ebc5-fc3c-4f5e-bb87-861940ae19b1 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] Added segment 62c256a2-1687-4201-9470-084f84c5d997 of type vxlan for network c1d76988-b928-4d2a-9092-5429cd289b66 2026-04-23 03:38:05.730 8 WARNING tagging [None req-b93b8b2f-b1f2-465e-92a0-8dcba21788dd bfb44522eb284aad9e1c77379fe68abe d50595662dfa4c46b604de6f6cf8db7c - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 948/1926] 10.0.0.170 () {34 vars in 753 bytes} [Thu Apr 23 03:38:05 2026] PUT /v2.0/policies/9432e350-71f8-4408-b932-f0667f59f42d/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: 979/1927] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:38:05 2026] POST /v2.0/networks => generated 629 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:38:05.872 8 INFO neutron.db.segments_db [None req-29bdeb32-0fb6-4eb2-a7ae-d19521a8731a 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] Added segment 743f0d97-e084-436c-a64e-235684319932 of type vxlan for network bdd77bd4-d3d7-4b8e-9384-e69d71089fdf [pid: 8|app: 0|req: 949/1928] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:38:05 2026] POST /v2.0/networks => generated 630 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1929] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:38:05 2026] POST /v2.0/subnets => generated 626 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1930] 10.0.0.170 () {32 vars in 674 bytes} [Thu Apr 23 03:38:06 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1931] 10.0.0.170 () {32 vars in 688 bytes} [Thu Apr 23 03:38:06 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1932] 10.0.0.186 () {34 vars in 990 bytes} [Thu Apr 23 03:38:06 2026] GET /v2.0/ports?device_id=67ef62d5-0775-43b8-88d7-1db619b125f4 => generated 1473 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1933] 10.0.0.170 () {32 vars in 684 bytes} [Thu Apr 23 03:38:06 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1934] 10.0.0.186 () {34 vars in 1040 bytes} [Thu Apr 23 03:38:06 2026] GET /v2.0/security-groups?id=3cda7f12-610c-461c-8727-263fc625e6db&fields=id&fields=name => generated 112 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1935] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:38:06 2026] POST /v2.0/subnets => generated 626 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1936] 10.0.0.170 () {32 vars in 696 bytes} [Thu Apr 23 03:38:06 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:38:06.525 7 INFO neutron.db.segments_db [None req-112f8b15-315e-4c1e-9c1f-5e1f77aa7382 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] Added segment 886a0742-07da-4fd6-84ab-accfa2ce7975 of type vxlan for network 7e2ecbbe-9e5c-4533-9f56-b710b3ec93b5 [pid: 8|app: 0|req: 956/1937] 10.0.0.170 () {32 vars in 682 bytes} [Thu Apr 23 03:38:06 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1938] 10.0.0.170 () {32 vars in 696 bytes} [Thu Apr 23 03:38:06 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1939] 10.0.0.170 () {32 vars in 692 bytes} [Thu Apr 23 03:38:06 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1940] 10.0.0.170 () {32 vars in 704 bytes} [Thu Apr 23 03:38:06 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:38:06.759 7 INFO neutron.db.l3_hamode_db [None req-112f8b15-315e-4c1e-9c1f-5e1f77aa7382 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 960/1941] 10.0.0.170 () {32 vars in 734 bytes} [Thu Apr 23 03:38:06 2026] DELETE /v2.0/qos/policies/3fb95b39-3182-4bec-9b13-e2298ff539ed => 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: 961/1942] 10.0.0.170 () {32 vars in 734 bytes} [Thu Apr 23 03:38:06 2026] DELETE /v2.0/qos/policies/65f5a691-a97f-42ad-a3fc-9c2c48f0cd10 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:38:06.877 7 INFO neutron.db.l3_hamode_db [None req-112f8b15-315e-4c1e-9c1f-5e1f77aa7382 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 962/1943] 10.0.0.170 () {32 vars in 734 bytes} [Thu Apr 23 03:38:06 2026] DELETE /v2.0/qos/policies/d82c70bd-013c-4369-856d-24369dae4c21 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1944] 10.0.0.170 () {32 vars in 734 bytes} [Thu Apr 23 03:38:06 2026] DELETE /v2.0/qos/policies/9432e350-71f8-4408-b932-f0667f59f42d => 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: 964/1945] 10.0.0.170 () {32 vars in 734 bytes} [Thu Apr 23 03:38:06 2026] DELETE /v2.0/qos/policies/bd93604b-aaa1-4977-8625-6dbc299d7a40 => 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: 982/1946] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:38:06 2026] POST /v2.0/routers => generated 506 bytes in 1032 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:38:08.109 7 WARNING neutron.db.securitygroups_db [None req-0933aa9e-917e-4ec8-b90b-590a2ec4dbc6 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 983/1947] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:38:07 2026] GET /v2.0/security-groups?tenant_id=d50595662dfa4c46b604de6f6cf8db7c&name=default => generated 2925 bytes in 341 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1948] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:38:08 2026] DELETE /v2.0/security-groups/f6a5e620-9bbc-452f-ba51-7c66f8f64daf => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:38:08.458 7 WARNING neutron.db.securitygroups_db [None req-c92ee449-8e6f-4012-b60e-ed9503e65def 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 985/1949] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:38:08 2026] GET /v2.0/security-groups?tenant_id=784cf10ff4a14135acbaede96e1e1350&name=default => generated 2925 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1950] 10.0.0.170 () {34 vars in 783 bytes} [Thu Apr 23 03:38:07 2026] PUT /v2.0/routers/2c9b3370-33e8-4826-ae14-b9c479ab5932/add_router_interface => generated 310 bytes in 1031 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1951] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:38:08 2026] DELETE /v2.0/security-groups/e7789570-e0eb-432c-ab37-fe5641398840 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1952] 10.0.0.170 () {32 vars in 717 bytes} [Thu Apr 23 03:38:08 2026] GET /v2.0/ports/519015d6-c872-4e59-a068-a952038e292d => generated 955 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:38:08.764 8 WARNING neutron.db.securitygroups_db [None req-596f464f-af29-413e-b19b-123c188eec06 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 967/1953] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:38:08 2026] GET /v2.0/security-groups?tenant_id=f12a9ed7d2da4cf88583c805d9cf2912&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1954] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:38:08 2026] DELETE /v2.0/security-groups/29692f25-b600-4760-9c30-5d6cdb20d614 => 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: 987/1955] 10.0.0.170 () {34 vars in 783 bytes} [Thu Apr 23 03:38:08 2026] PUT /v2.0/routers/2c9b3370-33e8-4826-ae14-b9c479ab5932/add_router_interface => generated 310 bytes in 1087 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1956] 10.0.0.170 () {32 vars in 717 bytes} [Thu Apr 23 03:38:09 2026] GET /v2.0/ports/7fac09b2-c520-44ff-b6d6-25e8bd7d4983 => generated 955 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:38:10.166 7 INFO neutron_taas.services.taas.taas_plugin [None req-468613d3-d328-48c2-90a8-161e666661a2 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] TaaS: Handle Delete Port: 7fac09b2-c520-44ff-b6d6-25e8bd7d4983 2026-04-23 03:38:10.169 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-468613d3-d328-48c2-90a8-161e666661a2 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] Tap Mirror: Handle Delete Port: 7fac09b2-c520-44ff-b6d6-25e8bd7d4983 [pid: 7|app: 0|req: 988/1957] 10.0.0.170 () {34 vars in 789 bytes} [Thu Apr 23 03:38:09 2026] PUT /v2.0/routers/2c9b3370-33e8-4826-ae14-b9c479ab5932/remove_router_interface => generated 310 bytes in 789 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:38:10.993 8 INFO neutron_taas.services.taas.taas_plugin [None req-9cb0c577-285a-44b5-b961-22c9ffd0abde 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] TaaS: Handle Delete Port: 519015d6-c872-4e59-a068-a952038e292d 2026-04-23 03:38:10.995 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9cb0c577-285a-44b5-b961-22c9ffd0abde 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] Tap Mirror: Handle Delete Port: 519015d6-c872-4e59-a068-a952038e292d [pid: 8|app: 0|req: 970/1958] 10.0.0.170 () {34 vars in 789 bytes} [Thu Apr 23 03:38:10 2026] PUT /v2.0/routers/2c9b3370-33e8-4826-ae14-b9c479ab5932/remove_router_interface => generated 310 bytes in 753 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1959] 10.0.0.170 () {32 vars in 736 bytes} [Thu Apr 23 03:38:11 2026] GET /v2.0/ports?device_id=2c9b3370-33e8-4826-ae14-b9c479ab5932 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:38:11.569 8 INFO neutron_taas.services.taas.taas_plugin [None req-d1b72c4e-2abe-4684-8e47-5297cc0270b6 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] TaaS: Handle Delete Port: 3546a34c-2246-43d7-9022-3b2396ddca14 2026-04-23 03:38:11.573 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d1b72c4e-2abe-4684-8e47-5297cc0270b6 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] Tap Mirror: Handle Delete Port: 3546a34c-2246-43d7-9022-3b2396ddca14 2026-04-23 03:38:11.913 8 INFO neutron.services.segments.plugin [-] Segment 886a0742-07da-4fd6-84ab-accfa2ce7975 resource provider aggregate not found 2026-04-23 03:38:11.924 8 INFO neutron.services.segments.plugin [-] Segment 886a0742-07da-4fd6-84ab-accfa2ce7975 resource provider aggregate not found 2026-04-23 03:38:11.940 8 INFO neutron.services.segments.plugin [-] Segment 886a0742-07da-4fd6-84ab-accfa2ce7975 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 886a0742-07da-4fd6-84ab-accfa2ce7975 found for delete ", "request_id": "req-c0f27154-9d26-46a1-bfd7-51f5fc1434a3"}]} 2026-04-23 03:38:11.940 8 INFO neutron.services.segments.plugin [-] Segment 886a0742-07da-4fd6-84ab-accfa2ce7975 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 886a0742-07da-4fd6-84ab-accfa2ce7975 found for delete ", "request_id": "req-76285299-e307-4828-85f1-bef6923d4ac7"}]} 2026-04-23 03:38:11.954 8 INFO neutron.db.l3_hamode_db [None req-d1b72c4e-2abe-4684-8e47-5297cc0270b6 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] HA network 7e2ecbbe-9e5c-4533-9f56-b710b3ec93b5 was deleted as no HA routers are present in project 2ec641ab937a49c8b2007634805df3fd. [pid: 8|app: 0|req: 971/1960] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:38:11 2026] DELETE /v2.0/routers/2c9b3370-33e8-4826-ae14-b9c479ab5932 => generated 0 bytes in 546 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1961] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:38:11 2026] DELETE /v2.0/subnets/83d1eabb-ab8f-45a7-a4d5-10b1ca0a8341 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1962] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:38:12 2026] DELETE /v2.0/subnets/4026478b-5edb-42da-9403-93c67924aeaa => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:38:12.431 7 INFO neutron_taas.services.taas.taas_plugin [None req-60c58929-4b56-4248-b20c-026b230bc51f 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] TaaS: Handle Delete Port: 8066842f-f9ef-470a-96ef-d3cbe32c0cfe 2026-04-23 03:38:12.436 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60c58929-4b56-4248-b20c-026b230bc51f 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] Tap Mirror: Handle Delete Port: 8066842f-f9ef-470a-96ef-d3cbe32c0cfe 2026-04-23 03:38:12.626 7 INFO neutron.services.segments.plugin [-] Segment 743f0d97-e084-436c-a64e-235684319932 resource provider aggregate not found 2026-04-23 03:38:12.637 7 INFO neutron.services.segments.plugin [-] Segment 743f0d97-e084-436c-a64e-235684319932 resource provider aggregate not found 2026-04-23 03:38:12.645 7 INFO neutron.services.segments.plugin [-] Segment 743f0d97-e084-436c-a64e-235684319932 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 743f0d97-e084-436c-a64e-235684319932 found for delete ", "request_id": "req-2388dab9-45fd-4402-a01c-d84ab09b0e56"}]} 2026-04-23 03:38:12.652 7 INFO neutron.services.segments.plugin [-] Segment 743f0d97-e084-436c-a64e-235684319932 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 743f0d97-e084-436c-a64e-235684319932 found for delete ", "request_id": "req-f2038712-b392-494c-a09b-9dad2c0ac6d3"}]} [pid: 7|app: 0|req: 991/1963] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:38:12 2026] DELETE /v2.0/networks/bdd77bd4-d3d7-4b8e-9384-e69d71089fdf => generated 0 bytes in 345 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:38:12.770 8 INFO neutron_taas.services.taas.taas_plugin [None req-df3e4e6d-7be0-49a1-935a-09699855ad11 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] TaaS: Handle Delete Port: 67a5a3ed-1e98-495f-a755-6172558452e0 2026-04-23 03:38:12.773 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df3e4e6d-7be0-49a1-935a-09699855ad11 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] Tap Mirror: Handle Delete Port: 67a5a3ed-1e98-495f-a755-6172558452e0 [pid: 8|app: 0|req: 973/1964] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:38:12 2026] DELETE /v2.0/networks/c1d76988-b928-4d2a-9092-5429cd289b66 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:38:13.053 7 INFO neutron.db.segments_db [None req-bec23fd2-9052-4e53-96aa-068862a16fbb 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] Added segment c87f80c2-4b8f-4ab8-9330-a790f4408d45 of type vxlan for network 4dd013bd-5b17-475e-b840-7c75af7327e1 [pid: 7|app: 0|req: 992/1965] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:38:12 2026] POST /v2.0/networks => generated 630 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1966] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:38:13 2026] POST /v2.0/subnets => generated 626 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:38:13.409 8 INFO neutron.db.segments_db [None req-0009ecc8-c97c-4ac3-b599-7ee5d4840bd8 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] Added segment a5410b4f-440e-4307-8529-eea2ae25a1fd of type vxlan for network c429f561-6fc7-4028-8ba3-ed589c06d726 2026-04-23 03:38:13.435 7 INFO neutron.db.segments_db [None req-33f26701-1749-4b69-a5e7-4cb3988aaeac eb8ff1f19d8b4d92a854f3ff95964bbc feef02d17c4f4e68b73b80c1fd4243ac - - default default] Added segment a7e9b1e1-b771-41ce-9f04-5de1c6c394a3 of type vxlan for network ca4c8a41-ac61-416b-87d6-9ee5133a56b7 [pid: 7|app: 0|req: 993/1967] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:38:13 2026] POST /v2.0/networks => generated 632 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:38:13.639 8 INFO neutron.db.l3_hamode_db [None req-0009ecc8-c97c-4ac3-b599-7ee5d4840bd8 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 03:38:13.769 8 INFO neutron.db.l3_hamode_db [None req-0009ecc8-c97c-4ac3-b599-7ee5d4840bd8 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 994/1968] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:38:13 2026] POST /v2.0/subnets => generated 626 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:38:13.841 7 INFO neutron.db.segments_db [None req-41a23b67-dcce-42bf-963d-7be176b782ca eb8ff1f19d8b4d92a854f3ff95964bbc feef02d17c4f4e68b73b80c1fd4243ac - - default default] Added segment d2f71ab9-e6e4-43ed-b700-f86aa09f01ea of type vxlan for network 2b6a09d8-1ee7-4196-9777-6085d191a7ff [pid: 7|app: 0|req: 995/1969] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:38:13 2026] POST /v2.0/networks => generated 632 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:38:13.969 8 INFO neutron.services.segments.plugin [-] Segment 62c256a2-1687-4201-9470-084f84c5d997 resource provider aggregate not found 2026-04-23 03:38:13.973 8 INFO neutron.services.segments.plugin [-] Segment 62c256a2-1687-4201-9470-084f84c5d997 resource provider aggregate not found 2026-04-23 03:38:13.985 8 INFO neutron.services.segments.plugin [-] Segment 62c256a2-1687-4201-9470-084f84c5d997 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62c256a2-1687-4201-9470-084f84c5d997 found for delete ", "request_id": "req-2bc3b8dc-be57-44c7-bb3d-82e8cd15f6e2"}]} 2026-04-23 03:38:13.994 8 INFO neutron.services.segments.plugin [-] Segment 62c256a2-1687-4201-9470-084f84c5d997 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62c256a2-1687-4201-9470-084f84c5d997 found for delete ", "request_id": "req-c6713adf-5cbd-4eeb-8b64-9171d2360d6c"}]} [pid: 7|app: 0|req: 996/1970] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:38:13 2026] POST /v2.0/subnets => generated 629 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:38:14.262 7 INFO neutron.db.segments_db [None req-48fb6a68-11fc-41f1-85ae-d244c60f46bb eb8ff1f19d8b4d92a854f3ff95964bbc feef02d17c4f4e68b73b80c1fd4243ac - - default default] Added segment 7466047f-5739-4add-8bd3-5e0fb2024fed of type vxlan for network 6167485b-d675-4c29-86cf-df1016257196 [pid: 7|app: 0|req: 997/1971] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:38:14 2026] POST /v2.0/networks => generated 631 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1972] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:38:13 2026] POST /v2.0/routers => generated 506 bytes in 1025 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/1973] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:38:14 2026] POST /v2.0/subnets => generated 629 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:38:14.687 7 INFO neutron.db.segments_db [None req-e426f3d5-3883-476f-9176-6902bc4bfdc8 eb8ff1f19d8b4d92a854f3ff95964bbc feef02d17c4f4e68b73b80c1fd4243ac - - default default] Added segment 73d36e71-7afd-41d5-a0c8-a2fb47012de3 of type vxlan for network b62424f7-4def-4aee-9c7a-7832e98c1b06 [pid: 8|app: 0|req: 976/1974] 10.0.0.170 () {34 vars in 665 bytes} [Thu Apr 23 03:38:14 2026] POST /v2.0/ports => generated 952 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 999/1975] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:38:14 2026] POST /v2.0/networks => generated 632 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1976] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:38:14 2026] POST /v2.0/subnets => generated 629 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:38:15.077 7 INFO neutron.db.segments_db [None req-5cedd5cd-9872-42c6-96b6-020c202d663e eb8ff1f19d8b4d92a854f3ff95964bbc feef02d17c4f4e68b73b80c1fd4243ac - - default default] Added segment e4091aad-2927-40d1-b846-c8af8b7205b9 of type vxlan for network d8aa709f-f74f-4ab1-9776-51c890652a9b [pid: 7|app: 0|req: 1001/1977] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:38:15 2026] POST /v2.0/networks => generated 631 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1978] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:38:15 2026] POST /v2.0/subnets => generated 629 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1979] 10.0.0.170 () {34 vars in 751 bytes} [Thu Apr 23 03:38:15 2026] PUT /v2.0/subnets/f2d3da1e-24e1-4729-99f5-9d459da26ea3/tags => generated 17 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1980] 10.0.0.170 () {34 vars in 751 bytes} [Thu Apr 23 03:38:15 2026] PUT /v2.0/subnets/e0284cec-0290-4b9f-b3f8-0c75c1546dee/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1981] 10.0.0.170 () {34 vars in 751 bytes} [Thu Apr 23 03:38:15 2026] PUT /v2.0/subnets/a0f4f236-61ac-4493-8d63-794a39774c52/tags => generated 34 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1982] 10.0.0.170 () {34 vars in 751 bytes} [Thu Apr 23 03:38:15 2026] PUT /v2.0/subnets/1aa05df6-037a-4f6a-9796-9089c1c8a3d3/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: 1007/1983] 10.0.0.170 () {32 vars in 664 bytes} [Thu Apr 23 03:38:15 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/1984] 10.0.0.170 () {32 vars in 678 bytes} [Thu Apr 23 03:38:15 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1985] 10.0.0.170 () {32 vars in 674 bytes} [Thu Apr 23 03:38:15 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/1986] 10.0.0.170 () {32 vars in 686 bytes} [Thu Apr 23 03:38:15 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/1987] 10.0.0.170 () {32 vars in 672 bytes} [Thu Apr 23 03:38:15 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/1988] 10.0.0.170 () {32 vars in 686 bytes} [Thu Apr 23 03:38:15 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1989] 10.0.0.170 () {34 vars in 783 bytes} [Thu Apr 23 03:38:14 2026] PUT /v2.0/routers/e0b0c14a-f717-44d8-8bdf-ba8c6a8fa481/add_router_interface => generated 310 bytes in 1220 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/1990] 10.0.0.170 () {32 vars in 682 bytes} [Thu Apr 23 03:38:15 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 36 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: 1014/1991] 10.0.0.170 () {32 vars in 694 bytes} [Thu Apr 23 03:38:16 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1992] 10.0.0.170 () {32 vars in 717 bytes} [Thu Apr 23 03:38:15 2026] GET /v2.0/ports/ce145265-a7c3-4b19-bab3-fd0bc7a60d5e => generated 1026 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1993] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:38:16 2026] DELETE /v2.0/subnets/f2d3da1e-24e1-4729-99f5-9d459da26ea3 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/1994] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:38:16 2026] DELETE /v2.0/subnets/e0284cec-0290-4b9f-b3f8-0c75c1546dee => 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: 1017/1995] 10.0.0.170 () {32 vars in 826 bytes} [Thu Apr 23 03:38:16 2026] GET /v2.0/ports?project_id=e77464118cff4ba9a8a6e786859812b3&network_id=a70f77f7-431d-466d-8459-c5478accb5f2 => generated 3691 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1996] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:38:16 2026] DELETE /v2.0/subnets/a0f4f236-61ac-4493-8d63-794a39774c52 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:38:16.452 8 INFO neutron_taas.services.taas.taas_plugin [None req-944b0537-3bd3-4bdc-96f7-4dc2b50deed7 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] TaaS: Handle Delete Port: ce145265-a7c3-4b19-bab3-fd0bc7a60d5e 2026-04-23 03:38:16.457 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-944b0537-3bd3-4bdc-96f7-4dc2b50deed7 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] Tap Mirror: Handle Delete Port: ce145265-a7c3-4b19-bab3-fd0bc7a60d5e [pid: 7|app: 0|req: 1021/1999] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:38:16 2026] DELETE /v2.0/subnets/1aa05df6-037a-4f6a-9796-9089c1c8a3d3 => 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: 1022/2000] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:38:16 2026] DELETE /v2.0/subnets/d1654ce8-2d7c-45ac-81bd-3c769628962f => 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: 1023/2001] 10.0.0.170 () {32 vars in 742 bytes} [Thu Apr 23 03:38:16 2026] GET /v2.0/subnets?network_id=2d1069b4-5727-4129-b3c9-54ff5802f06e => generated 667 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:38:16.863 7 INFO neutron.services.segments.plugin [-] Segment a7e9b1e1-b771-41ce-9f04-5de1c6c394a3 resource provider aggregate not found 2026-04-23 03:38:16.869 7 INFO neutron.services.segments.plugin [-] Segment a7e9b1e1-b771-41ce-9f04-5de1c6c394a3 resource provider aggregate not found 2026-04-23 03:38:16.880 7 INFO neutron.services.segments.plugin [-] Segment a7e9b1e1-b771-41ce-9f04-5de1c6c394a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7e9b1e1-b771-41ce-9f04-5de1c6c394a3 found for delete ", "request_id": "req-d865bac8-9a34-4ff7-b05e-41adb94fee42"}]} 2026-04-23 03:38:16.882 7 INFO neutron.services.segments.plugin [-] Segment a7e9b1e1-b771-41ce-9f04-5de1c6c394a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7e9b1e1-b771-41ce-9f04-5de1c6c394a3 found for delete ", "request_id": "req-4e59ea99-0e8f-47f4-8452-1ae88331b6d5"}]} [pid: 7|app: 0|req: 1024/2002] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:38:16 2026] DELETE /v2.0/networks/ca4c8a41-ac61-416b-87d6-9ee5133a56b7 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/2003] 10.0.0.170 () {34 vars in 789 bytes} [Thu Apr 23 03:38:16 2026] PUT /v2.0/routers/e0b0c14a-f717-44d8-8bdf-ba8c6a8fa481/remove_router_interface => generated 310 bytes in 855 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: 1025/2004] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:38:16 2026] DELETE /v2.0/networks/2b6a09d8-1ee7-4196-9777-6085d191a7ff => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:38:17.022 8 INFO neutron.api.v2.resource [None req-60b08a7d-b74b-48f0-a498-a2450499d311 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 980/2005] 10.0.0.170 () {34 vars in 789 bytes} [Thu Apr 23 03:38:16 2026] PUT /v2.0/routers/e0b0c14a-f717-44d8-8bdf-ba8c6a8fa481/remove_router_interface => generated 197 bytes in 126 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 03:38:17.138 7 INFO neutron.db.l3_db [None req-f68b31d3-e409-4c24-b42e-7db4b5ab07bd d0e4b53560df4bc8a6d1450a5af83a8d e77464118cff4ba9a8a6e786859812b3 - - default default] Floating IP 2bf6cda7-04b0-490e-ab94-ddcde56a0fb0 disassociated. External IP: 10.96.250.218, port: bc463b34-2350-4be6-8272-c78ad274baa2. 2026-04-23 03:38:17.153 8 INFO neutron.services.segments.plugin [-] Segment 7466047f-5739-4add-8bd3-5e0fb2024fed resource provider aggregate not found 2026-04-23 03:38:17.156 8 INFO neutron.services.segments.plugin [-] Segment 7466047f-5739-4add-8bd3-5e0fb2024fed resource provider aggregate not found 2026-04-23 03:38:17.181 8 INFO neutron.services.segments.plugin [-] Segment 7466047f-5739-4add-8bd3-5e0fb2024fed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7466047f-5739-4add-8bd3-5e0fb2024fed found for delete ", "request_id": "req-ca5e3935-f896-48d2-a477-8da6adf862f5"}]} 2026-04-23 03:38:17.182 8 INFO neutron.services.segments.plugin [-] Segment 7466047f-5739-4add-8bd3-5e0fb2024fed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7466047f-5739-4add-8bd3-5e0fb2024fed found for delete ", "request_id": "req-53d92b56-a448-444e-8cf6-a740dda45982"}]} [pid: 8|app: 0|req: 981/2006] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:38:17 2026] DELETE /v2.0/networks/6167485b-d675-4c29-86cf-df1016257196 => 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: 982/2007] 10.0.0.170 () {32 vars in 736 bytes} [Thu Apr 23 03:38:17 2026] GET /v2.0/ports?device_id=e0b0c14a-f717-44d8-8bdf-ba8c6a8fa481 => 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: 983/2008] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:38:17 2026] DELETE /v2.0/networks/b62424f7-4def-4aee-9c7a-7832e98c1b06 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:38:17.462 8 INFO neutron_taas.services.taas.taas_plugin [None req-2cb58b2b-920f-47b5-9f17-b700170bda39 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] TaaS: Handle Delete Port: 7250d1e7-a8b5-490d-a679-5b82bd3e16a6 2026-04-23 03:38:17.464 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2cb58b2b-920f-47b5-9f17-b700170bda39 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] Tap Mirror: Handle Delete Port: 7250d1e7-a8b5-490d-a679-5b82bd3e16a6 [pid: 7|app: 0|req: 1026/2009] 10.0.0.170 () {34 vars in 749 bytes} [Thu Apr 23 03:38:17 2026] PUT /v2.0/floatingips/2bf6cda7-04b0-490e-ab94-ddcde56a0fb0 => generated 554 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:38:17.513 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5b386e36-19d5-4c26-804e-c2977d56c702'] response: {'name': 'network-changed', 'server_uuid': 'c1b7f4c3-dd1f-4467-bf55-08570d2f6844', 'tag': 'bc463b34-2350-4be6-8272-c78ad274baa2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1027/2010] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:38:17 2026] DELETE /v2.0/networks/d8aa709f-f74f-4ab1-9776-51c890652a9b => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2011] 10.0.0.170 () {32 vars in 729 bytes} [Thu Apr 23 03:38:17 2026] GET /v2.0/floatingips/2bf6cda7-04b0-490e-ab94-ddcde56a0fb0 => generated 554 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:38:17.827 8 INFO neutron.db.l3_hamode_db [None req-2cb58b2b-920f-47b5-9f17-b700170bda39 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] HA network c429f561-6fc7-4028-8ba3-ed589c06d726 was deleted as no HA routers are present in project 2ec641ab937a49c8b2007634805df3fd. [pid: 8|app: 0|req: 984/2012] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:38:17 2026] DELETE /v2.0/routers/e0b0c14a-f717-44d8-8bdf-ba8c6a8fa481 => generated 0 bytes in 495 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2013] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:38:17 2026] DELETE /v2.0/subnets/98b3d378-cb06-4bad-a3e1-280031b636d8 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2014] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:38:18 2026] GET /v2.0/ports?tenant_id=e77464118cff4ba9a8a6e786859812b3&device_id=c1b7f4c3-dd1f-4467-bf55-08570d2f6844 => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2015] 199.204.45.25 () {34 vars in 985 bytes} [Thu Apr 23 03:38:18 2026] GET /v2.0/networks?id=a70f77f7-431d-466d-8459-c5478accb5f2 => generated 756 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/2016] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:38:17 2026] DELETE /v2.0/networks/4dd013bd-5b17-475e-b840-7c75af7327e1 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2017] 199.204.45.25 () {34 vars in 1057 bytes} [Thu Apr 23 03:38:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=bc463b34-2350-4be6-8272-c78ad274baa2 => 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: 1033/2018] 199.204.45.25 () {34 vars in 983 bytes} [Thu Apr 23 03:38:18 2026] GET /v2.0/subnets?id=91960869-5041-4394-b503-1dc4aa3d8f07 => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:38:18.194 8 INFO neutron.db.segments_db [None req-ca8743a7-7ed3-4759-8f5d-7f72e9e07ba8 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] Added segment d8fe8487-803d-43b0-b951-941e01fe691a of type vxlan for network 85b72837-2286-4153-9404-39b098d1ba61 [pid: 7|app: 0|req: 1034/2019] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:38:18 2026] GET /v2.0/ports?network_id=a70f77f7-431d-466d-8459-c5478accb5f2&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2020] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:38:18 2026] GET /v2.0/networks/a70f77f7-431d-466d-8459-c5478accb5f2?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: 986/2021] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:38:18 2026] POST /v2.0/networks => generated 629 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2022] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:38:18 2026] GET /v2.0/networks/a70f77f7-431d-466d-8459-c5478accb5f2?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: 987/2023] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:38:18 2026] POST /v2.0/subnets => generated 626 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:38:18.585 8 INFO neutron.db.segments_db [None req-a5a6ac06-b578-41d2-81ab-1ea8f872b5e4 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] Added segment b19bf407-aafd-4dc8-9ca5-b6a0f6d5774d of type vxlan for network e34af44a-6122-4471-b0f3-33858848c335 2026-04-23 03:38:18.639 7 WARNING neutron.db.securitygroups_db [None req-c10295f4-9d8b-418a-abaf-e571f122a6be 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1037/2024] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:38:18 2026] GET /v2.0/security-groups?tenant_id=feef02d17c4f4e68b73b80c1fd4243ac&name=default => generated 2925 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2025] 10.0.0.170 () {32 vars in 729 bytes} [Thu Apr 23 03:38:18 2026] GET /v2.0/floatingips/2bf6cda7-04b0-490e-ab94-ddcde56a0fb0 => generated 554 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2026] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:38:18 2026] DELETE /v2.0/security-groups/9257a40e-dd98-4b89-995f-15824661d558 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:38:18.818 8 INFO neutron.db.l3_hamode_db [None req-a5a6ac06-b578-41d2-81ab-1ea8f872b5e4 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 03:38:18.900 7 WARNING neutron.db.securitygroups_db [None req-d34ab1cd-8b50-45bd-a3ce-f453da4a47eb 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 03:38:18.911 7 INFO neutron.services.segments.plugin [-] Segment d2f71ab9-e6e4-43ed-b700-f86aa09f01ea resource provider aggregate not found 2026-04-23 03:38:18.915 7 INFO neutron.services.segments.plugin [-] Segment d2f71ab9-e6e4-43ed-b700-f86aa09f01ea resource provider aggregate not found 2026-04-23 03:38:18.931 7 INFO neutron.services.segments.plugin [-] Segment d2f71ab9-e6e4-43ed-b700-f86aa09f01ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2f71ab9-e6e4-43ed-b700-f86aa09f01ea found for delete ", "request_id": "req-c8be0703-c38e-4a7d-bf92-f35d46386105"}]} 2026-04-23 03:38:18.937 7 INFO neutron.services.segments.plugin [-] Segment d2f71ab9-e6e4-43ed-b700-f86aa09f01ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2f71ab9-e6e4-43ed-b700-f86aa09f01ea found for delete ", "request_id": "req-09d0e570-46f2-454b-9259-855d51efc4af"}]} 2026-04-23 03:38:18.940 8 INFO neutron.db.l3_hamode_db [None req-a5a6ac06-b578-41d2-81ab-1ea8f872b5e4 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 03:38:18.950 7 INFO neutron.services.segments.plugin [-] Segment e4091aad-2927-40d1-b846-c8af8b7205b9 resource provider aggregate not found 2026-04-23 03:38:18.955 7 INFO neutron.services.segments.plugin [-] Segment e4091aad-2927-40d1-b846-c8af8b7205b9 resource provider aggregate not found 2026-04-23 03:38:18.971 7 INFO neutron.services.segments.plugin [-] Segment e4091aad-2927-40d1-b846-c8af8b7205b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4091aad-2927-40d1-b846-c8af8b7205b9 found for delete ", "request_id": "req-ab91b148-be74-4e5b-91a8-080d9fb03d74"}]} 2026-04-23 03:38:18.974 7 INFO neutron.services.segments.plugin [-] Segment e4091aad-2927-40d1-b846-c8af8b7205b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4091aad-2927-40d1-b846-c8af8b7205b9 found for delete ", "request_id": "req-64e77507-ec4b-4dff-b5f1-77792a339d68"}]} [pid: 7|app: 0|req: 1040/2027] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:38:18 2026] GET /v2.0/security-groups?tenant_id=8bbaae31837e443bbc97d631b57c3cfa&name=default => generated 2925 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2028] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:38:19 2026] DELETE /v2.0/security-groups/499f7ffd-f365-4627-ba29-54223e8add77 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:38:19.208 8 INFO neutron.services.segments.plugin [-] Segment 73d36e71-7afd-41d5-a0c8-a2fb47012de3 resource provider aggregate not found 2026-04-23 03:38:19.213 8 INFO neutron.services.segments.plugin [-] Segment 73d36e71-7afd-41d5-a0c8-a2fb47012de3 resource provider aggregate not found 2026-04-23 03:38:19.228 8 INFO neutron.services.segments.plugin [-] Segment 73d36e71-7afd-41d5-a0c8-a2fb47012de3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73d36e71-7afd-41d5-a0c8-a2fb47012de3 found for delete ", "request_id": "req-03357217-8184-4b4d-9ef8-8830dfa65f04"}]} 2026-04-23 03:38:19.233 8 INFO neutron.services.segments.plugin [-] Segment 73d36e71-7afd-41d5-a0c8-a2fb47012de3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73d36e71-7afd-41d5-a0c8-a2fb47012de3 found for delete ", "request_id": "req-92388318-c13e-4eca-826a-13969909674c"}]} 2026-04-23 03:38:19.250 8 INFO neutron.services.segments.plugin [-] Segment a5410b4f-440e-4307-8529-eea2ae25a1fd resource provider aggregate not found 2026-04-23 03:38:19.258 8 INFO neutron.services.segments.plugin [-] Segment a5410b4f-440e-4307-8529-eea2ae25a1fd resource provider aggregate not found 2026-04-23 03:38:19.280 8 INFO neutron.services.segments.plugin [-] Segment a5410b4f-440e-4307-8529-eea2ae25a1fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5410b4f-440e-4307-8529-eea2ae25a1fd found for delete ", "request_id": "req-a3c076b5-1e89-4f82-98e5-e0c44278b534"}]} 2026-04-23 03:38:19.287 8 INFO neutron.services.segments.plugin [-] Segment a5410b4f-440e-4307-8529-eea2ae25a1fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5410b4f-440e-4307-8529-eea2ae25a1fd found for delete ", "request_id": "req-7e8d6ca7-a3de-445a-9fa4-e9dca71ddcc3"}]} 2026-04-23 03:38:19.304 8 INFO neutron.services.segments.plugin [-] Segment c87f80c2-4b8f-4ab8-9330-a790f4408d45 resource provider aggregate not found 2026-04-23 03:38:19.316 8 INFO neutron.services.segments.plugin [-] Segment c87f80c2-4b8f-4ab8-9330-a790f4408d45 resource provider aggregate not found 2026-04-23 03:38:19.328 8 INFO neutron.services.segments.plugin [-] Segment c87f80c2-4b8f-4ab8-9330-a790f4408d45 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c87f80c2-4b8f-4ab8-9330-a790f4408d45 found for delete ", "request_id": "req-e23d6243-bc49-4b56-8301-5d5a388092bf"}]} 2026-04-23 03:38:19.332 8 INFO neutron.services.segments.plugin [-] Segment c87f80c2-4b8f-4ab8-9330-a790f4408d45 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c87f80c2-4b8f-4ab8-9330-a790f4408d45 found for delete ", "request_id": "req-b828c413-3677-45f8-99d9-ece8bbfac04f"}]} 2026-04-23 03:38:19.334 7 WARNING neutron.db.securitygroups_db [None req-a8322def-e48d-42af-a831-18a3441d8147 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1042/2029] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:38:19 2026] GET /v2.0/security-groups?tenant_id=fa3cbff8bcca4536bdd365eb311ceea0&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2030] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:38:19 2026] DELETE /v2.0/security-groups/9a02e97f-24a1-44c5-bf3f-7dc9213e3e15 => 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: 988/2031] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:38:18 2026] POST /v2.0/routers => generated 507 bytes in 1066 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/2032] 10.0.0.170 () {32 vars in 729 bytes} [Thu Apr 23 03:38:19 2026] GET /v2.0/floatingips/2bf6cda7-04b0-490e-ab94-ddcde56a0fb0 => generated 552 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2033] 10.0.0.170 () {34 vars in 685 bytes} [Thu Apr 23 03:38:20 2026] POST /v2.0/security-groups => generated 1673 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/2034] 10.0.0.170 () {34 vars in 695 bytes} [Thu Apr 23 03:38:20 2026] POST /v2.0/security-group-rules => generated 597 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2035] 10.0.0.170 () {34 vars in 695 bytes} [Thu Apr 23 03:38:21 2026] POST /v2.0/security-group-rules => generated 596 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2036] 10.0.0.170 () {34 vars in 783 bytes} [Thu Apr 23 03:38:19 2026] PUT /v2.0/routers/ea248f57-21ec-4b0d-ba56-aadf27880948/add_router_interface => generated 310 bytes in 1611 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2037] 10.0.0.170 () {32 vars in 717 bytes} [Thu Apr 23 03:38:21 2026] GET /v2.0/ports/b30ccc45-1c1a-4d28-821d-0b3380981f96 => generated 955 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2038] 10.0.0.170 () {34 vars in 695 bytes} [Thu Apr 23 03:38:21 2026] POST /v2.0/security-group-rules => generated 602 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2039] 10.0.0.170 () {34 vars in 695 bytes} [Thu Apr 23 03:38:21 2026] POST /v2.0/security-group-rules => generated 601 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:38:21.515 8 INFO neutron.db.securitygroups_db [None req-a687b333-1ea0-4fcb-93f6-c0c8b110bb77 d0e4b53560df4bc8a6d1450a5af83a8d e77464118cff4ba9a8a6e786859812b3 - - default default] Project e77464118cff4ba9a8a6e786859812b3 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: 995/2040] 10.0.0.170 () {34 vars in 695 bytes} [Thu Apr 23 03:38:21 2026] POST /v2.0/security-group-rules => generated 607 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:38:21.623 8 INFO neutron.db.securitygroups_db [None req-422277d5-c1a3-48ed-a2e1-9c36bf09ca62 d0e4b53560df4bc8a6d1450a5af83a8d e77464118cff4ba9a8a6e786859812b3 - - default default] Project e77464118cff4ba9a8a6e786859812b3 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-04-23 03:38:21.630 7 INFO neutron_taas.services.taas.taas_plugin [None req-e3802c68-ef59-4d2f-a736-53a812454ddd 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] TaaS: Handle Delete Port: b30ccc45-1c1a-4d28-821d-0b3380981f96 2026-04-23 03:38:21.634 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3802c68-ef59-4d2f-a736-53a812454ddd 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] Tap Mirror: Handle Delete Port: b30ccc45-1c1a-4d28-821d-0b3380981f96 [pid: 8|app: 0|req: 996/2041] 10.0.0.170 () {34 vars in 695 bytes} [Thu Apr 23 03:38:21 2026] POST /v2.0/security-group-rules => generated 606 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2042] 10.0.0.170 () {32 vars in 721 bytes} [Thu Apr 23 03:38:21 2026] GET /v2.0/subnets/2de9237e-3363-49c2-95f4-eba47cd6a79c => generated 675 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2043] 10.0.0.170 () {34 vars in 789 bytes} [Thu Apr 23 03:38:21 2026] PUT /v2.0/routers/ea248f57-21ec-4b0d-ba56-aadf27880948/remove_router_interface => generated 310 bytes in 750 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2044] 10.0.0.170 () {32 vars in 736 bytes} [Thu Apr 23 03:38:22 2026] GET /v2.0/ports?device_id=ea248f57-21ec-4b0d-ba56-aadf27880948 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:38:22.260 7 INFO neutron_taas.services.taas.taas_plugin [None req-4d70716b-d80a-46a3-ad37-e024f678f01a 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] TaaS: Handle Delete Port: 1ccdf31c-c859-4aa3-9a2f-5da794d78f9d 2026-04-23 03:38:22.263 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d70716b-d80a-46a3-ad37-e024f678f01a 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] Tap Mirror: Handle Delete Port: 1ccdf31c-c859-4aa3-9a2f-5da794d78f9d [pid: 8|app: 0|req: 999/2045] 10.0.0.170 () {32 vars in 649 bytes} [Thu Apr 23 03:38:22 2026] GET /v2.0/networks => generated 1298 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:38:22.482 8 WARNING neutron.db.securitygroups_db [req-a217344f-812b-4914-bdb9-0776739e54ce req-d7509498-e6a0-44e6-8c32-d1cb5ab6ba22 d0e4b53560df4bc8a6d1450a5af83a8d e77464118cff4ba9a8a6e786859812b3 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1000/2046] 10.0.0.121 () {34 vars in 1098 bytes} [Thu Apr 23 03:38:22 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-459215680&fields=id&tenant_id=e77464118cff4ba9a8a6e786859812b3 => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2047] 10.0.0.121 () {34 vars in 982 bytes} [Thu Apr 23 03:38:22 2026] GET /v2.0/networks?id=a70f77f7-431d-466d-8459-c5478accb5f2 => generated 661 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2048] 10.0.0.121 () {34 vars in 965 bytes} [Thu Apr 23 03:38:22 2026] GET /v2.0/quotas/e77464118cff4ba9a8a6e786859812b3 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:38:22.620 7 INFO neutron.db.l3_hamode_db [None req-4d70716b-d80a-46a3-ad37-e024f678f01a 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] HA network e34af44a-6122-4471-b0f3-33858848c335 was deleted as no HA routers are present in project 2ec641ab937a49c8b2007634805df3fd. 2026-04-23 03:38:22.627 7 INFO neutron.services.segments.plugin [-] Segment b19bf407-aafd-4dc8-9ca5-b6a0f6d5774d resource provider aggregate not found 2026-04-23 03:38:22.630 7 INFO neutron.services.segments.plugin [-] Segment b19bf407-aafd-4dc8-9ca5-b6a0f6d5774d resource provider aggregate not found [pid: 7|app: 0|req: 1047/2049] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:38:22 2026] DELETE /v2.0/routers/ea248f57-21ec-4b0d-ba56-aadf27880948 => generated 0 bytes in 555 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:38:22.652 7 INFO neutron.services.segments.plugin [-] Segment b19bf407-aafd-4dc8-9ca5-b6a0f6d5774d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b19bf407-aafd-4dc8-9ca5-b6a0f6d5774d found for delete ", "request_id": "req-e0cf8f05-87c3-4346-b307-80ae4d263ef6"}]} 2026-04-23 03:38:22.652 7 INFO neutron.services.segments.plugin [-] Segment b19bf407-aafd-4dc8-9ca5-b6a0f6d5774d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b19bf407-aafd-4dc8-9ca5-b6a0f6d5774d found for delete ", "request_id": "req-0ddb4ebd-459d-47ae-9849-a3a12db831b6"}]} [pid: 8|app: 0|req: 1003/2050] 10.0.0.121 () {34 vars in 1002 bytes} [Thu Apr 23 03:38:22 2026] GET /v2.0/ports?tenant_id=e77464118cff4ba9a8a6e786859812b3&fields=id => generated 149 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2051] 10.0.0.121 () {34 vars in 1008 bytes} [Thu Apr 23 03:38:22 2026] GET /v2.0/networks/a70f77f7-431d-466d-8459-c5478accb5f2?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: 1005/2052] 10.0.0.121 () {34 vars in 1108 bytes} [Thu Apr 23 03:38:22 2026] GET /v2.0/networks/a70f77f7-431d-466d-8459-c5478accb5f2?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: 1048/2053] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:38:22 2026] DELETE /v2.0/subnets/fbfdf9a5-e273-4fa7-b8dd-1824b9b96f77 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2054] 10.0.0.163 () {30 vars in 690 bytes} [Thu Apr 23 03:38:22 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2055] 10.0.0.163 () {30 vars in 692 bytes} [Thu Apr 23 03:38:22 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:38:22.932 8 INFO neutron_taas.services.taas.taas_plugin [None req-920b3bcd-c445-4537-a1a8-705be7005c2f 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] TaaS: Handle Delete Port: 940f5318-c499-4dcf-8d14-66fe7d8d3fe1 2026-04-23 03:38:22.936 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-920b3bcd-c445-4537-a1a8-705be7005c2f 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] Tap Mirror: Handle Delete Port: 940f5318-c499-4dcf-8d14-66fe7d8d3fe1 2026-04-23 03:38:23.108 8 INFO neutron.services.segments.plugin [-] Segment d8fe8487-803d-43b0-b951-941e01fe691a resource provider aggregate not found 2026-04-23 03:38:23.118 8 INFO neutron.services.segments.plugin [-] Segment d8fe8487-803d-43b0-b951-941e01fe691a resource provider aggregate not found 2026-04-23 03:38:23.134 8 INFO neutron.services.segments.plugin [-] Segment d8fe8487-803d-43b0-b951-941e01fe691a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8fe8487-803d-43b0-b951-941e01fe691a found for delete ", "request_id": "req-066fda73-f0bd-4c28-832e-818680500b2d"}]} 2026-04-23 03:38:23.135 8 INFO neutron.services.segments.plugin [-] Segment d8fe8487-803d-43b0-b951-941e01fe691a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8fe8487-803d-43b0-b951-941e01fe691a found for delete ", "request_id": "req-bd6b6bf6-0520-4295-a342-7e2587c88d5e"}]} [pid: 8|app: 0|req: 1006/2056] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:38:22 2026] DELETE /v2.0/networks/85b72837-2286-4153-9404-39b098d1ba61 => generated 0 bytes in 345 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2057] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:38:23 2026] GET /v2.0/ports?device_id=20b94478-af19-4224-a84f-07e66e02b43f => 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: 1008/2058] 10.0.0.163 () {30 vars in 668 bytes} [Thu Apr 23 03:38:23 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:38:23.211 8 INFO neutron.db.segments_db [None req-dba6f9eb-bbaf-4c55-b2d8-9f119ecbf253 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] Added segment e8498560-f4fa-4b6a-bfdd-65ef06d44f52 of type vxlan for network b6cf0d6f-e95f-486d-b362-2f5c87144e2f 2026-04-23 03:38:23.404 8 INFO neutron.db.l3_hamode_db [None req-dba6f9eb-bbaf-4c55-b2d8-9f119ecbf253 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1051/2059] 10.0.0.170 () {34 vars in 676 bytes} [Thu Apr 23 03:38:22 2026] POST /v2.0/floatingips => generated 552 bytes in 584 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2060] 10.0.0.163 () {30 vars in 704 bytes} [Thu Apr 23 03:38:23 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:38:23.518 7 WARNING tagging [None req-4edee77a-0986-44aa-8c8a-716942560289 b0291cc95dd04f4ea32451caaf6c5b8a a8a845fb4ca846e2ab83bcc57d97dd90 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1053/2061] 10.0.0.170 () {34 vars in 759 bytes} [Thu Apr 23 03:38:23 2026] PUT /v2.0/floatingips/c602ba76-520e-4df4-84b9-5079f5dde9f7/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:38:23.584 7 WARNING tagging [None req-8840197c-69c5-447b-869b-ee9867f0a903 b0291cc95dd04f4ea32451caaf6c5b8a a8a845fb4ca846e2ab83bcc57d97dd90 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1054/2062] 10.0.0.170 () {32 vars in 739 bytes} [Thu Apr 23 03:38:23 2026] GET /v2.0/floatingips/c602ba76-520e-4df4-84b9-5079f5dde9f7/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:38:23.638 7 WARNING tagging [None req-79053a12-15da-48f9-a163-d4a9eac5a1af b0291cc95dd04f4ea32451caaf6c5b8a a8a845fb4ca846e2ab83bcc57d97dd90 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1055/2063] 10.0.0.170 () {34 vars in 770 bytes} [Thu Apr 23 03:38:23 2026] PUT /v2.0/floatingips/c602ba76-520e-4df4-84b9-5079f5dde9f7/tags/green => generated 4 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-23 03:38:23.731 7 WARNING tagging [None req-8b8a0200-fd5b-4a01-b478-8750d2ef2a7b b0291cc95dd04f4ea32451caaf6c5b8a a8a845fb4ca846e2ab83bcc57d97dd90 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1056/2064] 10.0.0.170 () {32 vars in 739 bytes} [Thu Apr 23 03:38:23 2026] GET /v2.0/floatingips/c602ba76-520e-4df4-84b9-5079f5dde9f7/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:38:23.781 7 WARNING tagging [None req-79ebe348-5b9a-4cfa-9b25-b48d130c2f07 b0291cc95dd04f4ea32451caaf6c5b8a a8a845fb4ca846e2ab83bcc57d97dd90 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1057/2065] 10.0.0.170 () {34 vars in 766 bytes} [Thu Apr 23 03:38:23 2026] PUT /v2.0/floatingips/c602ba76-520e-4df4-84b9-5079f5dde9f7/tags/red => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-23 03:38:23.844 7 WARNING tagging [None req-91c59f87-69d5-47f0-b830-38f25ef0cd93 b0291cc95dd04f4ea32451caaf6c5b8a a8a845fb4ca846e2ab83bcc57d97dd90 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1058/2066] 10.0.0.170 () {32 vars in 739 bytes} [Thu Apr 23 03:38:23 2026] GET /v2.0/floatingips/c602ba76-520e-4df4-84b9-5079f5dde9f7/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:38:23.907 7 WARNING tagging [None req-6072eddb-8491-4ac0-a32e-b6728988d4dd b0291cc95dd04f4ea32451caaf6c5b8a a8a845fb4ca846e2ab83bcc57d97dd90 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1059/2067] 10.0.0.170 () {34 vars in 788 bytes} [Thu Apr 23 03:38:23 2026] PUT /v2.0/floatingips/c602ba76-520e-4df4-84b9-5079f5dde9f7/tags/black.or.white => generated 4 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-23 03:38:23.989 7 WARNING tagging [None req-8b024274-2813-4cb9-8a5f-74fa41f13b56 b0291cc95dd04f4ea32451caaf6c5b8a a8a845fb4ca846e2ab83bcc57d97dd90 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1060/2068] 10.0.0.170 () {32 vars in 739 bytes} [Thu Apr 23 03:38:23 2026] GET /v2.0/floatingips/c602ba76-520e-4df4-84b9-5079f5dde9f7/tags => generated 52 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:38:24.027 7 WARNING tagging [None req-a390cc3b-8ee6-4a26-b6db-fb78651e5b05 b0291cc95dd04f4ea32451caaf6c5b8a a8a845fb4ca846e2ab83bcc57d97dd90 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1061/2069] 10.0.0.170 () {34 vars in 759 bytes} [Thu Apr 23 03:38:24 2026] PUT /v2.0/floatingips/c602ba76-520e-4df4-84b9-5079f5dde9f7/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2070] 10.0.0.163 () {28 vars in 439 bytes} [Thu Apr 23 03:38:24 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) 2026-04-23 03:38:24.088 7 WARNING tagging [None req-a385c922-979d-4281-8a76-ca9e3c7d0104 b0291cc95dd04f4ea32451caaf6c5b8a a8a845fb4ca846e2ab83bcc57d97dd90 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1063/2071] 10.0.0.170 () {32 vars in 739 bytes} [Thu Apr 23 03:38:24 2026] GET /v2.0/floatingips/c602ba76-520e-4df4-84b9-5079f5dde9f7/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: 1064/2072] 10.0.0.163 () {30 vars in 728 bytes} [Thu Apr 23 03:38:24 2026] GET /v2.0/subnets/2de9237e-3363-49c2-95f4-eba47cd6a79c => generated 657 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:38:24.166 8 INFO neutron.db.l3_hamode_db [None req-dba6f9eb-bbaf-4c55-b2d8-9f119ecbf253 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 03:38:24.175 7 WARNING tagging [None req-411d2afe-d717-4b78-8888-2fadaa0ce655 b0291cc95dd04f4ea32451caaf6c5b8a a8a845fb4ca846e2ab83bcc57d97dd90 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1065/2073] 10.0.0.170 () {32 vars in 747 bytes} [Thu Apr 23 03:38:24 2026] GET /v2.0/floatingips/c602ba76-520e-4df4-84b9-5079f5dde9f7/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2074] 10.0.0.163 () {30 vars in 690 bytes} [Thu Apr 23 03:38:24 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:38:24.213 7 WARNING tagging [None req-c7bd0407-48f1-4af7-9157-89edfceb0f0e b0291cc95dd04f4ea32451caaf6c5b8a a8a845fb4ca846e2ab83bcc57d97dd90 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 03:38:24.230 7 INFO neutron.api.v2.resource [None req-c7bd0407-48f1-4af7-9157-89edfceb0f0e b0291cc95dd04f4ea32451caaf6c5b8a a8a845fb4ca846e2ab83bcc57d97dd90 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1067/2075] 10.0.0.170 () {32 vars in 751 bytes} [Thu Apr 23 03:38:24 2026] GET /v2.0/floatingips/c602ba76-520e-4df4-84b9-5079f5dde9f7/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2076] 10.0.0.163 () {30 vars in 692 bytes} [Thu Apr 23 03:38:24 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:38:24.257 7 WARNING tagging [None req-51c752ed-c0e1-4270-add7-ce610e63ce6d b0291cc95dd04f4ea32451caaf6c5b8a a8a845fb4ca846e2ab83bcc57d97dd90 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1069/2077] 10.0.0.170 () {32 vars in 750 bytes} [Thu Apr 23 03:38:24 2026] DELETE /v2.0/floatingips/c602ba76-520e-4df4-84b9-5079f5dde9f7/tags/red => 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: 1070/2078] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:38:24 2026] GET /v2.0/ports?device_id=20b94478-af19-4224-a84f-07e66e02b43f => 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: 1071/2079] 10.0.0.163 () {30 vars in 668 bytes} [Thu Apr 23 03:38:24 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:38:24.324 7 WARNING tagging [None req-c6eb9cfb-98f5-4cb7-ac47-d4874d468e16 b0291cc95dd04f4ea32451caaf6c5b8a a8a845fb4ca846e2ab83bcc57d97dd90 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1072/2080] 10.0.0.170 () {32 vars in 739 bytes} [Thu Apr 23 03:38:24 2026] GET /v2.0/floatingips/c602ba76-520e-4df4-84b9-5079f5dde9f7/tags => generated 30 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2081] 10.0.0.163 () {30 vars in 704 bytes} [Thu Apr 23 03:38:24 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-23 03:38:24.365 7 WARNING tagging [None req-4a7d1f29-a4b9-406e-9277-2dd7d3d29da7 b0291cc95dd04f4ea32451caaf6c5b8a a8a845fb4ca846e2ab83bcc57d97dd90 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 03:38:24.388 7 INFO neutron.api.v2.resource [None req-4a7d1f29-a4b9-406e-9277-2dd7d3d29da7 b0291cc95dd04f4ea32451caaf6c5b8a a8a845fb4ca846e2ab83bcc57d97dd90 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1074/2082] 10.0.0.170 () {32 vars in 754 bytes} [Thu Apr 23 03:38:24 2026] DELETE /v2.0/floatingips/c602ba76-520e-4df4-84b9-5079f5dde9f7/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2083] 10.0.0.163 () {30 vars in 728 bytes} [Thu Apr 23 03:38:24 2026] GET /v2.0/subnets/2de9237e-3363-49c2-95f4-eba47cd6a79c => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:38:24.436 7 WARNING tagging [None req-77f27cd4-c9a1-4eb5-a46e-6a120ac9a31f b0291cc95dd04f4ea32451caaf6c5b8a a8a845fb4ca846e2ab83bcc57d97dd90 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1076/2084] 10.0.0.170 () {32 vars in 742 bytes} [Thu Apr 23 03:38:24 2026] DELETE /v2.0/floatingips/c602ba76-520e-4df4-84b9-5079f5dde9f7/tags => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:38:24.506 7 WARNING tagging [None req-9986e75d-afb5-4600-8c72-475aa8c53e8a b0291cc95dd04f4ea32451caaf6c5b8a a8a845fb4ca846e2ab83bcc57d97dd90 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1077/2085] 10.0.0.170 () {32 vars in 739 bytes} [Thu Apr 23 03:38:24 2026] GET /v2.0/floatingips/c602ba76-520e-4df4-84b9-5079f5dde9f7/tags => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2086] 10.0.0.163 () {30 vars in 690 bytes} [Thu Apr 23 03:38:24 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) 2026-04-23 03:38:24.670 7 INFO neutron_taas.services.taas.taas_plugin [None req-edccc007-8a6b-4604-9d37-61248f23fd83 b0291cc95dd04f4ea32451caaf6c5b8a a8a845fb4ca846e2ab83bcc57d97dd90 - - default default] TaaS: Handle Delete Port: 7af3a49a-346e-4b76-a002-622a3db2a333 2026-04-23 03:38:24.672 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-edccc007-8a6b-4604-9d37-61248f23fd83 b0291cc95dd04f4ea32451caaf6c5b8a a8a845fb4ca846e2ab83bcc57d97dd90 - - default default] Tap Mirror: Handle Delete Port: 7af3a49a-346e-4b76-a002-622a3db2a333 [pid: 7|app: 0|req: 1079/2087] 10.0.0.170 () {32 vars in 732 bytes} [Thu Apr 23 03:38:24 2026] DELETE /v2.0/floatingips/c602ba76-520e-4df4-84b9-5079f5dde9f7 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2088] 10.0.0.163 () {30 vars in 692 bytes} [Thu Apr 23 03:38:24 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2089] 10.0.0.163 () {30 vars in 668 bytes} [Thu Apr 23 03:38:24 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: 1082/2090] 10.0.0.163 () {30 vars in 704 bytes} [Thu Apr 23 03:38:24 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: 1083/2091] 10.0.0.163 () {30 vars in 730 bytes} [Thu Apr 23 03:38:24 2026] GET /v2.0/networks/89df1abb-da19-40e0-83bc-736b02df7485 => generated 800 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2092] 10.0.0.163 () {30 vars in 682 bytes} [Thu Apr 23 03:38:24 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2093] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:38:23 2026] POST /v2.0/routers => generated 687 bytes in 1893 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2094] 10.0.0.170 () {32 vars in 721 bytes} [Thu Apr 23 03:38:25 2026] GET /v2.0/routers/2e7ffb70-1edd-4019-a4dd-f11303940cad => generated 693 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2095] 10.0.0.170 () {32 vars in 647 bytes} [Thu Apr 23 03:38:25 2026] GET /v2.0/routers => generated 696 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2096] 10.0.0.163 () {34 vars in 704 bytes} [Thu Apr 23 03:38:24 2026] POST /v2.0/ports => generated 1132 bytes in 353 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: 1086/2097] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:38:25 2026] GET /v2.0/ports?device_id=20b94478-af19-4224-a84f-07e66e02b43f => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:38:25.578 7 WARNING neutron.db.securitygroups_db [None req-36bed8f1-526d-41c5-a63a-f5a3f4126425 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1012/2098] 10.0.0.170 () {34 vars in 741 bytes} [Thu Apr 23 03:38:25 2026] PUT /v2.0/routers/2e7ffb70-1edd-4019-a4dd-f11303940cad => generated 700 bytes in 432 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2099] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:38:25 2026] GET /v2.0/security-groups?tenant_id=09ad9217ea7b45eeb79709994dd09dab&name=default => generated 2925 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2100] 10.0.0.170 () {32 vars in 721 bytes} [Thu Apr 23 03:38:25 2026] GET /v2.0/routers/2e7ffb70-1edd-4019-a4dd-f11303940cad => generated 700 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2101] 10.0.0.170 () {32 vars in 736 bytes} [Thu Apr 23 03:38:25 2026] GET /v2.0/ports?device_id=2e7ffb70-1edd-4019-a4dd-f11303940cad => 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: 1088/2102] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:38:25 2026] DELETE /v2.0/security-groups/9e228220-a478-41a0-a707-8eb23d892df2 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:38:25.935 7 WARNING neutron.db.securitygroups_db [None req-4527fd90-ba5e-4f26-967f-3cab29314047 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 03:38:25.956 8 INFO neutron_taas.services.taas.taas_plugin [None req-d052c1d5-5396-4da6-af20-ceace482bb79 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] TaaS: Handle Delete Port: 06dd22d1-364f-4c97-9cb8-d593e3a52f52 2026-04-23 03:38:25.958 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d052c1d5-5396-4da6-af20-ceace482bb79 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] Tap Mirror: Handle Delete Port: 06dd22d1-364f-4c97-9cb8-d593e3a52f52 [pid: 7|app: 0|req: 1089/2103] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:38:25 2026] GET /v2.0/security-groups?tenant_id=a8a845fb4ca846e2ab83bcc57d97dd90&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:38:26.194 8 INFO neutron_taas.services.taas.taas_plugin [None req-d052c1d5-5396-4da6-af20-ceace482bb79 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] TaaS: Handle Delete Port: 18baa18b-2854-4c14-bd0b-99b14f68c252 2026-04-23 03:38:26.197 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d052c1d5-5396-4da6-af20-ceace482bb79 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] Tap Mirror: Handle Delete Port: 18baa18b-2854-4c14-bd0b-99b14f68c252 [pid: 7|app: 0|req: 1090/2104] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:38:26 2026] DELETE /v2.0/security-groups/22de506f-52fe-4d17-9051-ddee8483da0b => 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: 1091/2105] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:38:26 2026] GET /v2.0/ports?device_id=20b94478-af19-4224-a84f-07e66e02b43f => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:38:26.548 8 INFO neutron.services.segments.plugin [-] Segment e8498560-f4fa-4b6a-bfdd-65ef06d44f52 resource provider aggregate not found 2026-04-23 03:38:26.553 8 INFO neutron.services.segments.plugin [-] Segment e8498560-f4fa-4b6a-bfdd-65ef06d44f52 resource provider aggregate not found 2026-04-23 03:38:26.569 8 INFO neutron.services.segments.plugin [-] Segment e8498560-f4fa-4b6a-bfdd-65ef06d44f52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8498560-f4fa-4b6a-bfdd-65ef06d44f52 found for delete ", "request_id": "req-2afa6f2a-f50f-4a77-ae98-c4a9dca65294"}]} 2026-04-23 03:38:26.572 8 INFO neutron.services.segments.plugin [-] Segment e8498560-f4fa-4b6a-bfdd-65ef06d44f52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8498560-f4fa-4b6a-bfdd-65ef06d44f52 found for delete ", "request_id": "req-048451c4-4e34-43fb-ba76-ae772f9b601b"}]} 2026-04-23 03:38:26.575 8 INFO neutron.db.l3_hamode_db [None req-d052c1d5-5396-4da6-af20-ceace482bb79 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] HA network b6cf0d6f-e95f-486d-b362-2f5c87144e2f was deleted as no HA routers are present in project 2ec641ab937a49c8b2007634805df3fd. [pid: 8|app: 0|req: 1015/2106] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:38:25 2026] DELETE /v2.0/routers/2e7ffb70-1edd-4019-a4dd-f11303940cad => generated 0 bytes in 818 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2107] 10.0.0.170 () {32 vars in 736 bytes} [Thu Apr 23 03:38:26 2026] GET /v2.0/ports?device_id=2e7ffb70-1edd-4019-a4dd-f11303940cad => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:38:26.630 8 INFO neutron.api.v2.resource [None req-9202bf5b-8b92-4a24-9b3d-fbb9b7d0c1dd 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1016/2108] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:38:26 2026] DELETE /v2.0/routers/2e7ffb70-1edd-4019-a4dd-f11303940cad => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2109] 10.0.0.170 () {32 vars in 736 bytes} [Thu Apr 23 03:38:26 2026] GET /v2.0/ports?device_id=ea248f57-21ec-4b0d-ba56-aadf27880948 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:38:26.682 8 INFO neutron.api.v2.resource [None req-06c675f8-dd4b-4505-bba2-6338d157cc5d 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1017/2110] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:38:26 2026] DELETE /v2.0/routers/ea248f57-21ec-4b0d-ba56-aadf27880948 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 03:38:26.702 7 INFO neutron.pecan_wsgi.hooks.translation [None req-667f0ae9-6627-445a-89d5-6e4561b2d1d0 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1094/2111] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:38:26 2026] DELETE /v2.0/subnets/fbfdf9a5-e273-4fa7-b8dd-1824b9b96f77 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2112] 10.0.0.170 () {32 vars in 736 bytes} [Thu Apr 23 03:38:26 2026] GET /v2.0/ports?device_id=e0b0c14a-f717-44d8-8bdf-ba8c6a8fa481 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:38:26.764 7 INFO neutron.api.v2.resource [None req-5ceeeab9-9650-441e-98d9-94b6b7d774b7 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1095/2113] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:38:26 2026] DELETE /v2.0/routers/e0b0c14a-f717-44d8-8bdf-ba8c6a8fa481 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 03:38:26.790 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3a81d0d0-e56a-4cc8-85e1-056c4008626e 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1019/2114] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:38:26 2026] DELETE /v2.0/subnets/98b3d378-cb06-4bad-a3e1-280031b636d8 => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2115] 10.0.0.170 () {32 vars in 736 bytes} [Thu Apr 23 03:38:26 2026] GET /v2.0/ports?device_id=2c9b3370-33e8-4826-ae14-b9c479ab5932 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:38:26.848 8 INFO neutron.api.v2.resource [None req-eccfa924-996c-4377-bbad-57b0ed3683c1 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1020/2116] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:38:26 2026] DELETE /v2.0/routers/2c9b3370-33e8-4826-ae14-b9c479ab5932 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 03:38:26.866 7 INFO neutron.pecan_wsgi.hooks.translation [None req-669b2d36-0a0e-4844-b729-e7ba872d51df 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1097/2117] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:38:26 2026] DELETE /v2.0/subnets/83d1eabb-ab8f-45a7-a4d5-10b1ca0a8341 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 03:38:26.889 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a1762759-f88c-4e29-bf72-6ed7b5911f91 99172143f1b8442391ab64088dceb62c 2ec641ab937a49c8b2007634805df3fd - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1021/2118] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:38:26 2026] DELETE /v2.0/subnets/4026478b-5edb-42da-9403-93c67924aeaa => 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: 1098/2119] 199.204.45.25 () {34 vars in 985 bytes} [Thu Apr 23 03:38:27 2026] GET /v2.0/networks?id=a70f77f7-431d-466d-8459-c5478accb5f2 => generated 661 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:38:27.288 8 WARNING neutron.db.securitygroups_db [req-a217344f-812b-4914-bdb9-0776739e54ce req-d58db673-59b4-45df-a6bf-324ec319db82 d0e4b53560df4bc8a6d1450a5af83a8d e77464118cff4ba9a8a6e786859812b3 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1022/2120] 199.204.45.25 () {34 vars in 1049 bytes} [Thu Apr 23 03:38:27 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e77464118cff4ba9a8a6e786859812b3 => generated 272 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:38:27.463 7 WARNING neutron.db.securitygroups_db [None req-d543c3cb-34db-4027-802d-de4745e81aaa 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1099/2121] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:38:27 2026] GET /v2.0/security-groups?tenant_id=2ec641ab937a49c8b2007634805df3fd&name=default => generated 2925 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2122] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:38:27 2026] DELETE /v2.0/security-groups/a25b7d93-abdd-482a-af70-8676c59401bf => 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: 1023/2123] 199.204.45.25 () {38 vars in 954 bytes} [Thu Apr 23 03:38:27 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) [pid: 7|app: 0|req: 1101/2124] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:38:27 2026] GET /v2.0/ports?device_id=20b94478-af19-4224-a84f-07e66e02b43f => generated 957 bytes in 88 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: 1024/2125] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:38:27 2026] GET /v2.0/security-groups?id=f0673872-2a3f-490c-9e6f-80e617100afc&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: 1102/2126] 199.204.45.25 () {38 vars in 1027 bytes} [Thu Apr 23 03:38:27 2026] PUT /v2.0/ports/6096c80c-cd61-449f-8428-f64b98afbf79 => generated 1235 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:38:28.197 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f6229bbc-8efc-4771-a113-3f91f3fb7314'] response: {'name': 'network-changed', 'server_uuid': '20b94478-af19-4224-a84f-07e66e02b43f', 'tag': '6096c80c-cd61-449f-8428-f64b98afbf79', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1025/2127] 199.204.45.25 () {30 vars in 702 bytes} [Thu Apr 23 03:38:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 103 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: 1103/2128] 199.204.45.25 () {30 vars in 704 bytes} [Thu Apr 23 03:38: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: 1026/2129] 199.204.45.25 () {30 vars in 680 bytes} [Thu Apr 23 03:38:28 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: 1104/2130] 199.204.45.25 () {30 vars in 716 bytes} [Thu Apr 23 03:38:28 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2131] 199.204.45.25 () {30 vars in 736 bytes} [Thu Apr 23 03:38:28 2026] GET /v2.0/ports/04164f27-d2b9-4af5-af80-155bf092a82c => generated 1132 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2132] 199.204.45.25 () {30 vars in 702 bytes} [Thu Apr 23 03:38:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2133] 199.204.45.25 () {30 vars in 704 bytes} [Thu Apr 23 03:38:28 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2134] 199.204.45.25 () {30 vars in 680 bytes} [Thu Apr 23 03:38:28 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: 1108/2135] 199.204.45.25 () {30 vars in 716 bytes} [Thu Apr 23 03:38:28 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2136] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:38:28 2026] GET /v2.0/ports?tenant_id=e77464118cff4ba9a8a6e786859812b3&device_id=20b94478-af19-4224-a84f-07e66e02b43f => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:38:28.777 8 INFO neutron.api.v2.resource [None req-d590542f-1a4b-4591-ae2f-fb399bcd04ea 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1029/2137] 199.204.45.25 () {30 vars in 762 bytes} [Thu Apr 23 03:38:28 2026] GET /v2.0/security-groups/lb-1ce0424d-838a-44a8-bd29-b130a1fbfe2c => 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: 1030/2138] 199.204.45.25 () {30 vars in 784 bytes} [Thu Apr 23 03:38:28 2026] GET /v2.0/security-groups?name=lb-1ce0424d-838a-44a8-bd29-b130a1fbfe2c => generated 23 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2139] 199.204.45.25 () {34 vars in 1017 bytes} [Thu Apr 23 03:38:28 2026] GET /v2.0/networks?tenant_id=e77464118cff4ba9a8a6e786859812b3&shared=False => generated 756 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2140] 199.204.45.25 () {34 vars in 929 bytes} [Thu Apr 23 03:38:28 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2141] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:38:28 2026] GET /v2.0/ports?device_id=20b94478-af19-4224-a84f-07e66e02b43f => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2142] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:38:28 2026] GET /v2.0/security-groups?id=f0673872-2a3f-490c-9e6f-80e617100afc&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: 1111/2143] 199.204.45.25 () {34 vars in 735 bytes} [Thu Apr 23 03:38:28 2026] POST /v2.0/security-groups => generated 1636 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2144] 199.204.45.25 () {30 vars in 814 bytes} [Thu Apr 23 03:38:28 2026] GET /v2.0/security-group-rules?security_group_id=efd7ba94-84de-4e12-8f1e-3688bc50078b => generated 1182 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2145] 199.204.45.25 () {34 vars in 788 bytes} [Thu Apr 23 03:38:29 2026] PUT /v2.0/ports/04164f27-d2b9-4af5-af80-155bf092a82c => generated 1132 bytes in 219 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: 1113/2146] 199.204.45.25 () {30 vars in 702 bytes} [Thu Apr 23 03:38:29 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: 1114/2147] 199.204.45.25 () {30 vars in 704 bytes} [Thu Apr 23 03:38:29 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2148] 199.204.45.25 () {30 vars in 680 bytes} [Thu Apr 23 03:38:29 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2149] 199.204.45.25 () {30 vars in 716 bytes} [Thu Apr 23 03:38:29 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2150] 199.204.45.25 () {30 vars in 740 bytes} [Thu Apr 23 03:38:29 2026] GET /v2.0/subnets/2de9237e-3363-49c2-95f4-eba47cd6a79c => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2151] 10.0.0.170 () {34 vars in 684 bytes} [Thu Apr 23 03:38:29 2026] POST /v2.0/security-groups => generated 1625 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2152] 10.0.0.170 () {32 vars in 663 bytes} [Thu Apr 23 03:38:29 2026] GET /v2.0/security-groups => generated 4530 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:38:29.706 7 INFO neutron.db.segments_db [None req-671992ac-5543-4288-b319-5c1b38a49b21 c61c6587e59942d5a4a7e3f93fbd69b5 1877e580f3664b798d7e3a5fe60b0927 - - default default] Added segment 6dc13ab2-40d1-4520-9e78-e25715b0232a of type vxlan for network 8da04bda-024b-48a4-9003-b377cd0772f5 [pid: 8|app: 0|req: 1036/2153] 10.0.0.170 () {34 vars in 758 bytes} [Thu Apr 23 03:38:29 2026] PUT /v2.0/security-groups/0300b3dd-edfb-442e-a58b-0944fd6642d4 => generated 1663 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2154] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:38:29 2026] POST /v2.0/networks => generated 632 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2155] 10.0.0.170 () {32 vars in 737 bytes} [Thu Apr 23 03:38:29 2026] GET /v2.0/security-groups/0300b3dd-edfb-442e-a58b-0944fd6642d4 => 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: 1038/2156] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:38:29 2026] DELETE /v2.0/security-groups/0300b3dd-edfb-442e-a58b-0944fd6642d4 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2157] 10.0.0.170 () {32 vars in 663 bytes} [Thu Apr 23 03:38:29 2026] GET /v2.0/security-groups => 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: 1040/2158] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:38:29 2026] GET /v2.0/ports?tenant_id=e77464118cff4ba9a8a6e786859812b3&device_id=20b94478-af19-4224-a84f-07e66e02b43f => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:38:29.960 8 INFO neutron.api.v2.resource [None req-c3bbab8f-096d-4b60-826f-0851d859fa08 4f0a7adc244b48128e7e49fcee7c5baa f854b6e38a2649d099bcfba39c10c762 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1041/2159] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:38:29 2026] DELETE /v2.0/security-groups/0300b3dd-edfb-442e-a58b-0944fd6642d4 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2160] 199.204.45.25 () {34 vars in 1057 bytes} [Thu Apr 23 03:38:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=6096c80c-cd61-449f-8428-f64b98afbf79 => 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: 1043/2161] 10.0.0.170 () {34 vars in 684 bytes} [Thu Apr 23 03:38:29 2026] POST /v2.0/security-groups => generated 1625 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2162] 199.204.45.25 () {34 vars in 983 bytes} [Thu Apr 23 03:38:30 2026] GET /v2.0/subnets?id=91960869-5041-4394-b503-1dc4aa3d8f07 => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2163] 10.0.0.170 () {34 vars in 664 bytes} [Thu Apr 23 03:38:29 2026] POST /v2.0/ports => generated 743 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1045/2164] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:38:30 2026] GET /v2.0/ports?device_id=20b94478-af19-4224-a84f-07e66e02b43f => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2165] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:38:30 2026] GET /v2.0/ports?network_id=a70f77f7-431d-466d-8459-c5478accb5f2&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2166] 10.0.0.170 () {34 vars in 695 bytes} [Thu Apr 23 03:38:30 2026] POST /v2.0/security-group-rules => generated 601 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2167] 10.0.0.170 () {34 vars in 747 bytes} [Thu Apr 23 03:38:30 2026] PUT /v2.0/ports/187b0215-7de9-43e2-b429-71f59f63e614/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1121/2168] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:38:30 2026] GET /v2.0/security-groups?id=f0673872-2a3f-490c-9e6f-80e617100afc&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2169] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:38:30 2026] GET /v2.0/networks/a70f77f7-431d-466d-8459-c5478accb5f2?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: 1122/2170] 10.0.0.170 () {32 vars in 747 bytes} [Thu Apr 23 03:38:30 2026] GET /v2.0/security-group-rules/54a50812-1ad5-48f2-9acc-a52f79761f8e => generated 601 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2171] 10.0.0.170 () {32 vars in 727 bytes} [Thu Apr 23 03:38:30 2026] GET /v2.0/ports/187b0215-7de9-43e2-b429-71f59f63e614/tags => generated 25 bytes in 48 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: 1123/2172] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:38:30 2026] GET /v2.0/networks/a70f77f7-431d-466d-8459-c5478accb5f2?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: 1050/2173] 10.0.0.170 () {32 vars in 673 bytes} [Thu Apr 23 03:38:30 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2174] 10.0.0.170 () {34 vars in 758 bytes} [Thu Apr 23 03:38:30 2026] PUT /v2.0/ports/187b0215-7de9-43e2-b429-71f59f63e614/tags/green => 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, ' [pid: 8|app: 0|req: 1051/2175] 10.0.0.170 () {32 vars in 750 bytes} [Thu Apr 23 03:38:30 2026] DELETE /v2.0/security-group-rules/54a50812-1ad5-48f2-9acc-a52f79761f8e => 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: 1125/2176] 10.0.0.170 () {32 vars in 727 bytes} [Thu Apr 23 03:38:30 2026] GET /v2.0/ports/187b0215-7de9-43e2-b429-71f59f63e614/tags => generated 34 bytes in 49 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: 1126/2177] 10.0.0.170 () {32 vars in 673 bytes} [Thu Apr 23 03:38:30 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2178] 10.0.0.170 () {34 vars in 754 bytes} [Thu Apr 23 03:38:30 2026] PUT /v2.0/ports/187b0215-7de9-43e2-b429-71f59f63e614/tags/red => generated 4 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1053/2179] 10.0.0.170 () {32 vars in 727 bytes} [Thu Apr 23 03:38:30 2026] GET /v2.0/ports/187b0215-7de9-43e2-b429-71f59f63e614/tags => generated 34 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1127/2180] 10.0.0.170 () {34 vars in 695 bytes} [Thu Apr 23 03:38:30 2026] POST /v2.0/security-group-rules => generated 601 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2181] 10.0.0.170 () {32 vars in 747 bytes} [Thu Apr 23 03:38:30 2026] GET /v2.0/security-group-rules/53840b73-052f-44bb-9080-434ef7ae584d => generated 601 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2182] 10.0.0.170 () {34 vars in 776 bytes} [Thu Apr 23 03:38:30 2026] PUT /v2.0/ports/187b0215-7de9-43e2-b429-71f59f63e614/tags/black.or.white => generated 4 bytes in 90 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: 1129/2183] 10.0.0.170 () {32 vars in 673 bytes} [Thu Apr 23 03:38:30 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2184] 10.0.0.170 () {32 vars in 727 bytes} [Thu Apr 23 03:38:30 2026] GET /v2.0/ports/187b0215-7de9-43e2-b429-71f59f63e614/tags => generated 52 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1056/2185] 10.0.0.170 () {34 vars in 747 bytes} [Thu Apr 23 03:38:30 2026] PUT /v2.0/ports/187b0215-7de9-43e2-b429-71f59f63e614/tags => generated 37 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2186] 10.0.0.170 () {32 vars in 750 bytes} [Thu Apr 23 03:38:30 2026] DELETE /v2.0/security-group-rules/53840b73-052f-44bb-9080-434ef7ae584d => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1057/2187] 10.0.0.170 () {32 vars in 727 bytes} [Thu Apr 23 03:38:30 2026] GET /v2.0/ports/187b0215-7de9-43e2-b429-71f59f63e614/tags => generated 37 bytes in 49 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: 1131/2188] 10.0.0.170 () {32 vars in 673 bytes} [Thu Apr 23 03:38:30 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2189] 10.0.0.170 () {32 vars in 735 bytes} [Thu Apr 23 03:38:30 2026] GET /v2.0/ports/187b0215-7de9-43e2-b429-71f59f63e614/tags/red => generated 0 bytes in 52 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-23 03:38:31.036 8 INFO neutron.api.v2.resource [None req-a5dcb2f6-5c62-44e9-a2d4-f2c5685ed5ed c61c6587e59942d5a4a7e3f93fbd69b5 1877e580f3664b798d7e3a5fe60b0927 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1059/2190] 10.0.0.170 () {32 vars in 739 bytes} [Thu Apr 23 03:38:30 2026] GET /v2.0/ports/187b0215-7de9-43e2-b429-71f59f63e614/tags/green => generated 99 bytes in 50 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: 1132/2191] 10.0.0.170 () {34 vars in 695 bytes} [Thu Apr 23 03:38:30 2026] POST /v2.0/security-group-rules => generated 602 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2192] 10.0.0.170 () {32 vars in 747 bytes} [Thu Apr 23 03:38:31 2026] GET /v2.0/security-group-rules/3d7bd801-e463-49ab-850a-9fbfca6bee6f => generated 602 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2193] 10.0.0.170 () {32 vars in 738 bytes} [Thu Apr 23 03:38:31 2026] DELETE /v2.0/ports/187b0215-7de9-43e2-b429-71f59f63e614/tags/red => generated 0 bytes in 75 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: 1134/2194] 10.0.0.170 () {32 vars in 673 bytes} [Thu Apr 23 03:38:31 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2195] 10.0.0.170 () {32 vars in 727 bytes} [Thu Apr 23 03:38:31 2026] GET /v2.0/ports/187b0215-7de9-43e2-b429-71f59f63e614/tags => generated 30 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 03:38:31.250 8 INFO neutron.api.v2.resource [None req-8cf72bf1-97a3-4a10-b75b-a4433447fae4 c61c6587e59942d5a4a7e3f93fbd69b5 1877e580f3664b798d7e3a5fe60b0927 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1135/2196] 10.0.0.170 () {32 vars in 750 bytes} [Thu Apr 23 03:38:31 2026] DELETE /v2.0/security-group-rules/3d7bd801-e463-49ab-850a-9fbfca6bee6f => 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: 1062/2197] 10.0.0.170 () {32 vars in 742 bytes} [Thu Apr 23 03:38:31 2026] DELETE /v2.0/ports/187b0215-7de9-43e2-b429-71f59f63e614/tags/green => generated 99 bytes in 68 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1063/2198] 10.0.0.170 () {32 vars in 673 bytes} [Thu Apr 23 03:38:31 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2199] 10.0.0.170 () {32 vars in 730 bytes} [Thu Apr 23 03:38:31 2026] DELETE /v2.0/ports/187b0215-7de9-43e2-b429-71f59f63e614/tags => generated 0 bytes in 83 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: 1139/2202] 10.0.0.170 () {32 vars in 727 bytes} [Thu Apr 23 03:38:31 2026] GET /v2.0/ports/187b0215-7de9-43e2-b429-71f59f63e614/tags => generated 12 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: 8|app: 0|req: 1064/2203] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:38:31 2026] DELETE /v2.0/security-groups/dcac1427-6d01-4c3b-84f1-22599ec79138 => 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: 1140/2204] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:38:31 2026] GET /v2.0/ports?device_id=20b94478-af19-4224-a84f-07e66e02b43f => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2205] 10.0.0.170 () {32 vars in 663 bytes} [Thu Apr 23 03:38:31 2026] GET /v2.0/security-groups => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2206] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:38:31 2026] GET /v2.0/security-groups?id=f0673872-2a3f-490c-9e6f-80e617100afc&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: 1143/2207] 10.0.0.170 () {32 vars in 663 bytes} [Thu Apr 23 03:38:31 2026] GET /v2.0/security-groups => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:38:31.590 8 INFO neutron_taas.services.taas.taas_plugin [None req-aaf1d422-b2b0-4192-ba56-ddcef7a9b2cc c61c6587e59942d5a4a7e3f93fbd69b5 1877e580f3664b798d7e3a5fe60b0927 - - default default] TaaS: Handle Delete Port: 187b0215-7de9-43e2-b429-71f59f63e614 2026-04-23 03:38:31.594 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aaf1d422-b2b0-4192-ba56-ddcef7a9b2cc c61c6587e59942d5a4a7e3f93fbd69b5 1877e580f3664b798d7e3a5fe60b0927 - - default default] Tap Mirror: Handle Delete Port: 187b0215-7de9-43e2-b429-71f59f63e614 [pid: 8|app: 0|req: 1065/2208] 10.0.0.170 () {32 vars in 720 bytes} [Thu Apr 23 03:38:31 2026] DELETE /v2.0/ports/187b0215-7de9-43e2-b429-71f59f63e614 => generated 0 bytes in 255 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:38:31.823 7 INFO neutron.services.segments.plugin [-] Segment 6dc13ab2-40d1-4520-9e78-e25715b0232a resource provider aggregate not found 2026-04-23 03:38:31.825 7 INFO neutron.services.segments.plugin [-] Segment 6dc13ab2-40d1-4520-9e78-e25715b0232a resource provider aggregate not found 2026-04-23 03:38:31.845 7 INFO neutron.services.segments.plugin [-] Segment 6dc13ab2-40d1-4520-9e78-e25715b0232a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6dc13ab2-40d1-4520-9e78-e25715b0232a found for delete ", "request_id": "req-0c94e500-5c81-40c7-a985-922c7f9bc14e"}]} 2026-04-23 03:38:31.850 7 INFO neutron.services.segments.plugin [-] Segment 6dc13ab2-40d1-4520-9e78-e25715b0232a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6dc13ab2-40d1-4520-9e78-e25715b0232a found for delete ", "request_id": "req-37416466-6b33-411c-8dcd-3e3efff7254f"}]} [pid: 7|app: 0|req: 1144/2209] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:38:31 2026] DELETE /v2.0/networks/8da04bda-024b-48a4-9003-b377cd0772f5 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:38:32.228 8 WARNING neutron.db.securitygroups_db [None req-bd5ebd88-e224-458d-a1fd-706457300fc5 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1066/2210] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:38:32 2026] GET /v2.0/security-groups?tenant_id=f854b6e38a2649d099bcfba39c10c762&name=default => generated 2925 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2211] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:38:32 2026] DELETE /v2.0/security-groups/3f607ada-5ae1-4577-a13b-c36d7f422f71 => 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: 1146/2212] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:38:32 2026] GET /v2.0/ports?device_id=20b94478-af19-4224-a84f-07e66e02b43f => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2213] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:38:32 2026] GET /v2.0/security-groups?id=f0673872-2a3f-490c-9e6f-80e617100afc&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:38:32.700 8 WARNING neutron.db.securitygroups_db [None req-bdbec933-4646-4997-bb5a-b5489e13e0c2 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1067/2214] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:38:32 2026] GET /v2.0/security-groups?tenant_id=8c87ed9e99ac4bb4be8eececfea3f72c&name=default => generated 2925 bytes in 347 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2215] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:38:32 2026] DELETE /v2.0/security-groups/85754f19-e287-47f2-b96b-a5ebf1e66594 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:38:33.037 8 WARNING neutron.db.securitygroups_db [None req-2fef3318-d9d1-4403-90c3-1b5042413808 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1068/2216] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:38:33 2026] GET /v2.0/security-groups?tenant_id=1877e580f3664b798d7e3a5fe60b0927&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2217] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:38:33 2026] DELETE /v2.0/security-groups/235b005a-8a3f-487a-afc6-61dce7e9ed63 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2218] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:38:33 2026] GET /v2.0/ports?device_id=20b94478-af19-4224-a84f-07e66e02b43f => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2219] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:38:33 2026] GET /v2.0/security-groups?id=f0673872-2a3f-490c-9e6f-80e617100afc&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: 1070/2220] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:38:34 2026] GET /v2.0/ports?device_id=20b94478-af19-4224-a84f-07e66e02b43f => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2221] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:38:35 2026] GET /v2.0/security-groups?id=f0673872-2a3f-490c-9e6f-80e617100afc&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: 1071/2222] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:38:35 2026] GET /v2.0/ports?device_id=20b94478-af19-4224-a84f-07e66e02b43f => 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: 1152/2223] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:38:35 2026] GET /v2.0/security-groups?id=f0673872-2a3f-490c-9e6f-80e617100afc&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: 1072/2224] 10.0.0.170 () {32 vars in 736 bytes} [Thu Apr 23 03:38:35 2026] GET /v2.0/ports?device_id=20b94478-af19-4224-a84f-07e66e02b43f => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:38:35.638 7 INFO neutron.db.l3_db [None req-aeb86e4c-1293-4125-8944-47fc2fb91d7b d0e4b53560df4bc8a6d1450a5af83a8d e77464118cff4ba9a8a6e786859812b3 - - default default] Floating IP 2bf6cda7-04b0-490e-ab94-ddcde56a0fb0 associated. External IP: 10.96.250.218, port: 6096c80c-cd61-449f-8428-f64b98afbf79. [pid: 7|app: 0|req: 1153/2225] 10.0.0.170 () {34 vars in 749 bytes} [Thu Apr 23 03:38:35 2026] PUT /v2.0/floatingips/2bf6cda7-04b0-490e-ab94-ddcde56a0fb0 => generated 855 bytes in 709 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:38:36.033 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7865100a-e005-401f-b526-f5eea57ffd31'] response: {'name': 'network-changed', 'server_uuid': '20b94478-af19-4224-a84f-07e66e02b43f', 'tag': '6096c80c-cd61-449f-8428-f64b98afbf79', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1073/2226] 10.0.0.170 () {32 vars in 729 bytes} [Thu Apr 23 03:38:36 2026] GET /v2.0/floatingips/2bf6cda7-04b0-490e-ab94-ddcde56a0fb0 => generated 855 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2227] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:38:36 2026] GET /v2.0/ports?tenant_id=e77464118cff4ba9a8a6e786859812b3&device_id=20b94478-af19-4224-a84f-07e66e02b43f => generated 1240 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:38:36.606 7 INFO neutron.db.segments_db [None req-123b5546-f1cb-4cc4-a15c-ed0f3c68e502 16e60153e669474a954ce311212ed38c 67e68a75d60c46a685307373b3eb14d6 - - default default] Added segment f4e2c1e1-fdef-4630-b57f-7c76d3dc2f0c of type vxlan for network fa060ad9-5515-40b6-a679-442819390582 [pid: 8|app: 0|req: 1075/2228] 199.204.45.25 () {34 vars in 985 bytes} [Thu Apr 23 03:38:36 2026] GET /v2.0/networks?id=a70f77f7-431d-466d-8459-c5478accb5f2 => generated 756 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2229] 199.204.45.25 () {34 vars in 1057 bytes} [Thu Apr 23 03:38:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=6096c80c-cd61-449f-8428-f64b98afbf79 => generated 858 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2230] 199.204.45.25 () {34 vars in 983 bytes} [Thu Apr 23 03:38:36 2026] GET /v2.0/subnets?id=91960869-5041-4394-b503-1dc4aa3d8f07 => generated 678 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2231] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:38:36 2026] GET /v2.0/ports?network_id=a70f77f7-431d-466d-8459-c5478accb5f2&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:38:36.850 7 INFO neutron.db.l3_hamode_db [None req-123b5546-f1cb-4cc4-a15c-ed0f3c68e502 16e60153e669474a954ce311212ed38c 67e68a75d60c46a685307373b3eb14d6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1079/2232] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:38:36 2026] GET /v2.0/networks/a70f77f7-431d-466d-8459-c5478accb5f2?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2233] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:38:36 2026] GET /v2.0/networks/a70f77f7-431d-466d-8459-c5478accb5f2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:38:36.975 7 INFO neutron.db.l3_hamode_db [None req-123b5546-f1cb-4cc4-a15c-ed0f3c68e502 16e60153e669474a954ce311212ed38c 67e68a75d60c46a685307373b3eb14d6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1081/2234] 10.0.0.121 () {34 vars in 1016 bytes} [Thu Apr 23 03:38:37 2026] GET /v2.0/security-groups?id=f01a3bc3-779c-46af-a5c7-9bcd85fd4c6a&fields=id => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2235] 10.0.0.170 () {32 vars in 729 bytes} [Thu Apr 23 03:38:37 2026] GET /v2.0/floatingips/2bf6cda7-04b0-490e-ab94-ddcde56a0fb0 => generated 855 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2236] 10.0.0.121 () {34 vars in 982 bytes} [Thu Apr 23 03:38:37 2026] GET /v2.0/networks?id=0d59cd45-72f9-400b-9976-cb04780b0663 => generated 735 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2237] 10.0.0.121 () {34 vars in 965 bytes} [Thu Apr 23 03:38:37 2026] GET /v2.0/quotas/2ab91cae2a9e4fd69cbfdee8b5f3aeda => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2238] 10.0.0.121 () {34 vars in 1002 bytes} [Thu Apr 23 03:38:37 2026] GET /v2.0/ports?tenant_id=2ab91cae2a9e4fd69cbfdee8b5f3aeda&fields=id => generated 149 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2239] 10.0.0.121 () {34 vars in 1008 bytes} [Thu Apr 23 03:38:37 2026] GET /v2.0/networks/0d59cd45-72f9-400b-9976-cb04780b0663?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2240] 10.0.0.121 () {34 vars in 1108 bytes} [Thu Apr 23 03:38:37 2026] GET /v2.0/networks/0d59cd45-72f9-400b-9976-cb04780b0663?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2241] 10.0.0.170 () {34 vars in 668 bytes} [Thu Apr 23 03:38:36 2026] POST /v2.0/routers => generated 474 bytes in 1203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:38:37.738 8 WARNING tagging [None req-e5517662-f167-4860-a3ae-aaca4b326a86 16e60153e669474a954ce311212ed38c 67e68a75d60c46a685307373b3eb14d6 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1088/2242] 10.0.0.170 () {34 vars in 751 bytes} [Thu Apr 23 03:38:37 2026] PUT /v2.0/routers/a64e4c1a-48d9-4064-a6a4-cacb896477b2/tags => generated 25 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:38:37.904 7 WARNING tagging [None req-da812953-a859-4702-a558-a0943aec203c 16e60153e669474a954ce311212ed38c 67e68a75d60c46a685307373b3eb14d6 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1155/2243] 10.0.0.170 () {32 vars in 731 bytes} [Thu Apr 23 03:38:37 2026] GET /v2.0/routers/a64e4c1a-48d9-4064-a6a4-cacb896477b2/tags => generated 25 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:38:37.994 8 WARNING tagging [None req-d6673bd1-b793-4324-ae87-efeee5caef8f 16e60153e669474a954ce311212ed38c 67e68a75d60c46a685307373b3eb14d6 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1156/2244] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:38:38 2026] GET /v2.0/ports?device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => 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: 1089/2245] 10.0.0.170 () {34 vars in 762 bytes} [Thu Apr 23 03:38:37 2026] PUT /v2.0/routers/a64e4c1a-48d9-4064-a6a4-cacb896477b2/tags/green => generated 4 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2246] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:38:38 2026] GET /v2.0/ports?device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:38:38.161 8 WARNING tagging [None req-624b3e02-1ae2-4fa0-ae7c-9e6b98a0ec69 16e60153e669474a954ce311212ed38c 67e68a75d60c46a685307373b3eb14d6 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1158/2247] 10.0.0.170 () {32 vars in 729 bytes} [Thu Apr 23 03:38:38 2026] GET /v2.0/floatingips/2bf6cda7-04b0-490e-ab94-ddcde56a0fb0 => generated 857 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2248] 10.0.0.170 () {32 vars in 731 bytes} [Thu Apr 23 03:38:38 2026] GET /v2.0/routers/a64e4c1a-48d9-4064-a6a4-cacb896477b2/tags => generated 34 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:38:38.265 7 WARNING tagging [None req-94fb977f-862e-4569-8901-4a71b28a979a 16e60153e669474a954ce311212ed38c 67e68a75d60c46a685307373b3eb14d6 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1159/2249] 10.0.0.170 () {34 vars in 758 bytes} [Thu Apr 23 03:38:38 2026] PUT /v2.0/routers/a64e4c1a-48d9-4064-a6a4-cacb896477b2/tags/red => generated 4 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-23 03:38:38.418 8 WARNING tagging [None req-8558e459-6b4b-40b9-918b-f1b468bf2a3e 16e60153e669474a954ce311212ed38c 67e68a75d60c46a685307373b3eb14d6 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1091/2250] 10.0.0.170 () {32 vars in 731 bytes} [Thu Apr 23 03:38:38 2026] GET /v2.0/routers/a64e4c1a-48d9-4064-a6a4-cacb896477b2/tags => generated 34 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:38:38.517 7 WARNING tagging [None req-aed23a41-c58e-422e-870b-659d28d96453 16e60153e669474a954ce311212ed38c 67e68a75d60c46a685307373b3eb14d6 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1160/2251] 10.0.0.170 () {34 vars in 780 bytes} [Thu Apr 23 03:38:38 2026] PUT /v2.0/routers/a64e4c1a-48d9-4064-a6a4-cacb896477b2/tags/black.or.white => generated 4 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-23 03:38:38.690 8 WARNING tagging [None req-1c15b746-1af6-4ecb-9dd5-b06e2a4a7f8d 16e60153e669474a954ce311212ed38c 67e68a75d60c46a685307373b3eb14d6 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1092/2252] 10.0.0.170 () {32 vars in 731 bytes} [Thu Apr 23 03:38:38 2026] GET /v2.0/routers/a64e4c1a-48d9-4064-a6a4-cacb896477b2/tags => generated 52 bytes in 531 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:38:39.228 7 WARNING tagging [None req-0b1097cc-ac6f-495d-bdae-0d8b72704628 16e60153e669474a954ce311212ed38c 67e68a75d60c46a685307373b3eb14d6 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1161/2253] 10.0.0.170 () {34 vars in 751 bytes} [Thu Apr 23 03:38:39 2026] PUT /v2.0/routers/a64e4c1a-48d9-4064-a6a4-cacb896477b2/tags => generated 37 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:38:39.343 8 WARNING tagging [None req-2e178fd0-aa62-4d5e-a9ea-cd28e994e353 16e60153e669474a954ce311212ed38c 67e68a75d60c46a685307373b3eb14d6 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1093/2254] 10.0.0.170 () {32 vars in 731 bytes} [Thu Apr 23 03:38:39 2026] GET /v2.0/routers/a64e4c1a-48d9-4064-a6a4-cacb896477b2/tags => generated 37 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:38:39.448 7 WARNING tagging [None req-80382cb2-8312-4366-b324-8b20dc3048f9 16e60153e669474a954ce311212ed38c 67e68a75d60c46a685307373b3eb14d6 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1162/2255] 10.0.0.170 () {32 vars in 739 bytes} [Thu Apr 23 03:38:39 2026] GET /v2.0/routers/a64e4c1a-48d9-4064-a6a4-cacb896477b2/tags/red => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:38:39.543 8 WARNING tagging [None req-337599b9-1999-4a21-b584-5a5e3cc032d3 16e60153e669474a954ce311212ed38c 67e68a75d60c46a685307373b3eb14d6 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 03:38:39.595 8 INFO neutron.api.v2.resource [None req-337599b9-1999-4a21-b584-5a5e3cc032d3 16e60153e669474a954ce311212ed38c 67e68a75d60c46a685307373b3eb14d6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1094/2256] 10.0.0.170 () {32 vars in 743 bytes} [Thu Apr 23 03:38:39 2026] GET /v2.0/routers/a64e4c1a-48d9-4064-a6a4-cacb896477b2/tags/green => generated 99 bytes in 98 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 03:38:39.667 7 WARNING tagging [None req-2fc71d87-42ef-4c9b-9e1c-97c32a7e60b9 16e60153e669474a954ce311212ed38c 67e68a75d60c46a685307373b3eb14d6 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1163/2257] 10.0.0.170 () {32 vars in 742 bytes} [Thu Apr 23 03:38:39 2026] DELETE /v2.0/routers/a64e4c1a-48d9-4064-a6a4-cacb896477b2/tags/red => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:38:39.769 8 WARNING tagging [None req-d2b93dfb-fae2-4f35-9e0a-fa3cbb367974 16e60153e669474a954ce311212ed38c 67e68a75d60c46a685307373b3eb14d6 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1095/2258] 10.0.0.170 () {32 vars in 731 bytes} [Thu Apr 23 03:38:39 2026] GET /v2.0/routers/a64e4c1a-48d9-4064-a6a4-cacb896477b2/tags => generated 30 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:38:39.868 7 WARNING tagging [None req-ca79bc7f-b4d7-4f01-a513-4a079fa9de5a 16e60153e669474a954ce311212ed38c 67e68a75d60c46a685307373b3eb14d6 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 03:38:39.913 7 INFO neutron.api.v2.resource [None req-ca79bc7f-b4d7-4f01-a513-4a079fa9de5a 16e60153e669474a954ce311212ed38c 67e68a75d60c46a685307373b3eb14d6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1164/2259] 10.0.0.170 () {32 vars in 746 bytes} [Thu Apr 23 03:38:39 2026] DELETE /v2.0/routers/a64e4c1a-48d9-4064-a6a4-cacb896477b2/tags/green => generated 99 bytes in 94 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 03:38:39.970 8 WARNING tagging [None req-19c7db36-a5ab-44aa-b531-65e0f4afb853 16e60153e669474a954ce311212ed38c 67e68a75d60c46a685307373b3eb14d6 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1096/2260] 10.0.0.170 () {32 vars in 734 bytes} [Thu Apr 23 03:38:39 2026] DELETE /v2.0/routers/a64e4c1a-48d9-4064-a6a4-cacb896477b2/tags => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:38:40.098 7 WARNING tagging [None req-2f341bf7-1c13-48f7-9784-33c667e74af0 16e60153e669474a954ce311212ed38c 67e68a75d60c46a685307373b3eb14d6 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1165/2261] 10.0.0.170 () {32 vars in 731 bytes} [Thu Apr 23 03:38:40 2026] GET /v2.0/routers/a64e4c1a-48d9-4064-a6a4-cacb896477b2/tags => generated 12 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2262] 10.0.0.170 () {32 vars in 721 bytes} [Thu Apr 23 03:38:40 2026] GET /v2.0/routers/a64e4c1a-48d9-4064-a6a4-cacb896477b2 => 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: 1166/2263] 10.0.0.170 () {34 vars in 742 bytes} [Thu Apr 23 03:38:40 2026] PUT /v2.0/routers/a64e4c1a-48d9-4064-a6a4-cacb896477b2 => generated 480 bytes in 635 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2264] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:38:40 2026] GET /v2.0/ports?device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2265] 10.0.0.170 () {32 vars in 736 bytes} [Thu Apr 23 03:38:40 2026] GET /v2.0/ports?device_id=a64e4c1a-48d9-4064-a6a4-cacb896477b2 => 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: 1099/2266] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:38:40 2026] GET /v2.0/ports?device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:38:41.088 7 INFO neutron_taas.services.taas.taas_plugin [None req-9ce4ec5c-5214-4c53-a0c0-081ab924d62b 16e60153e669474a954ce311212ed38c 67e68a75d60c46a685307373b3eb14d6 - - default default] TaaS: Handle Delete Port: 42ec3577-6b7b-47dc-a849-d7d3183611b4 2026-04-23 03:38:41.091 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ce4ec5c-5214-4c53-a0c0-081ab924d62b 16e60153e669474a954ce311212ed38c 67e68a75d60c46a685307373b3eb14d6 - - default default] Tap Mirror: Handle Delete Port: 42ec3577-6b7b-47dc-a849-d7d3183611b4 2026-04-23 03:38:41.512 7 INFO neutron.services.segments.plugin [-] Segment f4e2c1e1-fdef-4630-b57f-7c76d3dc2f0c resource provider aggregate not found 2026-04-23 03:38:41.528 7 INFO neutron.services.segments.plugin [-] Segment f4e2c1e1-fdef-4630-b57f-7c76d3dc2f0c resource provider aggregate not found 2026-04-23 03:38:41.547 7 INFO neutron.services.segments.plugin [-] Segment f4e2c1e1-fdef-4630-b57f-7c76d3dc2f0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4e2c1e1-fdef-4630-b57f-7c76d3dc2f0c found for delete ", "request_id": "req-a671f7b2-ee1b-49ef-9610-5d0e02e43873"}]} 2026-04-23 03:38:41.549 7 INFO neutron.db.l3_hamode_db [None req-9ce4ec5c-5214-4c53-a0c0-081ab924d62b 16e60153e669474a954ce311212ed38c 67e68a75d60c46a685307373b3eb14d6 - - default default] HA network fa060ad9-5515-40b6-a679-442819390582 was deleted as no HA routers are present in project 67e68a75d60c46a685307373b3eb14d6. 2026-04-23 03:38:41.552 7 INFO neutron.services.segments.plugin [-] Segment f4e2c1e1-fdef-4630-b57f-7c76d3dc2f0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4e2c1e1-fdef-4630-b57f-7c76d3dc2f0c found for delete ", "request_id": "req-b937b822-3af9-40f4-b5ef-a71d479f1879"}]} [pid: 7|app: 0|req: 1168/2267] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:38:40 2026] DELETE /v2.0/routers/a64e4c1a-48d9-4064-a6a4-cacb896477b2 => generated 0 bytes in 681 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2268] 199.204.45.25 () {34 vars in 985 bytes} [Thu Apr 23 03:38:42 2026] GET /v2.0/networks?id=0d59cd45-72f9-400b-9976-cb04780b0663 => generated 735 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:38:42.222 7 WARNING neutron.db.securitygroups_db [req-0d35fa4e-ec3b-4711-bbbb-b03250de7d91 req-8b548d1c-92b4-4e32-ba60-6091e0225ed4 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1169/2269] 199.204.45.25 () {34 vars in 1049 bytes} [Thu Apr 23 03:38:42 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2ab91cae2a9e4fd69cbfdee8b5f3aeda => generated 343 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:38:42.500 8 WARNING neutron.db.securitygroups_db [None req-6d98a028-931b-4701-b14c-85c8e3ac1571 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1170/2270] 199.204.45.25 () {38 vars in 954 bytes} [Thu Apr 23 03:38:42 2026] POST /v2.0/ports => generated 1082 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2271] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:38:42 2026] GET /v2.0/security-groups?tenant_id=67e68a75d60c46a685307373b3eb14d6&name=default => generated 2925 bytes in 431 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-23 03:38:42.673 7 WARNING neutron.db.securitygroups_db [None req-e74fa873-1155-46fc-8a18-147f39eef7ab 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1171/2272] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:38:42 2026] GET /v2.0/security-groups?tenant_id=49bff62ace124965827bcccc11becd54&name=default => generated 2925 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2273] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:38:42 2026] DELETE /v2.0/security-groups/e3f045cb-6606-4618-8310-7a94389de580 => 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: 1102/2274] 199.204.45.25 () {38 vars in 1027 bytes} [Thu Apr 23 03:38:42 2026] PUT /v2.0/ports/7fdcdce0-a95d-48b7-a525-b8929f55b5d1 => generated 1243 bytes in 316 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-23 03:38:42.990 8 WARNING neutron.db.securitygroups_db [None req-48f4f867-2a28-4942-8934-3a638ed35979 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 03:38:42.999 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cd425cae-a011-42ca-8509-9fd370072fde'] response: {'name': 'network-changed', 'server_uuid': '331e5a58-a533-4da8-a3bb-7477b405a2a4', 'tag': '7fdcdce0-a95d-48b7-a525-b8929f55b5d1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1173/2275] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:38:42 2026] DELETE /v2.0/security-groups/faac66c4-1181-4b6b-a467-d1f0740b2db9 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2276] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:38:42 2026] GET /v2.0/security-groups?tenant_id=ec0450793a314c968c92687de0abca84&name=default => generated 2925 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2277] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:38:43 2026] DELETE /v2.0/security-groups/43f5fc0f-5cb6-41ac-8069-64d01786325b => 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: 1104/2278] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:38:43 2026] GET /v2.0/ports?tenant_id=2ab91cae2a9e4fd69cbfdee8b5f3aeda&device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2279] 199.204.45.25 () {34 vars in 1017 bytes} [Thu Apr 23 03:38:43 2026] GET /v2.0/networks?tenant_id=2ab91cae2a9e4fd69cbfdee8b5f3aeda&shared=False => generated 735 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2280] 199.204.45.25 () {34 vars in 929 bytes} [Thu Apr 23 03:38:43 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: 7|app: 0|req: 1176/2281] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:38:44 2026] GET /v2.0/ports?device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2282] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:38:44 2026] GET /v2.0/security-groups?id=f01a3bc3-779c-46af-a5c7-9bcd85fd4c6a&fields=id&fields=name => generated 96 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2283] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:38:44 2026] GET /v2.0/ports?device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 1246 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2284] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:38:44 2026] GET /v2.0/ports?tenant_id=2ab91cae2a9e4fd69cbfdee8b5f3aeda&device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2285] 199.204.45.25 () {34 vars in 1061 bytes} [Thu Apr 23 03:38:44 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.108&port_id=7fdcdce0-a95d-48b7-a525-b8929f55b5d1 => 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: 1179/2286] 199.204.45.25 () {34 vars in 983 bytes} [Thu Apr 23 03:38:44 2026] GET /v2.0/subnets?id=c8f8de27-487b-494f-ba40-79cd26910882 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2287] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:38:44 2026] GET /v2.0/ports?network_id=0d59cd45-72f9-400b-9976-cb04780b0663&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: 1181/2288] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:38:44 2026] GET /v2.0/networks/0d59cd45-72f9-400b-9976-cb04780b0663?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2289] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:38:44 2026] GET /v2.0/networks/0d59cd45-72f9-400b-9976-cb04780b0663?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-23 03:38:45.115 8 INFO neutron.db.segments_db [None req-4b97a933-7c21-47b6-9c38-0a8400015d92 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Added segment 8603e570-d799-4db6-8c8e-d9c4e1b0db08 of type vxlan for network 91986a7e-47ff-4b02-a09b-24de901852ab [pid: 8|app: 0|req: 1108/2290] 10.0.0.170 () {34 vars in 671 bytes} [Thu Apr 23 03:38:44 2026] POST /v2.0/networks => generated 741 bytes in 459 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2291] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:38:45 2026] POST /v2.0/subnets => generated 688 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:38:45.514 8 INFO neutron.db.segments_db [None req-fc17a147-7de8-406e-a487-8a8328506527 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Added segment 5db30522-e154-4258-bc0c-cbc0a76199af of type vxlan for network 923c49bd-24a4-4855-b585-9f47998cd60b 2026-04-23 03:38:45.803 8 INFO neutron.db.l3_hamode_db [None req-fc17a147-7de8-406e-a487-8a8328506527 1e5a51e8a6464785a5c23a2b63e263b3 d8f125a5e6fe48ad92658ebc102225f8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 03:38:46.668 8 INFO neutron.db.l3_hamode_db [None req-fc17a147-7de8-406e-a487-8a8328506527 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1186/2294] 10.0.0.170 () {34 vars in 684 bytes} [Thu Apr 23 03:38:46 2026] POST /v2.0/security-groups => generated 1601 bytes in 486 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2295] 10.0.0.186 () {34 vars in 990 bytes} [Thu Apr 23 03:38:47 2026] GET /v2.0/ports?device_id=20b94478-af19-4224-a84f-07e66e02b43f => generated 1240 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:38:47.113 7 WARNING tagging [None req-7278bfab-0993-4cd0-9a00-124de899e289 9eff8322dc4f4952a0c429f27648e58f 4c45f02a98234ee0a6d9a07a47160d1a - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1188/2296] 10.0.0.170 () {34 vars in 767 bytes} [Thu Apr 23 03:38:47 2026] PUT /v2.0/security-groups/8b3afd9c-d7b5-4b27-871d-c6c65db0455c/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2297] 10.0.0.186 () {34 vars in 1040 bytes} [Thu Apr 23 03:38:47 2026] GET /v2.0/security-groups?id=f0673872-2a3f-490c-9e6f-80e617100afc&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:38:47.205 7 WARNING tagging [None req-884d1eeb-3845-40ea-af49-5ca2066b370d 9eff8322dc4f4952a0c429f27648e58f 4c45f02a98234ee0a6d9a07a47160d1a - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1190/2298] 10.0.0.170 () {32 vars in 747 bytes} [Thu Apr 23 03:38:47 2026] GET /v2.0/security-groups/8b3afd9c-d7b5-4b27-871d-c6c65db0455c/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:38:47.245 7 WARNING tagging [None req-2d7b2052-c03b-4725-a00d-0c3d1d3c49ac 9eff8322dc4f4952a0c429f27648e58f 4c45f02a98234ee0a6d9a07a47160d1a - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1191/2299] 10.0.0.170 () {34 vars in 778 bytes} [Thu Apr 23 03:38:47 2026] PUT /v2.0/security-groups/8b3afd9c-d7b5-4b27-871d-c6c65db0455c/tags/green => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-23 03:38:47.309 7 WARNING tagging [None req-9a3b03b9-da6e-4b7a-9cb6-dc03f803cbe1 9eff8322dc4f4952a0c429f27648e58f 4c45f02a98234ee0a6d9a07a47160d1a - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1192/2300] 10.0.0.170 () {32 vars in 747 bytes} [Thu Apr 23 03:38:47 2026] GET /v2.0/security-groups/8b3afd9c-d7b5-4b27-871d-c6c65db0455c/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:38:47.357 7 WARNING tagging [None req-f2e27457-bd59-440a-8b28-a0f976a5e80e 9eff8322dc4f4952a0c429f27648e58f 4c45f02a98234ee0a6d9a07a47160d1a - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1193/2301] 10.0.0.170 () {34 vars in 774 bytes} [Thu Apr 23 03:38:47 2026] PUT /v2.0/security-groups/8b3afd9c-d7b5-4b27-871d-c6c65db0455c/tags/red => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2302] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:38:47 2026] GET /v2.0/ports?device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 1246 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:38:47.434 7 WARNING tagging [None req-287b7f5a-98f4-4ad3-a1af-4a9d5ff9d3c2 9eff8322dc4f4952a0c429f27648e58f 4c45f02a98234ee0a6d9a07a47160d1a - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1195/2303] 10.0.0.170 () {32 vars in 747 bytes} [Thu Apr 23 03:38:47 2026] GET /v2.0/security-groups/8b3afd9c-d7b5-4b27-871d-c6c65db0455c/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2304] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:38:47 2026] GET /v2.0/security-groups?id=f01a3bc3-779c-46af-a5c7-9bcd85fd4c6a&fields=id&fields=name => generated 96 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:38:47.510 7 WARNING tagging [None req-c31b0666-1880-482f-ae44-b7fe3da604aa 9eff8322dc4f4952a0c429f27648e58f 4c45f02a98234ee0a6d9a07a47160d1a - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1197/2305] 10.0.0.170 () {34 vars in 796 bytes} [Thu Apr 23 03:38:47 2026] PUT /v2.0/security-groups/8b3afd9c-d7b5-4b27-871d-c6c65db0455c/tags/black.or.white => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2306] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:38:47 2026] GET /v2.0/ports?device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 1246 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:38:47.604 7 WARNING tagging [None req-2f7506f3-3557-4fa0-a21b-ef754ef2fc44 9eff8322dc4f4952a0c429f27648e58f 4c45f02a98234ee0a6d9a07a47160d1a - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1199/2307] 10.0.0.170 () {32 vars in 747 bytes} [Thu Apr 23 03:38:47 2026] GET /v2.0/security-groups/8b3afd9c-d7b5-4b27-871d-c6c65db0455c/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:38:47.645 7 WARNING tagging [None req-30e348cc-9f5e-490f-9593-7dbed28725bc 9eff8322dc4f4952a0c429f27648e58f 4c45f02a98234ee0a6d9a07a47160d1a - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1109/2308] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:38:45 2026] POST /v2.0/routers => generated 728 bytes in 2194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2309] 10.0.0.170 () {34 vars in 767 bytes} [Thu Apr 23 03:38:47 2026] PUT /v2.0/security-groups/8b3afd9c-d7b5-4b27-871d-c6c65db0455c/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:38:47.706 7 WARNING tagging [None req-f2a7c35a-ce5b-4699-a9e6-e92db727a9e7 9eff8322dc4f4952a0c429f27648e58f 4c45f02a98234ee0a6d9a07a47160d1a - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1201/2310] 10.0.0.170 () {32 vars in 747 bytes} [Thu Apr 23 03:38:47 2026] GET /v2.0/security-groups/8b3afd9c-d7b5-4b27-871d-c6c65db0455c/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:38:47.751 7 WARNING tagging [None req-799396f1-ab16-4fc7-9dd1-0e3e579ec99c 9eff8322dc4f4952a0c429f27648e58f 4c45f02a98234ee0a6d9a07a47160d1a - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1202/2311] 10.0.0.170 () {32 vars in 755 bytes} [Thu Apr 23 03:38:47 2026] GET /v2.0/security-groups/8b3afd9c-d7b5-4b27-871d-c6c65db0455c/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:38:47.802 7 WARNING tagging [None req-1cc9334a-09b8-44cb-99aa-2fa04d118fff 9eff8322dc4f4952a0c429f27648e58f 4c45f02a98234ee0a6d9a07a47160d1a - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 03:38:47.812 7 INFO neutron.api.v2.resource [None req-1cc9334a-09b8-44cb-99aa-2fa04d118fff 9eff8322dc4f4952a0c429f27648e58f 4c45f02a98234ee0a6d9a07a47160d1a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1203/2312] 10.0.0.170 () {32 vars in 759 bytes} [Thu Apr 23 03:38:47 2026] GET /v2.0/security-groups/8b3afd9c-d7b5-4b27-871d-c6c65db0455c/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 03:38:47.853 7 WARNING tagging [None req-07303487-ea0c-42ba-b706-9fbf20aa710d 9eff8322dc4f4952a0c429f27648e58f 4c45f02a98234ee0a6d9a07a47160d1a - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1204/2313] 10.0.0.170 () {32 vars in 758 bytes} [Thu Apr 23 03:38:47 2026] DELETE /v2.0/security-groups/8b3afd9c-d7b5-4b27-871d-c6c65db0455c/tags/red => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:38:47.906 7 WARNING tagging [None req-2fb30a8d-1588-4ab8-8577-9e085234be9b 9eff8322dc4f4952a0c429f27648e58f 4c45f02a98234ee0a6d9a07a47160d1a - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1205/2314] 10.0.0.170 () {32 vars in 747 bytes} [Thu Apr 23 03:38:47 2026] GET /v2.0/security-groups/8b3afd9c-d7b5-4b27-871d-c6c65db0455c/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:38:47.958 7 WARNING tagging [None req-99bd4694-c2a1-4ca7-a447-97aea2289bfa 9eff8322dc4f4952a0c429f27648e58f 4c45f02a98234ee0a6d9a07a47160d1a - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 03:38:47.973 7 INFO neutron.api.v2.resource [None req-99bd4694-c2a1-4ca7-a447-97aea2289bfa 9eff8322dc4f4952a0c429f27648e58f 4c45f02a98234ee0a6d9a07a47160d1a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1206/2315] 10.0.0.170 () {32 vars in 762 bytes} [Thu Apr 23 03:38:47 2026] DELETE /v2.0/security-groups/8b3afd9c-d7b5-4b27-871d-c6c65db0455c/tags/green => generated 99 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 03:38:48.003 7 WARNING tagging [None req-871db189-6434-482f-b0a4-7347966b67c9 9eff8322dc4f4952a0c429f27648e58f 4c45f02a98234ee0a6d9a07a47160d1a - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1207/2316] 10.0.0.170 () {32 vars in 750 bytes} [Thu Apr 23 03:38:47 2026] DELETE /v2.0/security-groups/8b3afd9c-d7b5-4b27-871d-c6c65db0455c/tags => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:38:48.052 7 WARNING tagging [None req-cdcb66eb-e540-43d7-b140-034832d271c6 9eff8322dc4f4952a0c429f27648e58f 4c45f02a98234ee0a6d9a07a47160d1a - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1208/2317] 10.0.0.170 () {32 vars in 747 bytes} [Thu Apr 23 03:38:48 2026] GET /v2.0/security-groups/8b3afd9c-d7b5-4b27-871d-c6c65db0455c/tags => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2318] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:38:48 2026] DELETE /v2.0/security-groups/8b3afd9c-d7b5-4b27-871d-c6c65db0455c => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2319] 10.0.0.170 () {34 vars in 783 bytes} [Thu Apr 23 03:38:47 2026] PUT /v2.0/routers/f6bff622-6ef1-4b70-bc61-90457e9b5204/add_router_interface => generated 310 bytes in 1126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:38:49.005 7 WARNING neutron.db.securitygroups_db [None req-6064f2bc-2b02-40cf-a030-14bd02927ba9 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1111/2320] 199.204.45.25 () {34 vars in 993 bytes} [Thu Apr 23 03:38:49 2026] GET /v2.0/ports?device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 1246 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2321] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:38:48 2026] GET /v2.0/security-groups?tenant_id=7f5d73887e9e46829bdb86fb4cf01943&name=default => generated 2925 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2322] 199.204.45.25 () {34 vars in 1043 bytes} [Thu Apr 23 03:38:49 2026] GET /v2.0/security-groups?id=f01a3bc3-779c-46af-a5c7-9bcd85fd4c6a&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: 1211/2323] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:38:49 2026] DELETE /v2.0/security-groups/9e247225-e74e-45cf-b29f-c737e05b1661 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:38:49.474 8 WARNING neutron.db.securitygroups_db [None req-c4cb4996-e516-418d-af95-414c17376f92 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1113/2324] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:38:49 2026] GET /v2.0/security-groups?tenant_id=4c45f02a98234ee0a6d9a07a47160d1a&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: 1212/2325] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:38:49 2026] DELETE /v2.0/security-groups/a7a85dad-ce91-4400-91ae-5cf9fcfb18fb => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:38:50.133 8 INFO neutron.db.segments_db [None req-f1b664a0-dab4-42e9-9609-5608b404f5a3 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Added segment ef587cfb-3f6e-418a-90ac-de359972c45a of type vxlan for network 9c403548-e6ed-4dc4-8029-a920988a1f16 [pid: 8|app: 0|req: 1114/2326] 10.0.0.170 () {34 vars in 671 bytes} [Thu Apr 23 03:38:49 2026] POST /v2.0/networks => generated 741 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2327] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:38:50 2026] POST /v2.0/subnets => generated 688 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:38:50.588 8 INFO neutron.db.segments_db [None req-96c512ce-ef8d-4685-a473-0cde15748309 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Added segment 9f2a4a72-bf4f-4c25-a432-2124a71c5f0a of type vxlan for network d8cd1260-b92d-4226-990f-c5c71905dbbb [pid: 7|app: 0|req: 1214/2328] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:38:50 2026] GET /v2.0/ports?device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 1248 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2329] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:38:50 2026] GET /v2.0/security-groups?id=f01a3bc3-779c-46af-a5c7-9bcd85fd4c6a&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:38:50.955 8 INFO neutron.db.l3_hamode_db [None req-96c512ce-ef8d-4685-a473-0cde15748309 1e5a51e8a6464785a5c23a2b63e263b3 a85c5a08c8264826abb93d2fe7b5943d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1216/2330] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:38:50 2026] GET /v2.0/ports?device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 1248 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:38:51.838 8 INFO neutron.db.l3_hamode_db [None req-96c512ce-ef8d-4685-a473-0cde15748309 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1115/2331] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:38:50 2026] POST /v2.0/routers => generated 728 bytes in 2337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:38:53.379 8 INFO neutron.db.segments_db [None req-41e7f7b1-b3bc-44d7-ad0a-e72d50377171 14c08f62a119417180c9db5979d8cb82 440f7fe052ab47d2ae5d1de1db4183fb - - default default] Added segment 272eaee5-ac30-4012-b1b2-7c8d0123af9b of type vxlan for network 548f44c9-29f1-441c-9383-3f14190027da [pid: 8|app: 0|req: 1116/2332] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:38:53 2026] POST /v2.0/networks => generated 632 bytes in 494 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2333] 10.0.0.170 () {34 vars in 664 bytes} [Thu Apr 23 03:38:53 2026] POST /v2.0/ports => generated 743 bytes in 415 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: 1118/2334] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:38:53 2026] GET /v2.0/ports?device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2335] 10.0.0.170 () {34 vars in 666 bytes} [Thu Apr 23 03:38:53 2026] POST /v2.0/trunks => generated 407 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2336] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:38:54 2026] GET /v2.0/security-groups?id=f01a3bc3-779c-46af-a5c7-9bcd85fd4c6a&fields=id&fields=name => generated 96 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:38:54.286 8 WARNING tagging [None req-efa3f526-eb9c-4837-89c4-f73ac93bce62 14c08f62a119417180c9db5979d8cb82 440f7fe052ab47d2ae5d1de1db4183fb - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1217/2337] 10.0.0.170 () {34 vars in 783 bytes} [Thu Apr 23 03:38:52 2026] PUT /v2.0/routers/ed20a83a-e3da-4409-af0a-298438a189ba/add_router_interface => generated 310 bytes in 1436 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2338] 10.0.0.170 () {34 vars in 749 bytes} [Thu Apr 23 03:38:54 2026] PUT /v2.0/trunks/e353192f-91cf-466c-82c8-26a86d856f34/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:38:54.343 7 WARNING tagging [None req-5e587c80-4372-4af0-8c9d-260e10e9ddab 14c08f62a119417180c9db5979d8cb82 440f7fe052ab47d2ae5d1de1db4183fb - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1218/2339] 10.0.0.170 () {32 vars in 729 bytes} [Thu Apr 23 03:38:54 2026] GET /v2.0/trunks/e353192f-91cf-466c-82c8-26a86d856f34/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: 1122/2340] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:38:54 2026] GET /v2.0/ports?device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 1248 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:38:54.375 7 WARNING tagging [None req-94bafaf3-b5a8-4cfd-a7d2-a6b0da865c34 14c08f62a119417180c9db5979d8cb82 440f7fe052ab47d2ae5d1de1db4183fb - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1219/2341] 10.0.0.170 () {34 vars in 760 bytes} [Thu Apr 23 03:38:54 2026] PUT /v2.0/trunks/e353192f-91cf-466c-82c8-26a86d856f34/tags/green => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-23 03:38:54.441 8 WARNING tagging [None req-8271d362-ac8e-4953-8fd0-2cae3aad1546 14c08f62a119417180c9db5979d8cb82 440f7fe052ab47d2ae5d1de1db4183fb - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1123/2342] 10.0.0.170 () {32 vars in 729 bytes} [Thu Apr 23 03:38:54 2026] GET /v2.0/trunks/e353192f-91cf-466c-82c8-26a86d856f34/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:38:54.472 7 WARNING tagging [None req-21e9676b-d587-4e0f-9fc7-4753bcbdf2e2 14c08f62a119417180c9db5979d8cb82 440f7fe052ab47d2ae5d1de1db4183fb - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1220/2343] 10.0.0.170 () {34 vars in 756 bytes} [Thu Apr 23 03:38:54 2026] PUT /v2.0/trunks/e353192f-91cf-466c-82c8-26a86d856f34/tags/red => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-23 03:38:54.510 8 WARNING tagging [None req-6243cfd7-bf0c-4323-a8a0-0ef334c67d2f 14c08f62a119417180c9db5979d8cb82 440f7fe052ab47d2ae5d1de1db4183fb - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1124/2344] 10.0.0.170 () {32 vars in 729 bytes} [Thu Apr 23 03:38:54 2026] GET /v2.0/trunks/e353192f-91cf-466c-82c8-26a86d856f34/tags => generated 34 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:38:54.553 7 WARNING tagging [None req-e4d1be38-c4ca-4960-9bcf-6dae6819c5c9 14c08f62a119417180c9db5979d8cb82 440f7fe052ab47d2ae5d1de1db4183fb - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1221/2345] 10.0.0.170 () {34 vars in 778 bytes} [Thu Apr 23 03:38:54 2026] PUT /v2.0/trunks/e353192f-91cf-466c-82c8-26a86d856f34/tags/black.or.white => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-23 03:38:54.603 8 WARNING tagging [None req-b25613f9-6800-44c1-8c8d-435d76305c0b 14c08f62a119417180c9db5979d8cb82 440f7fe052ab47d2ae5d1de1db4183fb - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1125/2346] 10.0.0.170 () {32 vars in 729 bytes} [Thu Apr 23 03:38:54 2026] GET /v2.0/trunks/e353192f-91cf-466c-82c8-26a86d856f34/tags => generated 52 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:38:54.630 7 WARNING tagging [None req-9ae2f022-8481-4cfd-a8d2-c16005623e2a 14c08f62a119417180c9db5979d8cb82 440f7fe052ab47d2ae5d1de1db4183fb - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1222/2347] 10.0.0.170 () {34 vars in 749 bytes} [Thu Apr 23 03:38:54 2026] PUT /v2.0/trunks/e353192f-91cf-466c-82c8-26a86d856f34/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:38:54.686 8 WARNING tagging [None req-fe7b48e6-5b0a-42c1-858e-5df511b4caf1 14c08f62a119417180c9db5979d8cb82 440f7fe052ab47d2ae5d1de1db4183fb - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1126/2348] 10.0.0.170 () {32 vars in 729 bytes} [Thu Apr 23 03:38:54 2026] GET /v2.0/trunks/e353192f-91cf-466c-82c8-26a86d856f34/tags => generated 37 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:38:54.713 7 WARNING tagging [None req-20e9dab8-c855-4741-b3e5-3d4e0a4d4f9a 14c08f62a119417180c9db5979d8cb82 440f7fe052ab47d2ae5d1de1db4183fb - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1223/2349] 10.0.0.170 () {32 vars in 737 bytes} [Thu Apr 23 03:38:54 2026] GET /v2.0/trunks/e353192f-91cf-466c-82c8-26a86d856f34/tags/red => generated 0 bytes in 27 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:38:54.740 8 WARNING tagging [None req-1414a2c6-dfa3-4b9f-8336-74c87a3aedc2 14c08f62a119417180c9db5979d8cb82 440f7fe052ab47d2ae5d1de1db4183fb - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 03:38:54.747 8 INFO neutron.api.v2.resource [None req-1414a2c6-dfa3-4b9f-8336-74c87a3aedc2 14c08f62a119417180c9db5979d8cb82 440f7fe052ab47d2ae5d1de1db4183fb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1127/2350] 10.0.0.170 () {32 vars in 741 bytes} [Thu Apr 23 03:38:54 2026] GET /v2.0/trunks/e353192f-91cf-466c-82c8-26a86d856f34/tags/green => generated 99 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 03:38:54.768 7 WARNING tagging [None req-08323bba-0b47-4670-8044-536f9d3ed8de 14c08f62a119417180c9db5979d8cb82 440f7fe052ab47d2ae5d1de1db4183fb - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1224/2351] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:38:54 2026] DELETE /v2.0/trunks/e353192f-91cf-466c-82c8-26a86d856f34/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:38:54.813 8 WARNING tagging [None req-07bc415a-125e-43e7-85df-24d8adf25254 14c08f62a119417180c9db5979d8cb82 440f7fe052ab47d2ae5d1de1db4183fb - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1128/2352] 10.0.0.170 () {32 vars in 729 bytes} [Thu Apr 23 03:38:54 2026] GET /v2.0/trunks/e353192f-91cf-466c-82c8-26a86d856f34/tags => generated 30 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:38:54.857 7 WARNING tagging [None req-24dff96f-43b3-419a-88f4-80e6a493a195 14c08f62a119417180c9db5979d8cb82 440f7fe052ab47d2ae5d1de1db4183fb - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 03:38:54.870 7 INFO neutron.api.v2.resource [None req-24dff96f-43b3-419a-88f4-80e6a493a195 14c08f62a119417180c9db5979d8cb82 440f7fe052ab47d2ae5d1de1db4183fb - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1225/2353] 10.0.0.170 () {32 vars in 744 bytes} [Thu Apr 23 03:38:54 2026] DELETE /v2.0/trunks/e353192f-91cf-466c-82c8-26a86d856f34/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 03:38:54.886 8 WARNING tagging [None req-8c01455c-81d4-4a22-aa82-7f1e2eb778ea 14c08f62a119417180c9db5979d8cb82 440f7fe052ab47d2ae5d1de1db4183fb - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1129/2354] 10.0.0.170 () {32 vars in 732 bytes} [Thu Apr 23 03:38:54 2026] DELETE /v2.0/trunks/e353192f-91cf-466c-82c8-26a86d856f34/tags => generated 0 bytes in 25 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:38:54.918 7 WARNING tagging [None req-b631eae3-6bd7-4496-9a1a-05499a010d59 14c08f62a119417180c9db5979d8cb82 440f7fe052ab47d2ae5d1de1db4183fb - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1226/2355] 10.0.0.170 () {32 vars in 729 bytes} [Thu Apr 23 03:38:54 2026] GET /v2.0/trunks/e353192f-91cf-466c-82c8-26a86d856f34/tags => 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: 1130/2356] 10.0.0.170 () {32 vars in 719 bytes} [Thu Apr 23 03:38:54 2026] GET /v2.0/trunks/e353192f-91cf-466c-82c8-26a86d856f34 => generated 407 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2357] 10.0.0.170 () {32 vars in 717 bytes} [Thu Apr 23 03:38:54 2026] GET /v2.0/ports/65141e16-c140-42d5-b28e-72b6a1ce4e6c => generated 826 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2358] 10.0.0.170 () {34 vars in 685 bytes} [Thu Apr 23 03:38:55 2026] POST /v2.0/security-groups => generated 1677 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2359] 10.0.0.170 () {32 vars in 722 bytes} [Thu Apr 23 03:38:55 2026] DELETE /v2.0/trunks/e353192f-91cf-466c-82c8-26a86d856f34 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2360] 10.0.0.170 () {34 vars in 695 bytes} [Thu Apr 23 03:38:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:38:55.278 7 INFO neutron_taas.services.taas.taas_plugin [None req-8f536a57-55eb-4990-97f5-beb71f62c9f1 14c08f62a119417180c9db5979d8cb82 440f7fe052ab47d2ae5d1de1db4183fb - - default default] TaaS: Handle Delete Port: 65141e16-c140-42d5-b28e-72b6a1ce4e6c 2026-04-23 03:38:55.282 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f536a57-55eb-4990-97f5-beb71f62c9f1 14c08f62a119417180c9db5979d8cb82 440f7fe052ab47d2ae5d1de1db4183fb - - default default] Tap Mirror: Handle Delete Port: 65141e16-c140-42d5-b28e-72b6a1ce4e6c [pid: 8|app: 0|req: 1133/2361] 10.0.0.170 () {34 vars in 695 bytes} [Thu Apr 23 03:38:55 2026] POST /v2.0/security-group-rules => generated 596 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2362] 10.0.0.170 () {32 vars in 720 bytes} [Thu Apr 23 03:38:55 2026] DELETE /v2.0/ports/65141e16-c140-42d5-b28e-72b6a1ce4e6c => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2363] 10.0.0.170 () {34 vars in 695 bytes} [Thu Apr 23 03:38:55 2026] POST /v2.0/security-group-rules => generated 602 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:38:55.545 7 INFO neutron.services.segments.plugin [-] Segment 272eaee5-ac30-4012-b1b2-7c8d0123af9b resource provider aggregate not found 2026-04-23 03:38:55.553 7 INFO neutron.services.segments.plugin [-] Segment 272eaee5-ac30-4012-b1b2-7c8d0123af9b resource provider aggregate not found 2026-04-23 03:38:55.564 7 INFO neutron.services.segments.plugin [-] Segment 272eaee5-ac30-4012-b1b2-7c8d0123af9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 272eaee5-ac30-4012-b1b2-7c8d0123af9b found for delete ", "request_id": "req-afe98aca-0bcf-401d-9f5a-3f8eeb291b96"}]} 2026-04-23 03:38:55.570 7 INFO neutron.services.segments.plugin [-] Segment 272eaee5-ac30-4012-b1b2-7c8d0123af9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 272eaee5-ac30-4012-b1b2-7c8d0123af9b found for delete ", "request_id": "req-8fb36209-622a-4bd2-8eca-a81bd2964d80"}]} [pid: 7|app: 0|req: 1230/2364] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:38:55 2026] DELETE /v2.0/networks/548f44c9-29f1-441c-9383-3f14190027da => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2365] 10.0.0.170 () {34 vars in 695 bytes} [Thu Apr 23 03:38:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:38:55.651 7 INFO neutron.db.securitygroups_db [None req-7a52debe-bdd2-4f46-b2cd-bfab2ae43b5e 8fd42ccf9af14769a2ee011d8822ff63 d8f125a5e6fe48ad92658ebc102225f8 - - default default] Project d8f125a5e6fe48ad92658ebc102225f8 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: 1231/2366] 10.0.0.170 () {34 vars in 695 bytes} [Thu Apr 23 03:38:55 2026] POST /v2.0/security-group-rules => generated 607 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:38:55.795 8 INFO neutron.db.securitygroups_db [None req-7b0f7f1b-2b72-45b0-9239-f545b153b291 8fd42ccf9af14769a2ee011d8822ff63 d8f125a5e6fe48ad92658ebc102225f8 - - default default] Project d8f125a5e6fe48ad92658ebc102225f8 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: 1136/2367] 10.0.0.170 () {34 vars in 695 bytes} [Thu Apr 23 03:38:55 2026] POST /v2.0/security-group-rules => generated 606 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2368] 10.0.0.170 () {34 vars in 685 bytes} [Thu Apr 23 03:38:56 2026] POST /v2.0/security-groups => generated 1661 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 03:38:56.543 7 WARNING neutron.db.securitygroups_db [None req-eeeb8161-fb0e-48b7-a122-d9e586195b31 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1138/2369] 10.0.0.170 () {34 vars in 695 bytes} [Thu Apr 23 03:38:56 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: 1232/2370] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:38:56 2026] GET /v2.0/security-groups?tenant_id=440f7fe052ab47d2ae5d1de1db4183fb&name=default => generated 2929 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2371] 10.0.0.170 () {34 vars in 695 bytes} [Thu Apr 23 03:38:56 2026] POST /v2.0/security-group-rules => generated 602 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2372] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:38:56 2026] DELETE /v2.0/security-groups/f6d65277-dee5-4671-92c5-f744692564a2 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:38:56.871 7 WARNING neutron.db.securitygroups_db [None req-75c30f88-5423-4392-b437-bcaf3d270417 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1234/2373] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:38:56 2026] GET /v2.0/security-groups?tenant_id=69c9fae120d34258b1f2065ee796ded3&name=default => generated 2929 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2374] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:38:57 2026] DELETE /v2.0/security-groups/de589f0c-91f3-43b5-b459-c0acea7abe94 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2375] 10.0.0.170 () {34 vars in 676 bytes} [Thu Apr 23 03:38:56 2026] POST /v2.0/floatingips => generated 552 bytes in 667 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:38:57.436 7 WARNING neutron.db.securitygroups_db [req-d0cdef8f-4beb-46f3-852d-d7cff8a9d16e req-fd914b1a-ed47-40d6-9911-dc3d0f56a05a 8fd42ccf9af14769a2ee011d8822ff63 d8f125a5e6fe48ad92658ebc102225f8 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1236/2376] 10.0.0.121 () {34 vars in 1098 bytes} [Thu Apr 23 03:38:57 2026] GET /v2.0/security-groups?name=tempest-securitygroup--610772946&fields=id&tenant_id=d8f125a5e6fe48ad92658ebc102225f8 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:38:57.495 8 WARNING neutron.db.securitygroups_db [req-d0cdef8f-4beb-46f3-852d-d7cff8a9d16e req-4c5e457a-beb2-4e7f-a883-d3fe3fd4b734 8fd42ccf9af14769a2ee011d8822ff63 d8f125a5e6fe48ad92658ebc102225f8 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1141/2377] 10.0.0.121 () {34 vars in 1100 bytes} [Thu Apr 23 03:38:57 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1980207028&fields=id&tenant_id=d8f125a5e6fe48ad92658ebc102225f8 => generated 69 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2378] 10.0.0.121 () {34 vars in 982 bytes} [Thu Apr 23 03:38:57 2026] GET /v2.0/networks?id=91986a7e-47ff-4b02-a09b-24de901852ab => generated 673 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2379] 10.0.0.121 () {34 vars in 965 bytes} [Thu Apr 23 03:38:57 2026] GET /v2.0/quotas/d8f125a5e6fe48ad92658ebc102225f8 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2380] 10.0.0.121 () {34 vars in 1002 bytes} [Thu Apr 23 03:38:57 2026] GET /v2.0/ports?tenant_id=d8f125a5e6fe48ad92658ebc102225f8&fields=id => generated 103 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2381] 10.0.0.121 () {34 vars in 1008 bytes} [Thu Apr 23 03:38:57 2026] GET /v2.0/networks/91986a7e-47ff-4b02-a09b-24de901852ab?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: 1239/2382] 10.0.0.121 () {34 vars in 1108 bytes} [Thu Apr 23 03:38:57 2026] GET /v2.0/networks/91986a7e-47ff-4b02-a09b-24de901852ab?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2383] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:38:58 2026] GET /v2.0/ports?device_id=e4ec25e0-2b8a-46c3-845b-925df034db54 => 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: 1240/2384] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:38:59 2026] GET /v2.0/ports?device_id=e4ec25e0-2b8a-46c3-845b-925df034db54 => 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: 1145/2385] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:39:00 2026] GET /v2.0/ports?device_id=e4ec25e0-2b8a-46c3-845b-925df034db54 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:39:00.984 7 INFO neutron.db.segments_db [None req-7a530509-7d99-42be-b420-87a1ad9f9733 aa6283e995c44b39a0ffbaa54e6f6c22 0a5aa426621e4ceeab13ab90281ebcbd - - default default] Added segment 61b8b79a-d382-4eec-9d00-d9c0504a52e8 of type vxlan for network 1ecb7832-219d-41ac-995a-c4c50afc2ae6 [pid: 7|app: 0|req: 1241/2386] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:39:00 2026] POST /v2.0/networks => generated 632 bytes in 468 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2387] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:39:01 2026] GET /v2.0/ports?device_id=20b94478-af19-4224-a84f-07e66e02b43f => generated 971 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:39:01.164 7 INFO neutron.db.segments_db [None req-ecd5c166-2a0f-4fcb-9347-9a8442f6d8d1 aa6283e995c44b39a0ffbaa54e6f6c22 0a5aa426621e4ceeab13ab90281ebcbd - - default default] Added segment 3444c09b-3438-4b3a-bff2-7460f9fb3892 of type vxlan for network 4fdf53d0-348c-44bc-83c9-b59da39f85eb [pid: 8|app: 0|req: 1147/2388] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:39:01 2026] GET /v2.0/security-groups?id=f0673872-2a3f-490c-9e6f-80e617100afc&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2389] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:39:01 2026] POST /v2.0/networks => generated 632 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2390] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:39:01 2026] GET /v2.0/ports?device_id=e4ec25e0-2b8a-46c3-845b-925df034db54 => 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: 1148/2392] 10.0.0.170 () {34 vars in 753 bytes} [Thu Apr 23 03:39:01 2026] PUT /v2.0/networks/1ecb7832-219d-41ac-995a-c4c50afc2ae6/tags => generated 25 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2394] 10.0.0.170 () {32 vars in 733 bytes} [Thu Apr 23 03:39:01 2026] GET /v2.0/networks/1ecb7832-219d-41ac-995a-c4c50afc2ae6/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2395] 10.0.0.170 () {34 vars in 753 bytes} [Thu Apr 23 03:39:01 2026] PUT /v2.0/networks/4fdf53d0-348c-44bc-83c9-b59da39f85eb/tags => generated 17 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2396] 10.0.0.170 () {32 vars in 733 bytes} [Thu Apr 23 03:39:01 2026] GET /v2.0/networks/4fdf53d0-348c-44bc-83c9-b59da39f85eb/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2397] 10.0.0.170 () {34 vars in 753 bytes} [Thu Apr 23 03:39:01 2026] PUT /v2.0/networks/4fdf53d0-348c-44bc-83c9-b59da39f85eb/tags => generated 12 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2398] 10.0.0.170 () {32 vars in 733 bytes} [Thu Apr 23 03:39:01 2026] GET /v2.0/networks/4fdf53d0-348c-44bc-83c9-b59da39f85eb/tags => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2399] 10.0.0.170 () {32 vars in 733 bytes} [Thu Apr 23 03:39:01 2026] GET /v2.0/networks/1ecb7832-219d-41ac-995a-c4c50afc2ae6/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:39:01.871 8 INFO neutron.services.segments.plugin [-] Segment 61b8b79a-d382-4eec-9d00-d9c0504a52e8 resource provider aggregate not found 2026-04-23 03:39:01.876 8 INFO neutron.services.segments.plugin [-] Segment 61b8b79a-d382-4eec-9d00-d9c0504a52e8 resource provider aggregate not found 2026-04-23 03:39:01.896 8 INFO neutron.services.segments.plugin [-] Segment 61b8b79a-d382-4eec-9d00-d9c0504a52e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61b8b79a-d382-4eec-9d00-d9c0504a52e8 found for delete ", "request_id": "req-1d9a6d62-4713-4bd7-8e20-6a1d75560f88"}]} 2026-04-23 03:39:01.897 8 INFO neutron.services.segments.plugin [-] Segment 61b8b79a-d382-4eec-9d00-d9c0504a52e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61b8b79a-d382-4eec-9d00-d9c0504a52e8 found for delete ", "request_id": "req-3d95c22d-b4bf-4c14-b6af-6e73aec8de84"}]} [pid: 8|app: 0|req: 1152/2400] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:39:01 2026] DELETE /v2.0/networks/1ecb7832-219d-41ac-995a-c4c50afc2ae6 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:39:02.065 7 INFO neutron.services.segments.plugin [-] Segment 3444c09b-3438-4b3a-bff2-7460f9fb3892 resource provider aggregate not found 2026-04-23 03:39:02.074 7 INFO neutron.services.segments.plugin [-] Segment 3444c09b-3438-4b3a-bff2-7460f9fb3892 resource provider aggregate not found 2026-04-23 03:39:02.093 7 INFO neutron.services.segments.plugin [-] Segment 3444c09b-3438-4b3a-bff2-7460f9fb3892 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3444c09b-3438-4b3a-bff2-7460f9fb3892 found for delete ", "request_id": "req-dfba1275-9943-47e9-a412-38e0363e62e4"}]} 2026-04-23 03:39:02.097 7 INFO neutron.services.segments.plugin [-] Segment 3444c09b-3438-4b3a-bff2-7460f9fb3892 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3444c09b-3438-4b3a-bff2-7460f9fb3892 found for delete ", "request_id": "req-821dfbfb-ec0f-4aeb-a41a-bd1c41ca4c0d"}]} [pid: 7|app: 0|req: 1249/2401] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:39:01 2026] DELETE /v2.0/networks/4fdf53d0-348c-44bc-83c9-b59da39f85eb => 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: 1153/2402] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:39:02 2026] GET /v2.0/ports?device_id=20b94478-af19-4224-a84f-07e66e02b43f => 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: 1250/2403] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:39:02 2026] GET /v2.0/security-groups?id=f0673872-2a3f-490c-9e6f-80e617100afc&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2404] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:39:02 2026] GET /v2.0/ports?device_id=e4ec25e0-2b8a-46c3-845b-925df034db54 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:39:03.003 7 WARNING neutron.db.securitygroups_db [None req-4c0cffce-4767-41e5-8710-c760331f4297 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1251/2405] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:39:02 2026] GET /v2.0/security-groups?tenant_id=beec31bc8eee428db12e485c4f8900bb&name=default => generated 2929 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2406] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:39:03 2026] DELETE /v2.0/security-groups/8eaaf85e-4ae7-467b-bfda-d7431c7004eb => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:39:03.395 7 WARNING neutron.db.securitygroups_db [None req-1081d311-a822-43da-90eb-fec78df6f4da 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1252/2407] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:39:03 2026] GET /v2.0/security-groups?tenant_id=0a5aa426621e4ceeab13ab90281ebcbd&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: 1253/2408] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:39:03 2026] GET /v2.0/ports?device_id=20b94478-af19-4224-a84f-07e66e02b43f => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2409] 199.204.45.25 () {34 vars in 993 bytes} [Thu Apr 23 03:39:03 2026] GET /v2.0/ports?device_id=20b94478-af19-4224-a84f-07e66e02b43f => 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: 1156/2410] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:39:03 2026] DELETE /v2.0/security-groups/0f4ece8a-2251-4765-95b7-261fd34e9e45 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2411] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:39:03 2026] GET /v2.0/ports?device_id=e4ec25e0-2b8a-46c3-845b-925df034db54 => 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: 1255/2412] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:39:03 2026] GET /v2.0/security-groups?id=f0673872-2a3f-490c-9e6f-80e617100afc&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:39:03.700 8 INFO neutron_taas.services.taas.taas_plugin [req-67b4ce83-2145-4620-8251-c40fa719c359 req-6be38528-3946-4cf9-a05d-ddf29563a8ad d0e4b53560df4bc8a6d1450a5af83a8d e77464118cff4ba9a8a6e786859812b3 - - default default] TaaS: Handle Delete Port: 6096c80c-cd61-449f-8428-f64b98afbf79 2026-04-23 03:39:03.703 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-67b4ce83-2145-4620-8251-c40fa719c359 req-6be38528-3946-4cf9-a05d-ddf29563a8ad d0e4b53560df4bc8a6d1450a5af83a8d e77464118cff4ba9a8a6e786859812b3 - - default default] Tap Mirror: Handle Delete Port: 6096c80c-cd61-449f-8428-f64b98afbf79 2026-04-23 03:39:03.823 8 INFO neutron.db.l3_db [req-67b4ce83-2145-4620-8251-c40fa719c359 req-6be38528-3946-4cf9-a05d-ddf29563a8ad d0e4b53560df4bc8a6d1450a5af83a8d e77464118cff4ba9a8a6e786859812b3 - - default default] Floating IP 2bf6cda7-04b0-490e-ab94-ddcde56a0fb0 disassociated. External IP: 10.96.250.218, port: 6096c80c-cd61-449f-8428-f64b98afbf79. [pid: 8|app: 0|req: 1158/2413] 199.204.45.25 () {36 vars in 996 bytes} [Thu Apr 23 03:39:03 2026] DELETE /v2.0/ports/6096c80c-cd61-449f-8428-f64b98afbf79 => generated 0 bytes in 654 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:39:04.267 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8175edde-ae3d-4cdf-aa58-a3805e6f690f'] response: {'server_uuid': '20b94478-af19-4224-a84f-07e66e02b43f', 'name': 'network-vif-deleted', 'tag': '6096c80c-cd61-449f-8428-f64b98afbf79', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1256/2414] 199.204.45.25 () {34 vars in 985 bytes} [Thu Apr 23 03:39:04 2026] GET /v2.0/networks?id=91986a7e-47ff-4b02-a09b-24de901852ab => generated 673 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:39:04.575 8 WARNING neutron.db.securitygroups_db [req-d0cdef8f-4beb-46f3-852d-d7cff8a9d16e req-3e4c71db-801b-4a1f-951c-14bdbb830c31 8fd42ccf9af14769a2ee011d8822ff63 d8f125a5e6fe48ad92658ebc102225f8 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1159/2415] 199.204.45.25 () {34 vars in 1049 bytes} [Thu Apr 23 03:39:04 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d8f125a5e6fe48ad92658ebc102225f8 => generated 273 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2416] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:39:04 2026] GET /v2.0/ports?device_id=e4ec25e0-2b8a-46c3-845b-925df034db54 => 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: 1161/2417] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:39:04 2026] GET /v2.0/ports?device_id=20b94478-af19-4224-a84f-07e66e02b43f => 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: 1257/2418] 199.204.45.25 () {38 vars in 954 bytes} [Thu Apr 23 03:39:04 2026] POST /v2.0/ports => generated 993 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2419] 199.204.45.25 () {38 vars in 1027 bytes} [Thu Apr 23 03:39:05 2026] PUT /v2.0/ports/8c8353bb-050a-4f29-ac48-407f62846438 => generated 1274 bytes in 453 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: 1258/2420] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:39:05 2026] GET /v2.0/ports?device_id=e4ec25e0-2b8a-46c3-845b-925df034db54 => generated 1008 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1163/2421] 10.0.0.121 () {34 vars in 1120 bytes} [Thu Apr 23 03:39:05 2026] GET /v2.0/security-groups?id=ff2499ff-718e-4dc1-b51e-2515fb270602&id=f1528e11-85bc-451e-bd96-39b9ffff6355&fields=id&fields=name => generated 206 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2422] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:39:05 2026] GET /v2.0/ports?device_id=20b94478-af19-4224-a84f-07e66e02b43f => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:39:06.312 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a03ba1f7-a4b5-45e8-9f52-4fb6715956a0'] response: {'name': 'network-changed', 'server_uuid': 'e4ec25e0-2b8a-46c3-845b-925df034db54', 'tag': '8c8353bb-050a-4f29-ac48-407f62846438', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1164/2423] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:39:06 2026] GET /v2.0/ports?tenant_id=d8f125a5e6fe48ad92658ebc102225f8&device_id=e4ec25e0-2b8a-46c3-845b-925df034db54 => generated 1277 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2424] 199.204.45.25 () {34 vars in 1057 bytes} [Thu Apr 23 03:39:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=8c8353bb-050a-4f29-ac48-407f62846438 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2425] 199.204.45.25 () {34 vars in 983 bytes} [Thu Apr 23 03:39:06 2026] GET /v2.0/subnets?id=cfbcf799-81fc-44e2-99e2-1272babdc076 => generated 691 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2426] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:39:06 2026] GET /v2.0/ports?network_id=91986a7e-47ff-4b02-a09b-24de901852ab&device_owner=network%3Adhcp => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2427] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:39:06 2026] GET /v2.0/networks/91986a7e-47ff-4b02-a09b-24de901852ab?fields=segments => generated 14 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2428] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:39:06 2026] GET /v2.0/networks/91986a7e-47ff-4b02-a09b-24de901852ab?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2429] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:39:06 2026] GET /v2.0/ports?device_id=e4ec25e0-2b8a-46c3-845b-925df034db54 => generated 1008 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2430] 10.0.0.121 () {34 vars in 1120 bytes} [Thu Apr 23 03:39:07 2026] GET /v2.0/security-groups?id=ff2499ff-718e-4dc1-b51e-2515fb270602&id=f1528e11-85bc-451e-bd96-39b9ffff6355&fields=id&fields=name => generated 206 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2431] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:39:07 2026] GET /v2.0/ports?device_id=20b94478-af19-4224-a84f-07e66e02b43f => 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: 1264/2432] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:39:07 2026] GET /v2.0/ports?tenant_id=d8f125a5e6fe48ad92658ebc102225f8&device_id=e4ec25e0-2b8a-46c3-845b-925df034db54 => generated 1277 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2433] 199.204.45.25 () {34 vars in 985 bytes} [Thu Apr 23 03:39:07 2026] GET /v2.0/networks?id=91986a7e-47ff-4b02-a09b-24de901852ab => generated 769 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2434] 199.204.45.25 () {34 vars in 1057 bytes} [Thu Apr 23 03:39:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=8c8353bb-050a-4f29-ac48-407f62846438 => 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: 1170/2435] 199.204.45.25 () {34 vars in 983 bytes} [Thu Apr 23 03:39:08 2026] GET /v2.0/subnets?id=cfbcf799-81fc-44e2-99e2-1272babdc076 => generated 691 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2436] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:39:08 2026] GET /v2.0/ports?network_id=91986a7e-47ff-4b02-a09b-24de901852ab&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: 1171/2437] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:39:08 2026] GET /v2.0/networks/91986a7e-47ff-4b02-a09b-24de901852ab?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: 1172/2438] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:39:08 2026] GET /v2.0/ports?device_id=e4ec25e0-2b8a-46c3-845b-925df034db54 => 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: 1267/2439] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:39:08 2026] GET /v2.0/networks/91986a7e-47ff-4b02-a09b-24de901852ab?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: 1268/2440] 10.0.0.121 () {34 vars in 1120 bytes} [Thu Apr 23 03:39:08 2026] GET /v2.0/security-groups?id=ff2499ff-718e-4dc1-b51e-2515fb270602&id=f1528e11-85bc-451e-bd96-39b9ffff6355&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2441] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:39:08 2026] DELETE /v2.0/security-groups/f0673872-2a3f-490c-9e6f-80e617100afc => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:39:08.470 7 INFO neutron_taas.services.taas.taas_plugin [None req-d8a442d4-9d4b-45d0-8aee-8c8e202e8540 d0e4b53560df4bc8a6d1450a5af83a8d e77464118cff4ba9a8a6e786859812b3 - - default default] TaaS: Handle Delete Port: 1144a3dc-63e9-404e-85af-70ed89d34fca 2026-04-23 03:39:08.473 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8a442d4-9d4b-45d0-8aee-8c8e202e8540 d0e4b53560df4bc8a6d1450a5af83a8d e77464118cff4ba9a8a6e786859812b3 - - default default] Tap Mirror: Handle Delete Port: 1144a3dc-63e9-404e-85af-70ed89d34fca [pid: 7|app: 0|req: 1269/2442] 10.0.0.170 () {32 vars in 732 bytes} [Thu Apr 23 03:39:08 2026] DELETE /v2.0/floatingips/2bf6cda7-04b0-490e-ab94-ddcde56a0fb0 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2443] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:39:08 2026] GET /v2.0/ports?device_id=c1b7f4c3-dd1f-4467-bf55-08570d2f6844 => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2444] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:39:08 2026] GET /v2.0/security-groups?id=fe1d5477-bc8c-4b1c-8ce2-683c0110e0cf&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2445] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:39:09 2026] GET /v2.0/ports?device_id=e4ec25e0-2b8a-46c3-845b-925df034db54 => generated 1008 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2446] 10.0.0.121 () {34 vars in 1120 bytes} [Thu Apr 23 03:39:09 2026] GET /v2.0/security-groups?id=ff2499ff-718e-4dc1-b51e-2515fb270602&id=f1528e11-85bc-451e-bd96-39b9ffff6355&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2447] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:39:09 2026] GET /v2.0/ports?device_id=c1b7f4c3-dd1f-4467-bf55-08570d2f6844 => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2448] 199.204.45.25 () {34 vars in 993 bytes} [Thu Apr 23 03:39:10 2026] GET /v2.0/ports?device_id=e4ec25e0-2b8a-46c3-845b-925df034db54 => generated 1279 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2449] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:39:10 2026] GET /v2.0/security-groups?id=fe1d5477-bc8c-4b1c-8ce2-683c0110e0cf&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: 1273/2450] 199.204.45.25 () {34 vars in 1123 bytes} [Thu Apr 23 03:39:10 2026] GET /v2.0/security-groups?id=f1528e11-85bc-451e-bd96-39b9ffff6355&id=ff2499ff-718e-4dc1-b51e-2515fb270602&fields=id&fields=name => generated 206 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2451] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:39:10 2026] GET /v2.0/ports?device_id=e4ec25e0-2b8a-46c3-845b-925df034db54 => generated 1010 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2452] 10.0.0.121 () {34 vars in 1120 bytes} [Thu Apr 23 03:39:10 2026] GET /v2.0/security-groups?id=ff2499ff-718e-4dc1-b51e-2515fb270602&id=f1528e11-85bc-451e-bd96-39b9ffff6355&fields=id&fields=name => generated 206 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2453] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:39:11 2026] GET /v2.0/ports?device_id=c1b7f4c3-dd1f-4467-bf55-08570d2f6844 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2454] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:39:11 2026] GET /v2.0/security-groups?id=fe1d5477-bc8c-4b1c-8ce2-683c0110e0cf&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: 1180/2455] 199.204.45.25 () {34 vars in 993 bytes} [Thu Apr 23 03:39:11 2026] GET /v2.0/ports?device_id=c1b7f4c3-dd1f-4467-bf55-08570d2f6844 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:39:11.448 7 INFO neutron_taas.services.taas.taas_plugin [req-050a5076-e82e-47a5-9f13-96835eb2fa48 req-3f6e1858-ae2c-4d5e-b1cb-6872fa9aefc5 d0e4b53560df4bc8a6d1450a5af83a8d e77464118cff4ba9a8a6e786859812b3 - - default default] TaaS: Handle Delete Port: bc463b34-2350-4be6-8272-c78ad274baa2 2026-04-23 03:39:11.451 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-050a5076-e82e-47a5-9f13-96835eb2fa48 req-3f6e1858-ae2c-4d5e-b1cb-6872fa9aefc5 d0e4b53560df4bc8a6d1450a5af83a8d e77464118cff4ba9a8a6e786859812b3 - - default default] Tap Mirror: Handle Delete Port: bc463b34-2350-4be6-8272-c78ad274baa2 [pid: 7|app: 0|req: 1276/2456] 199.204.45.25 () {36 vars in 996 bytes} [Thu Apr 23 03:39:11 2026] DELETE /v2.0/ports/bc463b34-2350-4be6-8272-c78ad274baa2 => generated 0 bytes in 363 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:39:11.691 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1c42e942-b0c4-4876-a7e5-4fa02e4f972d'] response: {'server_uuid': 'c1b7f4c3-dd1f-4467-bf55-08570d2f6844', 'name': 'network-vif-deleted', 'tag': 'bc463b34-2350-4be6-8272-c78ad274baa2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1181/2457] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:39:11 2026] GET /v2.0/ports?device_id=e4ec25e0-2b8a-46c3-845b-925df034db54 => generated 1010 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2458] 10.0.0.121 () {34 vars in 1120 bytes} [Thu Apr 23 03:39:11 2026] GET /v2.0/security-groups?id=ff2499ff-718e-4dc1-b51e-2515fb270602&id=f1528e11-85bc-451e-bd96-39b9ffff6355&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2459] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:39:12 2026] GET /v2.0/ports?device_id=c1b7f4c3-dd1f-4467-bf55-08570d2f6844 => 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: 1278/2460] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:39:12 2026] GET /v2.0/ports?device_id=e4ec25e0-2b8a-46c3-845b-925df034db54 => generated 1010 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2461] 10.0.0.121 () {34 vars in 1120 bytes} [Thu Apr 23 03:39:12 2026] GET /v2.0/security-groups?id=ff2499ff-718e-4dc1-b51e-2515fb270602&id=f1528e11-85bc-451e-bd96-39b9ffff6355&fields=id&fields=name => generated 206 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2462] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:39:13 2026] GET /v2.0/ports?device_id=e4ec25e0-2b8a-46c3-845b-925df034db54 => generated 1010 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2463] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:39:13 2026] GET /v2.0/ports?device_id=c1b7f4c3-dd1f-4467-bf55-08570d2f6844 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:39:13.650 8 INFO neutron.db.l3_db [None req-76c6a749-292f-4fd7-98d6-2abb462387cc 8fd42ccf9af14769a2ee011d8822ff63 d8f125a5e6fe48ad92658ebc102225f8 - - default default] Floating IP ef236f6e-156d-4dea-8021-bebbb4fe7ff3 associated. External IP: 10.96.250.208, port: 8c8353bb-050a-4f29-ac48-407f62846438. [pid: 8|app: 0|req: 1184/2464] 10.0.0.170 () {34 vars in 749 bytes} [Thu Apr 23 03:39:13 2026] PUT /v2.0/floatingips/ef236f6e-156d-4dea-8021-bebbb4fe7ff3 => generated 855 bytes in 803 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:39:14.035 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2c21e651-87c4-456b-a65c-7a7910e2fa3f'] response: {'name': 'network-changed', 'server_uuid': 'e4ec25e0-2b8a-46c3-845b-925df034db54', 'tag': '8c8353bb-050a-4f29-ac48-407f62846438', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1185/2465] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:39:14 2026] GET /v2.0/ports?device_id=c1b7f4c3-dd1f-4467-bf55-08570d2f6844 => 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: 1281/2466] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:39:14 2026] GET /v2.0/ports?tenant_id=d8f125a5e6fe48ad92658ebc102225f8&device_id=e4ec25e0-2b8a-46c3-845b-925df034db54 => generated 1279 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2467] 199.204.45.25 () {34 vars in 985 bytes} [Thu Apr 23 03:39:14 2026] GET /v2.0/networks?id=91986a7e-47ff-4b02-a09b-24de901852ab => generated 769 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2468] 199.204.45.25 () {34 vars in 1057 bytes} [Thu Apr 23 03:39:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=8c8353bb-050a-4f29-ac48-407f62846438 => generated 858 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2469] 199.204.45.25 () {34 vars in 983 bytes} [Thu Apr 23 03:39:14 2026] GET /v2.0/subnets?id=cfbcf799-81fc-44e2-99e2-1272babdc076 => generated 691 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2470] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:39:14 2026] GET /v2.0/ports?network_id=91986a7e-47ff-4b02-a09b-24de901852ab&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2471] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:39:14 2026] GET /v2.0/networks/91986a7e-47ff-4b02-a09b-24de901852ab?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: 1284/2472] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:39:14 2026] GET /v2.0/networks/91986a7e-47ff-4b02-a09b-24de901852ab?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2473] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:39:15 2026] DELETE /v2.0/security-groups/fe1d5477-bc8c-4b1c-8ce2-683c0110e0cf => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:39:16.265 7 INFO neutron_taas.services.taas.taas_plugin [None req-bbeab40c-cf1b-4bf4-8574-3585e72b64bb d0e4b53560df4bc8a6d1450a5af83a8d e77464118cff4ba9a8a6e786859812b3 - - default default] TaaS: Handle Delete Port: 69502c50-1fba-4926-922c-9308dde8391c 2026-04-23 03:39:16.268 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbeab40c-cf1b-4bf4-8574-3585e72b64bb d0e4b53560df4bc8a6d1450a5af83a8d e77464118cff4ba9a8a6e786859812b3 - - default default] Tap Mirror: Handle Delete Port: 69502c50-1fba-4926-922c-9308dde8391c [pid: 7|app: 0|req: 1285/2476] 10.0.0.170 () {34 vars in 789 bytes} [Thu Apr 23 03:39:15 2026] PUT /v2.0/routers/172b45bb-473c-4d4b-93c9-022222e09c36/remove_router_interface => generated 310 bytes in 918 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2477] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:39:16 2026] DELETE /v2.0/subnets/91960869-5041-4394-b503-1dc4aa3d8f07 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:39:17.157 7 INFO neutron_taas.services.taas.taas_plugin [None req-cb103c7c-7393-4ca4-89a8-7f9ab2ca13bc d0e4b53560df4bc8a6d1450a5af83a8d e77464118cff4ba9a8a6e786859812b3 - - default default] TaaS: Handle Delete Port: d1d2bf6c-91a4-473e-a9ea-77dbaafd5d7f 2026-04-23 03:39:17.160 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb103c7c-7393-4ca4-89a8-7f9ab2ca13bc d0e4b53560df4bc8a6d1450a5af83a8d e77464118cff4ba9a8a6e786859812b3 - - default default] Tap Mirror: Handle Delete Port: d1d2bf6c-91a4-473e-a9ea-77dbaafd5d7f 2026-04-23 03:39:17.443 7 INFO neutron_taas.services.taas.taas_plugin [None req-cb103c7c-7393-4ca4-89a8-7f9ab2ca13bc d0e4b53560df4bc8a6d1450a5af83a8d e77464118cff4ba9a8a6e786859812b3 - - default default] TaaS: Handle Delete Port: 0758d025-92c5-4613-bcf7-872d70f43c3d 2026-04-23 03:39:17.445 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb103c7c-7393-4ca4-89a8-7f9ab2ca13bc d0e4b53560df4bc8a6d1450a5af83a8d e77464118cff4ba9a8a6e786859812b3 - - default default] Tap Mirror: Handle Delete Port: 0758d025-92c5-4613-bcf7-872d70f43c3d 2026-04-23 03:39:17.764 7 INFO neutron.services.segments.plugin [-] Segment 495d4efb-32bc-4819-a016-19f363e0506d resource provider aggregate not found 2026-04-23 03:39:17.772 7 INFO neutron.services.segments.plugin [-] Segment 495d4efb-32bc-4819-a016-19f363e0506d resource provider aggregate not found 2026-04-23 03:39:17.781 7 INFO neutron.services.segments.plugin [-] Segment 495d4efb-32bc-4819-a016-19f363e0506d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 495d4efb-32bc-4819-a016-19f363e0506d found for delete ", "request_id": "req-7a6a0eae-0c4c-41b3-97d5-0e9e846f5513"}]} 2026-04-23 03:39:17.800 7 INFO neutron.services.segments.plugin [-] Segment 495d4efb-32bc-4819-a016-19f363e0506d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 495d4efb-32bc-4819-a016-19f363e0506d found for delete ", "request_id": "req-be364b08-8908-4db3-add4-2eb2a78c5ce3"}]} 2026-04-23 03:39:17.806 7 INFO neutron.db.l3_hamode_db [None req-cb103c7c-7393-4ca4-89a8-7f9ab2ca13bc d0e4b53560df4bc8a6d1450a5af83a8d e77464118cff4ba9a8a6e786859812b3 - - default default] HA network 4d8fdc29-b8a2-4c26-8dd6-9c804dfff581 was deleted as no HA routers are present in project e77464118cff4ba9a8a6e786859812b3. [pid: 7|app: 0|req: 1286/2478] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:39:16 2026] DELETE /v2.0/routers/172b45bb-473c-4d4b-93c9-022222e09c36 => generated 0 bytes in 862 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:39:17.926 8 INFO neutron_taas.services.taas.taas_plugin [None req-bec9a861-ec3e-4613-8fae-525a2cb49aaf d0e4b53560df4bc8a6d1450a5af83a8d e77464118cff4ba9a8a6e786859812b3 - - default default] TaaS: Handle Delete Port: 9312f34c-a32d-4fdb-bbba-507023da753c 2026-04-23 03:39:17.928 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bec9a861-ec3e-4613-8fae-525a2cb49aaf d0e4b53560df4bc8a6d1450a5af83a8d e77464118cff4ba9a8a6e786859812b3 - - default default] Tap Mirror: Handle Delete Port: 9312f34c-a32d-4fdb-bbba-507023da753c 2026-04-23 03:39:18.117 8 INFO neutron.services.segments.plugin [-] Segment 872608ce-9563-4e58-8422-2fbaf4a95496 resource provider aggregate not found 2026-04-23 03:39:18.139 8 INFO neutron.services.segments.plugin [-] Segment 872608ce-9563-4e58-8422-2fbaf4a95496 resource provider aggregate not found 2026-04-23 03:39:18.148 8 INFO neutron.services.segments.plugin [-] Segment 872608ce-9563-4e58-8422-2fbaf4a95496 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 872608ce-9563-4e58-8422-2fbaf4a95496 found for delete ", "request_id": "req-6d61ac57-1c93-4950-9cc5-fbe0ca02cfb6"}]} [pid: 8|app: 0|req: 1193/2479] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:39:17 2026] DELETE /v2.0/networks/a70f77f7-431d-466d-8459-c5478accb5f2 => generated 0 bytes in 337 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:39:18.161 8 INFO neutron.services.segments.plugin [-] Segment 872608ce-9563-4e58-8422-2fbaf4a95496 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 872608ce-9563-4e58-8422-2fbaf4a95496 found for delete ", "request_id": "req-b04180f4-1d25-466f-8128-e552a496cb50"}]} 2026-04-23 03:39:18.997 7 WARNING neutron.db.securitygroups_db [None req-f49bb77d-c20f-47e8-b5de-b609842f6149 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1287/2480] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:39:18 2026] GET /v2.0/security-groups?tenant_id=e5dd926a0eb34d6c8f51dd0b8067a94f&name=default => generated 2929 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2481] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:39:19 2026] DELETE /v2.0/security-groups/595da942-b71a-4410-a420-f5da0cc612db => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:39:19.337 7 WARNING neutron.db.securitygroups_db [None req-e9383f32-9e9b-4df0-a0a0-8ad93cd41b49 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1288/2482] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:39:19 2026] GET /v2.0/security-groups?tenant_id=e77464118cff4ba9a8a6e786859812b3&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2483] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:39:19 2026] DELETE /v2.0/security-groups/9efb8384-c9a2-4a70-bed5-821f6eac2d81 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2484] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:39:21 2026] GET /v2.0/ports?device_id=e4ec25e0-2b8a-46c3-845b-925df034db54 => generated 1010 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2485] 10.0.0.121 () {34 vars in 1120 bytes} [Thu Apr 23 03:39:22 2026] GET /v2.0/security-groups?id=ff2499ff-718e-4dc1-b51e-2515fb270602&id=f1528e11-85bc-451e-bd96-39b9ffff6355&fields=id&fields=name => generated 206 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2486] 10.0.0.170 () {32 vars in 736 bytes} [Thu Apr 23 03:39:22 2026] GET /v2.0/ports?device_id=e4ec25e0-2b8a-46c3-845b-925df034db54 => generated 1279 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2487] 10.0.0.170 () {32 vars in 858 bytes} [Thu Apr 23 03:39:22 2026] GET /v2.0/floatingips?floating_network_id=2d1069b4-5727-4129-b3c9-54ff5802f06e&port_id=8c8353bb-050a-4f29-ac48-407f62846438 => generated 860 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2488] 10.0.0.186 () {34 vars in 990 bytes} [Thu Apr 23 03:39:23 2026] GET /v2.0/ports?device_id=e4ec25e0-2b8a-46c3-845b-925df034db54 => generated 1279 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2489] 10.0.0.186 () {34 vars in 1120 bytes} [Thu Apr 23 03:39:23 2026] GET /v2.0/security-groups?id=ff2499ff-718e-4dc1-b51e-2515fb270602&id=f1528e11-85bc-451e-bd96-39b9ffff6355&fields=id&fields=name => generated 206 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:39:24.202 7 INFO neutron.db.segments_db [None req-67182712-ae79-45cf-883c-f723a678ea04 3e672d3666bb4198913d78ab3d803ed1 1514997ffd4d435282bb219fc66ee9a2 - - default default] Added segment 93431fa5-f098-41e7-aaf9-24fe1414c153 of type vxlan for network 813916f1-fc24-4c68-9ea1-e76ce09bce7a [pid: 7|app: 0|req: 1292/2490] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:39:23 2026] POST /v2.0/networks => generated 727 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2491] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:39:24 2026] POST /v2.0/subnets => generated 644 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:39:24.506 7 WARNING neutron.api.v2.base [None req-821ace1d-5840-4af0-914b-d0a0136cef85 3e672d3666bb4198913d78ab3d803ed1 1514997ffd4d435282bb219fc66ee9a2 - - 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-23 03:39:24.507 7 INFO neutron.api.v2.resource [None req-821ace1d-5840-4af0-914b-d0a0136cef85 3e672d3666bb4198913d78ab3d803ed1 1514997ffd4d435282bb219fc66ee9a2 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1293/2492] 10.0.0.170 () {34 vars in 681 bytes} [Thu Apr 23 03:39:24 2026] POST /v2.0/rbac-policies => generated 143 bytes in 10 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-23 03:39:24.685 8 INFO neutron.services.segments.plugin [-] Segment 93431fa5-f098-41e7-aaf9-24fe1414c153 resource provider aggregate not found 2026-04-23 03:39:24.687 8 INFO neutron.services.segments.plugin [-] Segment 93431fa5-f098-41e7-aaf9-24fe1414c153 resource provider aggregate not found 2026-04-23 03:39:24.706 8 INFO neutron.services.segments.plugin [-] Segment 93431fa5-f098-41e7-aaf9-24fe1414c153 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93431fa5-f098-41e7-aaf9-24fe1414c153 found for delete ", "request_id": "req-c78f013c-e4ef-401e-aeb0-c3e1b75c2368"}]} [pid: 8|app: 0|req: 1200/2493] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:39:24 2026] DELETE /v2.0/networks/813916f1-fc24-4c68-9ea1-e76ce09bce7a => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:39:24.713 8 INFO neutron.services.segments.plugin [-] Segment 93431fa5-f098-41e7-aaf9-24fe1414c153 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93431fa5-f098-41e7-aaf9-24fe1414c153 found for delete ", "request_id": "req-5d97f728-2789-447b-b866-7672b3867009"}]} 2026-04-23 03:39:24.769 7 INFO neutron.db.segments_db [None req-9da4dc32-fd18-4787-a60e-fad4b96174be 3e672d3666bb4198913d78ab3d803ed1 1514997ffd4d435282bb219fc66ee9a2 - - default default] Added segment a767ecea-badc-444c-9ae7-769c5495e790 of type vxlan for network e544c240-e7f7-441b-a9e7-2593a06f0a00 [pid: 7|app: 0|req: 1294/2494] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:39:24 2026] POST /v2.0/networks => generated 725 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2495] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:39:24 2026] POST /v2.0/subnets => generated 647 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:39:25.085 7 WARNING neutron.api.v2.base [None req-ed6dcaaa-1fa1-49ff-b485-cba566490c90 3e672d3666bb4198913d78ab3d803ed1 1514997ffd4d435282bb219fc66ee9a2 - - 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-23 03:39:25.085 7 INFO neutron.api.v2.resource [None req-ed6dcaaa-1fa1-49ff-b485-cba566490c90 3e672d3666bb4198913d78ab3d803ed1 1514997ffd4d435282bb219fc66ee9a2 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1295/2496] 10.0.0.170 () {34 vars in 681 bytes} [Thu Apr 23 03:39:25 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: 8|app: 0|req: 1202/2497] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:39:25 2026] DELETE /v2.0/networks/e544c240-e7f7-441b-a9e7-2593a06f0a00 => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:39:25.367 7 INFO neutron.db.segments_db [None req-04794e52-f990-4d71-ba8e-df567e232518 3e672d3666bb4198913d78ab3d803ed1 1514997ffd4d435282bb219fc66ee9a2 - - default default] Added segment 42833322-5961-4e09-895a-a7941c2e24e9 of type vxlan for network 3625ce0c-689e-4cfe-9c90-aa22ba29f30b [pid: 7|app: 0|req: 1296/2498] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:39:25 2026] POST /v2.0/networks => generated 726 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2499] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:39:25 2026] POST /v2.0/subnets => generated 647 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2500] 10.0.0.170 () {34 vars in 681 bytes} [Thu Apr 23 03:39:25 2026] POST /v2.0/rbac-policies => generated 324 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2501] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:39:26 2026] GET /v2.0/ports?device_id=e4ec25e0-2b8a-46c3-845b-925df034db54 => generated 1010 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2502] 10.0.0.121 () {34 vars in 1120 bytes} [Thu Apr 23 03:39:26 2026] GET /v2.0/security-groups?id=ff2499ff-718e-4dc1-b51e-2515fb270602&id=f1528e11-85bc-451e-bd96-39b9ffff6355&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2503] 10.0.0.170 () {32 vars in 723 bytes} [Thu Apr 23 03:39:26 2026] GET /v2.0/networks/3625ce0c-689e-4cfe-9c90-aa22ba29f30b => generated 655 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:39:26.732 8 INFO neutron.services.segments.plugin [-] Segment a767ecea-badc-444c-9ae7-769c5495e790 resource provider aggregate not found 2026-04-23 03:39:26.738 8 INFO neutron.services.segments.plugin [-] Segment a767ecea-badc-444c-9ae7-769c5495e790 resource provider aggregate not found 2026-04-23 03:39:26.750 8 INFO neutron.services.segments.plugin [-] Segment a767ecea-badc-444c-9ae7-769c5495e790 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a767ecea-badc-444c-9ae7-769c5495e790 found for delete ", "request_id": "req-5a16eaa5-b717-4e5d-b4c2-5d4c94f9a44b"}]} 2026-04-23 03:39:26.753 8 INFO neutron.services.segments.plugin [-] Segment a767ecea-badc-444c-9ae7-769c5495e790 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a767ecea-badc-444c-9ae7-769c5495e790 found for delete ", "request_id": "req-90523b8f-ed7d-4e21-93e9-0cf86ba4d3d3"}]} 2026-04-23 03:39:26.799 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1a6759e4-159f-42d5-81b9-53d6dd142585 9f675f1004604ef58e56b9d4c2ea7923 a440ac95ab604e6fac6b55c7d55cfd4f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1299/2504] 10.0.0.170 () {32 vars in 723 bytes} [Thu Apr 23 03:39:26 2026] GET /v2.0/networks/3625ce0c-689e-4cfe-9c90-aa22ba29f30b => generated 138 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2505] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:39:26 2026] DELETE /v2.0/networks/3625ce0c-689e-4cfe-9c90-aa22ba29f30b => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:39:27.039 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fb15edfa-8ba5-443e-80b9-e7c8a80c1e2f 3e672d3666bb4198913d78ab3d803ed1 1514997ffd4d435282bb219fc66ee9a2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1300/2506] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:39:27 2026] DELETE /v2.0/subnets/7a719f96-66fd-43c7-b1a9-b31fd002077c => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 03:39:27.058 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5a3d29ec-8105-4e8f-898b-58026e07eaad 3e672d3666bb4198913d78ab3d803ed1 1514997ffd4d435282bb219fc66ee9a2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1207/2507] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:39:27 2026] DELETE /v2.0/subnets/6b5c48d5-b1ce-481b-be60-e5f02c18c939 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 03:39:27.084 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6f6db2b4-7a3d-494e-8ee8-fdaec38eea10 3e672d3666bb4198913d78ab3d803ed1 1514997ffd4d435282bb219fc66ee9a2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1301/2508] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:39:27 2026] DELETE /v2.0/subnets/2a50aa7c-17b1-4c78-9c51-11fe09603ae9 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2509] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:39:27 2026] GET /v2.0/ports?device_id=e4ec25e0-2b8a-46c3-845b-925df034db54 => 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: 1302/2510] 10.0.0.121 () {34 vars in 1120 bytes} [Thu Apr 23 03:39:27 2026] GET /v2.0/security-groups?id=ff2499ff-718e-4dc1-b51e-2515fb270602&id=f1528e11-85bc-451e-bd96-39b9ffff6355&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:39:28.042 8 WARNING neutron.db.securitygroups_db [None req-91d9472b-934e-41b4-9a27-297d30abc6a7 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1209/2511] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:39:27 2026] GET /v2.0/security-groups?tenant_id=a440ac95ab604e6fac6b55c7d55cfd4f&name=default => generated 2929 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2512] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:39:28 2026] DELETE /v2.0/security-groups/645b210b-6a97-4f6d-b115-f052aa34b958 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:39:28.379 8 WARNING neutron.db.securitygroups_db [None req-7ccd7be6-b445-4268-b694-5c9f7ae43823 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1210/2513] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:39:28 2026] GET /v2.0/security-groups?tenant_id=1514997ffd4d435282bb219fc66ee9a2&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: 1211/2514] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:39:28 2026] GET /v2.0/ports?device_id=e4ec25e0-2b8a-46c3-845b-925df034db54 => generated 1010 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2515] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:39:28 2026] DELETE /v2.0/security-groups/555ff1cc-415b-4fd8-a507-6b29e34f288a => 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: 1212/2516] 199.204.45.25 () {34 vars in 993 bytes} [Thu Apr 23 03:39:28 2026] GET /v2.0/ports?device_id=e4ec25e0-2b8a-46c3-845b-925df034db54 => generated 1010 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2517] 10.0.0.121 () {34 vars in 1120 bytes} [Thu Apr 23 03:39:28 2026] GET /v2.0/security-groups?id=ff2499ff-718e-4dc1-b51e-2515fb270602&id=f1528e11-85bc-451e-bd96-39b9ffff6355&fields=id&fields=name => generated 206 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:39:28.658 7 WARNING neutron.db.securitygroups_db [None req-6fa00b74-0d31-4bb2-84f5-84d1529e56fd 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 03:39:28.670 8 INFO neutron_taas.services.taas.taas_plugin [req-84943d3a-cfe2-438c-904c-726a48e94587 req-ac8f5e85-6b6c-43f4-b18d-d40d095d16a6 8fd42ccf9af14769a2ee011d8822ff63 d8f125a5e6fe48ad92658ebc102225f8 - - default default] TaaS: Handle Delete Port: 8c8353bb-050a-4f29-ac48-407f62846438 2026-04-23 03:39:28.673 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-84943d3a-cfe2-438c-904c-726a48e94587 req-ac8f5e85-6b6c-43f4-b18d-d40d095d16a6 8fd42ccf9af14769a2ee011d8822ff63 d8f125a5e6fe48ad92658ebc102225f8 - - default default] Tap Mirror: Handle Delete Port: 8c8353bb-050a-4f29-ac48-407f62846438 2026-04-23 03:39:28.772 8 INFO neutron.services.segments.plugin [-] Segment 42833322-5961-4e09-895a-a7941c2e24e9 resource provider aggregate not found 2026-04-23 03:39:28.779 8 INFO neutron.services.segments.plugin [-] Segment 42833322-5961-4e09-895a-a7941c2e24e9 resource provider aggregate not found [pid: 7|app: 0|req: 1306/2518] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:39:28 2026] GET /v2.0/security-groups?tenant_id=c5f14ac7204a40989799257c62d198a7&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:39:28.801 8 INFO neutron.services.segments.plugin [-] Segment 42833322-5961-4e09-895a-a7941c2e24e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42833322-5961-4e09-895a-a7941c2e24e9 found for delete ", "request_id": "req-1ef646fb-7e20-48eb-9a48-e5c71d68607a"}]} 2026-04-23 03:39:28.803 8 INFO neutron.services.segments.plugin [-] Segment 42833322-5961-4e09-895a-a7941c2e24e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42833322-5961-4e09-895a-a7941c2e24e9 found for delete ", "request_id": "req-ddca8f9d-c062-4993-b5ad-486caf3acd85"}]} 2026-04-23 03:39:28.825 8 INFO neutron.db.l3_db [req-84943d3a-cfe2-438c-904c-726a48e94587 req-ac8f5e85-6b6c-43f4-b18d-d40d095d16a6 8fd42ccf9af14769a2ee011d8822ff63 d8f125a5e6fe48ad92658ebc102225f8 - - default default] Floating IP ef236f6e-156d-4dea-8021-bebbb4fe7ff3 disassociated. External IP: 10.96.250.208, port: 8c8353bb-050a-4f29-ac48-407f62846438. [pid: 7|app: 0|req: 1307/2519] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:39:28 2026] DELETE /v2.0/security-groups/105a08f6-dcdd-4cf9-aa03-3c26e8ab7f30 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2520] 199.204.45.25 () {36 vars in 996 bytes} [Thu Apr 23 03:39:28 2026] DELETE /v2.0/ports/8c8353bb-050a-4f29-ac48-407f62846438 => generated 0 bytes in 634 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:39:29.221 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3e10077e-71f8-44cc-bd98-f723dffcde1e'] response: {'server_uuid': 'e4ec25e0-2b8a-46c3-845b-925df034db54', 'name': 'network-vif-deleted', 'tag': '8c8353bb-050a-4f29-ac48-407f62846438', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1308/2521] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:39:29 2026] GET /v2.0/ports?device_id=e4ec25e0-2b8a-46c3-845b-925df034db54 => 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: 1214/2522] 199.204.45.25 () {30 vars in 702 bytes} [Thu Apr 23 03:39:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2523] 199.204.45.25 () {30 vars in 704 bytes} [Thu Apr 23 03:39:30 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: 1215/2524] 199.204.45.25 () {30 vars in 680 bytes} [Thu Apr 23 03:39:30 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2525] 199.204.45.25 () {30 vars in 716 bytes} [Thu Apr 23 03:39:30 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: 1216/2526] 199.204.45.25 () {30 vars in 740 bytes} [Thu Apr 23 03:39:30 2026] GET /v2.0/subnets/2de9237e-3363-49c2-95f4-eba47cd6a79c => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2527] 199.204.45.25 () {30 vars in 768 bytes} [Thu Apr 23 03:39:30 2026] GET /v2.0/ports?device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2528] 199.204.45.25 () {34 vars in 716 bytes} [Thu Apr 23 03:39:30 2026] POST /v2.0/ports => generated 1059 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2529] 10.0.0.121 () {34 vars in 971 bytes} [Thu Apr 23 03:39:30 2026] GET /v2.0/ports/61aef9b2-8973-4a8a-a129-5a1298c71223 => generated 1059 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2530] 10.0.0.121 () {34 vars in 907 bytes} [Thu Apr 23 03:39:30 2026] GET /v2.0/extensions => generated 22037 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2531] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:39:30 2026] GET /v2.0/ports?device_id=e4ec25e0-2b8a-46c3-845b-925df034db54 => 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: 1220/2534] 199.204.45.25 () {34 vars in 1261 bytes} [Thu Apr 23 03:39:31 2026] GET /v2.0/ports/61aef9b2-8973-4a8a-a129-5a1298c71223?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: 1315/2535] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:39:31 2026] GET /v2.0/networks/89df1abb-da19-40e0-83bc-736b02df7485?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2536] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:39:31 2026] GET /v2.0/networks/89df1abb-da19-40e0-83bc-736b02df7485?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: 1316/2537] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:39:31 2026] GET /v2.0/ports?device_id=e4ec25e0-2b8a-46c3-845b-925df034db54 => 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: 1222/2538] 199.204.45.25 () {34 vars in 974 bytes} [Thu Apr 23 03:39:32 2026] GET /v2.0/ports/61aef9b2-8973-4a8a-a129-5a1298c71223 => generated 1059 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2539] 199.204.45.25 () {34 vars in 985 bytes} [Thu Apr 23 03:39:32 2026] GET /v2.0/networks?id=89df1abb-da19-40e0-83bc-736b02df7485 => generated 803 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2540] 199.204.45.25 () {38 vars in 1027 bytes} [Thu Apr 23 03:39:32 2026] PUT /v2.0/ports/61aef9b2-8973-4a8a-a129-5a1298c71223 => generated 1249 bytes in 456 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:39:32.918 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5f743350-8e9e-4c92-b703-308802f2bffb'] response: {'name': 'network-changed', 'server_uuid': '331e5a58-a533-4da8-a3bb-7477b405a2a4', 'tag': '61aef9b2-8973-4a8a-a129-5a1298c71223', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1224/2541] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:39:33 2026] DELETE /v2.0/security-groups/ff2499ff-718e-4dc1-b51e-2515fb270602 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:39:33.149 8 INFO neutron.api.v2.resource [None req-e9abbf69-904b-42c5-bd35-23da2a23200b 8fd42ccf9af14769a2ee011d8822ff63 d8f125a5e6fe48ad92658ebc102225f8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1225/2542] 10.0.0.170 () {32 vars in 737 bytes} [Thu Apr 23 03:39:33 2026] GET /v2.0/security-groups/ff2499ff-718e-4dc1-b51e-2515fb270602 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 03:39:33.201 7 INFO neutron.db.segments_db [None req-cdb9beee-a91d-4fae-8183-6898de177bb6 5d21200b3ee94b4695fff8872df3bcc6 0d79d5c2771c4172816336b094c15ab2 - - default default] Added segment 39a80774-814a-4e9e-b7ac-d57147a4eaa8 of type vxlan for network 5bb2e098-fa6b-45e4-99bf-6c9cbd6a15a7 2026-04-23 03:39:33.250 8 INFO neutron_taas.services.taas.taas_plugin [None req-5cdefe69-caa4-4934-a0b2-bf0b43fdcbb5 8fd42ccf9af14769a2ee011d8822ff63 d8f125a5e6fe48ad92658ebc102225f8 - - default default] TaaS: Handle Delete Port: dfd72c72-3ed2-4d77-9a26-d1a358e12ae1 2026-04-23 03:39:33.253 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5cdefe69-caa4-4934-a0b2-bf0b43fdcbb5 8fd42ccf9af14769a2ee011d8822ff63 d8f125a5e6fe48ad92658ebc102225f8 - - default default] Tap Mirror: Handle Delete Port: dfd72c72-3ed2-4d77-9a26-d1a358e12ae1 [pid: 8|app: 0|req: 1226/2543] 10.0.0.170 () {32 vars in 732 bytes} [Thu Apr 23 03:39:33 2026] DELETE /v2.0/floatingips/ef236f6e-156d-4dea-8021-bebbb4fe7ff3 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:39:33.446 7 INFO neutron.db.l3_hamode_db [None req-cdb9beee-a91d-4fae-8183-6898de177bb6 5d21200b3ee94b4695fff8872df3bcc6 0d79d5c2771c4172816336b094c15ab2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1227/2544] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:39:33 2026] GET /v2.0/ports?tenant_id=2ab91cae2a9e4fd69cbfdee8b5f3aeda&device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 2489 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2545] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:39:33 2026] DELETE /v2.0/security-groups/f1528e11-85bc-451e-bd96-39b9ffff6355 => 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: 1229/2546] 199.204.45.25 () {34 vars in 985 bytes} [Thu Apr 23 03:39:33 2026] GET /v2.0/networks?id=89df1abb-da19-40e0-83bc-736b02df7485 => generated 803 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:39:33.958 7 INFO neutron.db.l3_hamode_db [None req-cdb9beee-a91d-4fae-8183-6898de177bb6 5d21200b3ee94b4695fff8872df3bcc6 0d79d5c2771c4172816336b094c15ab2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 03:39:34.007 8 INFO neutron_taas.services.taas.taas_plugin [None req-4f992a8e-9c1e-4bb2-80c8-a9764aa8fe03 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: 649263bb-da92-4ba4-b879-b0f194c8d604 2026-04-23 03:39:34.011 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f992a8e-9c1e-4bb2-80c8-a9764aa8fe03 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: 649263bb-da92-4ba4-b879-b0f194c8d604 [pid: 7|app: 0|req: 1318/2547] 10.0.0.170 () {34 vars in 668 bytes} [Thu Apr 23 03:39:33 2026] POST /v2.0/routers => generated 474 bytes in 1528 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2548] 199.204.45.25 () {34 vars in 1057 bytes} [Thu Apr 23 03:39:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.220&port_id=61aef9b2-8973-4a8a-a129-5a1298c71223 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:39:34.586 7 INFO neutron.db.l3_hamode_db [None req-cf6d7eb4-ffb0-454d-8bf5-2c0dcbc39a03 5d21200b3ee94b4695fff8872df3bcc6 0d79d5c2771c4172816336b094c15ab2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1230/2549] 10.0.0.170 () {34 vars in 789 bytes} [Thu Apr 23 03:39:33 2026] PUT /v2.0/routers/f6bff622-6ef1-4b70-bc61-90457e9b5204/remove_router_interface => generated 310 bytes in 956 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2550] 199.204.45.25 () {34 vars in 983 bytes} [Thu Apr 23 03:39:34 2026] GET /v2.0/subnets?id=2de9237e-3363-49c2-95f4-eba47cd6a79c => generated 678 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:39:34.713 7 INFO neutron.db.l3_hamode_db [None req-cf6d7eb4-ffb0-454d-8bf5-2c0dcbc39a03 5d21200b3ee94b4695fff8872df3bcc6 0d79d5c2771c4172816336b094c15ab2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 03:39:34.852 8 INFO neutron_taas.services.taas.taas_plugin [None req-09bc9f62-4e03-4f66-b3d5-27462936998b 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: 1dc9aff1-22f4-43d5-ace4-d0cc2a6c6bef 2026-04-23 03:39:34.856 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09bc9f62-4e03-4f66-b3d5-27462936998b 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: 1dc9aff1-22f4-43d5-ace4-d0cc2a6c6bef 2026-04-23 03:39:35.091 8 INFO neutron_taas.services.taas.taas_plugin [None req-09bc9f62-4e03-4f66-b3d5-27462936998b 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: b40aa710-7be9-4cbd-a9b1-310fa83f0428 2026-04-23 03:39:35.094 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09bc9f62-4e03-4f66-b3d5-27462936998b 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: b40aa710-7be9-4cbd-a9b1-310fa83f0428 [pid: 7|app: 0|req: 1320/2551] 10.0.0.170 () {34 vars in 668 bytes} [Thu Apr 23 03:39:34 2026] POST /v2.0/routers => generated 474 bytes in 799 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2552] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:39:35 2026] GET /v2.0/ports?network_id=89df1abb-da19-40e0-83bc-736b02df7485&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:39:35.433 7 INFO neutron.db.l3_hamode_db [None req-24c4dc48-c8d2-4736-9f6e-d2bcc3423af2 5d21200b3ee94b4695fff8872df3bcc6 0d79d5c2771c4172816336b094c15ab2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 03:39:35.437 8 INFO neutron.services.segments.plugin [-] Segment 5db30522-e154-4258-bc0c-cbc0a76199af resource provider aggregate not found 2026-04-23 03:39:35.444 8 INFO neutron.services.segments.plugin [-] Segment 5db30522-e154-4258-bc0c-cbc0a76199af resource provider aggregate not found 2026-04-23 03:39:35.457 8 INFO neutron.services.segments.plugin [-] Segment 5db30522-e154-4258-bc0c-cbc0a76199af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5db30522-e154-4258-bc0c-cbc0a76199af found for delete ", "request_id": "req-356a147d-40d8-43e2-9c3d-e7beb951df2b"}]} 2026-04-23 03:39:35.463 8 INFO neutron.services.segments.plugin [-] Segment 5db30522-e154-4258-bc0c-cbc0a76199af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5db30522-e154-4258-bc0c-cbc0a76199af found for delete ", "request_id": "req-872f1ff4-d512-402f-92d6-ca27b096d52f"}]} 2026-04-23 03:39:35.464 8 INFO neutron.db.l3_hamode_db [None req-09bc9f62-4e03-4f66-b3d5-27462936998b 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] HA network 923c49bd-24a4-4855-b585-9f47998cd60b was deleted as no HA routers are present in project d8f125a5e6fe48ad92658ebc102225f8. [pid: 8|app: 0|req: 1232/2553] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:39:34 2026] DELETE /v2.0/routers/f6bff622-6ef1-4b70-bc61-90457e9b5204 => generated 0 bytes in 833 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2554] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:39:35 2026] GET /v2.0/networks/89df1abb-da19-40e0-83bc-736b02df7485?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:39:35.572 7 INFO neutron.db.l3_hamode_db [None req-24c4dc48-c8d2-4736-9f6e-d2bcc3423af2 5d21200b3ee94b4695fff8872df3bcc6 0d79d5c2771c4172816336b094c15ab2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1234/2555] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:39:35 2026] DELETE /v2.0/subnets/cfbcf799-81fc-44e2-99e2-1272babdc076 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2556] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:39:35 2026] GET /v2.0/networks/89df1abb-da19-40e0-83bc-736b02df7485?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:39:35.809 8 INFO neutron_taas.services.taas.taas_plugin [None req-5311ebd7-e11e-4786-bdec-29c9958b9783 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: 97f13110-3a04-4913-bf4c-d0e96c42286b 2026-04-23 03:39:35.812 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5311ebd7-e11e-4786-bdec-29c9958b9783 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: 97f13110-3a04-4913-bf4c-d0e96c42286b [pid: 8|app: 0|req: 1236/2557] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:39:35 2026] DELETE /v2.0/networks/91986a7e-47ff-4b02-a09b-24de901852ab => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2558] 10.0.0.170 () {34 vars in 668 bytes} [Thu Apr 23 03:39:35 2026] POST /v2.0/routers => generated 474 bytes in 796 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:39:36.231 7 INFO neutron.db.l3_hamode_db [None req-3ed3665e-9172-460b-bf29-fbbc25826e0d 5d21200b3ee94b4695fff8872df3bcc6 0d79d5c2771c4172816336b094c15ab2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 03:39:36.361 8 INFO neutron_taas.services.taas.taas_plugin [None req-2f3da2b8-7bd0-4cc2-bd49-69698c896e9b 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: 2c2dd69f-3b63-45ac-95bb-5b6351778a9e 2026-04-23 03:39:36.364 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f3da2b8-7bd0-4cc2-bd49-69698c896e9b 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: 2c2dd69f-3b63-45ac-95bb-5b6351778a9e 2026-04-23 03:39:36.364 7 INFO neutron.db.l3_hamode_db [None req-3ed3665e-9172-460b-bf29-fbbc25826e0d 5d21200b3ee94b4695fff8872df3bcc6 0d79d5c2771c4172816336b094c15ab2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1237/2559] 10.0.0.170 () {34 vars in 789 bytes} [Thu Apr 23 03:39:36 2026] PUT /v2.0/routers/ed20a83a-e3da-4409-af0a-298438a189ba/remove_router_interface => generated 310 bytes in 910 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2560] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:39:36 2026] GET /v2.0/ports?tenant_id=2ab91cae2a9e4fd69cbfdee8b5f3aeda&device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 2489 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2561] 10.0.0.170 () {34 vars in 668 bytes} [Thu Apr 23 03:39:36 2026] POST /v2.0/routers => generated 474 bytes in 768 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2562] 199.204.45.25 () {34 vars in 1061 bytes} [Thu Apr 23 03:39:36 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.108&port_id=7fdcdce0-a95d-48b7-a525-b8929f55b5d1 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:39:37.039 7 INFO neutron.db.l3_hamode_db [None req-47c51995-77fe-4c1b-907a-88343244a460 5d21200b3ee94b4695fff8872df3bcc6 0d79d5c2771c4172816336b094c15ab2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 03:39:37.137 8 INFO neutron_taas.services.taas.taas_plugin [None req-60398984-4b87-4d4d-9e64-db0232363922 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: 1399d2c2-50d8-4946-a8d1-686249d2f183 2026-04-23 03:39:37.140 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60398984-4b87-4d4d-9e64-db0232363922 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: 1399d2c2-50d8-4946-a8d1-686249d2f183 2026-04-23 03:39:37.155 7 INFO neutron.db.l3_hamode_db [None req-47c51995-77fe-4c1b-907a-88343244a460 5d21200b3ee94b4695fff8872df3bcc6 0d79d5c2771c4172816336b094c15ab2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 03:39:37.383 8 INFO neutron_taas.services.taas.taas_plugin [None req-60398984-4b87-4d4d-9e64-db0232363922 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: d1685e5f-c621-403e-8a06-3eb9533cec7e 2026-04-23 03:39:37.387 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60398984-4b87-4d4d-9e64-db0232363922 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: d1685e5f-c621-403e-8a06-3eb9533cec7e 2026-04-23 03:39:37.481 8 INFO neutron.services.segments.plugin [-] Segment 8603e570-d799-4db6-8c8e-d9c4e1b0db08 resource provider aggregate not found 2026-04-23 03:39:37.487 8 INFO neutron.services.segments.plugin [-] Segment 8603e570-d799-4db6-8c8e-d9c4e1b0db08 resource provider aggregate not found 2026-04-23 03:39:37.505 8 INFO neutron.services.segments.plugin [-] Segment 8603e570-d799-4db6-8c8e-d9c4e1b0db08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8603e570-d799-4db6-8c8e-d9c4e1b0db08 found for delete ", "request_id": "req-135cd0d8-87e4-44f4-a956-cf1ec4f0a964"}]} 2026-04-23 03:39:37.512 8 INFO neutron.services.segments.plugin [-] Segment 8603e570-d799-4db6-8c8e-d9c4e1b0db08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8603e570-d799-4db6-8c8e-d9c4e1b0db08 found for delete ", "request_id": "req-05223690-08e9-4d64-92a0-a4ef75cb2ad7"}]} 2026-04-23 03:39:37.781 8 INFO neutron.db.l3_hamode_db [None req-60398984-4b87-4d4d-9e64-db0232363922 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] HA network d8cd1260-b92d-4226-990f-c5c71905dbbb was deleted as no HA routers are present in project a85c5a08c8264826abb93d2fe7b5943d. [pid: 8|app: 0|req: 1239/2563] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:39:36 2026] DELETE /v2.0/routers/ed20a83a-e3da-4409-af0a-298438a189ba => generated 0 bytes in 835 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2564] 10.0.0.170 () {34 vars in 668 bytes} [Thu Apr 23 03:39:36 2026] POST /v2.0/routers => generated 474 bytes in 813 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2565] 199.204.45.25 () {34 vars in 983 bytes} [Thu Apr 23 03:39:37 2026] GET /v2.0/subnets?id=c8f8de27-487b-494f-ba40-79cd26910882 => generated 654 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:39:37.883 8 WARNING tagging [None req-bcadc4c4-6ffb-439a-91fd-2d05b47aa854 5d21200b3ee94b4695fff8872df3bcc6 0d79d5c2771c4172816336b094c15ab2 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1326/2566] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:39:37 2026] DELETE /v2.0/subnets/7ef8945c-0d3e-449f-bcd4-f2600674ad2b => 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: 1241/2567] 10.0.0.170 () {34 vars in 751 bytes} [Thu Apr 23 03:39:37 2026] PUT /v2.0/routers/bfc1cd50-c1be-4921-8b3f-42c39c9b26df/tags => generated 17 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2568] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:39:37 2026] GET /v2.0/ports?network_id=0d59cd45-72f9-400b-9976-cb04780b0663&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:39:38.003 7 WARNING tagging [None req-daf9111d-72ed-420b-9f9c-a3a323e7b83e 5d21200b3ee94b4695fff8872df3bcc6 0d79d5c2771c4172816336b094c15ab2 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 03:39:38.043 8 INFO neutron_taas.services.taas.taas_plugin [None req-780c430a-8004-4a59-9ab9-c902d3d6b520 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: c8e8e61a-363b-42be-83e6-c6105c95840a 2026-04-23 03:39:38.046 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-780c430a-8004-4a59-9ab9-c902d3d6b520 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: c8e8e61a-363b-42be-83e6-c6105c95840a [pid: 7|app: 0|req: 1328/2569] 10.0.0.170 () {34 vars in 751 bytes} [Thu Apr 23 03:39:37 2026] PUT /v2.0/routers/e274558e-c2ef-403b-85c0-24ff5a435d1b/tags => generated 25 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2570] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:39:38 2026] GET /v2.0/networks/0d59cd45-72f9-400b-9976-cb04780b0663?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:39:38.123 7 WARNING tagging [None req-7a3330dd-5389-49da-99ea-da7be053a1f6 5d21200b3ee94b4695fff8872df3bcc6 0d79d5c2771c4172816336b094c15ab2 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1330/2571] 10.0.0.170 () {34 vars in 751 bytes} [Thu Apr 23 03:39:38 2026] PUT /v2.0/routers/d5c90e53-7cec-4c2e-8f45-d77b17af9fa0/tags => generated 34 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2572] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:39:38 2026] GET /v2.0/networks/0d59cd45-72f9-400b-9976-cb04780b0663?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: 1242/2573] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:39:37 2026] DELETE /v2.0/networks/9c403548-e6ed-4dc4-8029-a920988a1f16 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2574] 199.204.45.25 () {34 vars in 1057 bytes} [Thu Apr 23 03:39:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.220&port_id=61aef9b2-8973-4a8a-a129-5a1298c71223 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:39:38.259 7 WARNING tagging [None req-9302c76c-05a9-4cca-9981-60eda7f8ddd1 5d21200b3ee94b4695fff8872df3bcc6 0d79d5c2771c4172816336b094c15ab2 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1244/2575] 199.204.45.25 () {34 vars in 983 bytes} [Thu Apr 23 03:39:38 2026] GET /v2.0/subnets?id=2de9237e-3363-49c2-95f4-eba47cd6a79c => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2576] 10.0.0.170 () {34 vars in 751 bytes} [Thu Apr 23 03:39:38 2026] PUT /v2.0/routers/ae66486e-8984-45dd-a3c0-4f0f59b4c9db/tags => generated 19 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2577] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:39:38 2026] GET /v2.0/ports?network_id=89df1abb-da19-40e0-83bc-736b02df7485&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: 1246/2578] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:39:38 2026] GET /v2.0/networks/89df1abb-da19-40e0-83bc-736b02df7485?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: 1333/2579] 10.0.0.170 () {32 vars in 664 bytes} [Thu Apr 23 03:39:38 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2580] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:39:38 2026] GET /v2.0/networks/89df1abb-da19-40e0-83bc-736b02df7485?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) 2026-04-23 03:39:38.492 8 WARNING neutron.db.securitygroups_db [None req-175f8188-2e49-499c-9cb6-451f896e1ae8 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1334/2581] 10.0.0.170 () {32 vars in 678 bytes} [Thu Apr 23 03:39:38 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2582] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:39:38 2026] GET /v2.0/security-groups?tenant_id=d8f125a5e6fe48ad92658ebc102225f8&name=default => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2583] 10.0.0.170 () {32 vars in 674 bytes} [Thu Apr 23 03:39:38 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2584] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:39:38 2026] DELETE /v2.0/security-groups/477c4830-9387-44b2-a7ce-e31f6c3c1f27 => 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: 1336/2585] 10.0.0.170 () {32 vars in 686 bytes} [Thu Apr 23 03:39:38 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2586] 10.0.0.170 () {32 vars in 672 bytes} [Thu Apr 23 03:39:38 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:39:38.758 7 WARNING neutron.db.securitygroups_db [None req-be4f59b2-ea3c-4acc-a1e7-5a25258218bc 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1337/2587] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:39:38 2026] GET /v2.0/security-groups?tenant_id=a85c5a08c8264826abb93d2fe7b5943d&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2588] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:39:38 2026] DELETE /v2.0/security-groups/4ebe9679-409b-4d1c-902c-30e5fd599361 => 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: 1251/2589] 10.0.0.170 () {32 vars in 686 bytes} [Thu Apr 23 03:39:38 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 571 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2590] 10.0.0.170 () {32 vars in 682 bytes} [Thu Apr 23 03:39:39 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:39:39.535 8 INFO neutron.services.segments.plugin [-] Segment 9f2a4a72-bf4f-4c25-a432-2124a71c5f0a resource provider aggregate not found 2026-04-23 03:39:39.543 8 INFO neutron.services.segments.plugin [-] Segment 9f2a4a72-bf4f-4c25-a432-2124a71c5f0a resource provider aggregate not found [pid: 8|app: 0|req: 1252/2591] 10.0.0.170 () {32 vars in 694 bytes} [Thu Apr 23 03:39:39 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:39:39.563 8 INFO neutron.services.segments.plugin [-] Segment 9f2a4a72-bf4f-4c25-a432-2124a71c5f0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f2a4a72-bf4f-4c25-a432-2124a71c5f0a found for delete ", "request_id": "req-e8221cf2-77de-4029-a848-4a11b328f15d"}]} 2026-04-23 03:39:39.567 8 INFO neutron.services.segments.plugin [-] Segment 9f2a4a72-bf4f-4c25-a432-2124a71c5f0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f2a4a72-bf4f-4c25-a432-2124a71c5f0a found for delete ", "request_id": "req-1d16dfde-aea0-4782-80e1-de68bcc9128f"}]} 2026-04-23 03:39:39.582 8 INFO neutron.services.segments.plugin [-] Segment ef587cfb-3f6e-418a-90ac-de359972c45a resource provider aggregate not found 2026-04-23 03:39:39.586 8 INFO neutron.services.segments.plugin [-] Segment ef587cfb-3f6e-418a-90ac-de359972c45a resource provider aggregate not found 2026-04-23 03:39:39.600 8 INFO neutron.services.segments.plugin [-] Segment ef587cfb-3f6e-418a-90ac-de359972c45a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef587cfb-3f6e-418a-90ac-de359972c45a found for delete ", "request_id": "req-4e48e6f4-70ca-493b-b8a0-964706eff30b"}]} 2026-04-23 03:39:39.604 8 INFO neutron.services.segments.plugin [-] Segment ef587cfb-3f6e-418a-90ac-de359972c45a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef587cfb-3f6e-418a-90ac-de359972c45a found for delete ", "request_id": "req-c5b737aa-e0e0-4375-8632-db8072bb7eeb"}]} [pid: 7|app: 0|req: 1340/2592] 10.0.0.170 () {32 vars in 721 bytes} [Thu Apr 23 03:39:39 2026] GET /v2.0/routers/bfc1cd50-c1be-4921-8b3f-42c39c9b26df => generated 485 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2593] 10.0.0.170 () {34 vars in 742 bytes} [Thu Apr 23 03:39:39 2026] PUT /v2.0/routers/bfc1cd50-c1be-4921-8b3f-42c39c9b26df => generated 485 bytes in 579 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2594] 10.0.0.170 () {32 vars in 736 bytes} [Thu Apr 23 03:39:40 2026] GET /v2.0/ports?device_id=bfc1cd50-c1be-4921-8b3f-42c39c9b26df => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:39:40.400 8 INFO neutron_taas.services.taas.taas_plugin [None req-c5ad3222-f3e6-424c-827d-f2004178b666 5d21200b3ee94b4695fff8872df3bcc6 0d79d5c2771c4172816336b094c15ab2 - - default default] TaaS: Handle Delete Port: 5ca9a1b5-4a50-4512-80ed-a2cd4639c90a 2026-04-23 03:39:40.405 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5ad3222-f3e6-424c-827d-f2004178b666 5d21200b3ee94b4695fff8872df3bcc6 0d79d5c2771c4172816336b094c15ab2 - - default default] Tap Mirror: Handle Delete Port: 5ca9a1b5-4a50-4512-80ed-a2cd4639c90a [pid: 8|app: 0|req: 1254/2595] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:39:40 2026] DELETE /v2.0/routers/bfc1cd50-c1be-4921-8b3f-42c39c9b26df => generated 0 bytes in 389 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2596] 10.0.0.170 () {32 vars in 721 bytes} [Thu Apr 23 03:39:40 2026] GET /v2.0/routers/e274558e-c2ef-403b-85c0-24ff5a435d1b => generated 493 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2597] 10.0.0.170 () {34 vars in 742 bytes} [Thu Apr 23 03:39:40 2026] PUT /v2.0/routers/e274558e-c2ef-403b-85c0-24ff5a435d1b => generated 493 bytes in 540 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2598] 10.0.0.170 () {32 vars in 736 bytes} [Thu Apr 23 03:39:41 2026] GET /v2.0/ports?device_id=e274558e-c2ef-403b-85c0-24ff5a435d1b => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:39:41.448 8 INFO neutron_taas.services.taas.taas_plugin [None req-3754bb52-c9ad-47bc-a766-6684d30d78df 5d21200b3ee94b4695fff8872df3bcc6 0d79d5c2771c4172816336b094c15ab2 - - default default] TaaS: Handle Delete Port: 69339b28-7729-46aa-8fbc-4488ff15be30 2026-04-23 03:39:41.451 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3754bb52-c9ad-47bc-a766-6684d30d78df 5d21200b3ee94b4695fff8872df3bcc6 0d79d5c2771c4172816336b094c15ab2 - - default default] Tap Mirror: Handle Delete Port: 69339b28-7729-46aa-8fbc-4488ff15be30 [pid: 8|app: 0|req: 1256/2599] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:39:41 2026] DELETE /v2.0/routers/e274558e-c2ef-403b-85c0-24ff5a435d1b => generated 0 bytes in 408 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2600] 10.0.0.170 () {32 vars in 721 bytes} [Thu Apr 23 03:39:41 2026] GET /v2.0/routers/d5c90e53-7cec-4c2e-8f45-d77b17af9fa0 => generated 502 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2601] 10.0.0.121 () {34 vars in 971 bytes} [Thu Apr 23 03:39:42 2026] GET /v2.0/ports/61aef9b2-8973-4a8a-a129-5a1298c71223 => generated 1251 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2602] 10.0.0.170 () {34 vars in 742 bytes} [Thu Apr 23 03:39:41 2026] PUT /v2.0/routers/d5c90e53-7cec-4c2e-8f45-d77b17af9fa0 => generated 502 bytes in 521 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2603] 10.0.0.170 () {32 vars in 736 bytes} [Thu Apr 23 03:39:42 2026] GET /v2.0/ports?device_id=d5c90e53-7cec-4c2e-8f45-d77b17af9fa0 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:39:42.424 8 INFO neutron_taas.services.taas.taas_plugin [None req-154c597d-7132-4440-8edf-8340529af584 5d21200b3ee94b4695fff8872df3bcc6 0d79d5c2771c4172816336b094c15ab2 - - default default] TaaS: Handle Delete Port: bc0ec987-e226-4e70-88df-3a9088cc7719 2026-04-23 03:39:42.426 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-154c597d-7132-4440-8edf-8340529af584 5d21200b3ee94b4695fff8872df3bcc6 0d79d5c2771c4172816336b094c15ab2 - - default default] Tap Mirror: Handle Delete Port: bc0ec987-e226-4e70-88df-3a9088cc7719 [pid: 7|app: 0|req: 1346/2604] 199.204.45.25 () {34 vars in 788 bytes} [Thu Apr 23 03:39:42 2026] PUT /v2.0/ports/61aef9b2-8973-4a8a-a129-5a1298c71223 => generated 1276 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:39:42.525 7 INFO neutron.api.v2.resource [None req-13597c2c-d315-4cf9-9fd1-13b7ed8559bd 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1347/2605] 199.204.45.25 () {30 vars in 762 bytes} [Thu Apr 23 03:39:42 2026] GET /v2.0/security-groups/lb-1ce0424d-838a-44a8-bd29-b130a1fbfe2c => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 03:39:42.541 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fdfead35-52d2-43bb-811c-11f9cb35e221'] response: {'name': 'network-changed', 'server_uuid': '331e5a58-a533-4da8-a3bb-7477b405a2a4', 'tag': '61aef9b2-8973-4a8a-a129-5a1298c71223', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1348/2606] 199.204.45.25 () {30 vars in 784 bytes} [Thu Apr 23 03:39:42 2026] GET /v2.0/security-groups?name=lb-1ce0424d-838a-44a8-bd29-b130a1fbfe2c => generated 1637 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2607] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:39:42 2026] DELETE /v2.0/routers/d5c90e53-7cec-4c2e-8f45-d77b17af9fa0 => generated 0 bytes in 375 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2608] 10.0.0.170 () {32 vars in 721 bytes} [Thu Apr 23 03:39:42 2026] GET /v2.0/routers/ae66486e-8984-45dd-a3c0-4f0f59b4c9db => generated 487 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2609] 199.204.45.25 () {34 vars in 788 bytes} [Thu Apr 23 03:39:42 2026] PUT /v2.0/ports/61aef9b2-8973-4a8a-a129-5a1298c71223 => generated 1314 bytes in 299 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: 1350/2610] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:39:43 2026] GET /v2.0/ports?tenant_id=2ab91cae2a9e4fd69cbfdee8b5f3aeda&device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 2590 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2611] 199.204.45.25 () {34 vars in 985 bytes} [Thu Apr 23 03:39:43 2026] GET /v2.0/networks?id=89df1abb-da19-40e0-83bc-736b02df7485 => generated 803 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2612] 199.204.45.25 () {30 vars in 702 bytes} [Thu Apr 23 03:39:43 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2613] 199.204.45.25 () {34 vars in 1057 bytes} [Thu Apr 23 03:39:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.220&port_id=61aef9b2-8973-4a8a-a129-5a1298c71223 => 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: 1354/2614] 199.204.45.25 () {30 vars in 704 bytes} [Thu Apr 23 03:39:43 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2615] 199.204.45.25 () {34 vars in 983 bytes} [Thu Apr 23 03:39:43 2026] GET /v2.0/subnets?id=2de9237e-3363-49c2-95f4-eba47cd6a79c => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2616] 199.204.45.25 () {30 vars in 680 bytes} [Thu Apr 23 03:39:43 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: 1261/2617] 10.0.0.170 () {34 vars in 742 bytes} [Thu Apr 23 03:39:42 2026] PUT /v2.0/routers/ae66486e-8984-45dd-a3c0-4f0f59b4c9db => generated 487 bytes in 602 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2618] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:39:43 2026] GET /v2.0/ports?network_id=89df1abb-da19-40e0-83bc-736b02df7485&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2619] 199.204.45.25 () {30 vars in 716 bytes} [Thu Apr 23 03:39:43 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: 1264/2620] 10.0.0.170 () {32 vars in 736 bytes} [Thu Apr 23 03:39:43 2026] GET /v2.0/ports?device_id=ae66486e-8984-45dd-a3c0-4f0f59b4c9db => 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: 1265/2621] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:39:43 2026] GET /v2.0/networks/89df1abb-da19-40e0-83bc-736b02df7485?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: 1266/2622] 199.204.45.25 () {30 vars in 740 bytes} [Thu Apr 23 03:39:43 2026] GET /v2.0/subnets/2de9237e-3363-49c2-95f4-eba47cd6a79c => generated 675 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:39:43.502 7 INFO neutron.db.segments_db [None req-e9056e83-b0d4-4a5a-aea1-925780223506 294bd5fc4d50424db012960198e8f0e1 bbfeb70c8a7b4afa8a8f882aaf3e98ec - - default default] Added segment 6e204468-1dc1-4a70-9f1c-aeaf0a4876aa of type vxlan for network d6d31b04-0e2a-4b38-9045-9a83a1b9765b [pid: 7|app: 0|req: 1357/2623] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:39:43 2026] POST /v2.0/networks => generated 632 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:39:43.625 8 INFO neutron_taas.services.taas.taas_plugin [None req-68b9ffe5-aebd-4c67-827b-3de70b820dd7 5d21200b3ee94b4695fff8872df3bcc6 0d79d5c2771c4172816336b094c15ab2 - - default default] TaaS: Handle Delete Port: aea54f4b-22c9-425f-9251-9d232f90d7e5 2026-04-23 03:39:43.627 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-68b9ffe5-aebd-4c67-827b-3de70b820dd7 5d21200b3ee94b4695fff8872df3bcc6 0d79d5c2771c4172816336b094c15ab2 - - default default] Tap Mirror: Handle Delete Port: aea54f4b-22c9-425f-9251-9d232f90d7e5 [pid: 7|app: 0|req: 1358/2624] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:39:43 2026] GET /v2.0/networks/89df1abb-da19-40e0-83bc-736b02df7485?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: 1359/2625] 199.204.45.25 () {30 vars in 736 bytes} [Thu Apr 23 03:39:43 2026] GET /v2.0/ports/04164f27-d2b9-4af5-af80-155bf092a82c => generated 1132 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2626] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:39:43 2026] DELETE /v2.0/routers/ae66486e-8984-45dd-a3c0-4f0f59b4c9db => generated 0 bytes in 381 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2627] 199.204.45.25 () {30 vars in 736 bytes} [Thu Apr 23 03:39:43 2026] GET /v2.0/ports/61aef9b2-8973-4a8a-a129-5a1298c71223 => 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: 1269/2628] 10.0.0.170 () {32 vars in 721 bytes} [Thu Apr 23 03:39:43 2026] GET /v2.0/routers/2c62b844-c559-4bf9-87e8-b186396ddc7a => generated 480 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2629] 199.204.45.25 () {30 vars in 740 bytes} [Thu Apr 23 03:39:43 2026] GET /v2.0/subnets/2de9237e-3363-49c2-95f4-eba47cd6a79c => generated 675 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2630] 10.0.0.170 () {34 vars in 664 bytes} [Thu Apr 23 03:39:43 2026] POST /v2.0/ports => generated 743 bytes in 318 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: 1361/2631] 199.204.45.25 () {30 vars in 742 bytes} [Thu Apr 23 03:39:43 2026] GET /v2.0/networks/89df1abb-da19-40e0-83bc-736b02df7485 => generated 800 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:39:44.072 7 INFO neutron.db.segments_db [None req-cf99f51d-09b8-407e-ad33-b6b726300c1d 294bd5fc4d50424db012960198e8f0e1 bbfeb70c8a7b4afa8a8f882aaf3e98ec - - default default] Added segment f7d3ff6c-4f2f-4864-8998-e9d37b66282d of type vxlan for network a1fc75d4-f255-496d-b1df-ae7c7b25b6f5 [pid: 7|app: 0|req: 1362/2632] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:39:44 2026] POST /v2.0/networks => generated 631 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2633] 199.204.45.25 () {30 vars in 736 bytes} [Thu Apr 23 03:39:44 2026] GET /v2.0/ports/04164f27-d2b9-4af5-af80-155bf092a82c => 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: 1271/2634] 10.0.0.170 () {34 vars in 742 bytes} [Thu Apr 23 03:39:43 2026] PUT /v2.0/routers/2c62b844-c559-4bf9-87e8-b186396ddc7a => generated 480 bytes in 549 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2635] 199.204.45.25 () {30 vars in 740 bytes} [Thu Apr 23 03:39:44 2026] GET /v2.0/subnets/2de9237e-3363-49c2-95f4-eba47cd6a79c => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2636] 10.0.0.170 () {34 vars in 664 bytes} [Thu Apr 23 03:39:44 2026] POST /v2.0/ports => generated 743 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1273/2637] 10.0.0.170 () {32 vars in 736 bytes} [Thu Apr 23 03:39:44 2026] GET /v2.0/ports?device_id=2c62b844-c559-4bf9-87e8-b186396ddc7a => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:39:44.584 7 INFO neutron.db.segments_db [None req-52930025-145d-4ba0-bfee-ac152e6f7df2 294bd5fc4d50424db012960198e8f0e1 bbfeb70c8a7b4afa8a8f882aaf3e98ec - - default default] Added segment 444d1b83-94d1-42d0-93dd-7e9715548c40 of type vxlan for network 76dd45ac-021d-4aa1-9415-1ba31ace18f5 2026-04-23 03:39:44.591 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ba776415-53b1-4b7d-95c3-a351fc360c57'] response: {'name': 'network-changed', 'server_uuid': '331e5a58-a533-4da8-a3bb-7477b405a2a4', 'tag': '61aef9b2-8973-4a8a-a129-5a1298c71223', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1365/2638] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:39:44 2026] POST /v2.0/networks => generated 631 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:39:44.705 8 INFO neutron_taas.services.taas.taas_plugin [None req-4fdf98c6-3790-4269-9ac0-2cf535918fca 5d21200b3ee94b4695fff8872df3bcc6 0d79d5c2771c4172816336b094c15ab2 - - default default] TaaS: Handle Delete Port: a6c4be52-bfc2-44be-a8d0-18f8aa87e3be 2026-04-23 03:39:44.708 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4fdf98c6-3790-4269-9ac0-2cf535918fca 5d21200b3ee94b4695fff8872df3bcc6 0d79d5c2771c4172816336b094c15ab2 - - default default] Tap Mirror: Handle Delete Port: a6c4be52-bfc2-44be-a8d0-18f8aa87e3be [pid: 7|app: 0|req: 1366/2639] 10.0.0.170 () {34 vars in 664 bytes} [Thu Apr 23 03:39:44 2026] POST /v2.0/ports => generated 743 bytes in 299 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-23 03:39:45.005 8 INFO neutron.services.segments.plugin [-] Segment 39a80774-814a-4e9e-b7ac-d57147a4eaa8 resource provider aggregate not found 2026-04-23 03:39:45.018 8 INFO neutron.services.segments.plugin [-] Segment 39a80774-814a-4e9e-b7ac-d57147a4eaa8 resource provider aggregate not found 2026-04-23 03:39:45.041 8 INFO neutron.services.segments.plugin [-] Segment 39a80774-814a-4e9e-b7ac-d57147a4eaa8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39a80774-814a-4e9e-b7ac-d57147a4eaa8 found for delete ", "request_id": "req-a878eae5-1c8f-43ac-a16a-954320123106"}]} 2026-04-23 03:39:45.042 8 INFO neutron.services.segments.plugin [-] Segment 39a80774-814a-4e9e-b7ac-d57147a4eaa8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39a80774-814a-4e9e-b7ac-d57147a4eaa8 found for delete ", "request_id": "req-5d0f6967-a3fc-45f8-8a07-fd2c9a5dbb89"}]} 2026-04-23 03:39:45.049 7 INFO neutron.db.segments_db [None req-46045c3c-ff4e-40f0-9ec9-112e0b5223ea 294bd5fc4d50424db012960198e8f0e1 bbfeb70c8a7b4afa8a8f882aaf3e98ec - - default default] Added segment a0124873-7b20-4a74-8216-d60354b99eb1 of type vxlan for network 14323594-6688-4184-84c4-3245d1f21725 2026-04-23 03:39:45.049 8 INFO neutron.db.l3_hamode_db [None req-4fdf98c6-3790-4269-9ac0-2cf535918fca 5d21200b3ee94b4695fff8872df3bcc6 0d79d5c2771c4172816336b094c15ab2 - - default default] HA network 5bb2e098-fa6b-45e4-99bf-6c9cbd6a15a7 was deleted as no HA routers are present in project 0d79d5c2771c4172816336b094c15ab2. [pid: 8|app: 0|req: 1274/2640] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:39:44 2026] DELETE /v2.0/routers/2c62b844-c559-4bf9-87e8-b186396ddc7a => generated 0 bytes in 520 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2641] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:39:45 2026] GET /v2.0/ports?tenant_id=2ab91cae2a9e4fd69cbfdee8b5f3aeda&device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 2590 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2642] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:39:44 2026] POST /v2.0/networks => generated 631 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2643] 199.204.45.25 () {34 vars in 985 bytes} [Thu Apr 23 03:39:45 2026] GET /v2.0/networks?id=89df1abb-da19-40e0-83bc-736b02df7485 => generated 803 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2644] 199.204.45.25 () {34 vars in 1057 bytes} [Thu Apr 23 03:39:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.220&port_id=61aef9b2-8973-4a8a-a129-5a1298c71223 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2645] 199.204.45.25 () {34 vars in 983 bytes} [Thu Apr 23 03:39:45 2026] GET /v2.0/subnets?id=2de9237e-3363-49c2-95f4-eba47cd6a79c => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2646] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:39:45 2026] GET /v2.0/ports?network_id=89df1abb-da19-40e0-83bc-736b02df7485&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2647] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:39:45 2026] GET /v2.0/networks/89df1abb-da19-40e0-83bc-736b02df7485?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2648] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:39:45 2026] GET /v2.0/networks/89df1abb-da19-40e0-83bc-736b02df7485?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: 1276/2649] 10.0.0.170 () {34 vars in 664 bytes} [Thu Apr 23 03:39:45 2026] POST /v2.0/ports => generated 743 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:39:45.581 7 INFO neutron.db.segments_db [None req-f4dca587-2fae-457c-ac17-5314756958f1 294bd5fc4d50424db012960198e8f0e1 bbfeb70c8a7b4afa8a8f882aaf3e98ec - - default default] Added segment 9694d50d-a528-4686-b07c-228546b6bd8e of type vxlan for network b505684c-8a9a-4d23-9552-de03b740129a [pid: 7|app: 0|req: 1374/2650] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:39:45 2026] POST /v2.0/networks => generated 632 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1277/2651] 10.0.0.170 () {34 vars in 664 bytes} [Thu Apr 23 03:39:45 2026] POST /v2.0/ports => generated 743 bytes in 303 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: 1278/2652] 10.0.0.170 () {34 vars in 747 bytes} [Thu Apr 23 03:39:45 2026] PUT /v2.0/ports/1f9c8a7f-6dc5-4221-b131-9d2968769a68/tags => generated 17 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 03:39:46.065 7 WARNING neutron.db.securitygroups_db [None req-665f0ec8-91c2-46b7-b3e4-77219d8ded30 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1279/2653] 10.0.0.170 () {34 vars in 747 bytes} [Thu Apr 23 03:39:46 2026] PUT /v2.0/ports/c472ce87-10a5-4aa8-8da9-74f9d6a81c57/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1280/2654] 10.0.0.170 () {34 vars in 747 bytes} [Thu Apr 23 03:39:46 2026] PUT /v2.0/ports/cf28185b-60fc-4c73-82c7-198c2853d5bf/tags => generated 34 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2655] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:39:45 2026] GET /v2.0/security-groups?tenant_id=9d6a0437e7f548c9a5c4bd90ea755b04&name=default => generated 2929 bytes in 292 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: 1281/2656] 10.0.0.170 () {34 vars in 747 bytes} [Thu Apr 23 03:39:46 2026] PUT /v2.0/ports/a76697e6-06de-49d3-9c83-45385dea8427/tags => generated 19 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: 7|app: 0|req: 1376/2657] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:39:46 2026] DELETE /v2.0/security-groups/61fdf4a3-11fe-4639-955e-3bef97031853 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:39:46.399 7 WARNING neutron.db.securitygroups_db [None req-0bdd1867-ea5f-486a-9932-ca11779763c2 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1282/2660] 10.0.0.170 () {32 vars in 660 bytes} [Thu Apr 23 03:39:46 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2661] 10.0.0.170 () {32 vars in 674 bytes} [Thu Apr 23 03:39:46 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2662] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:39:46 2026] GET /v2.0/security-groups?tenant_id=aa2fd899d2ad4a239bc843eeb2763785&name=default => generated 2929 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2663] 10.0.0.170 () {32 vars in 670 bytes} [Thu Apr 23 03:39:46 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2664] 10.0.0.170 () {32 vars in 682 bytes} [Thu Apr 23 03:39:46 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2665] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:39:46 2026] DELETE /v2.0/security-groups/a32efb30-7591-4863-99ed-6a7b0bf3bcb5 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2666] 10.0.0.170 () {32 vars in 668 bytes} [Thu Apr 23 03:39:46 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2667] 10.0.0.170 () {32 vars in 682 bytes} [Thu Apr 23 03:39:46 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:39:46.867 7 WARNING neutron.db.securitygroups_db [None req-4fd969bd-a368-4862-b6b7-db504fa07a88 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1287/2668] 10.0.0.170 () {32 vars in 678 bytes} [Thu Apr 23 03:39:46 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2669] 10.0.0.170 () {32 vars in 690 bytes} [Thu Apr 23 03:39:46 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2670] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:39:46 2026] GET /v2.0/security-groups?tenant_id=0d79d5c2771c4172816336b094c15ab2&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:39:47.100 8 INFO neutron_taas.services.taas.taas_plugin [None req-ad8b454d-25cd-4511-a960-b44c1f8a6fa5 294bd5fc4d50424db012960198e8f0e1 bbfeb70c8a7b4afa8a8f882aaf3e98ec - - default default] TaaS: Handle Delete Port: 1f9c8a7f-6dc5-4221-b131-9d2968769a68 2026-04-23 03:39:47.105 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad8b454d-25cd-4511-a960-b44c1f8a6fa5 294bd5fc4d50424db012960198e8f0e1 bbfeb70c8a7b4afa8a8f882aaf3e98ec - - default default] Tap Mirror: Handle Delete Port: 1f9c8a7f-6dc5-4221-b131-9d2968769a68 [pid: 7|app: 0|req: 1383/2671] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:39:47 2026] DELETE /v2.0/security-groups/41458fea-005a-49a8-98db-f0380fc294ab => 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: 1289/2672] 10.0.0.170 () {32 vars in 720 bytes} [Thu Apr 23 03:39:46 2026] DELETE /v2.0/ports/1f9c8a7f-6dc5-4221-b131-9d2968769a68 => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:39:47.289 7 INFO neutron_taas.services.taas.taas_plugin [None req-685b3c1c-5efb-49e1-8805-c1efc6133913 294bd5fc4d50424db012960198e8f0e1 bbfeb70c8a7b4afa8a8f882aaf3e98ec - - default default] TaaS: Handle Delete Port: c472ce87-10a5-4aa8-8da9-74f9d6a81c57 2026-04-23 03:39:47.292 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-685b3c1c-5efb-49e1-8805-c1efc6133913 294bd5fc4d50424db012960198e8f0e1 bbfeb70c8a7b4afa8a8f882aaf3e98ec - - default default] Tap Mirror: Handle Delete Port: c472ce87-10a5-4aa8-8da9-74f9d6a81c57 [pid: 7|app: 0|req: 1384/2673] 10.0.0.170 () {32 vars in 720 bytes} [Thu Apr 23 03:39:47 2026] DELETE /v2.0/ports/c472ce87-10a5-4aa8-8da9-74f9d6a81c57 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:39:47.472 8 INFO neutron_taas.services.taas.taas_plugin [None req-61baf5a8-78c7-4c21-8e47-b8d08a151b9f 294bd5fc4d50424db012960198e8f0e1 bbfeb70c8a7b4afa8a8f882aaf3e98ec - - default default] TaaS: Handle Delete Port: cf28185b-60fc-4c73-82c7-198c2853d5bf 2026-04-23 03:39:47.478 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61baf5a8-78c7-4c21-8e47-b8d08a151b9f 294bd5fc4d50424db012960198e8f0e1 bbfeb70c8a7b4afa8a8f882aaf3e98ec - - default default] Tap Mirror: Handle Delete Port: cf28185b-60fc-4c73-82c7-198c2853d5bf [pid: 8|app: 0|req: 1290/2674] 10.0.0.170 () {32 vars in 720 bytes} [Thu Apr 23 03:39:47 2026] DELETE /v2.0/ports/cf28185b-60fc-4c73-82c7-198c2853d5bf => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:39:47.664 7 INFO neutron_taas.services.taas.taas_plugin [None req-9c2fb72c-1c3e-4fd3-a5f5-e835b766fcc8 294bd5fc4d50424db012960198e8f0e1 bbfeb70c8a7b4afa8a8f882aaf3e98ec - - default default] TaaS: Handle Delete Port: a76697e6-06de-49d3-9c83-45385dea8427 2026-04-23 03:39:47.668 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c2fb72c-1c3e-4fd3-a5f5-e835b766fcc8 294bd5fc4d50424db012960198e8f0e1 bbfeb70c8a7b4afa8a8f882aaf3e98ec - - default default] Tap Mirror: Handle Delete Port: a76697e6-06de-49d3-9c83-45385dea8427 [pid: 7|app: 0|req: 1385/2675] 10.0.0.170 () {32 vars in 720 bytes} [Thu Apr 23 03:39:47 2026] DELETE /v2.0/ports/a76697e6-06de-49d3-9c83-45385dea8427 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:39:47.856 8 INFO neutron_taas.services.taas.taas_plugin [None req-462a4536-6a23-4882-8ef5-61b0879d0ef8 294bd5fc4d50424db012960198e8f0e1 bbfeb70c8a7b4afa8a8f882aaf3e98ec - - default default] TaaS: Handle Delete Port: 82c68b19-ccba-416b-b5d7-107df26e08d4 2026-04-23 03:39:47.859 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-462a4536-6a23-4882-8ef5-61b0879d0ef8 294bd5fc4d50424db012960198e8f0e1 bbfeb70c8a7b4afa8a8f882aaf3e98ec - - default default] Tap Mirror: Handle Delete Port: 82c68b19-ccba-416b-b5d7-107df26e08d4 [pid: 8|app: 0|req: 1291/2676] 10.0.0.170 () {32 vars in 720 bytes} [Thu Apr 23 03:39:47 2026] DELETE /v2.0/ports/82c68b19-ccba-416b-b5d7-107df26e08d4 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:39:48.075 7 INFO neutron.services.segments.plugin [-] Segment 6e204468-1dc1-4a70-9f1c-aeaf0a4876aa resource provider aggregate not found 2026-04-23 03:39:48.079 7 INFO neutron.services.segments.plugin [-] Segment 6e204468-1dc1-4a70-9f1c-aeaf0a4876aa resource provider aggregate not found 2026-04-23 03:39:48.097 7 INFO neutron.services.segments.plugin [-] Segment 6e204468-1dc1-4a70-9f1c-aeaf0a4876aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e204468-1dc1-4a70-9f1c-aeaf0a4876aa found for delete ", "request_id": "req-d482eb3a-5427-49d7-a24b-40350ffb00dd"}]} 2026-04-23 03:39:48.100 7 INFO neutron.services.segments.plugin [-] Segment 6e204468-1dc1-4a70-9f1c-aeaf0a4876aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e204468-1dc1-4a70-9f1c-aeaf0a4876aa found for delete ", "request_id": "req-95ab98b9-cbab-4816-aabe-750fcd9abdbc"}]} [pid: 7|app: 0|req: 1386/2677] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:39:47 2026] DELETE /v2.0/networks/d6d31b04-0e2a-4b38-9045-9a83a1b9765b => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:39:48.235 8 INFO neutron.services.segments.plugin [-] Segment f7d3ff6c-4f2f-4864-8998-e9d37b66282d resource provider aggregate not found 2026-04-23 03:39:48.244 8 INFO neutron.services.segments.plugin [-] Segment f7d3ff6c-4f2f-4864-8998-e9d37b66282d resource provider aggregate not found 2026-04-23 03:39:48.261 8 INFO neutron.services.segments.plugin [-] Segment f7d3ff6c-4f2f-4864-8998-e9d37b66282d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7d3ff6c-4f2f-4864-8998-e9d37b66282d found for delete ", "request_id": "req-25d0dcb7-197d-4daf-b22d-9c64ed5cc70d"}]} 2026-04-23 03:39:48.265 8 INFO neutron.services.segments.plugin [-] Segment f7d3ff6c-4f2f-4864-8998-e9d37b66282d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7d3ff6c-4f2f-4864-8998-e9d37b66282d found for delete ", "request_id": "req-a7ac22e2-9554-4064-a5f4-7a2b46a703b9"}]} [pid: 8|app: 0|req: 1292/2678] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:39:48 2026] DELETE /v2.0/networks/a1fc75d4-f255-496d-b1df-ae7c7b25b6f5 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2679] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:39:48 2026] DELETE /v2.0/networks/76dd45ac-021d-4aa1-9415-1ba31ace18f5 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2680] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:39:48 2026] DELETE /v2.0/networks/14323594-6688-4184-84c4-3245d1f21725 => 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: 1388/2681] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:39:48 2026] DELETE /v2.0/networks/b505684c-8a9a-4d23-9552-de03b740129a => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:39:49.636 8 WARNING neutron.db.securitygroups_db [None req-b9f78d79-7b28-4428-9a14-efee9e964270 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1294/2682] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:39:49 2026] GET /v2.0/security-groups?tenant_id=315640a6e9354a3190d070b4b3556aa7&name=default => generated 2929 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2683] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:39:49 2026] DELETE /v2.0/security-groups/7fc9140d-2377-4468-9cf3-26f4fcb45af0 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:39:49.981 8 WARNING neutron.db.securitygroups_db [None req-7f3e4db7-8e4e-49a0-941c-dd0c443521ea 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1295/2684] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:39:49 2026] GET /v2.0/security-groups?tenant_id=888554aa044c40569b36191b4260761d&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:39:50.115 7 INFO neutron.services.segments.plugin [-] Segment 444d1b83-94d1-42d0-93dd-7e9715548c40 resource provider aggregate not found 2026-04-23 03:39:50.125 7 INFO neutron.services.segments.plugin [-] Segment 444d1b83-94d1-42d0-93dd-7e9715548c40 resource provider aggregate not found 2026-04-23 03:39:50.138 7 INFO neutron.services.segments.plugin [-] Segment 444d1b83-94d1-42d0-93dd-7e9715548c40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 444d1b83-94d1-42d0-93dd-7e9715548c40 found for delete ", "request_id": "req-27e103c1-5831-4ece-921b-d171f45351a2"}]} 2026-04-23 03:39:50.146 7 INFO neutron.services.segments.plugin [-] Segment 444d1b83-94d1-42d0-93dd-7e9715548c40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 444d1b83-94d1-42d0-93dd-7e9715548c40 found for delete ", "request_id": "req-55a62882-187b-435f-83be-75d6fd59220b"}]} 2026-04-23 03:39:50.157 7 INFO neutron.services.segments.plugin [-] Segment 9694d50d-a528-4686-b07c-228546b6bd8e resource provider aggregate not found 2026-04-23 03:39:50.173 7 INFO neutron.services.segments.plugin [-] Segment 9694d50d-a528-4686-b07c-228546b6bd8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9694d50d-a528-4686-b07c-228546b6bd8e found for delete ", "request_id": "req-195b2f70-0df7-42e0-bfb2-ee6512158fbe"}]} 2026-04-23 03:39:50.183 7 INFO neutron.services.segments.plugin [-] Segment 9694d50d-a528-4686-b07c-228546b6bd8e resource provider aggregate not found 2026-04-23 03:39:50.206 7 INFO neutron.services.segments.plugin [-] Segment 9694d50d-a528-4686-b07c-228546b6bd8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9694d50d-a528-4686-b07c-228546b6bd8e found for delete ", "request_id": "req-18d0d23f-9c4e-4dba-965f-8461c7084d08"}]} [pid: 7|app: 0|req: 1390/2685] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:39:50 2026] DELETE /v2.0/security-groups/9e37b758-7398-41de-8532-dfbcbfb7fc42 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:39:50.287 8 INFO neutron.services.segments.plugin [-] Segment a0124873-7b20-4a74-8216-d60354b99eb1 resource provider aggregate not found 2026-04-23 03:39:50.291 8 INFO neutron.services.segments.plugin [-] Segment a0124873-7b20-4a74-8216-d60354b99eb1 resource provider aggregate not found 2026-04-23 03:39:50.300 8 INFO neutron.services.segments.plugin [-] Segment a0124873-7b20-4a74-8216-d60354b99eb1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0124873-7b20-4a74-8216-d60354b99eb1 found for delete ", "request_id": "req-4f1401c5-3011-4861-b03d-57befba22e97"}]} 2026-04-23 03:39:50.308 8 INFO neutron.services.segments.plugin [-] Segment a0124873-7b20-4a74-8216-d60354b99eb1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0124873-7b20-4a74-8216-d60354b99eb1 found for delete ", "request_id": "req-a2cee41e-c67f-4f0a-898d-53a276c2cc36"}]} 2026-04-23 03:39:50.393 8 WARNING neutron.db.securitygroups_db [None req-7fb6fb54-3c28-4ec9-a7b0-d998b3ae09bd 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1296/2686] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:39:50 2026] GET /v2.0/security-groups?tenant_id=bbfeb70c8a7b4afa8a8f882aaf3e98ec&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2687] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:39:50 2026] DELETE /v2.0/security-groups/8e2d4e26-7f08-4812-856d-93b5c339b05d => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:39:51.498 8 INFO neutron.db.segments_db [None req-5edb555c-70c6-4958-9c2c-3d19c97870a1 788b805ba1ae49418075b534011f121b 897f15d60e1e460392804f2c729ffb82 - - default default] Added segment 455e1d8f-29f6-4bda-9b69-1cd6e075328b of type vxlan for network 9d12ac21-1006-4f63-9276-eb1885e9a1e7 [pid: 8|app: 0|req: 1297/2688] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:39:51 2026] POST /v2.0/networks => generated 631 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2689] 10.0.0.170 () {34 vars in 664 bytes} [Thu Apr 23 03:39:51 2026] POST /v2.0/ports => generated 743 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2690] 10.0.0.170 () {34 vars in 666 bytes} [Thu Apr 23 03:39:51 2026] POST /v2.0/trunks => generated 407 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 03:39:52.104 7 INFO neutron.db.segments_db [None req-fcc197ab-a688-4770-a25c-7c2251e3f3ef 788b805ba1ae49418075b534011f121b 897f15d60e1e460392804f2c729ffb82 - - default default] Added segment 68e0b61a-9e54-4175-820b-cb2b9afe0fcc of type vxlan for network 0d2de58e-3e84-4206-b599-59948125fd2c [pid: 7|app: 0|req: 1393/2691] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:39:52 2026] POST /v2.0/networks => generated 632 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2692] 10.0.0.170 () {34 vars in 664 bytes} [Thu Apr 23 03:39:52 2026] POST /v2.0/ports => generated 743 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2693] 10.0.0.170 () {34 vars in 666 bytes} [Thu Apr 23 03:39:52 2026] POST /v2.0/trunks => generated 407 bytes in 248 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-23 03:39:52.804 8 INFO neutron.db.segments_db [None req-8d741c57-b7bc-4dce-b183-a1c606e55240 788b805ba1ae49418075b534011f121b 897f15d60e1e460392804f2c729ffb82 - - default default] Added segment f0c01a6c-7a67-4de1-bde0-0a34b98d1a4f of type vxlan for network e3cf9250-0b62-4cf6-9234-1b9273305ae3 [pid: 8|app: 0|req: 1300/2694] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:39:52 2026] POST /v2.0/networks => generated 632 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2695] 10.0.0.170 () {34 vars in 664 bytes} [Thu Apr 23 03:39:52 2026] POST /v2.0/ports => generated 743 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2696] 10.0.0.170 () {34 vars in 666 bytes} [Thu Apr 23 03:39:53 2026] POST /v2.0/trunks => generated 407 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-23 03:39:53.507 7 INFO neutron.db.segments_db [None req-678146a4-8e93-4115-a649-88b8585d94bb 788b805ba1ae49418075b534011f121b 897f15d60e1e460392804f2c729ffb82 - - default default] Added segment f424f6b7-4285-463b-b1e8-8537991f1b22 of type vxlan for network 974845a1-77e7-47da-818d-ee28c83c9c82 [pid: 7|app: 0|req: 1396/2697] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:39:53 2026] POST /v2.0/networks => generated 632 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2698] 10.0.0.170 () {34 vars in 664 bytes} [Thu Apr 23 03:39:53 2026] POST /v2.0/ports => generated 743 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2699] 10.0.0.170 () {34 vars in 666 bytes} [Thu Apr 23 03:39:53 2026] POST /v2.0/trunks => generated 407 bytes in 142 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-23 03:39:54.098 8 INFO neutron.db.segments_db [None req-fc585eac-0132-4faf-a98c-eeee12b9e2fb 788b805ba1ae49418075b534011f121b 897f15d60e1e460392804f2c729ffb82 - - default default] Added segment 5fc7a72e-a7d9-45e3-9a97-e6920a4aaba2 of type vxlan for network 336cb2f4-bf44-4a5f-8fcd-e0756b520cf3 [pid: 8|app: 0|req: 1303/2700] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:39:54 2026] POST /v2.0/networks => generated 631 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2701] 10.0.0.170 () {34 vars in 664 bytes} [Thu Apr 23 03:39:54 2026] POST /v2.0/ports => generated 743 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2702] 10.0.0.170 () {34 vars in 666 bytes} [Thu Apr 23 03:39:54 2026] POST /v2.0/trunks => generated 407 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:39:54.646 8 WARNING tagging [None req-9981a395-76c9-49f4-89a3-62061bf0ec8c 788b805ba1ae49418075b534011f121b 897f15d60e1e460392804f2c729ffb82 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1305/2703] 10.0.0.170 () {34 vars in 749 bytes} [Thu Apr 23 03:39:54 2026] PUT /v2.0/trunks/2700cc12-6c7f-4522-9471-7ca5d8e231d6/tags => generated 17 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:39:54.685 8 WARNING tagging [None req-db1dbce5-8dbd-421f-adac-3b0f7dedeec5 788b805ba1ae49418075b534011f121b 897f15d60e1e460392804f2c729ffb82 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1306/2704] 10.0.0.170 () {34 vars in 749 bytes} [Thu Apr 23 03:39:54 2026] PUT /v2.0/trunks/4180636c-2c4c-4603-b376-f6a3ad30c744/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:39:54.719 8 WARNING tagging [None req-e381bb64-8f45-4136-b78b-7f90477cb72f 788b805ba1ae49418075b534011f121b 897f15d60e1e460392804f2c729ffb82 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1307/2705] 10.0.0.170 () {34 vars in 749 bytes} [Thu Apr 23 03:39:54 2026] PUT /v2.0/trunks/889153b9-b678-4123-adf7-f29895eab61e/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:39:54.761 8 WARNING tagging [None req-5d2e346d-f357-4871-afd2-f3c9f7796982 788b805ba1ae49418075b534011f121b 897f15d60e1e460392804f2c729ffb82 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1308/2706] 10.0.0.170 () {34 vars in 749 bytes} [Thu Apr 23 03:39:54 2026] PUT /v2.0/trunks/879d9ddc-8bdd-4a00-8408-8ded88a3c49b/tags => generated 19 bytes in 30 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: 1309/2707] 10.0.0.170 () {32 vars in 662 bytes} [Thu Apr 23 03:39:54 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2708] 10.0.0.170 () {32 vars in 676 bytes} [Thu Apr 23 03:39:54 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2709] 10.0.0.170 () {34 vars in 676 bytes} [Thu Apr 23 03:39:54 2026] POST /v2.0/subnetpools => generated 516 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2710] 10.0.0.170 () {32 vars in 672 bytes} [Thu Apr 23 03:39:54 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2711] 10.0.0.170 () {32 vars in 684 bytes} [Thu Apr 23 03:39:54 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: 7|app: 0|req: 1400/2712] 10.0.0.170 () {34 vars in 676 bytes} [Thu Apr 23 03:39:54 2026] POST /v2.0/subnetpools => generated 516 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2713] 10.0.0.170 () {32 vars in 670 bytes} [Thu Apr 23 03:39:54 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: 1314/2714] 10.0.0.170 () {32 vars in 684 bytes} [Thu Apr 23 03:39:54 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: 1315/2715] 10.0.0.170 () {32 vars in 680 bytes} [Thu Apr 23 03:39:54 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2716] 10.0.0.170 () {34 vars in 676 bytes} [Thu Apr 23 03:39:54 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: 1316/2717] 10.0.0.170 () {32 vars in 692 bytes} [Thu Apr 23 03:39:54 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2718] 10.0.0.170 () {32 vars in 719 bytes} [Thu Apr 23 03:39:54 2026] GET /v2.0/trunks/2700cc12-6c7f-4522-9471-7ca5d8e231d6 => generated 412 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2719] 10.0.0.170 () {34 vars in 676 bytes} [Thu Apr 23 03:39:54 2026] POST /v2.0/subnetpools => generated 516 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2720] 10.0.0.170 () {32 vars in 717 bytes} [Thu Apr 23 03:39:54 2026] GET /v2.0/ports/f42d3db3-13a3-4b3f-a446-f4e5a5852507 => generated 826 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2721] 10.0.0.170 () {34 vars in 676 bytes} [Thu Apr 23 03:39:55 2026] POST /v2.0/subnetpools => generated 516 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2722] 10.0.0.170 () {34 vars in 759 bytes} [Thu Apr 23 03:39:55 2026] PUT /v2.0/subnetpools/6e07fb56-f348-48b2-a40d-3bc6d8cb0eba/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: 1319/2723] 10.0.0.170 () {32 vars in 722 bytes} [Thu Apr 23 03:39:55 2026] DELETE /v2.0/trunks/2700cc12-6c7f-4522-9471-7ca5d8e231d6 => 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: 1320/2724] 10.0.0.170 () {32 vars in 719 bytes} [Thu Apr 23 03:39:55 2026] GET /v2.0/trunks/4180636c-2c4c-4603-b376-f6a3ad30c744 => generated 420 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2725] 10.0.0.170 () {34 vars in 759 bytes} [Thu Apr 23 03:39:55 2026] PUT /v2.0/subnetpools/6134248d-a20d-4bc2-bc57-46522019bc26/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: 1321/2726] 10.0.0.170 () {32 vars in 717 bytes} [Thu Apr 23 03:39:55 2026] GET /v2.0/ports/0fe36615-a0bd-4f29-bce5-edb5ad722c1e => generated 826 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2727] 10.0.0.170 () {34 vars in 759 bytes} [Thu Apr 23 03:39:55 2026] PUT /v2.0/subnetpools/5137c620-9d07-4581-8286-7134b3e6b9ea/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: 1407/2728] 10.0.0.170 () {34 vars in 759 bytes} [Thu Apr 23 03:39:55 2026] PUT /v2.0/subnetpools/ab7d1471-e4a5-449b-ab53-beccc305b587/tags => 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: 1322/2729] 10.0.0.170 () {32 vars in 722 bytes} [Thu Apr 23 03:39:55 2026] DELETE /v2.0/trunks/4180636c-2c4c-4603-b376-f6a3ad30c744 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2730] 10.0.0.170 () {32 vars in 719 bytes} [Thu Apr 23 03:39:55 2026] GET /v2.0/trunks/889153b9-b678-4123-adf7-f29895eab61e => generated 429 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2731] 10.0.0.170 () {32 vars in 672 bytes} [Thu Apr 23 03:39:55 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: 7|app: 0|req: 1409/2732] 10.0.0.170 () {32 vars in 686 bytes} [Thu Apr 23 03:39:55 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2733] 10.0.0.170 () {32 vars in 682 bytes} [Thu Apr 23 03:39:55 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2734] 10.0.0.170 () {32 vars in 717 bytes} [Thu Apr 23 03:39:55 2026] GET /v2.0/ports/8988b406-1a68-48a4-9def-74098914f018 => 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: 1411/2735] 10.0.0.170 () {32 vars in 694 bytes} [Thu Apr 23 03:39:55 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2736] 10.0.0.170 () {32 vars in 680 bytes} [Thu Apr 23 03:39:55 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2737] 10.0.0.170 () {32 vars in 722 bytes} [Thu Apr 23 03:39:55 2026] DELETE /v2.0/trunks/889153b9-b678-4123-adf7-f29895eab61e => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2738] 10.0.0.170 () {32 vars in 694 bytes} [Thu Apr 23 03:39:55 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2739] 10.0.0.170 () {32 vars in 719 bytes} [Thu Apr 23 03:39:55 2026] GET /v2.0/trunks/879d9ddc-8bdd-4a00-8408-8ded88a3c49b => generated 414 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2740] 10.0.0.170 () {32 vars in 690 bytes} [Thu Apr 23 03:39:55 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2741] 10.0.0.170 () {32 vars in 702 bytes} [Thu Apr 23 03:39:55 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2742] 10.0.0.170 () {32 vars in 717 bytes} [Thu Apr 23 03:39:55 2026] GET /v2.0/ports/7d7cb952-2736-47b1-b975-4e2256f6f7be => generated 826 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2743] 10.0.0.170 () {32 vars in 732 bytes} [Thu Apr 23 03:39:55 2026] DELETE /v2.0/subnetpools/6e07fb56-f348-48b2-a40d-3bc6d8cb0eba => 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: 1328/2744] 10.0.0.170 () {32 vars in 722 bytes} [Thu Apr 23 03:39:55 2026] DELETE /v2.0/trunks/879d9ddc-8bdd-4a00-8408-8ded88a3c49b => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2745] 10.0.0.170 () {32 vars in 719 bytes} [Thu Apr 23 03:39:55 2026] GET /v2.0/trunks/51fa0342-b7a9-47e0-81e6-b0bb779986c2 => generated 407 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2746] 10.0.0.170 () {32 vars in 732 bytes} [Thu Apr 23 03:39:55 2026] DELETE /v2.0/subnetpools/6134248d-a20d-4bc2-bc57-46522019bc26 => 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: 1418/2747] 10.0.0.170 () {32 vars in 732 bytes} [Thu Apr 23 03:39:55 2026] DELETE /v2.0/subnetpools/5137c620-9d07-4581-8286-7134b3e6b9ea => 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: 1330/2748] 10.0.0.170 () {32 vars in 717 bytes} [Thu Apr 23 03:39:55 2026] GET /v2.0/ports/a99ba406-7414-49b5-aedd-9f7121391cb2 => generated 826 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2749] 10.0.0.170 () {32 vars in 732 bytes} [Thu Apr 23 03:39:55 2026] DELETE /v2.0/subnetpools/ab7d1471-e4a5-449b-ab53-beccc305b587 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2750] 10.0.0.170 () {32 vars in 722 bytes} [Thu Apr 23 03:39:55 2026] DELETE /v2.0/trunks/51fa0342-b7a9-47e0-81e6-b0bb779986c2 => 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: 1420/2751] 10.0.0.170 () {32 vars in 732 bytes} [Thu Apr 23 03:39:55 2026] DELETE /v2.0/subnetpools/10de25b2-bd07-4681-98de-ce63e6210637 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:39:55.824 8 INFO neutron_taas.services.taas.taas_plugin [None req-6fd2d3ba-f7e3-4786-838a-0531f8bf28b8 788b805ba1ae49418075b534011f121b 897f15d60e1e460392804f2c729ffb82 - - default default] TaaS: Handle Delete Port: f42d3db3-13a3-4b3f-a446-f4e5a5852507 2026-04-23 03:39:55.827 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6fd2d3ba-f7e3-4786-838a-0531f8bf28b8 788b805ba1ae49418075b534011f121b 897f15d60e1e460392804f2c729ffb82 - - default default] Tap Mirror: Handle Delete Port: f42d3db3-13a3-4b3f-a446-f4e5a5852507 [pid: 8|app: 0|req: 1332/2752] 10.0.0.170 () {32 vars in 720 bytes} [Thu Apr 23 03:39:55 2026] DELETE /v2.0/ports/f42d3db3-13a3-4b3f-a446-f4e5a5852507 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:39:56.007 8 INFO neutron_taas.services.taas.taas_plugin [None req-efa0a1fb-5208-4da7-90d9-08afd38e1a3e 788b805ba1ae49418075b534011f121b 897f15d60e1e460392804f2c729ffb82 - - default default] TaaS: Handle Delete Port: 0fe36615-a0bd-4f29-bce5-edb5ad722c1e 2026-04-23 03:39:56.009 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-efa0a1fb-5208-4da7-90d9-08afd38e1a3e 788b805ba1ae49418075b534011f121b 897f15d60e1e460392804f2c729ffb82 - - default default] Tap Mirror: Handle Delete Port: 0fe36615-a0bd-4f29-bce5-edb5ad722c1e [pid: 8|app: 0|req: 1333/2753] 10.0.0.170 () {32 vars in 720 bytes} [Thu Apr 23 03:39:55 2026] DELETE /v2.0/ports/0fe36615-a0bd-4f29-bce5-edb5ad722c1e => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:39:56.186 8 INFO neutron_taas.services.taas.taas_plugin [None req-834f8e90-be82-4905-9593-8aeadf520cee 788b805ba1ae49418075b534011f121b 897f15d60e1e460392804f2c729ffb82 - - default default] TaaS: Handle Delete Port: 8988b406-1a68-48a4-9def-74098914f018 2026-04-23 03:39:56.189 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-834f8e90-be82-4905-9593-8aeadf520cee 788b805ba1ae49418075b534011f121b 897f15d60e1e460392804f2c729ffb82 - - default default] Tap Mirror: Handle Delete Port: 8988b406-1a68-48a4-9def-74098914f018 [pid: 8|app: 0|req: 1334/2754] 10.0.0.170 () {32 vars in 720 bytes} [Thu Apr 23 03:39:56 2026] DELETE /v2.0/ports/8988b406-1a68-48a4-9def-74098914f018 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:39:56.358 8 INFO neutron_taas.services.taas.taas_plugin [None req-99ba8963-ee53-4250-acef-85d56b85db03 788b805ba1ae49418075b534011f121b 897f15d60e1e460392804f2c729ffb82 - - default default] TaaS: Handle Delete Port: 7d7cb952-2736-47b1-b975-4e2256f6f7be 2026-04-23 03:39:56.361 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99ba8963-ee53-4250-acef-85d56b85db03 788b805ba1ae49418075b534011f121b 897f15d60e1e460392804f2c729ffb82 - - default default] Tap Mirror: Handle Delete Port: 7d7cb952-2736-47b1-b975-4e2256f6f7be [pid: 8|app: 0|req: 1335/2755] 10.0.0.170 () {32 vars in 720 bytes} [Thu Apr 23 03:39:56 2026] DELETE /v2.0/ports/7d7cb952-2736-47b1-b975-4e2256f6f7be => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:39:56.553 8 INFO neutron_taas.services.taas.taas_plugin [None req-e9d7a3c7-9199-4419-b1e0-ee1079b491ed 788b805ba1ae49418075b534011f121b 897f15d60e1e460392804f2c729ffb82 - - default default] TaaS: Handle Delete Port: a99ba406-7414-49b5-aedd-9f7121391cb2 2026-04-23 03:39:56.556 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9d7a3c7-9199-4419-b1e0-ee1079b491ed 788b805ba1ae49418075b534011f121b 897f15d60e1e460392804f2c729ffb82 - - default default] Tap Mirror: Handle Delete Port: a99ba406-7414-49b5-aedd-9f7121391cb2 2026-04-23 03:39:56.611 7 INFO neutron.db.l3_db [None req-ec0bc5b5-da4f-4867-8379-afc2493a73ac b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] Floating IP 6c2d0fa4-e587-46b6-a32e-b920e6726e05 associated. External IP: 10.96.250.215, port: 04164f27-d2b9-4af5-af80-155bf092a82c. [pid: 8|app: 0|req: 1336/2756] 10.0.0.170 () {32 vars in 720 bytes} [Thu Apr 23 03:39:56 2026] DELETE /v2.0/ports/a99ba406-7414-49b5-aedd-9f7121391cb2 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:39:56.802 8 WARNING neutron.db.securitygroups_db [None req-3c120481-ae22-429a-bfd8-ac31035e6362 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1337/2757] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:39:56 2026] GET /v2.0/security-groups?tenant_id=8fef1d29709740239617b6355622121e&name=default => generated 2929 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2758] 10.0.0.170 () {34 vars in 677 bytes} [Thu Apr 23 03:39:55 2026] POST /v2.0/floatingips => generated 899 bytes in 1120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2759] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:39:56 2026] DELETE /v2.0/security-groups/3be04345-4e21-4eb5-bf08-6ef5607736d5 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:39:57.071 8 INFO neutron.services.segments.plugin [-] Segment 455e1d8f-29f6-4bda-9b69-1cd6e075328b resource provider aggregate not found 2026-04-23 03:39:57.080 8 INFO neutron.services.segments.plugin [-] Segment 455e1d8f-29f6-4bda-9b69-1cd6e075328b resource provider aggregate not found 2026-04-23 03:39:57.091 8 INFO neutron.services.segments.plugin [-] Segment 455e1d8f-29f6-4bda-9b69-1cd6e075328b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 455e1d8f-29f6-4bda-9b69-1cd6e075328b found for delete ", "request_id": "req-86e44009-9398-4ea7-98c5-87ca48a4ac5a"}]} 2026-04-23 03:39:57.096 8 INFO neutron.services.segments.plugin [-] Segment 455e1d8f-29f6-4bda-9b69-1cd6e075328b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 455e1d8f-29f6-4bda-9b69-1cd6e075328b found for delete ", "request_id": "req-3e7d7edf-4f2a-406d-82be-dd0edf0f5ed1"}]} [pid: 8|app: 0|req: 1338/2760] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:39:56 2026] DELETE /v2.0/networks/9d12ac21-1006-4f63-9276-eb1885e9a1e7 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:39:57.166 8 WARNING neutron.db.securitygroups_db [None req-bd49b487-5130-4fa4-98f3-bde700b5e9bd 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-04-23 03:39:57.226 7 INFO neutron.services.segments.plugin [-] Segment 68e0b61a-9e54-4175-820b-cb2b9afe0fcc resource provider aggregate not found 2026-04-23 03:39:57.230 7 INFO neutron.services.segments.plugin [-] Segment 68e0b61a-9e54-4175-820b-cb2b9afe0fcc resource provider aggregate not found 2026-04-23 03:39:57.251 7 INFO neutron.services.segments.plugin [-] Segment 68e0b61a-9e54-4175-820b-cb2b9afe0fcc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68e0b61a-9e54-4175-820b-cb2b9afe0fcc found for delete ", "request_id": "req-ec7cafe4-c9f6-40bb-800a-121e567e03b2"}]} 2026-04-23 03:39:57.253 7 INFO neutron.services.segments.plugin [-] Segment 68e0b61a-9e54-4175-820b-cb2b9afe0fcc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68e0b61a-9e54-4175-820b-cb2b9afe0fcc found for delete ", "request_id": "req-75b05514-5fad-4a52-9ddf-c9d4150a5375"}]} [pid: 8|app: 0|req: 1339/2761] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:39:57 2026] GET /v2.0/security-groups?tenant_id=e883e2a15b714beeb84c09f67120a063&name=default => generated 2929 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2762] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:39:57 2026] DELETE /v2.0/networks/0d2de58e-3e84-4206-b599-59948125fd2c => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2763] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:39:57 2026] DELETE /v2.0/security-groups/191f19ad-a7b1-4587-ab74-42e73b6704f9 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2764] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:39:57 2026] DELETE /v2.0/networks/e3cf9250-0b62-4cf6-9234-1b9273305ae3 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2765] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:39:57 2026] DELETE /v2.0/networks/974845a1-77e7-47da-818d-ee28c83c9c82 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:39:57.538 8 WARNING neutron.db.securitygroups_db [None req-9ee7c909-c702-4e3e-80a7-cba0d12ebe27 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1342/2766] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:39:57 2026] GET /v2.0/security-groups?tenant_id=a50634a77552460c97545159149b5cfb&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: 1425/2767] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:39:57 2026] DELETE /v2.0/networks/336cb2f4-bf44-4a5f-8fcd-e0756b520cf3 => 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: 1343/2768] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:39:57 2026] DELETE /v2.0/security-groups/9ac43824-010b-46d3-84e0-dca000223e43 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:39:58.770 7 WARNING neutron.db.securitygroups_db [None req-88bec64d-2490-4124-be76-31f029f3f38c 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1426/2769] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:39:58 2026] GET /v2.0/security-groups?tenant_id=40b6f7128c764a739f1bfa94a799f7ed&name=default => generated 2929 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2770] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:39:58 2026] DELETE /v2.0/security-groups/5f11c6b5-f6c7-4055-8e2a-ff8dbb2a0376 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:39:59.088 7 WARNING neutron.db.securitygroups_db [None req-3ff63d49-6169-485d-b4da-a79d7ba6498f 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1427/2771] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:39:59 2026] GET /v2.0/security-groups?tenant_id=897f15d60e1e460392804f2c729ffb82&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:39:59.118 8 INFO neutron.services.segments.plugin [-] Segment f424f6b7-4285-463b-b1e8-8537991f1b22 resource provider aggregate not found 2026-04-23 03:39:59.125 8 INFO neutron.services.segments.plugin [-] Segment f424f6b7-4285-463b-b1e8-8537991f1b22 resource provider aggregate not found 2026-04-23 03:39:59.146 8 INFO neutron.services.segments.plugin [-] Segment f424f6b7-4285-463b-b1e8-8537991f1b22 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f424f6b7-4285-463b-b1e8-8537991f1b22 found for delete ", "request_id": "req-237ea9a7-ae5d-4592-bada-eb9cd7174302"}]} 2026-04-23 03:39:59.148 8 INFO neutron.services.segments.plugin [-] Segment f424f6b7-4285-463b-b1e8-8537991f1b22 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f424f6b7-4285-463b-b1e8-8537991f1b22 found for delete ", "request_id": "req-e034ef8a-7d41-4b05-bad5-39c99eb33813"}]} [pid: 8|app: 0|req: 1345/2772] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:39:59 2026] DELETE /v2.0/security-groups/6e2a6b30-4f6e-4d0c-abfd-8f21a4620e0c => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:39:59.276 7 INFO neutron.services.segments.plugin [-] Segment f0c01a6c-7a67-4de1-bde0-0a34b98d1a4f resource provider aggregate not found 2026-04-23 03:39:59.280 7 INFO neutron.services.segments.plugin [-] Segment f0c01a6c-7a67-4de1-bde0-0a34b98d1a4f resource provider aggregate not found 2026-04-23 03:39:59.295 7 INFO neutron.services.segments.plugin [-] Segment f0c01a6c-7a67-4de1-bde0-0a34b98d1a4f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0c01a6c-7a67-4de1-bde0-0a34b98d1a4f found for delete ", "request_id": "req-2bb06878-27e4-4dc9-a729-2c047b6c58b0"}]} 2026-04-23 03:39:59.303 7 INFO neutron.services.segments.plugin [-] Segment f0c01a6c-7a67-4de1-bde0-0a34b98d1a4f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0c01a6c-7a67-4de1-bde0-0a34b98d1a4f found for delete ", "request_id": "req-5d34c373-573a-4fa5-a877-8caa645e8261"}]} 2026-04-23 03:39:59.310 7 INFO neutron.services.segments.plugin [-] Segment 5fc7a72e-a7d9-45e3-9a97-e6920a4aaba2 resource provider aggregate not found 2026-04-23 03:39:59.316 7 INFO neutron.services.segments.plugin [-] Segment 5fc7a72e-a7d9-45e3-9a97-e6920a4aaba2 resource provider aggregate not found 2026-04-23 03:39:59.320 7 INFO neutron.services.segments.plugin [-] Segment 5fc7a72e-a7d9-45e3-9a97-e6920a4aaba2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5fc7a72e-a7d9-45e3-9a97-e6920a4aaba2 found for delete ", "request_id": "req-f512c9f1-e3c0-4702-9e20-6e7a2025c797"}]} 2026-04-23 03:39:59.331 7 INFO neutron.services.segments.plugin [-] Segment 5fc7a72e-a7d9-45e3-9a97-e6920a4aaba2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5fc7a72e-a7d9-45e3-9a97-e6920a4aaba2 found for delete ", "request_id": "req-e044ede1-e501-4b10-9297-3eb215d444ad"}]} 2026-04-23 03:39:59.409 7 WARNING neutron.db.securitygroups_db [None req-8862ea77-525b-4bac-adc2-35adf303d85b 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1428/2773] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:39:59 2026] GET /v2.0/security-groups?tenant_id=17b113558f8440519193d0eac8447b94&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2774] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:39:59 2026] DELETE /v2.0/security-groups/f68a0381-6afe-4d7a-8d48-1ae9c98fdd1e => 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: 1429/2775] 199.204.45.25 () {30 vars in 702 bytes} [Thu Apr 23 03:39: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: 1347/2776] 199.204.45.25 () {30 vars in 704 bytes} [Thu Apr 23 03:39:59 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: 1430/2777] 199.204.45.25 () {30 vars in 680 bytes} [Thu Apr 23 03:39:59 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: 1348/2778] 199.204.45.25 () {30 vars in 716 bytes} [Thu Apr 23 03:39: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) 2026-04-23 03:39:59.891 7 INFO neutron.api.v2.resource [None req-a464759d-86b5-45bf-a29a-8c98b26131a6 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1431/2779] 199.204.45.25 () {30 vars in 762 bytes} [Thu Apr 23 03:39:59 2026] GET /v2.0/security-groups/lb-1ce0424d-838a-44a8-bd29-b130a1fbfe2c => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2780] 199.204.45.25 () {30 vars in 784 bytes} [Thu Apr 23 03:39:59 2026] GET /v2.0/security-groups?name=lb-1ce0424d-838a-44a8-bd29-b130a1fbfe2c => generated 1637 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2781] 199.204.45.25 () {30 vars in 814 bytes} [Thu Apr 23 03:39:59 2026] GET /v2.0/security-group-rules?security_group_id=efd7ba94-84de-4e12-8f1e-3688bc50078b => generated 1182 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2782] 199.204.45.25 () {34 vars in 746 bytes} [Thu Apr 23 03:40:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2783] 199.204.45.25 () {34 vars in 746 bytes} [Thu Apr 23 03:40:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:40:01.414 8 INFO neutron.db.segments_db [None req-8672d5d0-780d-4e7b-b11c-c23dfbceddd6 803517ec42fa4bc484c12b86a8d88f1d f906f48edf7949d5a6d364a883db558b - - default default] Added segment 85024be2-b717-4185-ba14-e9154651ac13 of type vxlan for network 87d2bbd3-d02f-4dd8-b4d8-313c50b65a9b [pid: 8|app: 0|req: 1351/2786] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:40:01 2026] POST /v2.0/networks => generated 631 bytes in 434 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2787] 10.0.0.170 () {34 vars in 753 bytes} [Thu Apr 23 03:40:01 2026] PUT /v2.0/networks/87d2bbd3-d02f-4dd8-b4d8-313c50b65a9b/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: 1352/2788] 10.0.0.170 () {32 vars in 733 bytes} [Thu Apr 23 03:40:01 2026] GET /v2.0/networks/87d2bbd3-d02f-4dd8-b4d8-313c50b65a9b/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2789] 10.0.0.170 () {34 vars in 764 bytes} [Thu Apr 23 03:40:01 2026] PUT /v2.0/networks/87d2bbd3-d02f-4dd8-b4d8-313c50b65a9b/tags/green => generated 4 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2790] 10.0.0.170 () {32 vars in 733 bytes} [Thu Apr 23 03:40:01 2026] GET /v2.0/networks/87d2bbd3-d02f-4dd8-b4d8-313c50b65a9b/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2791] 10.0.0.170 () {34 vars in 760 bytes} [Thu Apr 23 03:40:01 2026] PUT /v2.0/networks/87d2bbd3-d02f-4dd8-b4d8-313c50b65a9b/tags/red => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2792] 10.0.0.170 () {32 vars in 733 bytes} [Thu Apr 23 03:40:01 2026] GET /v2.0/networks/87d2bbd3-d02f-4dd8-b4d8-313c50b65a9b/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: 1439/2793] 10.0.0.170 () {34 vars in 782 bytes} [Thu Apr 23 03:40:01 2026] PUT /v2.0/networks/87d2bbd3-d02f-4dd8-b4d8-313c50b65a9b/tags/black.or.white => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2794] 10.0.0.170 () {32 vars in 733 bytes} [Thu Apr 23 03:40:01 2026] GET /v2.0/networks/87d2bbd3-d02f-4dd8-b4d8-313c50b65a9b/tags => generated 52 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2795] 10.0.0.170 () {34 vars in 753 bytes} [Thu Apr 23 03:40:02 2026] PUT /v2.0/networks/87d2bbd3-d02f-4dd8-b4d8-313c50b65a9b/tags => generated 37 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2796] 10.0.0.170 () {32 vars in 733 bytes} [Thu Apr 23 03:40:02 2026] GET /v2.0/networks/87d2bbd3-d02f-4dd8-b4d8-313c50b65a9b/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2797] 10.0.0.170 () {32 vars in 741 bytes} [Thu Apr 23 03:40:02 2026] GET /v2.0/networks/87d2bbd3-d02f-4dd8-b4d8-313c50b65a9b/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:40:02.233 8 INFO neutron.api.v2.resource [None req-c3148495-88c2-4ea3-a6f8-94c4395ee5ec 803517ec42fa4bc484c12b86a8d88f1d f906f48edf7949d5a6d364a883db558b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1357/2798] 10.0.0.170 () {32 vars in 745 bytes} [Thu Apr 23 03:40:02 2026] GET /v2.0/networks/87d2bbd3-d02f-4dd8-b4d8-313c50b65a9b/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2799] 10.0.0.170 () {32 vars in 744 bytes} [Thu Apr 23 03:40:02 2026] DELETE /v2.0/networks/87d2bbd3-d02f-4dd8-b4d8-313c50b65a9b/tags/red => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2800] 10.0.0.170 () {32 vars in 733 bytes} [Thu Apr 23 03:40:02 2026] GET /v2.0/networks/87d2bbd3-d02f-4dd8-b4d8-313c50b65a9b/tags => generated 30 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:40:02.426 7 INFO neutron.api.v2.resource [None req-394fe17a-aeeb-4af1-8cb2-c7e2847b1bdf 803517ec42fa4bc484c12b86a8d88f1d f906f48edf7949d5a6d364a883db558b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1443/2801] 10.0.0.170 () {32 vars in 748 bytes} [Thu Apr 23 03:40:02 2026] DELETE /v2.0/networks/87d2bbd3-d02f-4dd8-b4d8-313c50b65a9b/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: 1359/2802] 10.0.0.170 () {32 vars in 736 bytes} [Thu Apr 23 03:40:02 2026] DELETE /v2.0/networks/87d2bbd3-d02f-4dd8-b4d8-313c50b65a9b/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: 1444/2803] 10.0.0.170 () {32 vars in 733 bytes} [Thu Apr 23 03:40:02 2026] GET /v2.0/networks/87d2bbd3-d02f-4dd8-b4d8-313c50b65a9b/tags => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:40:02.699 8 INFO neutron.services.segments.plugin [-] Segment 85024be2-b717-4185-ba14-e9154651ac13 resource provider aggregate not found 2026-04-23 03:40:02.702 8 INFO neutron.services.segments.plugin [-] Segment 85024be2-b717-4185-ba14-e9154651ac13 resource provider aggregate not found 2026-04-23 03:40:02.721 8 INFO neutron.services.segments.plugin [-] Segment 85024be2-b717-4185-ba14-e9154651ac13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85024be2-b717-4185-ba14-e9154651ac13 found for delete ", "request_id": "req-a5e9b2c7-3b4c-4d1f-bcd3-174cab792c02"}]} 2026-04-23 03:40:02.726 8 INFO neutron.services.segments.plugin [-] Segment 85024be2-b717-4185-ba14-e9154651ac13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85024be2-b717-4185-ba14-e9154651ac13 found for delete ", "request_id": "req-bcdee166-be46-4b9b-b369-34c918fcd487"}]} [pid: 8|app: 0|req: 1360/2804] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:40:02 2026] DELETE /v2.0/networks/87d2bbd3-d02f-4dd8-b4d8-313c50b65a9b => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:40:03.243 7 INFO neutron.db.segments_db [None req-ec04cd64-8d46-4f20-8497-e10da9be6b98 6048fcd7191e496fa2baab231c7b1366 28c9f0c1d4f7455a8c97fad336694359 - - default default] Added segment c06ce5b1-f2f8-4465-9d29-68ff9ea298c7 of type vxlan for network a61c0cc0-368d-40c0-9fb8-95470a4815b1 [pid: 7|app: 0|req: 1445/2805] 10.0.0.170 () {34 vars in 670 bytes} [Thu Apr 23 03:40:02 2026] POST /v2.0/networks => generated 631 bytes in 508 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 03:40:03.587 7 WARNING neutron.db.securitygroups_db [None req-45f613a5-e04d-4b4b-897f-9eeedce5ff31 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1446/2806] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:40:03 2026] GET /v2.0/security-groups?tenant_id=f906f48edf7949d5a6d364a883db558b&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2807] 10.0.0.170 () {34 vars in 669 bytes} [Thu Apr 23 03:40:03 2026] POST /v2.0/subnets => generated 626 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2808] 10.0.0.170 () {34 vars in 751 bytes} [Thu Apr 23 03:40:03 2026] PUT /v2.0/subnets/b430e38e-03f8-4243-b27e-562a3553a240/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2809] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:40:03 2026] DELETE /v2.0/security-groups/0b971051-bd3a-44bd-adb4-de9d85752f74 => 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: 1363/2810] 10.0.0.170 () {32 vars in 731 bytes} [Thu Apr 23 03:40:03 2026] GET /v2.0/subnets/b430e38e-03f8-4243-b27e-562a3553a240/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2811] 10.0.0.170 () {34 vars in 762 bytes} [Thu Apr 23 03:40:03 2026] PUT /v2.0/subnets/b430e38e-03f8-4243-b27e-562a3553a240/tags/green => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-23 03:40:03.821 7 WARNING neutron.db.securitygroups_db [None req-1d30859b-07e6-45a7-a239-8f36e8fd293d 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1364/2812] 10.0.0.170 () {32 vars in 731 bytes} [Thu Apr 23 03:40:03 2026] GET /v2.0/subnets/b430e38e-03f8-4243-b27e-562a3553a240/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2813] 10.0.0.170 () {34 vars in 758 bytes} [Thu Apr 23 03:40:03 2026] PUT /v2.0/subnets/b430e38e-03f8-4243-b27e-562a3553a240/tags/red => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2814] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:40:03 2026] GET /v2.0/security-groups?tenant_id=9603596eeef9455786f84b21126974d1&name=default => generated 2929 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2815] 10.0.0.170 () {32 vars in 731 bytes} [Thu Apr 23 03:40:03 2026] GET /v2.0/subnets/b430e38e-03f8-4243-b27e-562a3553a240/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: 1367/2816] 10.0.0.170 () {34 vars in 780 bytes} [Thu Apr 23 03:40:03 2026] PUT /v2.0/subnets/b430e38e-03f8-4243-b27e-562a3553a240/tags/black.or.white => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2817] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:40:03 2026] DELETE /v2.0/security-groups/27db32a3-d1c1-4303-9a50-e608ff9921ed => 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: 1368/2818] 10.0.0.170 () {32 vars in 731 bytes} [Thu Apr 23 03:40:04 2026] GET /v2.0/subnets/b430e38e-03f8-4243-b27e-562a3553a240/tags => generated 52 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2819] 10.0.0.170 () {34 vars in 751 bytes} [Thu Apr 23 03:40:04 2026] PUT /v2.0/subnets/b430e38e-03f8-4243-b27e-562a3553a240/tags => generated 37 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2820] 10.0.0.170 () {32 vars in 731 bytes} [Thu Apr 23 03:40:04 2026] GET /v2.0/subnets/b430e38e-03f8-4243-b27e-562a3553a240/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: 1452/2821] 10.0.0.170 () {32 vars in 739 bytes} [Thu Apr 23 03:40:04 2026] GET /v2.0/subnets/b430e38e-03f8-4243-b27e-562a3553a240/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:40:04.322 8 INFO neutron.api.v2.resource [None req-adef028f-64be-40a2-9aea-0c07599af0ca 6048fcd7191e496fa2baab231c7b1366 28c9f0c1d4f7455a8c97fad336694359 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1370/2822] 10.0.0.170 () {32 vars in 743 bytes} [Thu Apr 23 03:40:04 2026] GET /v2.0/subnets/b430e38e-03f8-4243-b27e-562a3553a240/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2823] 10.0.0.170 () {32 vars in 742 bytes} [Thu Apr 23 03:40:04 2026] DELETE /v2.0/subnets/b430e38e-03f8-4243-b27e-562a3553a240/tags/red => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2824] 10.0.0.170 () {32 vars in 731 bytes} [Thu Apr 23 03:40:04 2026] GET /v2.0/subnets/b430e38e-03f8-4243-b27e-562a3553a240/tags => generated 30 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:40:04.521 7 INFO neutron.api.v2.resource [None req-32cc851f-e5a8-4406-9209-04841c63ece3 6048fcd7191e496fa2baab231c7b1366 28c9f0c1d4f7455a8c97fad336694359 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1454/2825] 10.0.0.170 () {32 vars in 746 bytes} [Thu Apr 23 03:40:04 2026] DELETE /v2.0/subnets/b430e38e-03f8-4243-b27e-562a3553a240/tags/green => generated 99 bytes in 70 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2826] 10.0.0.170 () {32 vars in 734 bytes} [Thu Apr 23 03:40:04 2026] DELETE /v2.0/subnets/b430e38e-03f8-4243-b27e-562a3553a240/tags => 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: 1455/2827] 10.0.0.170 () {32 vars in 731 bytes} [Thu Apr 23 03:40:04 2026] GET /v2.0/subnets/b430e38e-03f8-4243-b27e-562a3553a240/tags => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2828] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:40:04 2026] DELETE /v2.0/subnets/b430e38e-03f8-4243-b27e-562a3553a240 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:40:05.003 7 INFO neutron_taas.services.taas.taas_plugin [None req-dcce6c67-dd15-4936-b7fb-5336759a35cc 6048fcd7191e496fa2baab231c7b1366 28c9f0c1d4f7455a8c97fad336694359 - - default default] TaaS: Handle Delete Port: ad017ffc-dec6-4656-a843-e19e3c48d395 2026-04-23 03:40:05.007 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dcce6c67-dd15-4936-b7fb-5336759a35cc 6048fcd7191e496fa2baab231c7b1366 28c9f0c1d4f7455a8c97fad336694359 - - default default] Tap Mirror: Handle Delete Port: ad017ffc-dec6-4656-a843-e19e3c48d395 2026-04-23 03:40:05.195 7 INFO neutron.services.segments.plugin [-] Segment c06ce5b1-f2f8-4465-9d29-68ff9ea298c7 resource provider aggregate not found 2026-04-23 03:40:05.200 7 INFO neutron.services.segments.plugin [-] Segment c06ce5b1-f2f8-4465-9d29-68ff9ea298c7 resource provider aggregate not found 2026-04-23 03:40:05.217 7 INFO neutron.services.segments.plugin [-] Segment c06ce5b1-f2f8-4465-9d29-68ff9ea298c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c06ce5b1-f2f8-4465-9d29-68ff9ea298c7 found for delete ", "request_id": "req-35284303-95fa-421e-a317-91609576748c"}]} 2026-04-23 03:40:05.221 7 INFO neutron.services.segments.plugin [-] Segment c06ce5b1-f2f8-4465-9d29-68ff9ea298c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c06ce5b1-f2f8-4465-9d29-68ff9ea298c7 found for delete ", "request_id": "req-25790d5d-bd0b-4ca2-af28-82989a2c95ad"}]} [pid: 7|app: 0|req: 1456/2829] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:40:04 2026] DELETE /v2.0/networks/a61c0cc0-368d-40c0-9fb8-95470a4815b1 => generated 0 bytes in 337 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:40:06.077 8 WARNING neutron.db.securitygroups_db [None req-9dcc2f4d-7780-4091-a3bb-f5bdcc173835 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1374/2830] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:40:05 2026] GET /v2.0/security-groups?tenant_id=28c9f0c1d4f7455a8c97fad336694359&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: 1457/2831] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:40:06 2026] DELETE /v2.0/security-groups/2b6599f1-76bc-45e1-a182-91888d0f5819 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:40:06.320 8 WARNING neutron.db.securitygroups_db [None req-102492de-fe0d-416a-b1fd-1d6d67e34193 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1375/2832] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:40:06 2026] GET /v2.0/security-groups?tenant_id=9e42982e2c2043859d6883df4aa4f523&name=default => generated 2929 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2833] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:40:06 2026] DELETE /v2.0/security-groups/2459e8f8-f504-4e6e-8dd4-d8793661f8f0 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2834] 10.0.0.170 () {34 vars in 676 bytes} [Thu Apr 23 03:40:07 2026] POST /v2.0/subnetpools => generated 516 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2835] 10.0.0.170 () {34 vars in 759 bytes} [Thu Apr 23 03:40:07 2026] PUT /v2.0/subnetpools/c671f134-5ac7-4b06-b9b1-90348150062b/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: 1377/2836] 10.0.0.170 () {32 vars in 739 bytes} [Thu Apr 23 03:40:07 2026] GET /v2.0/subnetpools/c671f134-5ac7-4b06-b9b1-90348150062b/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2837] 10.0.0.170 () {34 vars in 770 bytes} [Thu Apr 23 03:40:07 2026] PUT /v2.0/subnetpools/c671f134-5ac7-4b06-b9b1-90348150062b/tags/green => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2838] 10.0.0.170 () {32 vars in 739 bytes} [Thu Apr 23 03:40:07 2026] GET /v2.0/subnetpools/c671f134-5ac7-4b06-b9b1-90348150062b/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2839] 10.0.0.170 () {34 vars in 766 bytes} [Thu Apr 23 03:40:07 2026] PUT /v2.0/subnetpools/c671f134-5ac7-4b06-b9b1-90348150062b/tags/red => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2840] 10.0.0.170 () {32 vars in 739 bytes} [Thu Apr 23 03:40:08 2026] GET /v2.0/subnetpools/c671f134-5ac7-4b06-b9b1-90348150062b/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2841] 10.0.0.170 () {34 vars in 788 bytes} [Thu Apr 23 03:40:08 2026] PUT /v2.0/subnetpools/c671f134-5ac7-4b06-b9b1-90348150062b/tags/black.or.white => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2842] 10.0.0.170 () {32 vars in 739 bytes} [Thu Apr 23 03:40:08 2026] GET /v2.0/subnetpools/c671f134-5ac7-4b06-b9b1-90348150062b/tags => generated 52 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2843] 10.0.0.170 () {34 vars in 759 bytes} [Thu Apr 23 03:40:08 2026] PUT /v2.0/subnetpools/c671f134-5ac7-4b06-b9b1-90348150062b/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: 1381/2844] 10.0.0.170 () {32 vars in 739 bytes} [Thu Apr 23 03:40:08 2026] GET /v2.0/subnetpools/c671f134-5ac7-4b06-b9b1-90348150062b/tags => generated 37 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2845] 10.0.0.170 () {32 vars in 747 bytes} [Thu Apr 23 03:40:08 2026] GET /v2.0/subnetpools/c671f134-5ac7-4b06-b9b1-90348150062b/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:40:08.273 8 INFO neutron.api.v2.resource [None req-ee2d2438-076d-45b8-818c-ad11d2bcf71d 5d1710ff868e4f168c4c3dfd721077b5 d4f1285153f64ab89beec442d626eb63 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1382/2846] 10.0.0.170 () {32 vars in 751 bytes} [Thu Apr 23 03:40:08 2026] GET /v2.0/subnetpools/c671f134-5ac7-4b06-b9b1-90348150062b/tags/green => generated 99 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2847] 10.0.0.170 () {32 vars in 750 bytes} [Thu Apr 23 03:40:08 2026] DELETE /v2.0/subnetpools/c671f134-5ac7-4b06-b9b1-90348150062b/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: 1383/2848] 10.0.0.170 () {32 vars in 739 bytes} [Thu Apr 23 03:40:08 2026] GET /v2.0/subnetpools/c671f134-5ac7-4b06-b9b1-90348150062b/tags => generated 30 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:40:08.391 7 INFO neutron.api.v2.resource [None req-5e55383e-0736-4205-8610-4cec5703e270 5d1710ff868e4f168c4c3dfd721077b5 d4f1285153f64ab89beec442d626eb63 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1466/2849] 10.0.0.170 () {32 vars in 754 bytes} [Thu Apr 23 03:40:08 2026] DELETE /v2.0/subnetpools/c671f134-5ac7-4b06-b9b1-90348150062b/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2850] 10.0.0.170 () {32 vars in 742 bytes} [Thu Apr 23 03:40:08 2026] DELETE /v2.0/subnetpools/c671f134-5ac7-4b06-b9b1-90348150062b/tags => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2851] 10.0.0.170 () {32 vars in 739 bytes} [Thu Apr 23 03:40:08 2026] GET /v2.0/subnetpools/c671f134-5ac7-4b06-b9b1-90348150062b/tags => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2852] 10.0.0.170 () {32 vars in 732 bytes} [Thu Apr 23 03:40:08 2026] DELETE /v2.0/subnetpools/c671f134-5ac7-4b06-b9b1-90348150062b => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2853] 10.0.0.163 () {30 vars in 690 bytes} [Thu Apr 23 03:40:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2854] 10.0.0.163 () {30 vars in 692 bytes} [Thu Apr 23 03:40:09 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2855] 10.0.0.163 () {30 vars in 668 bytes} [Thu Apr 23 03:40:09 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2856] 10.0.0.163 () {30 vars in 704 bytes} [Thu Apr 23 03:40:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:40:09.209 7 WARNING neutron.db.securitygroups_db [None req-92e9c524-49a3-4721-af5f-54a484f6d7fb 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1470/2857] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:40:09 2026] GET /v2.0/security-groups?tenant_id=d4f1285153f64ab89beec442d626eb63&name=default => generated 2929 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2858] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:40:09 2026] DELETE /v2.0/security-groups/bdefd1e0-c0cd-4cb3-8e59-5cd087df6c2b => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:40:09.548 7 WARNING neutron.db.securitygroups_db [None req-4da625cd-b1e2-4fef-a94d-e741de452e50 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1389/2859] 10.0.0.163 () {28 vars in 439 bytes} [Thu Apr 23 03:40:09 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: 1390/2860] 10.0.0.163 () {30 vars in 728 bytes} [Thu Apr 23 03:40:09 2026] GET /v2.0/subnets/fc8330ab-1283-42ad-8c4d-6d2d060f46c4 => 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: 1471/2861] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:40:09 2026] GET /v2.0/security-groups?tenant_id=18089afd06e5428fb822efa0b49f5daa&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2862] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:40:09 2026] DELETE /v2.0/security-groups/2999beac-261d-498e-be73-cef71e5ba0bc => 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: 1472/2863] 199.204.45.25 () {30 vars in 702 bytes} [Thu Apr 23 03:40:11 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2864] 199.204.45.25 () {30 vars in 704 bytes} [Thu Apr 23 03:40:11 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2865] 199.204.45.25 () {30 vars in 680 bytes} [Thu Apr 23 03:40:11 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: 1393/2866] 199.204.45.25 () {30 vars in 716 bytes} [Thu Apr 23 03:40:11 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: 1474/2867] 199.204.45.25 () {30 vars in 740 bytes} [Thu Apr 23 03:40:12 2026] GET /v2.0/subnets/fc8330ab-1283-42ad-8c4d-6d2d060f46c4 => generated 672 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2868] 199.204.45.25 () {30 vars in 768 bytes} [Thu Apr 23 03:40:12 2026] GET /v2.0/ports?device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 2590 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2869] 199.204.45.25 () {30 vars in 702 bytes} [Thu Apr 23 03:40:12 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2870] 199.204.45.25 () {30 vars in 704 bytes} [Thu Apr 23 03:40:12 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2871] 199.204.45.25 () {30 vars in 680 bytes} [Thu Apr 23 03:40:12 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: 1396/2872] 199.204.45.25 () {30 vars in 716 bytes} [Thu Apr 23 03:40:12 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2873] 199.204.45.25 () {34 vars in 716 bytes} [Thu Apr 23 03:40:12 2026] POST /v2.0/ports => generated 1328 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 03:40:13.236 8 WARNING neutron.db.securitygroups_db [None req-1b0dce82-5d1f-42b4-9f67-e81d2f7dd725 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1478/2874] 10.0.0.121 () {34 vars in 971 bytes} [Thu Apr 23 03:40:13 2026] GET /v2.0/ports/0a00bd84-d9bc-4a5e-a902-f05ed431139d => generated 1328 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2875] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:40:13 2026] GET /v2.0/security-groups?tenant_id=8f948d2a2fba4d1781a92bcec610dc9c&name=default => generated 2929 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2876] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:40:13 2026] DELETE /v2.0/security-groups/5b6c13ec-f970-4552-8e3b-50fc9da2c083 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:40:13.602 8 WARNING neutron.db.securitygroups_db [None req-ab4674eb-c2ac-4948-a454-8c7e7bc10cea 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1398/2877] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:40:13 2026] GET /v2.0/security-groups?tenant_id=0d80de8f0d90438cb8b594e4a50bf6b5&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2878] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:40:13 2026] DELETE /v2.0/security-groups/3a1750ad-4f7f-46d7-a46c-db5292b49539 => 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: 1399/2879] 199.204.45.25 () {34 vars in 1261 bytes} [Thu Apr 23 03:40:14 2026] GET /v2.0/ports/0a00bd84-d9bc-4a5e-a902-f05ed431139d?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2880] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:40:14 2026] GET /v2.0/networks/295a7087-c6fd-4290-ba04-ed5a9e11699f?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: 1400/2881] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:40:14 2026] GET /v2.0/networks/295a7087-c6fd-4290-ba04-ed5a9e11699f?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: 1482/2882] 199.204.45.25 () {34 vars in 974 bytes} [Thu Apr 23 03:40:15 2026] GET /v2.0/ports/0a00bd84-d9bc-4a5e-a902-f05ed431139d => generated 1328 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2883] 199.204.45.25 () {34 vars in 985 bytes} [Thu Apr 23 03:40:15 2026] GET /v2.0/networks?id=295a7087-c6fd-4290-ba04-ed5a9e11699f => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2884] 199.204.45.25 () {38 vars in 1027 bytes} [Thu Apr 23 03:40:15 2026] PUT /v2.0/ports/0a00bd84-d9bc-4a5e-a902-f05ed431139d => generated 1518 bytes in 407 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:40:15.752 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b8677d39-a197-4c65-90a3-8b0e39a68bf7'] response: {'name': 'network-changed', 'server_uuid': '331e5a58-a533-4da8-a3bb-7477b405a2a4', 'tag': '0a00bd84-d9bc-4a5e-a902-f05ed431139d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1402/2885] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:40:16 2026] GET /v2.0/ports?tenant_id=2ab91cae2a9e4fd69cbfdee8b5f3aeda&device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 4100 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1484/2888] 199.204.45.25 () {34 vars in 985 bytes} [Thu Apr 23 03:40:16 2026] GET /v2.0/networks?id=295a7087-c6fd-4290-ba04-ed5a9e11699f => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2889] 199.204.45.25 () {34 vars in 1057 bytes} [Thu Apr 23 03:40:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.238&port_id=0a00bd84-d9bc-4a5e-a902-f05ed431139d => 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: 1485/2890] 199.204.45.25 () {34 vars in 1103 bytes} [Thu Apr 23 03:40:16 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A358&port_id=0a00bd84-d9bc-4a5e-a902-f05ed431139d => 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: 1406/2891] 199.204.45.25 () {34 vars in 1063 bytes} [Thu Apr 23 03:40:16 2026] GET /v2.0/subnets?id=18020683-1cca-4ead-bfda-ed3629b3e0a2&id=fc8330ab-1283-42ad-8c4d-6d2d060f46c4 => generated 1408 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2892] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:40:16 2026] GET /v2.0/ports?network_id=295a7087-c6fd-4290-ba04-ed5a9e11699f&device_owner=network%3Adhcp => generated 1457 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2893] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:40:16 2026] GET /v2.0/ports?network_id=295a7087-c6fd-4290-ba04-ed5a9e11699f&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: 7|app: 0|req: 1487/2894] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:40:16 2026] GET /v2.0/networks/295a7087-c6fd-4290-ba04-ed5a9e11699f?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2895] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:40:16 2026] GET /v2.0/networks/295a7087-c6fd-4290-ba04-ed5a9e11699f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2896] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:40:17 2026] GET /v2.0/ports?tenant_id=2ab91cae2a9e4fd69cbfdee8b5f3aeda&device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 4100 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2897] 199.204.45.25 () {34 vars in 1061 bytes} [Thu Apr 23 03:40:17 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.108&port_id=7fdcdce0-a95d-48b7-a525-b8929f55b5d1 => 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: 1489/2898] 199.204.45.25 () {34 vars in 983 bytes} [Thu Apr 23 03:40:17 2026] GET /v2.0/subnets?id=c8f8de27-487b-494f-ba40-79cd26910882 => 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: 1410/2899] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:40:17 2026] GET /v2.0/ports?network_id=0d59cd45-72f9-400b-9976-cb04780b0663&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2900] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:40:17 2026] GET /v2.0/networks/0d59cd45-72f9-400b-9976-cb04780b0663?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: 1411/2901] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:40:17 2026] GET /v2.0/networks/0d59cd45-72f9-400b-9976-cb04780b0663?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: 1491/2902] 199.204.45.25 () {34 vars in 1057 bytes} [Thu Apr 23 03:40:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.220&port_id=61aef9b2-8973-4a8a-a129-5a1298c71223 => 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: 1412/2903] 199.204.45.25 () {34 vars in 983 bytes} [Thu Apr 23 03:40:18 2026] GET /v2.0/subnets?id=2de9237e-3363-49c2-95f4-eba47cd6a79c => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2904] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:40:18 2026] GET /v2.0/ports?network_id=89df1abb-da19-40e0-83bc-736b02df7485&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2905] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:40:18 2026] GET /v2.0/networks/89df1abb-da19-40e0-83bc-736b02df7485?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2906] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:40:18 2026] GET /v2.0/networks/89df1abb-da19-40e0-83bc-736b02df7485?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: 1414/2907] 199.204.45.25 () {34 vars in 1057 bytes} [Thu Apr 23 03:40:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.238&port_id=0a00bd84-d9bc-4a5e-a902-f05ed431139d => 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: 1494/2908] 199.204.45.25 () {34 vars in 1103 bytes} [Thu Apr 23 03:40:18 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A358&port_id=0a00bd84-d9bc-4a5e-a902-f05ed431139d => 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: 1415/2909] 199.204.45.25 () {34 vars in 1063 bytes} [Thu Apr 23 03:40:18 2026] GET /v2.0/subnets?id=18020683-1cca-4ead-bfda-ed3629b3e0a2&id=fc8330ab-1283-42ad-8c4d-6d2d060f46c4 => generated 1408 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2910] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:40:18 2026] GET /v2.0/ports?network_id=295a7087-c6fd-4290-ba04-ed5a9e11699f&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: 1416/2911] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:40:18 2026] GET /v2.0/ports?network_id=295a7087-c6fd-4290-ba04-ed5a9e11699f&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2912] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:40:18 2026] GET /v2.0/networks/295a7087-c6fd-4290-ba04-ed5a9e11699f?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2913] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:40:18 2026] GET /v2.0/networks/295a7087-c6fd-4290-ba04-ed5a9e11699f?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: 1497/2914] 10.0.0.121 () {34 vars in 971 bytes} [Thu Apr 23 03:40:22 2026] GET /v2.0/ports/0a00bd84-d9bc-4a5e-a902-f05ed431139d => generated 1520 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2915] 199.204.45.25 () {30 vars in 742 bytes} [Thu Apr 23 03:40:22 2026] GET /v2.0/networks/295a7087-c6fd-4290-ba04-ed5a9e11699f => generated 798 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2916] 199.204.45.25 () {30 vars in 740 bytes} [Thu Apr 23 03:40:22 2026] GET /v2.0/subnets/fc8330ab-1283-42ad-8c4d-6d2d060f46c4 => generated 672 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2917] 199.204.45.25 () {30 vars in 740 bytes} [Thu Apr 23 03:40:22 2026] GET /v2.0/subnets/18020683-1cca-4ead-bfda-ed3629b3e0a2 => generated 743 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2918] 199.204.45.25 () {30 vars in 702 bytes} [Thu Apr 23 03:40:22 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: 1420/2919] 199.204.45.25 () {30 vars in 704 bytes} [Thu Apr 23 03:40:22 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: 1500/2920] 199.204.45.25 () {30 vars in 680 bytes} [Thu Apr 23 03:40:22 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: 1421/2921] 199.204.45.25 () {30 vars in 716 bytes} [Thu Apr 23 03:40:22 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2922] 199.204.45.25 () {30 vars in 740 bytes} [Thu Apr 23 03:40:22 2026] GET /v2.0/subnets/2de9237e-3363-49c2-95f4-eba47cd6a79c => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2923] 199.204.45.25 () {30 vars in 736 bytes} [Thu Apr 23 03:40:22 2026] GET /v2.0/ports/04164f27-d2b9-4af5-af80-155bf092a82c => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2924] 199.204.45.25 () {30 vars in 736 bytes} [Thu Apr 23 03:40:22 2026] GET /v2.0/ports/61aef9b2-8973-4a8a-a129-5a1298c71223 => generated 1350 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2925] 199.204.45.25 () {30 vars in 740 bytes} [Thu Apr 23 03:40:22 2026] GET /v2.0/subnets/2de9237e-3363-49c2-95f4-eba47cd6a79c => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2926] 199.204.45.25 () {30 vars in 742 bytes} [Thu Apr 23 03:40:22 2026] GET /v2.0/networks/89df1abb-da19-40e0-83bc-736b02df7485 => generated 800 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2927] 199.204.45.25 () {30 vars in 736 bytes} [Thu Apr 23 03:40:22 2026] GET /v2.0/ports/04164f27-d2b9-4af5-af80-155bf092a82c => 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: 1504/2928] 199.204.45.25 () {30 vars in 740 bytes} [Thu Apr 23 03:40:22 2026] GET /v2.0/subnets/2de9237e-3363-49c2-95f4-eba47cd6a79c => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2929] 10.0.0.163 () {30 vars in 690 bytes} [Thu Apr 23 03:40:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2930] 10.0.0.163 () {30 vars in 692 bytes} [Thu Apr 23 03:40:30 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: 1426/2931] 10.0.0.163 () {30 vars in 668 bytes} [Thu Apr 23 03:40:30 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: 1506/2932] 10.0.0.163 () {30 vars in 704 bytes} [Thu Apr 23 03:40:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2933] 10.0.0.163 () {28 vars in 439 bytes} [Thu Apr 23 03:40:30 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2934] 10.0.0.163 () {30 vars in 728 bytes} [Thu Apr 23 03:40:30 2026] GET /v2.0/subnets/5f1d4a75-0955-4210-91b4-854893da46eb => generated 655 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2937] 199.204.45.25 () {30 vars in 702 bytes} [Thu Apr 23 03:40:31 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2938] 199.204.45.25 () {30 vars in 704 bytes} [Thu Apr 23 03:40:31 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: 1510/2939] 199.204.45.25 () {30 vars in 680 bytes} [Thu Apr 23 03:40:31 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2940] 199.204.45.25 () {30 vars in 716 bytes} [Thu Apr 23 03:40:31 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: 1511/2941] 199.204.45.25 () {30 vars in 740 bytes} [Thu Apr 23 03:40:31 2026] GET /v2.0/subnets/fc8330ab-1283-42ad-8c4d-6d2d060f46c4 => generated 672 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2942] 199.204.45.25 () {30 vars in 740 bytes} [Thu Apr 23 03:40:31 2026] GET /v2.0/subnets/5f1d4a75-0955-4210-91b4-854893da46eb => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2943] 199.204.45.25 () {30 vars in 768 bytes} [Thu Apr 23 03:40:31 2026] GET /v2.0/ports?device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 4102 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2944] 199.204.45.25 () {30 vars in 702 bytes} [Thu Apr 23 03:40:31 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2945] 199.204.45.25 () {30 vars in 704 bytes} [Thu Apr 23 03:40:31 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: 1433/2946] 199.204.45.25 () {30 vars in 680 bytes} [Thu Apr 23 03:40:31 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2947] 199.204.45.25 () {30 vars in 716 bytes} [Thu Apr 23 03:40:31 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: 1434/2948] 199.204.45.25 () {34 vars in 716 bytes} [Thu Apr 23 03:40:31 2026] POST /v2.0/ports => generated 1332 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/2949] 10.0.0.121 () {34 vars in 971 bytes} [Thu Apr 23 03:40:32 2026] GET /v2.0/ports/19d65992-ab3a-4c28-8cc1-a37280538b24 => generated 1332 bytes in 84 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: 1435/2950] 10.0.0.121 () {34 vars in 907 bytes} [Thu Apr 23 03:40:32 2026] GET /v2.0/extensions => generated 22037 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2951] 199.204.45.25 () {34 vars in 1261 bytes} [Thu Apr 23 03:40:33 2026] GET /v2.0/ports/19d65992-ab3a-4c28-8cc1-a37280538b24?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2952] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:40:33 2026] GET /v2.0/networks/840d4dd3-b3e3-44e9-90e7-ff7d5bdd1ecd?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: 1517/2953] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:40:33 2026] GET /v2.0/networks/840d4dd3-b3e3-44e9-90e7-ff7d5bdd1ecd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2954] 199.204.45.25 () {34 vars in 974 bytes} [Thu Apr 23 03:40:33 2026] GET /v2.0/ports/19d65992-ab3a-4c28-8cc1-a37280538b24 => generated 1332 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/2955] 199.204.45.25 () {34 vars in 985 bytes} [Thu Apr 23 03:40:34 2026] GET /v2.0/networks?id=840d4dd3-b3e3-44e9-90e7-ff7d5bdd1ecd => generated 801 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2956] 199.204.45.25 () {38 vars in 1027 bytes} [Thu Apr 23 03:40:34 2026] PUT /v2.0/ports/19d65992-ab3a-4c28-8cc1-a37280538b24 => generated 1522 bytes in 494 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:40:34.695 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c75fc718-22cc-4817-8edc-a5a69ac595c9'] response: {'name': 'network-changed', 'server_uuid': '331e5a58-a533-4da8-a3bb-7477b405a2a4', 'tag': '19d65992-ab3a-4c28-8cc1-a37280538b24', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1519/2957] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:40:35 2026] GET /v2.0/ports?tenant_id=2ab91cae2a9e4fd69cbfdee8b5f3aeda&device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 5616 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: 8|app: 0|req: 1439/2958] 199.204.45.25 () {34 vars in 985 bytes} [Thu Apr 23 03:40:35 2026] GET /v2.0/networks?id=840d4dd3-b3e3-44e9-90e7-ff7d5bdd1ecd => generated 801 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2959] 199.204.45.25 () {34 vars in 1057 bytes} [Thu Apr 23 03:40:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.221&port_id=19d65992-ab3a-4c28-8cc1-a37280538b24 => 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: 1440/2960] 199.204.45.25 () {34 vars in 1105 bytes} [Thu Apr 23 03:40:35 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A34a&port_id=19d65992-ab3a-4c28-8cc1-a37280538b24 => 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: 1521/2961] 199.204.45.25 () {34 vars in 1063 bytes} [Thu Apr 23 03:40:35 2026] GET /v2.0/subnets?id=3d4bd741-5ba1-4c85-89f0-94fc47f18db1&id=5f1d4a75-0955-4210-91b4-854893da46eb => generated 1413 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2962] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:40:35 2026] GET /v2.0/ports?network_id=840d4dd3-b3e3-44e9-90e7-ff7d5bdd1ecd&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: 1522/2963] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:40:35 2026] GET /v2.0/ports?network_id=840d4dd3-b3e3-44e9-90e7-ff7d5bdd1ecd&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: 1442/2964] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:40:35 2026] GET /v2.0/networks/840d4dd3-b3e3-44e9-90e7-ff7d5bdd1ecd?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: 1523/2965] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:40:35 2026] GET /v2.0/networks/840d4dd3-b3e3-44e9-90e7-ff7d5bdd1ecd?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: 1443/2966] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:40:36 2026] GET /v2.0/ports?tenant_id=2ab91cae2a9e4fd69cbfdee8b5f3aeda&device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 5616 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/2967] 199.204.45.25 () {34 vars in 1061 bytes} [Thu Apr 23 03:40:36 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.108&port_id=7fdcdce0-a95d-48b7-a525-b8929f55b5d1 => 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: 1444/2968] 199.204.45.25 () {34 vars in 983 bytes} [Thu Apr 23 03:40:36 2026] GET /v2.0/subnets?id=c8f8de27-487b-494f-ba40-79cd26910882 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/2969] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:40:36 2026] GET /v2.0/ports?network_id=0d59cd45-72f9-400b-9976-cb04780b0663&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2970] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:40:36 2026] GET /v2.0/networks/0d59cd45-72f9-400b-9976-cb04780b0663?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/2971] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:40:36 2026] GET /v2.0/networks/0d59cd45-72f9-400b-9976-cb04780b0663?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2972] 199.204.45.25 () {34 vars in 1057 bytes} [Thu Apr 23 03:40:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.220&port_id=61aef9b2-8973-4a8a-a129-5a1298c71223 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/2973] 199.204.45.25 () {34 vars in 983 bytes} [Thu Apr 23 03:40:36 2026] GET /v2.0/subnets?id=2de9237e-3363-49c2-95f4-eba47cd6a79c => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2974] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:40:37 2026] GET /v2.0/ports?network_id=89df1abb-da19-40e0-83bc-736b02df7485&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: 1528/2975] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:40:37 2026] GET /v2.0/networks/89df1abb-da19-40e0-83bc-736b02df7485?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: 1448/2976] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:40:37 2026] GET /v2.0/networks/89df1abb-da19-40e0-83bc-736b02df7485?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/2977] 199.204.45.25 () {34 vars in 1057 bytes} [Thu Apr 23 03:40:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.238&port_id=0a00bd84-d9bc-4a5e-a902-f05ed431139d => 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: 1449/2978] 199.204.45.25 () {34 vars in 1103 bytes} [Thu Apr 23 03:40:37 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A358&port_id=0a00bd84-d9bc-4a5e-a902-f05ed431139d => 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: 1530/2979] 199.204.45.25 () {34 vars in 1063 bytes} [Thu Apr 23 03:40:37 2026] GET /v2.0/subnets?id=18020683-1cca-4ead-bfda-ed3629b3e0a2&id=fc8330ab-1283-42ad-8c4d-6d2d060f46c4 => generated 1408 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2980] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:40:37 2026] GET /v2.0/ports?network_id=295a7087-c6fd-4290-ba04-ed5a9e11699f&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: 1531/2981] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:40:37 2026] GET /v2.0/ports?network_id=295a7087-c6fd-4290-ba04-ed5a9e11699f&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2982] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:40:37 2026] GET /v2.0/networks/295a7087-c6fd-4290-ba04-ed5a9e11699f?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: 1532/2983] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:40:37 2026] GET /v2.0/networks/295a7087-c6fd-4290-ba04-ed5a9e11699f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2984] 199.204.45.25 () {34 vars in 1057 bytes} [Thu Apr 23 03:40:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.221&port_id=19d65992-ab3a-4c28-8cc1-a37280538b24 => 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: 1533/2985] 199.204.45.25 () {34 vars in 1105 bytes} [Thu Apr 23 03:40:37 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A34a&port_id=19d65992-ab3a-4c28-8cc1-a37280538b24 => 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: 1453/2986] 199.204.45.25 () {34 vars in 1063 bytes} [Thu Apr 23 03:40:37 2026] GET /v2.0/subnets?id=3d4bd741-5ba1-4c85-89f0-94fc47f18db1&id=5f1d4a75-0955-4210-91b4-854893da46eb => generated 1413 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/2987] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:40:37 2026] GET /v2.0/ports?network_id=840d4dd3-b3e3-44e9-90e7-ff7d5bdd1ecd&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2988] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:40:37 2026] GET /v2.0/ports?network_id=840d4dd3-b3e3-44e9-90e7-ff7d5bdd1ecd&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: 1535/2989] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:40:37 2026] GET /v2.0/networks/840d4dd3-b3e3-44e9-90e7-ff7d5bdd1ecd?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: 1455/2990] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:40:37 2026] GET /v2.0/networks/840d4dd3-b3e3-44e9-90e7-ff7d5bdd1ecd?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: 7|app: 0|req: 1536/2991] 10.0.0.121 () {34 vars in 971 bytes} [Thu Apr 23 03:40:41 2026] GET /v2.0/ports/19d65992-ab3a-4c28-8cc1-a37280538b24 => generated 1524 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2992] 199.204.45.25 () {30 vars in 742 bytes} [Thu Apr 23 03:40:41 2026] GET /v2.0/networks/840d4dd3-b3e3-44e9-90e7-ff7d5bdd1ecd => generated 798 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/2993] 199.204.45.25 () {30 vars in 740 bytes} [Thu Apr 23 03:40:41 2026] GET /v2.0/subnets/5f1d4a75-0955-4210-91b4-854893da46eb => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2994] 199.204.45.25 () {30 vars in 740 bytes} [Thu Apr 23 03:40:42 2026] GET /v2.0/subnets/3d4bd741-5ba1-4c85-89f0-94fc47f18db1 => generated 747 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/2995] 199.204.45.25 () {30 vars in 736 bytes} [Thu Apr 23 03:40:42 2026] GET /v2.0/ports/0a00bd84-d9bc-4a5e-a902-f05ed431139d => 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: 1458/2996] 199.204.45.25 () {34 vars in 789 bytes} [Thu Apr 23 03:40:42 2026] PUT /v2.0/ports/0a00bd84-d9bc-4a5e-a902-f05ed431139d => generated 1255 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:40:42.446 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c15679d9-e878-44e4-8deb-8941a5a07db2'] response: {'name': 'network-changed', 'server_uuid': '331e5a58-a533-4da8-a3bb-7477b405a2a4', 'tag': '0a00bd84-d9bc-4a5e-a902-f05ed431139d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1539/2997] 199.204.45.25 () {30 vars in 742 bytes} [Thu Apr 23 03:40:42 2026] GET /v2.0/networks/295a7087-c6fd-4290-ba04-ed5a9e11699f => generated 798 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1459/2998] 199.204.45.25 () {30 vars in 740 bytes} [Thu Apr 23 03:40:42 2026] GET /v2.0/subnets/fc8330ab-1283-42ad-8c4d-6d2d060f46c4 => generated 672 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/2999] 199.204.45.25 () {30 vars in 702 bytes} [Thu Apr 23 03:40:42 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: 1460/3000] 199.204.45.25 () {30 vars in 704 bytes} [Thu Apr 23 03:40:42 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3001] 199.204.45.25 () {30 vars in 680 bytes} [Thu Apr 23 03:40:42 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: 1461/3002] 199.204.45.25 () {30 vars in 716 bytes} [Thu Apr 23 03:40:42 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: 1542/3003] 199.204.45.25 () {30 vars in 740 bytes} [Thu Apr 23 03:40:42 2026] GET /v2.0/subnets/2de9237e-3363-49c2-95f4-eba47cd6a79c => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/3004] 199.204.45.25 () {30 vars in 736 bytes} [Thu Apr 23 03:40:42 2026] GET /v2.0/ports/04164f27-d2b9-4af5-af80-155bf092a82c => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3005] 199.204.45.25 () {30 vars in 736 bytes} [Thu Apr 23 03:40:42 2026] GET /v2.0/ports/61aef9b2-8973-4a8a-a129-5a1298c71223 => generated 1350 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/3006] 199.204.45.25 () {30 vars in 740 bytes} [Thu Apr 23 03:40:42 2026] GET /v2.0/subnets/2de9237e-3363-49c2-95f4-eba47cd6a79c => 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: 1544/3007] 199.204.45.25 () {30 vars in 742 bytes} [Thu Apr 23 03:40:42 2026] GET /v2.0/networks/89df1abb-da19-40e0-83bc-736b02df7485 => generated 800 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/3008] 199.204.45.25 () {30 vars in 736 bytes} [Thu Apr 23 03:40:42 2026] GET /v2.0/ports/04164f27-d2b9-4af5-af80-155bf092a82c => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/3009] 199.204.45.25 () {30 vars in 740 bytes} [Thu Apr 23 03:40:42 2026] GET /v2.0/subnets/2de9237e-3363-49c2-95f4-eba47cd6a79c => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3010] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:40:42 2026] GET /v2.0/ports?tenant_id=2ab91cae2a9e4fd69cbfdee8b5f3aeda&device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 5389 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/3011] 199.204.45.25 () {34 vars in 985 bytes} [Thu Apr 23 03:40:43 2026] GET /v2.0/networks?id=295a7087-c6fd-4290-ba04-ed5a9e11699f => generated 801 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3012] 199.204.45.25 () {34 vars in 1057 bytes} [Thu Apr 23 03:40:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.238&port_id=0a00bd84-d9bc-4a5e-a902-f05ed431139d => 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: 1467/3013] 199.204.45.25 () {34 vars in 983 bytes} [Thu Apr 23 03:40:43 2026] GET /v2.0/subnets?id=fc8330ab-1283-42ad-8c4d-6d2d060f46c4 => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3014] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:40:43 2026] GET /v2.0/ports?network_id=295a7087-c6fd-4290-ba04-ed5a9e11699f&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/3015] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:40:43 2026] GET /v2.0/networks/295a7087-c6fd-4290-ba04-ed5a9e11699f?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: 1548/3016] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:40:43 2026] GET /v2.0/networks/295a7087-c6fd-4290-ba04-ed5a9e11699f?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: 1470/3019] 199.204.45.25 () {30 vars in 702 bytes} [Thu Apr 23 03:40:55 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3020] 199.204.45.25 () {30 vars in 704 bytes} [Thu Apr 23 03:40:55 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: 1471/3021] 199.204.45.25 () {30 vars in 680 bytes} [Thu Apr 23 03:40: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: 7|app: 0|req: 1551/3022] 199.204.45.25 () {30 vars in 716 bytes} [Thu Apr 23 03:40: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: 1472/3023] 199.204.45.25 () {30 vars in 740 bytes} [Thu Apr 23 03:40:55 2026] GET /v2.0/subnets/fc8330ab-1283-42ad-8c4d-6d2d060f46c4 => generated 672 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3024] 199.204.45.25 () {30 vars in 768 bytes} [Thu Apr 23 03:40:55 2026] GET /v2.0/ports?device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 5389 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/3025] 199.204.45.25 () {30 vars in 702 bytes} [Thu Apr 23 03:40: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: 1553/3026] 199.204.45.25 () {30 vars in 704 bytes} [Thu Apr 23 03:40:55 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: 1474/3027] 199.204.45.25 () {30 vars in 680 bytes} [Thu Apr 23 03:40:55 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: 1554/3028] 199.204.45.25 () {30 vars in 716 bytes} [Thu Apr 23 03:40:55 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: 1475/3029] 199.204.45.25 () {30 vars in 736 bytes} [Thu Apr 23 03:40:55 2026] GET /v2.0/ports/19d65992-ab3a-4c28-8cc1-a37280538b24 => generated 1524 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3030] 199.204.45.25 () {34 vars in 789 bytes} [Thu Apr 23 03:40:55 2026] PUT /v2.0/ports/19d65992-ab3a-4c28-8cc1-a37280538b24 => generated 1255 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:40:55.792 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-addee1b7-5b88-4076-a697-c779f4ad5e7a'] response: {'name': 'network-changed', 'server_uuid': '331e5a58-a533-4da8-a3bb-7477b405a2a4', 'tag': '19d65992-ab3a-4c28-8cc1-a37280538b24', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1476/3031] 199.204.45.25 () {30 vars in 742 bytes} [Thu Apr 23 03:40:55 2026] GET /v2.0/networks/840d4dd3-b3e3-44e9-90e7-ff7d5bdd1ecd => generated 798 bytes in 51 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: 1556/3032] 199.204.45.25 () {30 vars in 740 bytes} [Thu Apr 23 03:40:55 2026] GET /v2.0/subnets/5f1d4a75-0955-4210-91b4-854893da46eb => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/3033] 199.204.45.25 () {30 vars in 736 bytes} [Thu Apr 23 03:40:55 2026] GET /v2.0/ports/19d65992-ab3a-4c28-8cc1-a37280538b24 => generated 1291 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3034] 199.204.45.25 () {34 vars in 788 bytes} [Thu Apr 23 03:40:55 2026] PUT /v2.0/ports/19d65992-ab3a-4c28-8cc1-a37280538b24 => generated 1080 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/3035] 199.204.45.25 () {30 vars in 742 bytes} [Thu Apr 23 03:40:56 2026] GET /v2.0/networks/840d4dd3-b3e3-44e9-90e7-ff7d5bdd1ecd => generated 798 bytes in 40 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: 1558/3036] 199.204.45.25 () {30 vars in 768 bytes} [Thu Apr 23 03:40:56 2026] GET /v2.0/ports?device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 4981 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/3037] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:40:56 2026] GET /v2.0/ports?tenant_id=2ab91cae2a9e4fd69cbfdee8b5f3aeda&device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 4981 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3038] 199.204.45.25 () {34 vars in 985 bytes} [Thu Apr 23 03:40:56 2026] GET /v2.0/networks?id=840d4dd3-b3e3-44e9-90e7-ff7d5bdd1ecd => generated 801 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/3039] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:40:56 2026] GET /v2.0/networks/840d4dd3-b3e3-44e9-90e7-ff7d5bdd1ecd?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: 1560/3040] 199.204.45.25 () {30 vars in 768 bytes} [Thu Apr 23 03:40:56 2026] GET /v2.0/ports?device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 4981 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/3041] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:40:56 2026] GET /v2.0/networks/840d4dd3-b3e3-44e9-90e7-ff7d5bdd1ecd?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: 7|app: 0|req: 1561/3042] 199.204.45.25 () {30 vars in 768 bytes} [Thu Apr 23 03:40:57 2026] GET /v2.0/ports?device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 4981 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:40:57.841 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a094f2f5-76cc-4dd0-be92-9fc10ee6135c'] response: {'name': 'network-changed', 'server_uuid': '331e5a58-a533-4da8-a3bb-7477b405a2a4', 'tag': '19d65992-ab3a-4c28-8cc1-a37280538b24', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1482/3043] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:40:58 2026] GET /v2.0/ports?tenant_id=2ab91cae2a9e4fd69cbfdee8b5f3aeda&device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 4981 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3044] 199.204.45.25 () {34 vars in 985 bytes} [Thu Apr 23 03:40:58 2026] GET /v2.0/networks?id=840d4dd3-b3e3-44e9-90e7-ff7d5bdd1ecd => generated 801 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/3045] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:40:58 2026] GET /v2.0/networks/840d4dd3-b3e3-44e9-90e7-ff7d5bdd1ecd?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: 1563/3046] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:40:58 2026] GET /v2.0/networks/840d4dd3-b3e3-44e9-90e7-ff7d5bdd1ecd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/3047] 199.204.45.25 () {30 vars in 768 bytes} [Thu Apr 23 03:40:58 2026] GET /v2.0/ports?device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 4981 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3048] 199.204.45.25 () {34 vars in 974 bytes} [Thu Apr 23 03:40:58 2026] GET /v2.0/ports/19d65992-ab3a-4c28-8cc1-a37280538b24 => generated 1116 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/3049] 199.204.45.25 () {34 vars in 1059 bytes} [Thu Apr 23 03:40:58 2026] GET /v2.0/ports/19d65992-ab3a-4c28-8cc1-a37280538b24?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3050] 199.204.45.25 () {34 vars in 1015 bytes} [Thu Apr 23 03:40:58 2026] GET /v2.0/networks/840d4dd3-b3e3-44e9-90e7-ff7d5bdd1ecd?fields=dns_domain => generated 29 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/3051] 199.204.45.25 () {38 vars in 1027 bytes} [Thu Apr 23 03:40:58 2026] PUT /v2.0/ports/19d65992-ab3a-4c28-8cc1-a37280538b24 => generated 917 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3052] 199.204.45.25 () {30 vars in 768 bytes} [Thu Apr 23 03:40:59 2026] GET /v2.0/ports?device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 3873 bytes in 52 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-23 03:40:59.771 8 INFO neutron_taas.services.taas.taas_plugin [None req-bd3cfe8e-33b1-49f9-b979-7b068366e0a1 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: 19d65992-ab3a-4c28-8cc1-a37280538b24 2026-04-23 03:40:59.773 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd3cfe8e-33b1-49f9-b979-7b068366e0a1 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: 19d65992-ab3a-4c28-8cc1-a37280538b24 [pid: 8|app: 0|req: 1487/3053] 199.204.45.25 () {32 vars in 758 bytes} [Thu Apr 23 03:40:59 2026] DELETE /v2.0/ports/19d65992-ab3a-4c28-8cc1-a37280538b24 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3054] 199.204.45.25 () {30 vars in 702 bytes} [Thu Apr 23 03:40: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: 1488/3055] 199.204.45.25 () {30 vars in 704 bytes} [Thu Apr 23 03:40:59 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3056] 199.204.45.25 () {30 vars in 680 bytes} [Thu Apr 23 03:40:59 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3057] 199.204.45.25 () {30 vars in 716 bytes} [Thu Apr 23 03:41:00 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: 1569/3058] 199.204.45.25 () {30 vars in 740 bytes} [Thu Apr 23 03:41:00 2026] GET /v2.0/subnets/2de9237e-3363-49c2-95f4-eba47cd6a79c => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3059] 199.204.45.25 () {30 vars in 736 bytes} [Thu Apr 23 03:41:00 2026] GET /v2.0/ports/04164f27-d2b9-4af5-af80-155bf092a82c => 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: 1570/3060] 199.204.45.25 () {30 vars in 736 bytes} [Thu Apr 23 03:41:00 2026] GET /v2.0/ports/61aef9b2-8973-4a8a-a129-5a1298c71223 => 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: 1491/3061] 199.204.45.25 () {30 vars in 740 bytes} [Thu Apr 23 03:41:00 2026] GET /v2.0/subnets/2de9237e-3363-49c2-95f4-eba47cd6a79c => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3062] 199.204.45.25 () {30 vars in 742 bytes} [Thu Apr 23 03:41:00 2026] GET /v2.0/networks/89df1abb-da19-40e0-83bc-736b02df7485 => 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: 1492/3063] 199.204.45.25 () {30 vars in 736 bytes} [Thu Apr 23 03:41:00 2026] GET /v2.0/ports/04164f27-d2b9-4af5-af80-155bf092a82c => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3064] 199.204.45.25 () {30 vars in 740 bytes} [Thu Apr 23 03:41:00 2026] GET /v2.0/subnets/2de9237e-3363-49c2-95f4-eba47cd6a79c => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/3065] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:41:00 2026] GET /v2.0/ports?tenant_id=2ab91cae2a9e4fd69cbfdee8b5f3aeda&device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 3873 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3066] 199.204.45.25 () {34 vars in 1225 bytes} [Thu Apr 23 03:41:00 2026] GET /v2.0/networks?id=0d59cd45-72f9-400b-9976-cb04780b0663&id=89df1abb-da19-40e0-83bc-736b02df7485&id=295a7087-c6fd-4290-ba04-ed5a9e11699f&id=840d4dd3-b3e3-44e9-90e7-ff7d5bdd1ecd => generated 3098 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3067] 199.204.45.25 () {34 vars in 1061 bytes} [Thu Apr 23 03:41:00 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.108&port_id=7fdcdce0-a95d-48b7-a525-b8929f55b5d1 => 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: 1574/3068] 199.204.45.25 () {34 vars in 983 bytes} [Thu Apr 23 03:41:00 2026] GET /v2.0/subnets?id=c8f8de27-487b-494f-ba40-79cd26910882 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/3069] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:41:00 2026] GET /v2.0/ports?network_id=0d59cd45-72f9-400b-9976-cb04780b0663&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: 1575/3070] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:41:00 2026] GET /v2.0/networks/0d59cd45-72f9-400b-9976-cb04780b0663?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/3071] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:41:00 2026] GET /v2.0/networks/0d59cd45-72f9-400b-9976-cb04780b0663?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: 1576/3072] 199.204.45.25 () {34 vars in 1057 bytes} [Thu Apr 23 03:41:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.220&port_id=61aef9b2-8973-4a8a-a129-5a1298c71223 => 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: 1497/3073] 199.204.45.25 () {34 vars in 983 bytes} [Thu Apr 23 03:41:01 2026] GET /v2.0/subnets?id=2de9237e-3363-49c2-95f4-eba47cd6a79c => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3074] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:41:01 2026] GET /v2.0/ports?network_id=89df1abb-da19-40e0-83bc-736b02df7485&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3075] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:41:01 2026] GET /v2.0/networks/89df1abb-da19-40e0-83bc-736b02df7485?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3076] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:41:01 2026] GET /v2.0/networks/89df1abb-da19-40e0-83bc-736b02df7485?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: 1499/3077] 199.204.45.25 () {34 vars in 1057 bytes} [Thu Apr 23 03:41:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.238&port_id=0a00bd84-d9bc-4a5e-a902-f05ed431139d => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3078] 199.204.45.25 () {34 vars in 983 bytes} [Thu Apr 23 03:41:01 2026] GET /v2.0/subnets?id=fc8330ab-1283-42ad-8c4d-6d2d060f46c4 => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/3081] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:41:01 2026] GET /v2.0/ports?network_id=295a7087-c6fd-4290-ba04-ed5a9e11699f&device_owner=network%3Adhcp => generated 1457 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3082] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:41:01 2026] GET /v2.0/networks/295a7087-c6fd-4290-ba04-ed5a9e11699f?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: 1501/3083] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:41:01 2026] GET /v2.0/networks/295a7087-c6fd-4290-ba04-ed5a9e11699f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3084] 199.204.45.25 () {30 vars in 702 bytes} [Thu Apr 23 03:41:06 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3085] 199.204.45.25 () {30 vars in 704 bytes} [Thu Apr 23 03:41:06 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: 1584/3086] 199.204.45.25 () {30 vars in 680 bytes} [Thu Apr 23 03:41:06 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: 1503/3087] 199.204.45.25 () {30 vars in 716 bytes} [Thu Apr 23 03:41:06 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: 1585/3088] 199.204.45.25 () {30 vars in 768 bytes} [Thu Apr 23 03:41:06 2026] GET /v2.0/ports?device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 3873 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3089] 199.204.45.25 () {30 vars in 702 bytes} [Thu Apr 23 03:41:06 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3090] 199.204.45.25 () {30 vars in 704 bytes} [Thu Apr 23 03:41:06 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3091] 199.204.45.25 () {30 vars in 680 bytes} [Thu Apr 23 03:41:06 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: 1587/3092] 199.204.45.25 () {30 vars in 716 bytes} [Thu Apr 23 03:41:06 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: 1506/3093] 199.204.45.25 () {30 vars in 736 bytes} [Thu Apr 23 03:41:06 2026] GET /v2.0/ports/0a00bd84-d9bc-4a5e-a902-f05ed431139d => generated 1291 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3094] 199.204.45.25 () {34 vars in 788 bytes} [Thu Apr 23 03:41:06 2026] PUT /v2.0/ports/0a00bd84-d9bc-4a5e-a902-f05ed431139d => generated 1080 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:41:06.662 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c4220bfc-4a62-4907-b88b-0e2f784ae94e'] response: {'name': 'network-changed', 'server_uuid': '331e5a58-a533-4da8-a3bb-7477b405a2a4', 'tag': '0a00bd84-d9bc-4a5e-a902-f05ed431139d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1507/3095] 199.204.45.25 () {30 vars in 742 bytes} [Thu Apr 23 03:41:06 2026] GET /v2.0/networks/295a7087-c6fd-4290-ba04-ed5a9e11699f => generated 798 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1589/3096] 199.204.45.25 () {30 vars in 768 bytes} [Thu Apr 23 03:41:06 2026] GET /v2.0/ports?device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 3698 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3097] 199.204.45.25 () {30 vars in 768 bytes} [Thu Apr 23 03:41:06 2026] GET /v2.0/ports?device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 3698 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3098] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:41:07 2026] GET /v2.0/ports?tenant_id=2ab91cae2a9e4fd69cbfdee8b5f3aeda&device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 3698 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3099] 199.204.45.25 () {34 vars in 985 bytes} [Thu Apr 23 03:41:07 2026] GET /v2.0/networks?id=295a7087-c6fd-4290-ba04-ed5a9e11699f => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3100] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:41:07 2026] GET /v2.0/networks/295a7087-c6fd-4290-ba04-ed5a9e11699f?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3101] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:41:07 2026] GET /v2.0/networks/295a7087-c6fd-4290-ba04-ed5a9e11699f?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: 1592/3102] 199.204.45.25 () {30 vars in 768 bytes} [Thu Apr 23 03:41:07 2026] GET /v2.0/ports?device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 3698 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3103] 199.204.45.25 () {34 vars in 974 bytes} [Thu Apr 23 03:41:08 2026] GET /v2.0/ports/0a00bd84-d9bc-4a5e-a902-f05ed431139d => generated 1116 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3104] 199.204.45.25 () {34 vars in 1059 bytes} [Thu Apr 23 03:41:08 2026] GET /v2.0/ports/0a00bd84-d9bc-4a5e-a902-f05ed431139d?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3105] 199.204.45.25 () {34 vars in 1015 bytes} [Thu Apr 23 03:41:08 2026] GET /v2.0/networks/295a7087-c6fd-4290-ba04-ed5a9e11699f?fields=dns_domain => generated 29 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3106] 199.204.45.25 () {30 vars in 768 bytes} [Thu Apr 23 03:41:08 2026] GET /v2.0/ports?device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 3698 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3107] 199.204.45.25 () {38 vars in 1027 bytes} [Thu Apr 23 03:41:08 2026] PUT /v2.0/ports/0a00bd84-d9bc-4a5e-a902-f05ed431139d => generated 917 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3108] 199.204.45.25 () {30 vars in 768 bytes} [Thu Apr 23 03:41:09 2026] GET /v2.0/ports?device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 2590 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 03:41:10.139 8 INFO neutron_taas.services.taas.taas_plugin [None req-038f6153-4119-47ff-853b-f45be3960680 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: 0a00bd84-d9bc-4a5e-a902-f05ed431139d 2026-04-23 03:41:10.141 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-038f6153-4119-47ff-853b-f45be3960680 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: 0a00bd84-d9bc-4a5e-a902-f05ed431139d [pid: 8|app: 0|req: 1514/3109] 199.204.45.25 () {32 vars in 758 bytes} [Thu Apr 23 03:41:10 2026] DELETE /v2.0/ports/0a00bd84-d9bc-4a5e-a902-f05ed431139d => 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: 1596/3110] 199.204.45.25 () {30 vars in 702 bytes} [Thu Apr 23 03:41:10 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: 1515/3111] 199.204.45.25 () {30 vars in 704 bytes} [Thu Apr 23 03:41:10 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3112] 199.204.45.25 () {30 vars in 680 bytes} [Thu Apr 23 03:41:10 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3113] 199.204.45.25 () {30 vars in 716 bytes} [Thu Apr 23 03:41: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: 7|app: 0|req: 1598/3114] 199.204.45.25 () {30 vars in 740 bytes} [Thu Apr 23 03:41:10 2026] GET /v2.0/subnets/2de9237e-3363-49c2-95f4-eba47cd6a79c => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3115] 199.204.45.25 () {30 vars in 736 bytes} [Thu Apr 23 03:41:10 2026] GET /v2.0/ports/04164f27-d2b9-4af5-af80-155bf092a82c => 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: 1599/3116] 199.204.45.25 () {30 vars in 736 bytes} [Thu Apr 23 03:41:10 2026] GET /v2.0/ports/61aef9b2-8973-4a8a-a129-5a1298c71223 => generated 1350 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3117] 199.204.45.25 () {30 vars in 740 bytes} [Thu Apr 23 03:41:10 2026] GET /v2.0/subnets/2de9237e-3363-49c2-95f4-eba47cd6a79c => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3118] 199.204.45.25 () {30 vars in 742 bytes} [Thu Apr 23 03:41:10 2026] GET /v2.0/networks/89df1abb-da19-40e0-83bc-736b02df7485 => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3119] 199.204.45.25 () {30 vars in 736 bytes} [Thu Apr 23 03:41:10 2026] GET /v2.0/ports/04164f27-d2b9-4af5-af80-155bf092a82c => 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: 1601/3120] 199.204.45.25 () {30 vars in 740 bytes} [Thu Apr 23 03:41:10 2026] GET /v2.0/subnets/2de9237e-3363-49c2-95f4-eba47cd6a79c => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3121] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:41:10 2026] GET /v2.0/ports?tenant_id=2ab91cae2a9e4fd69cbfdee8b5f3aeda&device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 2590 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3122] 199.204.45.25 () {34 vars in 1145 bytes} [Thu Apr 23 03:41:10 2026] GET /v2.0/networks?id=0d59cd45-72f9-400b-9976-cb04780b0663&id=89df1abb-da19-40e0-83bc-736b02df7485&id=295a7087-c6fd-4290-ba04-ed5a9e11699f => generated 2311 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3123] 199.204.45.25 () {34 vars in 1061 bytes} [Thu Apr 23 03:41:10 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.108&port_id=7fdcdce0-a95d-48b7-a525-b8929f55b5d1 => 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: 1603/3124] 199.204.45.25 () {34 vars in 983 bytes} [Thu Apr 23 03:41:10 2026] GET /v2.0/subnets?id=c8f8de27-487b-494f-ba40-79cd26910882 => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3125] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:41:10 2026] GET /v2.0/ports?network_id=0d59cd45-72f9-400b-9976-cb04780b0663&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3126] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:41:10 2026] GET /v2.0/networks/0d59cd45-72f9-400b-9976-cb04780b0663?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3127] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:41:11 2026] GET /v2.0/networks/0d59cd45-72f9-400b-9976-cb04780b0663?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: 1605/3128] 199.204.45.25 () {34 vars in 1057 bytes} [Thu Apr 23 03:41:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.220&port_id=61aef9b2-8973-4a8a-a129-5a1298c71223 => 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: 1524/3129] 199.204.45.25 () {34 vars in 983 bytes} [Thu Apr 23 03:41:11 2026] GET /v2.0/subnets?id=2de9237e-3363-49c2-95f4-eba47cd6a79c => generated 678 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3130] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:41:11 2026] GET /v2.0/ports?network_id=89df1abb-da19-40e0-83bc-736b02df7485&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3131] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:41:11 2026] GET /v2.0/networks/89df1abb-da19-40e0-83bc-736b02df7485?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3132] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:41:11 2026] GET /v2.0/networks/89df1abb-da19-40e0-83bc-736b02df7485?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: 1527/3135] 199.204.45.25 () {30 vars in 702 bytes} [Thu Apr 23 03:41:22 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: 1609/3136] 199.204.45.25 () {30 vars in 704 bytes} [Thu Apr 23 03:41:23 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: 1528/3137] 199.204.45.25 () {30 vars in 680 bytes} [Thu Apr 23 03:41:23 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: 1610/3138] 199.204.45.25 () {30 vars in 716 bytes} [Thu Apr 23 03:41:23 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:41:23.064 8 INFO neutron.api.v2.resource [None req-f142f547-c8b3-42a3-bc2b-eaaea6eed924 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1529/3139] 199.204.45.25 () {30 vars in 762 bytes} [Thu Apr 23 03:41:23 2026] GET /v2.0/security-groups/lb-1ce0424d-838a-44a8-bd29-b130a1fbfe2c => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3140] 199.204.45.25 () {30 vars in 784 bytes} [Thu Apr 23 03:41:23 2026] GET /v2.0/security-groups?name=lb-1ce0424d-838a-44a8-bd29-b130a1fbfe2c => generated 2863 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3141] 199.204.45.25 () {30 vars in 814 bytes} [Thu Apr 23 03:41:23 2026] GET /v2.0/security-group-rules?security_group_id=efd7ba94-84de-4e12-8f1e-3688bc50078b => generated 2334 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3142] 199.204.45.25 () {32 vars in 788 bytes} [Thu Apr 23 03:41:23 2026] DELETE /v2.0/security-group-rules/8391058a-e55b-49f7-80e0-40e72468d334 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3143] 199.204.45.25 () {32 vars in 788 bytes} [Thu Apr 23 03:41:23 2026] DELETE /v2.0/security-group-rules/ac583b95-facd-43e7-9fd2-9c3541dfe7d7 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:41:26.096 7 INFO neutron_taas.services.taas.taas_plugin [None req-b4ea101c-774c-4246-b59e-61c3890d92af b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] TaaS: Handle Delete Port: b9f3f58b-32d9-425c-b128-c499b0a739b5 2026-04-23 03:41:26.098 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4ea101c-774c-4246-b59e-61c3890d92af b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] Tap Mirror: Handle Delete Port: b9f3f58b-32d9-425c-b128-c499b0a739b5 2026-04-23 03:41:26.273 7 INFO neutron.db.l3_db [None req-b4ea101c-774c-4246-b59e-61c3890d92af b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] Floating IP 6c2d0fa4-e587-46b6-a32e-b920e6726e05 disassociated (deleted). External IP: 10.96.250.215, port: 04164f27-d2b9-4af5-af80-155bf092a82c. [pid: 7|app: 0|req: 1613/3144] 10.0.0.170 () {32 vars in 732 bytes} [Thu Apr 23 03:41:25 2026] DELETE /v2.0/floatingips/6c2d0fa4-e587-46b6-a32e-b920e6726e05 => generated 0 bytes in 632 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:41:26.592 8 INFO neutron.api.v2.resource [None req-24bb6ba9-0a78-46b4-aef1-07e231b52992 b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1532/3145] 10.0.0.170 () {32 vars in 729 bytes} [Thu Apr 23 03:41:26 2026] GET /v2.0/floatingips/6c2d0fa4-e587-46b6-a32e-b920e6726e05 => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3146] 199.204.45.25 () {30 vars in 702 bytes} [Thu Apr 23 03:41:27 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: 1533/3147] 199.204.45.25 () {30 vars in 704 bytes} [Thu Apr 23 03:41:27 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3148] 199.204.45.25 () {30 vars in 680 bytes} [Thu Apr 23 03:41:27 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: 1534/3149] 199.204.45.25 () {30 vars in 716 bytes} [Thu Apr 23 03:41:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:41:27.471 7 INFO neutron.api.v2.resource [None req-39c21c31-aa92-480a-8cee-e0e271e0f823 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1616/3150] 199.204.45.25 () {30 vars in 762 bytes} [Thu Apr 23 03:41:27 2026] GET /v2.0/security-groups/lb-1ce0424d-838a-44a8-bd29-b130a1fbfe2c => 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: 1535/3151] 199.204.45.25 () {30 vars in 784 bytes} [Thu Apr 23 03:41:27 2026] GET /v2.0/security-groups?name=lb-1ce0424d-838a-44a8-bd29-b130a1fbfe2c => generated 1637 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3152] 199.204.45.25 () {30 vars in 814 bytes} [Thu Apr 23 03:41:27 2026] GET /v2.0/security-group-rules?security_group_id=efd7ba94-84de-4e12-8f1e-3688bc50078b => generated 1182 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3153] 199.204.45.25 () {30 vars in 702 bytes} [Thu Apr 23 03:41:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3154] 199.204.45.25 () {30 vars in 704 bytes} [Thu Apr 23 03:41:27 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3155] 199.204.45.25 () {30 vars in 680 bytes} [Thu Apr 23 03:41:27 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: 1619/3156] 199.204.45.25 () {30 vars in 716 bytes} [Thu Apr 23 03:41:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3157] 199.204.45.25 () {30 vars in 740 bytes} [Thu Apr 23 03:41:27 2026] GET /v2.0/subnets/2de9237e-3363-49c2-95f4-eba47cd6a79c => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3158] 199.204.45.25 () {30 vars in 768 bytes} [Thu Apr 23 03:41:27 2026] GET /v2.0/ports?device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 2590 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3159] 199.204.45.25 () {30 vars in 768 bytes} [Thu Apr 23 03:41:28 2026] GET /v2.0/ports?device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 2590 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3160] 199.204.45.25 () {30 vars in 768 bytes} [Thu Apr 23 03:41:28 2026] GET /v2.0/ports?device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 2590 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3161] 199.204.45.25 () {30 vars in 768 bytes} [Thu Apr 23 03:41:29 2026] GET /v2.0/ports?device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 2590 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3162] 199.204.45.25 () {34 vars in 974 bytes} [Thu Apr 23 03:41:30 2026] GET /v2.0/ports/61aef9b2-8973-4a8a-a129-5a1298c71223 => generated 1350 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3163] 199.204.45.25 () {34 vars in 1059 bytes} [Thu Apr 23 03:41:30 2026] GET /v2.0/ports/61aef9b2-8973-4a8a-a129-5a1298c71223?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3164] 199.204.45.25 () {30 vars in 768 bytes} [Thu Apr 23 03:41:30 2026] GET /v2.0/ports?device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 2590 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3165] 199.204.45.25 () {34 vars in 1015 bytes} [Thu Apr 23 03:41:30 2026] GET /v2.0/networks/89df1abb-da19-40e0-83bc-736b02df7485?fields=dns_domain => generated 29 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3166] 199.204.45.25 () {38 vars in 1027 bytes} [Thu Apr 23 03:41:30 2026] PUT /v2.0/ports/61aef9b2-8973-4a8a-a129-5a1298c71223 => generated 1151 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3167] 199.204.45.25 () {30 vars in 768 bytes} [Thu Apr 23 03:41:31 2026] GET /v2.0/ports?device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 1248 bytes in 29 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: 1625/3170] 199.204.45.25 () {34 vars in 788 bytes} [Thu Apr 23 03:41:31 2026] PUT /v2.0/ports/61aef9b2-8973-4a8a-a129-5a1298c71223 => generated 1090 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3171] 199.204.45.25 () {30 vars in 736 bytes} [Thu Apr 23 03:41:31 2026] GET /v2.0/ports/61aef9b2-8973-4a8a-a129-5a1298c71223 => 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-23 03:41:31.703 7 INFO neutron_taas.services.taas.taas_plugin [None req-113ef5a4-76b2-4dc1-bbfb-400d4f893eeb 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: 61aef9b2-8973-4a8a-a129-5a1298c71223 2026-04-23 03:41:31.705 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-113ef5a4-76b2-4dc1-bbfb-400d4f893eeb 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: 61aef9b2-8973-4a8a-a129-5a1298c71223 [pid: 7|app: 0|req: 1626/3172] 199.204.45.25 () {32 vars in 758 bytes} [Thu Apr 23 03:41:31 2026] DELETE /v2.0/ports/61aef9b2-8973-4a8a-a129-5a1298c71223 => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3173] 199.204.45.25 () {30 vars in 702 bytes} [Thu Apr 23 03:41:31 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3174] 199.204.45.25 () {30 vars in 704 bytes} [Thu Apr 23 03:41:31 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: 1548/3175] 199.204.45.25 () {30 vars in 680 bytes} [Thu Apr 23 03:41:31 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: 1628/3176] 199.204.45.25 () {30 vars in 716 bytes} [Thu Apr 23 03:41:31 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-23 03:41:31.996 8 INFO neutron.pecan_wsgi.hooks.translation [None req-05dfde15-2538-4ee0-85eb-8985a3f4c20b 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1549/3177] 199.204.45.25 () {32 vars in 758 bytes} [Thu Apr 23 03:41:31 2026] DELETE /v2.0/ports/61aef9b2-8973-4a8a-a129-5a1298c71223 => 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: 1629/3178] 199.204.45.25 () {30 vars in 736 bytes} [Thu Apr 23 03:41:32 2026] GET /v2.0/ports/04164f27-d2b9-4af5-af80-155bf092a82c => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:41:32.068 8 INFO neutron.api.v2.resource [None req-1fa57fa3-2bd1-4b59-ab36-4e43b70f61a3 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1550/3179] 199.204.45.25 () {30 vars in 762 bytes} [Thu Apr 23 03:41:32 2026] GET /v2.0/security-groups/lb-1ce0424d-838a-44a8-bd29-b130a1fbfe2c => generated 149 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3180] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:41:32 2026] GET /v2.0/ports?tenant_id=2ab91cae2a9e4fd69cbfdee8b5f3aeda&device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3181] 199.204.45.25 () {30 vars in 784 bytes} [Thu Apr 23 03:41:32 2026] GET /v2.0/security-groups?name=lb-1ce0424d-838a-44a8-bd29-b130a1fbfe2c => generated 1637 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3182] 199.204.45.25 () {30 vars in 736 bytes} [Thu Apr 23 03:41:32 2026] GET /v2.0/ports/04164f27-d2b9-4af5-af80-155bf092a82c => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3183] 199.204.45.25 () {34 vars in 1065 bytes} [Thu Apr 23 03:41:32 2026] GET /v2.0/networks?id=0d59cd45-72f9-400b-9976-cb04780b0663&id=89df1abb-da19-40e0-83bc-736b02df7485 => generated 1524 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3184] 199.204.45.25 () {34 vars in 1061 bytes} [Thu Apr 23 03:41:32 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.108&port_id=7fdcdce0-a95d-48b7-a525-b8929f55b5d1 => 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: 1554/3185] 199.204.45.25 () {34 vars in 983 bytes} [Thu Apr 23 03:41:32 2026] GET /v2.0/subnets?id=c8f8de27-487b-494f-ba40-79cd26910882 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3186] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:41:32 2026] GET /v2.0/ports?network_id=0d59cd45-72f9-400b-9976-cb04780b0663&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: 1556/3187] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:41:32 2026] GET /v2.0/networks/0d59cd45-72f9-400b-9976-cb04780b0663?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: 1557/3188] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:41:32 2026] GET /v2.0/networks/0d59cd45-72f9-400b-9976-cb04780b0663?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: 1632/3189] 199.204.45.25 () {34 vars in 788 bytes} [Thu Apr 23 03:41:32 2026] PUT /v2.0/ports/04164f27-d2b9-4af5-af80-155bf092a82c => generated 1094 bytes in 655 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3190] 199.204.45.25 () {32 vars in 778 bytes} [Thu Apr 23 03:41:32 2026] DELETE /v2.0/security-groups/efd7ba94-84de-4e12-8f1e-3688bc50078b => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:41:33.039 7 INFO neutron_taas.services.taas.taas_plugin [None req-2af0898a-080b-4af9-8b4f-8151bfcb6005 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: 04164f27-d2b9-4af5-af80-155bf092a82c 2026-04-23 03:41:33.041 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2af0898a-080b-4af9-8b4f-8151bfcb6005 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: 04164f27-d2b9-4af5-af80-155bf092a82c [pid: 7|app: 0|req: 1633/3191] 199.204.45.25 () {32 vars in 758 bytes} [Thu Apr 23 03:41:32 2026] DELETE /v2.0/ports/04164f27-d2b9-4af5-af80-155bf092a82c => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3192] 199.204.45.25 () {34 vars in 993 bytes} [Thu Apr 23 03:41:36 2026] GET /v2.0/ports?device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:41:36.221 7 INFO neutron_taas.services.taas.taas_plugin [req-91579e69-3e0c-4a46-bbcd-99c5cc858f74 req-36d184f8-b746-4b9a-bfff-bbe484453354 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] TaaS: Handle Delete Port: 7fdcdce0-a95d-48b7-a525-b8929f55b5d1 2026-04-23 03:41:36.223 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-91579e69-3e0c-4a46-bbcd-99c5cc858f74 req-36d184f8-b746-4b9a-bfff-bbe484453354 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] Tap Mirror: Handle Delete Port: 7fdcdce0-a95d-48b7-a525-b8929f55b5d1 [pid: 7|app: 0|req: 1634/3193] 199.204.45.25 () {36 vars in 996 bytes} [Thu Apr 23 03:41:36 2026] DELETE /v2.0/ports/7fdcdce0-a95d-48b7-a525-b8929f55b5d1 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:41:36.372 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c3409ef6-c012-4068-bbc4-0ebff0877904'] response: {'server_uuid': '331e5a58-a533-4da8-a3bb-7477b405a2a4', 'name': 'network-vif-deleted', 'tag': '7fdcdce0-a95d-48b7-a525-b8929f55b5d1', 'status': 'completed', 'code': 200} 2026-04-23 03:41:36.951 8 INFO neutron_taas.services.taas.taas_plugin [None req-98604ae3-9760-4d23-81e9-02cc101f93ca b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] TaaS: Handle Delete Port: 6e1e30fa-7bd3-4ae1-833a-859c70ffab52 2026-04-23 03:41:36.954 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98604ae3-9760-4d23-81e9-02cc101f93ca b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] Tap Mirror: Handle Delete Port: 6e1e30fa-7bd3-4ae1-833a-859c70ffab52 2026-04-23 03:41:37.131 8 INFO neutron.db.l3_db [None req-98604ae3-9760-4d23-81e9-02cc101f93ca b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] Floating IP 0eaeb83e-988f-4067-a4a5-c78cf4d421a4 disassociated (deleted). External IP: 10.96.250.216, port: d848c4a6-0ebb-4572-b3f4-67472da0eb7f. [pid: 8|app: 0|req: 1560/3194] 10.0.0.170 () {32 vars in 732 bytes} [Thu Apr 23 03:41:36 2026] DELETE /v2.0/floatingips/0eaeb83e-988f-4067-a4a5-c78cf4d421a4 => generated 0 bytes in 1018 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:41:37.869 7 INFO neutron.api.v2.resource [None req-58a0f5b4-f1ea-4f40-9fa0-f4a99252390b b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] show failed (client error): The resource could not be found. 2026-04-23 03:41:37.870 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c94f67eb-0d6b-492c-a35f-661323f5537d'] response: {'name': 'network-changed', 'server_uuid': '67ef62d5-0775-43b8-88d7-1db619b125f4', 'tag': 'd848c4a6-0ebb-4572-b3f4-67472da0eb7f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1635/3195] 10.0.0.170 () {32 vars in 729 bytes} [Thu Apr 23 03:41:37 2026] GET /v2.0/floatingips/0eaeb83e-988f-4067-a4a5-c78cf4d421a4 => generated 144 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3196] 10.0.0.121 () {34 vars in 1178 bytes} [Thu Apr 23 03:41:37 2026] GET /v2.0/ports?device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4&device_id=67ef62d5-0775-43b8-88d7-1db619b125f4&device_id=1078a88e-9fdc-4684-990c-79c3c3872bed => generated 2931 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3197] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:41:38 2026] GET /v2.0/security-groups?id=3cda7f12-610c-461c-8727-263fc625e6db&fields=id&fields=name => generated 112 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3198] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:41:38 2026] GET /v2.0/ports?device_id=67ef62d5-0775-43b8-88d7-1db619b125f4 => generated 1204 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3199] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:41:38 2026] GET /v2.0/security-groups?id=3cda7f12-610c-461c-8727-263fc625e6db&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3200] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:41:38 2026] GET /v2.0/ports?tenant_id=961c1aa0806a48c1bd657cd40b8958b5&device_id=67ef62d5-0775-43b8-88d7-1db619b125f4 => generated 1473 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3201] 199.204.45.25 () {34 vars in 985 bytes} [Thu Apr 23 03:41:38 2026] GET /v2.0/networks?id=840d4dd3-b3e3-44e9-90e7-ff7d5bdd1ecd => generated 801 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1638/3202] 199.204.45.25 () {34 vars in 1057 bytes} [Thu Apr 23 03:41:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.134&port_id=d848c4a6-0ebb-4572-b3f4-67472da0eb7f => 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: 1565/3203] 199.204.45.25 () {34 vars in 1105 bytes} [Thu Apr 23 03:41:38 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1a1&port_id=d848c4a6-0ebb-4572-b3f4-67472da0eb7f => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3204] 199.204.45.25 () {34 vars in 1063 bytes} [Thu Apr 23 03:41:38 2026] GET /v2.0/subnets?id=3d4bd741-5ba1-4c85-89f0-94fc47f18db1&id=5f1d4a75-0955-4210-91b4-854893da46eb => generated 1413 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3205] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:41:38 2026] GET /v2.0/ports?network_id=840d4dd3-b3e3-44e9-90e7-ff7d5bdd1ecd&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: 1640/3206] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:41:38 2026] GET /v2.0/ports?network_id=840d4dd3-b3e3-44e9-90e7-ff7d5bdd1ecd&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3207] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:41:38 2026] GET /v2.0/networks/840d4dd3-b3e3-44e9-90e7-ff7d5bdd1ecd?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: 1641/3208] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:41:38 2026] GET /v2.0/ports?device_id=331e5a58-a533-4da8-a3bb-7477b405a2a4 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3209] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:41:38 2026] GET /v2.0/networks/840d4dd3-b3e3-44e9-90e7-ff7d5bdd1ecd?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: 1642/3210] 10.0.0.121 () {34 vars in 1084 bytes} [Thu Apr 23 03:41:39 2026] GET /v2.0/ports?device_id=67ef62d5-0775-43b8-88d7-1db619b125f4&device_id=1078a88e-9fdc-4684-990c-79c3c3872bed => generated 2931 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3211] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:41:39 2026] GET /v2.0/security-groups?id=3cda7f12-610c-461c-8727-263fc625e6db&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1643/3212] 199.204.45.25 () {34 vars in 993 bytes} [Thu Apr 23 03:41:40 2026] GET /v2.0/ports?device_id=67ef62d5-0775-43b8-88d7-1db619b125f4 => generated 1204 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:41:40.644 8 INFO neutron_taas.services.taas.taas_plugin [req-4a48c95f-8ebb-4fa6-9a06-ec50fe0ddf73 req-c66872a1-264f-4793-9c79-5a5e10623c43 b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] TaaS: Handle Delete Port: d848c4a6-0ebb-4572-b3f4-67472da0eb7f 2026-04-23 03:41:40.647 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4a48c95f-8ebb-4fa6-9a06-ec50fe0ddf73 req-c66872a1-264f-4793-9c79-5a5e10623c43 b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] Tap Mirror: Handle Delete Port: d848c4a6-0ebb-4572-b3f4-67472da0eb7f [pid: 8|app: 0|req: 1570/3213] 199.204.45.25 () {36 vars in 996 bytes} [Thu Apr 23 03:41:40 2026] DELETE /v2.0/ports/d848c4a6-0ebb-4572-b3f4-67472da0eb7f => generated 0 bytes in 341 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:41:40.860 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8c450383-e551-425d-93da-622805ae403b'] response: {'server_uuid': '67ef62d5-0775-43b8-88d7-1db619b125f4', 'name': 'network-vif-deleted', 'tag': 'd848c4a6-0ebb-4572-b3f4-67472da0eb7f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1644/3214] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:41:43 2026] GET /v2.0/ports?device_id=67ef62d5-0775-43b8-88d7-1db619b125f4 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 03:41:48.504 8 INFO neutron_taas.services.taas.taas_plugin [None req-ebb63515-5ccb-46ec-8937-d6ba81764966 b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] TaaS: Handle Delete Port: 28139af7-d0e6-4858-b55b-3ab43b270c22 2026-04-23 03:41:48.507 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ebb63515-5ccb-46ec-8937-d6ba81764966 b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] Tap Mirror: Handle Delete Port: 28139af7-d0e6-4858-b55b-3ab43b270c22 2026-04-23 03:41:48.682 8 INFO neutron.db.l3_db [None req-ebb63515-5ccb-46ec-8937-d6ba81764966 b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] Floating IP 9cd458aa-2795-4127-988e-9f6ba2bc68f9 disassociated (deleted). External IP: 10.96.250.220, port: a95d58e3-fa98-428b-9b39-a5adfab1ae5d. [pid: 8|app: 0|req: 1572/3217] 10.0.0.170 () {32 vars in 732 bytes} [Thu Apr 23 03:41:48 2026] DELETE /v2.0/floatingips/9cd458aa-2795-4127-988e-9f6ba2bc68f9 => generated 0 bytes in 662 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:41:49.044 7 INFO neutron.api.v2.resource [None req-7a50784f-f9ea-4e60-a474-e8f1c9fe7bb2 b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1646/3218] 10.0.0.170 () {32 vars in 729 bytes} [Thu Apr 23 03:41:49 2026] GET /v2.0/floatingips/9cd458aa-2795-4127-988e-9f6ba2bc68f9 => generated 144 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 03:41:49.061 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-658f5296-da8e-461b-8c58-59f0922cb607'] response: {'name': 'network-changed', 'server_uuid': '1078a88e-9fdc-4684-990c-79c3c3872bed', 'tag': 'a95d58e3-fa98-428b-9b39-a5adfab1ae5d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1573/3219] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:41:49 2026] GET /v2.0/ports?device_id=1078a88e-9fdc-4684-990c-79c3c3872bed => generated 1200 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3220] 10.0.0.121 () {34 vars in 1040 bytes} [Thu Apr 23 03:41:49 2026] GET /v2.0/security-groups?id=3cda7f12-610c-461c-8727-263fc625e6db&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3221] 199.204.45.25 () {34 vars in 1079 bytes} [Thu Apr 23 03:41:49 2026] GET /v2.0/ports?tenant_id=961c1aa0806a48c1bd657cd40b8958b5&device_id=1078a88e-9fdc-4684-990c-79c3c3872bed => generated 1469 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1648/3222] 199.204.45.25 () {34 vars in 985 bytes} [Thu Apr 23 03:41:49 2026] GET /v2.0/networks?id=295a7087-c6fd-4290-ba04-ed5a9e11699f => generated 801 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3223] 199.204.45.25 () {34 vars in 1057 bytes} [Thu Apr 23 03:41:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.120&port_id=a95d58e3-fa98-428b-9b39-a5adfab1ae5d => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3224] 199.204.45.25 () {34 vars in 1103 bytes} [Thu Apr 23 03:41:49 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A211&port_id=a95d58e3-fa98-428b-9b39-a5adfab1ae5d => 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: 1576/3225] 199.204.45.25 () {34 vars in 1063 bytes} [Thu Apr 23 03:41:49 2026] GET /v2.0/subnets?id=18020683-1cca-4ead-bfda-ed3629b3e0a2&id=fc8330ab-1283-42ad-8c4d-6d2d060f46c4 => generated 1408 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3226] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:41:49 2026] GET /v2.0/ports?network_id=295a7087-c6fd-4290-ba04-ed5a9e11699f&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3227] 199.204.45.25 () {34 vars in 1051 bytes} [Thu Apr 23 03:41:49 2026] GET /v2.0/ports?network_id=295a7087-c6fd-4290-ba04-ed5a9e11699f&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: 1651/3228] 199.204.45.25 () {34 vars in 1011 bytes} [Thu Apr 23 03:41:49 2026] GET /v2.0/networks/295a7087-c6fd-4290-ba04-ed5a9e11699f?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3229] 199.204.45.25 () {34 vars in 1111 bytes} [Thu Apr 23 03:41:49 2026] GET /v2.0/networks/295a7087-c6fd-4290-ba04-ed5a9e11699f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3230] 199.204.45.25 () {34 vars in 993 bytes} [Thu Apr 23 03:41:51 2026] GET /v2.0/ports?device_id=1078a88e-9fdc-4684-990c-79c3c3872bed => generated 1200 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 03:41:51.828 8 INFO neutron_taas.services.taas.taas_plugin [req-3dd3a2cb-4630-457e-8d86-9121c0d49777 req-7fc9e126-1df2-43e2-8ea0-49885db92d27 b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] TaaS: Handle Delete Port: a95d58e3-fa98-428b-9b39-a5adfab1ae5d 2026-04-23 03:41:51.831 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3dd3a2cb-4630-457e-8d86-9121c0d49777 req-7fc9e126-1df2-43e2-8ea0-49885db92d27 b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] Tap Mirror: Handle Delete Port: a95d58e3-fa98-428b-9b39-a5adfab1ae5d [pid: 8|app: 0|req: 1579/3231] 199.204.45.25 () {36 vars in 996 bytes} [Thu Apr 23 03:41:51 2026] DELETE /v2.0/ports/a95d58e3-fa98-428b-9b39-a5adfab1ae5d => generated 0 bytes in 268 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:41:52.026 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5f681754-84c4-42b7-b37a-de46f4e83a13'] response: {'server_uuid': '1078a88e-9fdc-4684-990c-79c3c3872bed', 'name': 'network-vif-deleted', 'tag': 'a95d58e3-fa98-428b-9b39-a5adfab1ae5d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1653/3232] 10.0.0.121 () {34 vars in 990 bytes} [Thu Apr 23 03:41:54 2026] GET /v2.0/ports?device_id=1078a88e-9fdc-4684-990c-79c3c3872bed => 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: 1580/3233] 10.0.0.170 () {32 vars in 750 bytes} [Thu Apr 23 03:41:59 2026] DELETE /v2.0/security-group-rules/d6ff0e96-d5b9-41e2-b825-0e13f4fd641d => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:41:59.580 7 INFO neutron.api.v2.resource [None req-39a37236-9386-4b1b-8ae8-fc402c56d131 b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1654/3234] 10.0.0.170 () {32 vars in 747 bytes} [Thu Apr 23 03:41:59 2026] GET /v2.0/security-group-rules/d6ff0e96-d5b9-41e2-b825-0e13f4fd641d => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3235] 10.0.0.170 () {32 vars in 750 bytes} [Thu Apr 23 03:41:59 2026] DELETE /v2.0/security-group-rules/7e63fc0e-5f8e-46a4-9708-eccb30a5ffda => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:41:59.663 7 INFO neutron.api.v2.resource [None req-88f719e4-42c8-46ee-854a-c31060badf8e b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1655/3236] 10.0.0.170 () {32 vars in 747 bytes} [Thu Apr 23 03:41:59 2026] GET /v2.0/security-group-rules/7e63fc0e-5f8e-46a4-9708-eccb30a5ffda => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3237] 10.0.0.170 () {32 vars in 750 bytes} [Thu Apr 23 03:41:59 2026] DELETE /v2.0/security-group-rules/1fdb1811-5698-4f67-bd5b-118415feb813 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:41:59.747 7 INFO neutron.api.v2.resource [None req-ac82752e-633d-4906-acb5-4f815cdefb75 b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1656/3238] 10.0.0.170 () {32 vars in 747 bytes} [Thu Apr 23 03:41:59 2026] GET /v2.0/security-group-rules/1fdb1811-5698-4f67-bd5b-118415feb813 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3239] 10.0.0.170 () {32 vars in 750 bytes} [Thu Apr 23 03:41:59 2026] DELETE /v2.0/security-group-rules/9b153b85-45e0-419c-bfde-68116cbdef14 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:41:59.830 7 INFO neutron.api.v2.resource [None req-92efbcd6-e67a-4db3-a854-c79f9a76dcd9 b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1657/3240] 10.0.0.170 () {32 vars in 747 bytes} [Thu Apr 23 03:41:59 2026] GET /v2.0/security-group-rules/9b153b85-45e0-419c-bfde-68116cbdef14 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3241] 10.0.0.170 () {32 vars in 750 bytes} [Thu Apr 23 03:41:59 2026] DELETE /v2.0/security-group-rules/a511dd7b-a16b-4614-aa24-d0d272234b01 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:41:59.911 7 INFO neutron.api.v2.resource [None req-c52e7b7c-95cf-49eb-884f-301cb5d36632 b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1658/3242] 10.0.0.170 () {32 vars in 747 bytes} [Thu Apr 23 03:41:59 2026] GET /v2.0/security-group-rules/a511dd7b-a16b-4614-aa24-d0d272234b01 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3243] 10.0.0.170 () {32 vars in 750 bytes} [Thu Apr 23 03:41:59 2026] DELETE /v2.0/security-group-rules/1111366c-5e2a-43ac-94ba-67310c4f92f6 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:41:59.995 7 INFO neutron.api.v2.resource [None req-bb7ff000-2971-471e-a359-6ae5a18f2778 b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1659/3244] 10.0.0.170 () {32 vars in 747 bytes} [Thu Apr 23 03:41:59 2026] GET /v2.0/security-group-rules/1111366c-5e2a-43ac-94ba-67310c4f92f6 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3245] 10.0.0.170 () {32 vars in 750 bytes} [Thu Apr 23 03:42:00 2026] DELETE /v2.0/security-group-rules/80e4146b-c004-42a3-8a39-a7f34ade8562 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:42:00.080 7 INFO neutron.api.v2.resource [None req-8669b0bb-bac8-4e14-b997-5cceac99c481 b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1660/3246] 10.0.0.170 () {32 vars in 747 bytes} [Thu Apr 23 03:42:00 2026] GET /v2.0/security-group-rules/80e4146b-c004-42a3-8a39-a7f34ade8562 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3247] 10.0.0.170 () {32 vars in 750 bytes} [Thu Apr 23 03:42:00 2026] DELETE /v2.0/security-group-rules/02e84db8-4a19-4514-b142-870813e5f4d3 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:42:00.158 7 INFO neutron.api.v2.resource [None req-e99526ef-6016-4c0d-921c-17407becccfc b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1661/3248] 10.0.0.170 () {32 vars in 747 bytes} [Thu Apr 23 03:42:00 2026] GET /v2.0/security-group-rules/02e84db8-4a19-4514-b142-870813e5f4d3 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3249] 10.0.0.170 () {32 vars in 750 bytes} [Thu Apr 23 03:42:00 2026] DELETE /v2.0/security-group-rules/5b9f6c89-b307-4c36-bb45-bca7a22722f2 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:42:00.250 7 INFO neutron.api.v2.resource [None req-36593b3b-3c17-4ed3-ae85-834704436705 b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1662/3250] 10.0.0.170 () {32 vars in 747 bytes} [Thu Apr 23 03:42:00 2026] GET /v2.0/security-group-rules/5b9f6c89-b307-4c36-bb45-bca7a22722f2 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3251] 10.0.0.170 () {32 vars in 750 bytes} [Thu Apr 23 03:42:00 2026] DELETE /v2.0/security-group-rules/04b0888c-8076-4419-94bc-ce13884d26a6 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:42:00.333 7 INFO neutron.api.v2.resource [None req-b71204f7-24e7-40ff-b161-0340dd2cffdf b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1663/3252] 10.0.0.170 () {32 vars in 747 bytes} [Thu Apr 23 03:42:00 2026] GET /v2.0/security-group-rules/04b0888c-8076-4419-94bc-ce13884d26a6 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3253] 10.0.0.170 () {32 vars in 750 bytes} [Thu Apr 23 03:42:00 2026] DELETE /v2.0/security-group-rules/efd8be65-d1e0-4ea8-b5c6-4fd0413814a6 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:42:00.413 7 INFO neutron.api.v2.resource [None req-3b2949b0-5425-4d16-815d-d33731ad8d03 b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1664/3254] 10.0.0.170 () {32 vars in 747 bytes} [Thu Apr 23 03:42:00 2026] GET /v2.0/security-group-rules/efd8be65-d1e0-4ea8-b5c6-4fd0413814a6 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3255] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:42:00 2026] DELETE /v2.0/security-groups/3cda7f12-610c-461c-8727-263fc625e6db => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:42:00.517 7 INFO neutron.api.v2.resource [None req-10213141-5b6e-4845-96a4-b955c3bc1bda b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1665/3256] 10.0.0.170 () {32 vars in 737 bytes} [Thu Apr 23 03:42:00 2026] GET /v2.0/security-groups/3cda7f12-610c-461c-8727-263fc625e6db => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 03:42:00.931 8 INFO neutron_taas.services.taas.taas_plugin [None req-a4eb341b-d4b8-433e-9640-e6dc464e5d27 b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] TaaS: Handle Delete Port: 221b8138-854c-4182-91f1-05423f46efab 2026-04-23 03:42:00.933 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4eb341b-d4b8-433e-9640-e6dc464e5d27 b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] Tap Mirror: Handle Delete Port: 221b8138-854c-4182-91f1-05423f46efab [pid: 8|app: 0|req: 1592/3259] 10.0.0.170 () {34 vars in 789 bytes} [Thu Apr 23 03:42:00 2026] PUT /v2.0/routers/bac18099-8524-4962-a319-b3dd9f861158/remove_router_interface => generated 310 bytes in 871 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:42:01.608 7 INFO neutron.api.v2.resource [None req-44d81267-bf25-4774-bff3-c9324ab15aba b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1668/3260] 10.0.0.170 () {34 vars in 789 bytes} [Thu Apr 23 03:42:01 2026] PUT /v2.0/routers/bac18099-8524-4962-a319-b3dd9f861158/remove_router_interface => generated 198 bytes in 172 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 03:42:02.059 8 INFO neutron_taas.services.taas.taas_plugin [None req-514c9ad3-5451-44aa-a515-39e8e31383f4 b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] TaaS: Handle Delete Port: 6bae1539-db1b-4dad-a733-5cf27158c718 2026-04-23 03:42:02.062 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-514c9ad3-5451-44aa-a515-39e8e31383f4 b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] Tap Mirror: Handle Delete Port: 6bae1539-db1b-4dad-a733-5cf27158c718 [pid: 8|app: 0|req: 1593/3261] 10.0.0.170 () {34 vars in 789 bytes} [Thu Apr 23 03:42:01 2026] PUT /v2.0/routers/bac18099-8524-4962-a319-b3dd9f861158/remove_router_interface => generated 310 bytes in 1061 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:42:02.842 7 INFO neutron.api.v2.resource [None req-e309dccd-5b86-458b-88e1-6da00027c3d2 b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1669/3262] 10.0.0.170 () {34 vars in 789 bytes} [Thu Apr 23 03:42:02 2026] PUT /v2.0/routers/bac18099-8524-4962-a319-b3dd9f861158/remove_router_interface => generated 198 bytes in 158 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 03:42:03.241 8 INFO neutron_taas.services.taas.taas_plugin [None req-dfa8b84a-b913-456a-9f5d-3bd33f62141b b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] TaaS: Handle Delete Port: 5cb3046b-59ff-411a-b16b-f32b259f3d08 2026-04-23 03:42:03.244 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dfa8b84a-b913-456a-9f5d-3bd33f62141b b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] Tap Mirror: Handle Delete Port: 5cb3046b-59ff-411a-b16b-f32b259f3d08 [pid: 8|app: 0|req: 1594/3263] 10.0.0.170 () {34 vars in 789 bytes} [Thu Apr 23 03:42:02 2026] PUT /v2.0/routers/bac18099-8524-4962-a319-b3dd9f861158/remove_router_interface => generated 310 bytes in 922 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 03:42:03.925 7 INFO neutron.api.v2.resource [None req-e6512b9e-f126-45a6-96bb-dd4da8393981 b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1670/3264] 10.0.0.170 () {34 vars in 789 bytes} [Thu Apr 23 03:42:03 2026] PUT /v2.0/routers/bac18099-8524-4962-a319-b3dd9f861158/remove_router_interface => generated 198 bytes in 148 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 03:42:04.130 8 INFO neutron_taas.services.taas.taas_plugin [None req-a045407e-9f5d-4a86-bd64-9899eda4d7ed b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] TaaS: Handle Delete Port: 4047783b-a483-4316-b718-3de854abed64 2026-04-23 03:42:04.133 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a045407e-9f5d-4a86-bd64-9899eda4d7ed b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] Tap Mirror: Handle Delete Port: 4047783b-a483-4316-b718-3de854abed64 2026-04-23 03:42:04.403 8 INFO neutron_taas.services.taas.taas_plugin [None req-a045407e-9f5d-4a86-bd64-9899eda4d7ed b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] TaaS: Handle Delete Port: 692201fb-102b-4a6a-811b-cb1739d40bbf 2026-04-23 03:42:04.409 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a045407e-9f5d-4a86-bd64-9899eda4d7ed b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] Tap Mirror: Handle Delete Port: 692201fb-102b-4a6a-811b-cb1739d40bbf 2026-04-23 03:42:04.813 8 INFO neutron.db.l3_hamode_db [None req-a045407e-9f5d-4a86-bd64-9899eda4d7ed b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] HA network a82f75ef-4cb6-4e4a-a8cb-13ced59d9994 was deleted as no HA routers are present in project 961c1aa0806a48c1bd657cd40b8958b5. [pid: 8|app: 0|req: 1595/3265] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:42:03 2026] DELETE /v2.0/routers/bac18099-8524-4962-a319-b3dd9f861158 => generated 0 bytes in 889 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:42:04.837 8 INFO neutron.services.segments.plugin [-] Segment 39289cc6-0c13-404a-8941-97c013e8303a resource provider aggregate not found 2026-04-23 03:42:04.842 8 INFO neutron.services.segments.plugin [-] Segment 39289cc6-0c13-404a-8941-97c013e8303a resource provider aggregate not found 2026-04-23 03:42:04.845 7 INFO neutron.api.v2.resource [None req-550b1580-1108-44af-a657-faf2386160f1 b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1671/3266] 10.0.0.170 () {32 vars in 721 bytes} [Thu Apr 23 03:42:04 2026] GET /v2.0/routers/bac18099-8524-4962-a319-b3dd9f861158 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 03:42:04.857 8 INFO neutron.services.segments.plugin [-] Segment 39289cc6-0c13-404a-8941-97c013e8303a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39289cc6-0c13-404a-8941-97c013e8303a found for delete ", "request_id": "req-4618542d-3faa-4786-8da9-daaacf612e5d"}]} 2026-04-23 03:42:04.861 8 INFO neutron.services.segments.plugin [-] Segment 39289cc6-0c13-404a-8941-97c013e8303a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39289cc6-0c13-404a-8941-97c013e8303a found for delete ", "request_id": "req-b1c8945f-2646-470d-aa33-5748ee18f275"}]} [pid: 8|app: 0|req: 1596/3267] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:42:04 2026] DELETE /v2.0/subnets/3d4bd741-5ba1-4c85-89f0-94fc47f18db1 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:42:05.023 7 INFO neutron.pecan_wsgi.hooks.translation [None req-82414e25-b156-43dc-a5bd-bd9fd2619751 b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1672/3268] 10.0.0.170 () {32 vars in 721 bytes} [Thu Apr 23 03:42:05 2026] GET /v2.0/subnets/3d4bd741-5ba1-4c85-89f0-94fc47f18db1 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3269] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:42:05 2026] DELETE /v2.0/subnets/5f1d4a75-0955-4210-91b4-854893da46eb => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:42:05.186 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4b4dd756-3b19-46c8-a72d-0c69822f8d7e b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1673/3270] 10.0.0.170 () {32 vars in 721 bytes} [Thu Apr 23 03:42:05 2026] GET /v2.0/subnets/5f1d4a75-0955-4210-91b4-854893da46eb => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 03:42:05.283 8 INFO neutron_taas.services.taas.taas_plugin [None req-9f745aac-481e-4a41-b070-17a6ca91b1ff b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] TaaS: Handle Delete Port: 1820c8f5-63d5-444f-bbf4-65f28547256c 2026-04-23 03:42:05.285 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f745aac-481e-4a41-b070-17a6ca91b1ff b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] Tap Mirror: Handle Delete Port: 1820c8f5-63d5-444f-bbf4-65f28547256c [pid: 8|app: 0|req: 1598/3271] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:42:05 2026] DELETE /v2.0/networks/840d4dd3-b3e3-44e9-90e7-ff7d5bdd1ecd => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:42:05.491 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6943cd3a-5b94-427d-ac2c-41d8e1340647 b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1674/3272] 10.0.0.170 () {32 vars in 723 bytes} [Thu Apr 23 03:42:05 2026] GET /v2.0/networks/840d4dd3-b3e3-44e9-90e7-ff7d5bdd1ecd => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3273] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:42:05 2026] DELETE /v2.0/subnets/18020683-1cca-4ead-bfda-ed3629b3e0a2 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:42:05.681 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f5a04a37-2b93-4446-85b2-248a6ed1eef0 b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1675/3274] 10.0.0.170 () {32 vars in 721 bytes} [Thu Apr 23 03:42:05 2026] GET /v2.0/subnets/18020683-1cca-4ead-bfda-ed3629b3e0a2 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3275] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:42:05 2026] DELETE /v2.0/subnets/fc8330ab-1283-42ad-8c4d-6d2d060f46c4 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:42:05.863 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0526f42d-c5aa-4a63-8670-636b36737162 b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1676/3276] 10.0.0.170 () {32 vars in 721 bytes} [Thu Apr 23 03:42:05 2026] GET /v2.0/subnets/fc8330ab-1283-42ad-8c4d-6d2d060f46c4 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 03:42:05.970 8 INFO neutron_taas.services.taas.taas_plugin [None req-7d05bfba-2542-407e-8471-a06a06959668 b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] TaaS: Handle Delete Port: 476f8a15-8610-4669-974c-85316d5ee765 2026-04-23 03:42:05.974 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d05bfba-2542-407e-8471-a06a06959668 b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] Tap Mirror: Handle Delete Port: 476f8a15-8610-4669-974c-85316d5ee765 [pid: 8|app: 0|req: 1601/3277] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:42:05 2026] DELETE /v2.0/networks/295a7087-c6fd-4290-ba04-ed5a9e11699f => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:42:06.196 7 INFO neutron.pecan_wsgi.hooks.translation [None req-513108d7-67b6-4134-8885-afb01c4b8d35 b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1677/3278] 10.0.0.170 () {32 vars in 723 bytes} [Thu Apr 23 03:42:06 2026] GET /v2.0/networks/295a7087-c6fd-4290-ba04-ed5a9e11699f => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3279] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:42:06 2026] DELETE /v2.0/subnets/7b8c8f56-b8fa-44f3-9c20-6ceb6343346b => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:42:06.378 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a6f815ca-68d0-4d01-ac1f-deb62681ca18 b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1678/3280] 10.0.0.170 () {32 vars in 721 bytes} [Thu Apr 23 03:42:06 2026] GET /v2.0/subnets/7b8c8f56-b8fa-44f3-9c20-6ceb6343346b => 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: 1603/3281] 10.0.0.170 () {32 vars in 724 bytes} [Thu Apr 23 03:42:06 2026] DELETE /v2.0/subnets/2de9237e-3363-49c2-95f4-eba47cd6a79c => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:42:06.576 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e296a308-f354-4ff3-bd68-c2696551242e b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1679/3282] 10.0.0.170 () {32 vars in 721 bytes} [Thu Apr 23 03:42:06 2026] GET /v2.0/subnets/2de9237e-3363-49c2-95f4-eba47cd6a79c => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 03:42:06.674 8 INFO neutron_taas.services.taas.taas_plugin [None req-587f5209-6d4a-439f-a769-5392116d62dc b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] TaaS: Handle Delete Port: bf6483b7-9406-45a0-9047-3255859c2261 2026-04-23 03:42:06.676 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-587f5209-6d4a-439f-a769-5392116d62dc b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] Tap Mirror: Handle Delete Port: bf6483b7-9406-45a0-9047-3255859c2261 [pid: 8|app: 0|req: 1604/3283] 10.0.0.170 () {32 vars in 726 bytes} [Thu Apr 23 03:42:06 2026] DELETE /v2.0/networks/89df1abb-da19-40e0-83bc-736b02df7485 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 03:42:06.889 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c16c5257-9fc6-4c30-87fd-91c7e28e67a8 b5ee47ca2f584b0b939ce645ba7ce9c6 961c1aa0806a48c1bd657cd40b8958b5 - - default default] GET failed (client error): The resource could not be found. 2026-04-23 03:42:06.890 8 INFO neutron.services.segments.plugin [-] Segment 1d28ddf3-1566-4829-a0fd-abc9aa15c9a4 resource provider aggregate not found [pid: 7|app: 0|req: 1680/3284] 10.0.0.170 () {32 vars in 723 bytes} [Thu Apr 23 03:42:06 2026] GET /v2.0/networks/89df1abb-da19-40e0-83bc-736b02df7485 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 03:42:06.892 8 INFO neutron.services.segments.plugin [-] Segment 1d28ddf3-1566-4829-a0fd-abc9aa15c9a4 resource provider aggregate not found 2026-04-23 03:42:06.910 8 INFO neutron.services.segments.plugin [-] Segment 1d28ddf3-1566-4829-a0fd-abc9aa15c9a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d28ddf3-1566-4829-a0fd-abc9aa15c9a4 found for delete ", "request_id": "req-dc791d57-3795-4330-8053-1759a8a0e5ab"}]} 2026-04-23 03:42:06.914 8 INFO neutron.services.segments.plugin [-] Segment 1d28ddf3-1566-4829-a0fd-abc9aa15c9a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d28ddf3-1566-4829-a0fd-abc9aa15c9a4 found for delete ", "request_id": "req-9735bfdf-b12b-45a4-901f-d9bba105c56b"}]} 2026-04-23 03:42:06.928 8 INFO neutron.services.segments.plugin [-] Segment 07ca86a5-e8ad-49eb-8982-539ae52fd22a resource provider aggregate not found 2026-04-23 03:42:06.932 8 INFO neutron.services.segments.plugin [-] Segment 07ca86a5-e8ad-49eb-8982-539ae52fd22a resource provider aggregate not found 2026-04-23 03:42:06.945 8 INFO neutron.services.segments.plugin [-] Segment 07ca86a5-e8ad-49eb-8982-539ae52fd22a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07ca86a5-e8ad-49eb-8982-539ae52fd22a found for delete ", "request_id": "req-689da352-97be-4c76-a588-045e48080483"}]} 2026-04-23 03:42:06.949 8 INFO neutron.services.segments.plugin [-] Segment 07ca86a5-e8ad-49eb-8982-539ae52fd22a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07ca86a5-e8ad-49eb-8982-539ae52fd22a found for delete ", "request_id": "req-9e346340-9326-47d5-8cfd-5b80ed528729"}]} 2026-04-23 03:42:06.962 8 INFO neutron.services.segments.plugin [-] Segment 6b1dc010-af76-4f35-b7be-9b181464e1a5 resource provider aggregate not found 2026-04-23 03:42:06.966 8 INFO neutron.services.segments.plugin [-] Segment 6b1dc010-af76-4f35-b7be-9b181464e1a5 resource provider aggregate not found 2026-04-23 03:42:06.979 8 INFO neutron.services.segments.plugin [-] Segment 6b1dc010-af76-4f35-b7be-9b181464e1a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b1dc010-af76-4f35-b7be-9b181464e1a5 found for delete ", "request_id": "req-647312b1-a261-47e6-bfad-bfeed50dda76"}]} 2026-04-23 03:42:06.981 8 INFO neutron.services.segments.plugin [-] Segment 6b1dc010-af76-4f35-b7be-9b181464e1a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b1dc010-af76-4f35-b7be-9b181464e1a5 found for delete ", "request_id": "req-8c7d2c68-7a38-4342-858e-e792c64b5dd5"}]} 2026-04-23 03:42:08.936 8 WARNING neutron.db.securitygroups_db [None req-f5aa544e-4572-453c-bbe1-000f82c5dec6 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1605/3285] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:42:08 2026] GET /v2.0/security-groups?tenant_id=ef65babc281042d892e48dabd27b29cb&name=default => generated 2929 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1681/3286] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:42:09 2026] DELETE /v2.0/security-groups/68242962-ef1e-4a1b-8b41-ce93f7dd0035 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:42:09.253 8 WARNING neutron.db.securitygroups_db [None req-bbac2962-886b-4ad8-b3e1-65bb2dc0d493 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1606/3287] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:42:09 2026] GET /v2.0/security-groups?tenant_id=dfcc401872ad42e3bc02fced5db55e18&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1682/3288] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:42:09 2026] DELETE /v2.0/security-groups/8c071497-4a1c-4d96-9ab0-b47eaff56697 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:42:09.645 8 WARNING neutron.db.securitygroups_db [None req-1fe442ad-1115-403d-8ca7-90eedcd8a056 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1607/3289] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:42:09 2026] GET /v2.0/security-groups?tenant_id=961c1aa0806a48c1bd657cd40b8958b5&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1683/3290] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:42:09 2026] DELETE /v2.0/security-groups/45091e27-684e-4676-970b-67fb4589fa87 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:42:09.885 8 WARNING neutron.db.securitygroups_db [None req-a1ba0a0e-bd24-4214-88c7-3e653112817f 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1608/3291] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:42:09 2026] GET /v2.0/security-groups?tenant_id=535b17eddb304f00979f832e58401aa6&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: 1684/3292] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:42:10 2026] DELETE /v2.0/security-groups/2304d3fb-3770-42a3-a86a-90cd3387414f => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:42:10.223 8 WARNING neutron.db.securitygroups_db [None req-a6a3ee30-6c30-4c0c-a967-d777700a11df 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1609/3293] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:42:10 2026] GET /v2.0/security-groups?tenant_id=f3dbc7e4fae74e5ea1a5d5d7bb77392f&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: 1685/3294] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:42:10 2026] DELETE /v2.0/security-groups/f0169a78-c9fa-4032-a936-42ff52d5d14a => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:42:10.588 8 WARNING neutron.db.securitygroups_db [None req-646c7fe6-1fab-4166-a989-5f9af0bc47ad 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1610/3295] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:42:10 2026] GET /v2.0/security-groups?tenant_id=e11c560a0fe04ff6af99beb5c662274a&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1686/3296] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:42:10 2026] DELETE /v2.0/security-groups/992eaf2b-62a9-4846-8003-8f6bb4097d48 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 03:42:10.943 8 WARNING neutron.db.securitygroups_db [None req-cb6a71c3-dc27-4695-a7a1-22d52bb829f7 1e5a51e8a6464785a5c23a2b63e263b3 2ab91cae2a9e4fd69cbfdee8b5f3aeda - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1611/3297] 10.0.0.170 () {32 vars in 774 bytes} [Thu Apr 23 03:42:10 2026] GET /v2.0/security-groups?tenant_id=cdbc03cfb7c74d3f90278899dd55ce42&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1687/3298] 10.0.0.170 () {32 vars in 740 bytes} [Thu Apr 23 03:42:11 2026] DELETE /v2.0/security-groups/f9c88053-d12e-4895-98fa-3743b4e11e2f => 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: 1612/3299] 10.0.0.170 () {32 vars in 649 bytes} [Thu Apr 23 03:42:13 2026] GET /v2.0/networks => generated 2168 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1688/3300] 10.0.0.170 () {32 vars in 655 bytes} [Thu Apr 23 03:42:14 2026] GET /v2.0/floatingips => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3301] 10.0.0.170 () {32 vars in 647 bytes} [Thu Apr 23 03:42:14 2026] GET /v2.0/routers => generated 15 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1689/3302] 10.0.0.170 () {32 vars in 643 bytes} [Thu Apr 23 03:42:14 2026] GET /v2.0/ports => generated 4725 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/3303] 10.0.0.170 () {32 vars in 647 bytes} [Thu Apr 23 03:42:15 2026] GET /v2.0/subnets => generated 1308 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1690/3304] 10.0.0.170 () {32 vars in 649 bytes} [Thu Apr 23 03:42:15 2026] GET /v2.0/networks => generated 2168 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3305] 10.0.0.170 () {32 vars in 663 bytes} [Thu Apr 23 03:42:15 2026] GET /v2.0/security-groups => generated 17401 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1691/3306] 10.0.0.170 () {32 vars in 655 bytes} [Thu Apr 23 03:42:15 2026] GET /v2.0/subnetpools => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)