+ 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 [Mon Apr 27 02:03:22 2026] *** compiled with version: 13.3.0 on 22 April 2026 16:00:48 os: Linux-5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 nodename: neutron-server-848d6fbcb9-bfnfm 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 0x7f50bca68668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route 2026-04-27 02:03:26.292 7 INFO neutron.common.config [-] Logging enabled! 2026-04-27 02:03:26.292 7 INFO neutron.common.config [-] uwsgi version 26.0.4.dev3 2026-04-27 02:03:26.353 8 INFO neutron.common.config [-] Logging enabled! 2026-04-27 02:03:26.353 8 INFO neutron.common.config [-] uwsgi version 26.0.4.dev3 2026-04-27 02:03:27.289 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-27 02:03:27.397 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-27 02:03:28.646 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-27 02:03:28.649 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-27 02:03:28.652 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-27 02:03:28.653 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-27 02:03:28.654 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-27 02:03:28.654 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-27 02:03:28.654 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-27 02:03:28.661 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-27 02:03:28.661 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-27 02:03:28.662 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-27 02:03:28.684 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-27 02:03:28.685 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-27 02:03:28.685 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-27 02:03:28.735 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-27 02:03:28.735 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-27 02:03:28.735 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-27 02:03:28.735 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-27 02:03:28.763 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-27 02:03:28.766 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-27 02:03:28.770 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-27 02:03:28.771 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-27 02:03:28.771 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-27 02:03:28.771 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-27 02:03:28.771 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-27 02:03:28.779 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-27 02:03:28.779 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-27 02:03:28.779 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-27 02:03:28.801 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-27 02:03:28.802 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-27 02:03:28.802 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-27 02:03:28.858 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-27 02:03:28.859 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-27 02:03:28.859 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-27 02:03:28.859 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-27 02:03:29.033 7 INFO neutron.plugins.ml2.managers [None req-dbcca4b3-9f4d-4489-b9ad-7128aedf0d1a - - - - - -] Initializing driver for type 'vlan' 2026-04-27 02:03:29.162 8 INFO neutron.plugins.ml2.managers [None req-12990e4b-58d6-4340-8dcd-59f43dca4727 - - - - - -] Initializing driver for type 'vlan' 2026-04-27 02:03:29.335 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-dbcca4b3-9f4d-4489-b9ad-7128aedf0d1a - - - - - -] VlanTypeDriver initialization complete 2026-04-27 02:03:29.335 7 INFO neutron.plugins.ml2.managers [None req-dbcca4b3-9f4d-4489-b9ad-7128aedf0d1a - - - - - -] Initializing driver for type 'vxlan' 2026-04-27 02:03:29.335 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-dbcca4b3-9f4d-4489-b9ad-7128aedf0d1a - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-27 02:03:29.346 7 INFO neutron.plugins.ml2.managers [None req-dbcca4b3-9f4d-4489-b9ad-7128aedf0d1a - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-27 02:03:29.346 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-dbcca4b3-9f4d-4489-b9ad-7128aedf0d1a - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-27 02:03:29.346 7 INFO neutron.plugins.ml2.managers [None req-dbcca4b3-9f4d-4489-b9ad-7128aedf0d1a - - - - - -] Initializing extension driver 'port_security' 2026-04-27 02:03:29.346 7 INFO neutron.plugins.ml2.extensions.port_security [None req-dbcca4b3-9f4d-4489-b9ad-7128aedf0d1a - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-27 02:03:29.346 7 INFO neutron.plugins.ml2.managers [None req-dbcca4b3-9f4d-4489-b9ad-7128aedf0d1a - - - - - -] Initializing extension driver 'qos' 2026-04-27 02:03:29.347 7 INFO neutron.plugins.ml2.managers [None req-dbcca4b3-9f4d-4489-b9ad-7128aedf0d1a - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-27 02:03:29.347 7 INFO neutron.plugins.ml2.managers [None req-dbcca4b3-9f4d-4489-b9ad-7128aedf0d1a - - - - - -] Initializing mechanism driver 'l2population' 2026-04-27 02:03:29.359 7 INFO neutron.quota [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded quota_driver: . 2026-04-27 02:03:29.359 7 INFO neutron.plugins.ml2.plugin [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Modular L2 Plugin initialization complete 2026-04-27 02:03:29.359 7 INFO neutron.plugins.ml2.managers [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-27 02:03:29.359 7 INFO neutron.plugins.ml2.managers [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-27 02:03:29.360 7 INFO neutron.plugins.ml2.managers [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-27 02:03:29.360 7 INFO neutron.extensions.vlantransparent [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Disabled vlantransparent extension. 2026-04-27 02:03:29.360 7 INFO neutron.extensions.qinq [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Disabled VLAN QinQ extension. 2026-04-27 02:03:29.360 7 INFO neutron.manager [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loading Plugin: qos 2026-04-27 02:03:29.373 7 INFO neutron.manager [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loading Plugin: router 2026-04-27 02:03:29.420 7 INFO neutron.services.service_base [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-27 02:03:29.420 7 INFO neutron.manager [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loading Plugin: segments 2026-04-27 02:03:29.516 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-12990e4b-58d6-4340-8dcd-59f43dca4727 - - - - - -] VlanTypeDriver initialization complete 2026-04-27 02:03:29.517 8 INFO neutron.plugins.ml2.managers [None req-12990e4b-58d6-4340-8dcd-59f43dca4727 - - - - - -] Initializing driver for type 'vxlan' 2026-04-27 02:03:29.517 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-12990e4b-58d6-4340-8dcd-59f43dca4727 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-27 02:03:29.522 7 INFO neutron.manager [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loading Plugin: trunk 2026-04-27 02:03:29.529 8 INFO neutron.plugins.ml2.managers [None req-12990e4b-58d6-4340-8dcd-59f43dca4727 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-27 02:03:29.529 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-12990e4b-58d6-4340-8dcd-59f43dca4727 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-27 02:03:29.529 8 INFO neutron.plugins.ml2.managers [None req-12990e4b-58d6-4340-8dcd-59f43dca4727 - - - - - -] Initializing extension driver 'port_security' 2026-04-27 02:03:29.529 8 INFO neutron.plugins.ml2.extensions.port_security [None req-12990e4b-58d6-4340-8dcd-59f43dca4727 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-27 02:03:29.529 8 INFO neutron.plugins.ml2.managers [None req-12990e4b-58d6-4340-8dcd-59f43dca4727 - - - - - -] Initializing extension driver 'qos' 2026-04-27 02:03:29.529 8 INFO neutron.plugins.ml2.managers [None req-12990e4b-58d6-4340-8dcd-59f43dca4727 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-27 02:03:29.530 8 INFO neutron.plugins.ml2.managers [None req-12990e4b-58d6-4340-8dcd-59f43dca4727 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-27 02:03:29.536 7 INFO neutron.manager [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loading Plugin: vpnaas 2026-04-27 02:03:29.543 8 INFO neutron.quota [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded quota_driver: . 2026-04-27 02:03:29.544 8 INFO neutron.plugins.ml2.plugin [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Modular L2 Plugin initialization complete 2026-04-27 02:03:29.544 8 INFO neutron.plugins.ml2.managers [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-27 02:03:29.544 8 INFO neutron.plugins.ml2.managers [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-27 02:03:29.544 8 INFO neutron.plugins.ml2.managers [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-27 02:03:29.544 8 INFO neutron.extensions.vlantransparent [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Disabled vlantransparent extension. 2026-04-27 02:03:29.544 8 INFO neutron.extensions.qinq [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Disabled VLAN QinQ extension. 2026-04-27 02:03:29.544 8 INFO neutron.manager [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loading Plugin: qos 2026-04-27 02:03:29.557 8 INFO neutron.manager [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loading Plugin: router 2026-04-27 02:03:29.577 7 WARNING stevedore.named [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-27 02:03:29.577 7 WARNING stevedore.named [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-27 02:03:29.603 8 INFO neutron.services.service_base [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-27 02:03:29.603 8 INFO neutron.manager [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loading Plugin: segments 2026-04-27 02:03:29.652 7 INFO neutron_vpnaas.services.vpn.plugin [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-27 02:03:29.653 7 INFO neutron.common.utils [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-27 02:03:29.653 7 INFO neutron.manager [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loading Plugin: taas 2026-04-27 02:03:29.682 7 WARNING stevedore.named [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-27 02:03:29.702 8 INFO neutron.manager [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loading Plugin: trunk 2026-04-27 02:03:29.711 7 INFO neutron_taas.services.taas.taas_plugin [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-27 02:03:29.712 7 INFO neutron.manager [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loading Plugin: tapmirror 2026-04-27 02:03:29.716 8 INFO neutron.manager [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loading Plugin: vpnaas 2026-04-27 02:03:29.728 7 WARNING stevedore.named [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-27 02:03:29.747 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-27 02:03:29.748 7 INFO neutron.manager [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loading Plugin: auto_allocate 2026-04-27 02:03:29.755 8 WARNING stevedore.named [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-27 02:03:29.756 8 WARNING stevedore.named [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-27 02:03:29.756 7 INFO neutron.manager [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loading Plugin: tag 2026-04-27 02:03:29.769 7 INFO neutron.manager [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loading Plugin: timestamp 2026-04-27 02:03:29.772 7 INFO neutron.manager [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loading Plugin: network_ip_availability 2026-04-27 02:03:29.778 7 INFO neutron.manager [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loading Plugin: flavors 2026-04-27 02:03:29.784 7 INFO neutron.manager [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loading Plugin: revisions 2026-04-27 02:03:29.789 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Initializing extension manager. 2026-04-27 02:03:29.791 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: address-group 2026-04-27 02:03:29.794 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: address-scope 2026-04-27 02:03:29.795 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-27 02:03:29.796 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: agent 2026-04-27 02:03:29.797 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: agent-resources-synced 2026-04-27 02:03:29.799 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-27 02:03:29.800 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-27 02:03:29.801 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: availability_zone 2026-04-27 02:03:29.802 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: availability_zone_filter 2026-04-27 02:03:29.803 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-27 02:03:29.804 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: default-subnetpools 2026-04-27 02:03:29.805 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-27 02:03:29.806 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: dns-integration 2026-04-27 02:03:29.806 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: dns-domain-ports 2026-04-27 02:03:29.807 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-27 02:03:29.807 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: dvr 2026-04-27 02:03:29.808 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-27 02:03:29.808 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: empty-string-filtering 2026-04-27 02:03:29.809 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-27 02:03:29.809 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-27 02:03:29.810 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: external-net 2026-04-27 02:03:29.810 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-27 02:03:29.811 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: extraroute 2026-04-27 02:03:29.811 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: extraroute-atomic 2026-04-27 02:03:29.812 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-27 02:03:29.812 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-27 02:03:29.813 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-27 02:03:29.813 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-27 02:03:29.814 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: fip-port-details 2026-04-27 02:03:29.815 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: flavors 2026-04-27 02:03:29.816 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-27 02:03:29.817 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: floatingip-pools 2026-04-27 02:03:29.817 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: ip_allocation 2026-04-27 02:03:29.818 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-27 02:03:29.818 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: l2_adjacency 2026-04-27 02:03:29.819 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: router 2026-04-27 02:03:29.821 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-27 02:03:29.822 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-27 02:03:29.822 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-27 02:03:29.823 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: ext-gw-mode 2026-04-27 02:03:29.823 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: l3-ha 2026-04-27 02:03:29.823 8 INFO neutron_vpnaas.services.vpn.plugin [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-27 02:03:29.824 8 INFO neutron.common.utils [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-27 02:03:29.824 8 INFO neutron.manager [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loading Plugin: taas 2026-04-27 02:03:29.824 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-27 02:03:29.824 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-27 02:03:29.825 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: l3-flavors 2026-04-27 02:03:29.827 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-27 02:03:29.827 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-27 02:03:29.829 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-27 02:03:29.831 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-27 02:03:29.832 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-27 02:03:29.833 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-27 02:03:29.833 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-27 02:03:29.834 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: multi-provider 2026-04-27 02:03:29.834 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: net-mtu 2026-04-27 02:03:29.835 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: net-mtu-writable 2026-04-27 02:03:29.836 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: network_availability_zone 2026-04-27 02:03:29.836 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: network_ha 2026-04-27 02:03:29.837 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: network-ip-availability 2026-04-27 02:03:29.838 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-27 02:03:29.838 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: pagination 2026-04-27 02:03:29.839 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: port-device-profile 2026-04-27 02:03:29.839 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-27 02:03:29.840 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-27 02:03:29.840 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-27 02:03:29.841 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: port-mac-override 2026-04-27 02:03:29.841 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-27 02:03:29.842 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-27 02:03:29.842 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-27 02:03:29.843 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: port-resource-request 2026-04-27 02:03:29.843 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-27 02:03:29.844 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-27 02:03:29.844 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: binding 2026-04-27 02:03:29.845 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: binding-extended 2026-04-27 02:03:29.846 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: port-security 2026-04-27 02:03:29.846 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: project-id 2026-04-27 02:03:29.847 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: provider 2026-04-27 02:03:29.848 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-27 02:03:29.849 8 WARNING stevedore.named [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-27 02:03:29.850 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: qos 2026-04-27 02:03:29.851 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-27 02:03:29.851 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-27 02:03:29.852 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: qos-default 2026-04-27 02:03:29.852 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: qos-fip 2026-04-27 02:03:29.853 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-27 02:03:29.853 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-27 02:03:29.854 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-27 02:03:29.854 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-27 02:03:29.855 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-27 02:03:29.856 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: qos-pps 2026-04-27 02:03:29.856 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-27 02:03:29.857 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-27 02:03:29.857 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: qos-rules-alias 2026-04-27 02:03:29.858 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: quota-check-limit 2026-04-27 02:03:29.859 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-27 02:03:29.862 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: quotas 2026-04-27 02:03:29.863 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: quota_details 2026-04-27 02:03:29.864 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: rbac-policies 2026-04-27 02:03:29.865 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: rbac-address-group 2026-04-27 02:03:29.865 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: rbac-address-scope 2026-04-27 02:03:29.866 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: rbac-security-groups 2026-04-27 02:03:29.866 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-27 02:03:29.867 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: revision-if-match 2026-04-27 02:03:29.868 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-27 02:03:29.868 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: router_availability_zone 2026-04-27 02:03:29.869 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-27 02:03:29.870 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-27 02:03:29.871 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-27 02:03:29.871 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-27 02:03:29.872 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-27 02:03:29.872 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-27 02:03:29.873 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-27 02:03:29.878 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: security-group 2026-04-27 02:03:29.879 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: segment 2026-04-27 02:03:29.879 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-27 02:03:29.880 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: service-type 2026-04-27 02:03:29.880 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: sorting 2026-04-27 02:03:29.881 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: standard-attr-segment 2026-04-27 02:03:29.882 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: standard-attr-description 2026-04-27 02:03:29.882 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: stateful-security-group 2026-04-27 02:03:29.884 7 WARNING neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-27 02:03:29.885 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-27 02:03:29.885 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: subnet-external-network 2026-04-27 02:03:29.886 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: subnet_onboard 2026-04-27 02:03:29.887 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-27 02:03:29.887 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: subnet-service-types 2026-04-27 02:03:29.888 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: subnet_allocation 2026-04-27 02:03:29.888 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-27 02:03:29.889 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: tag-creation 2026-04-27 02:03:29.890 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-27 02:03:29.894 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: standard-attr-tag 2026-04-27 02:03:29.895 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-27 02:03:29.896 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: trunk 2026-04-27 02:03:29.896 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: trunk-details 2026-04-27 02:03:29.896 8 INFO neutron_taas.services.taas.taas_plugin [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-27 02:03:29.897 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-27 02:03:29.897 8 INFO neutron.manager [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loading Plugin: tapmirror 2026-04-27 02:03:29.897 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-27 02:03:29.898 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-27 02:03:29.898 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-27 02:03:29.900 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-27 02:03:29.901 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-27 02:03:29.902 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: vpn-flavors 2026-04-27 02:03:29.904 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: vpnaas 2026-04-27 02:03:29.905 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: taas 2026-04-27 02:03:29.906 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: tap-mirror 2026-04-27 02:03:29.906 7 INFO neutron.api.extensions [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-27 02:03:29.908 8 WARNING stevedore.named [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-27 02:03:29.909 7 INFO neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-27 02:03:29.909 7 INFO neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-27 02:03:29.910 7 INFO neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-27 02:03:29.910 7 INFO neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-27 02:03:29.914 7 INFO neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-27 02:03:29.914 7 INFO neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-27 02:03:29.919 7 INFO neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-27 02:03:29.920 7 INFO neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-27 02:03:29.920 7 INFO neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-27 02:03:29.921 7 INFO neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-27 02:03:29.921 7 WARNING neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] subnetpool is already registered 2026-04-27 02:03:29.922 7 INFO neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-27 02:03:29.922 7 WARNING neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] subnetpool is already registered 2026-04-27 02:03:29.922 7 INFO neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-27 02:03:29.923 7 INFO neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-27 02:03:29.923 7 INFO neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-27 02:03:29.924 7 INFO neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-27 02:03:29.924 7 INFO neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-27 02:03:29.925 7 INFO neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-27 02:03:29.924 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-27 02:03:29.925 7 INFO neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-27 02:03:29.925 8 INFO neutron.manager [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loading Plugin: auto_allocate 2026-04-27 02:03:29.925 7 WARNING neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] ipsecpolicy is already registered 2026-04-27 02:03:29.925 7 INFO neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-27 02:03:29.926 7 WARNING neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] ikepolicy is already registered 2026-04-27 02:03:29.930 7 INFO neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-27 02:03:29.930 7 WARNING neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] router is already registered 2026-04-27 02:03:29.931 7 INFO neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-27 02:03:29.931 7 WARNING neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] floatingip is already registered 2026-04-27 02:03:29.935 7 INFO neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-27 02:03:29.935 7 WARNING neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] rbac_policy is already registered 2026-04-27 02:03:29.935 7 INFO neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-27 02:03:29.935 7 WARNING neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] security_group is already registered 2026-04-27 02:03:29.936 7 INFO neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-27 02:03:29.936 7 WARNING neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] security_group_rule is already registered 2026-04-27 02:03:29.937 7 INFO neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-27 02:03:29.937 7 WARNING neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] subnetpool is already registered 2026-04-27 02:03:29.937 8 INFO neutron.manager [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loading Plugin: tag 2026-04-27 02:03:29.937 7 INFO neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-27 02:03:29.937 7 WARNING neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] subnetpool is already registered 2026-04-27 02:03:29.938 7 INFO neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-27 02:03:29.938 7 WARNING neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] trunk is already registered 2026-04-27 02:03:29.938 7 INFO neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-27 02:03:29.939 7 WARNING neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] ikepolicy is already registered 2026-04-27 02:03:29.939 7 INFO neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-27 02:03:29.939 7 WARNING neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] ipsecpolicy is already registered 2026-04-27 02:03:29.939 7 INFO neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-27 02:03:29.940 7 WARNING neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] endpoint_group is already registered 2026-04-27 02:03:29.940 7 INFO neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-27 02:03:29.940 7 WARNING neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] vpnservice is already registered 2026-04-27 02:03:29.940 7 INFO neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-27 02:03:29.941 7 WARNING neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] ipsec_site_connection is already registered 2026-04-27 02:03:29.941 7 INFO neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-27 02:03:29.941 7 WARNING neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] ipsecpolicy is already registered 2026-04-27 02:03:29.941 7 INFO neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-27 02:03:29.942 7 WARNING neutron.quota.resource_registry [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] ikepolicy is already registered 2026-04-27 02:03:29.949 8 INFO neutron.manager [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loading Plugin: timestamp 2026-04-27 02:03:29.952 8 INFO neutron.manager [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loading Plugin: network_ip_availability 2026-04-27 02:03:29.956 8 INFO neutron.manager [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loading Plugin: flavors 2026-04-27 02:03:29.960 8 INFO neutron.manager [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loading Plugin: revisions 2026-04-27 02:03:29.963 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Initializing extension manager. 2026-04-27 02:03:29.965 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: address-group 2026-04-27 02:03:29.966 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: address-scope 2026-04-27 02:03:29.966 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-27 02:03:29.967 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: agent 2026-04-27 02:03:29.968 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: agent-resources-synced 2026-04-27 02:03:29.969 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-27 02:03:29.970 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-27 02:03:29.971 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: availability_zone 2026-04-27 02:03:29.971 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: availability_zone_filter 2026-04-27 02:03:29.972 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-27 02:03:29.972 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: default-subnetpools 2026-04-27 02:03:29.974 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-27 02:03:29.976 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: dns-integration 2026-04-27 02:03:29.976 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: dns-domain-ports 2026-04-27 02:03:29.977 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-27 02:03:29.977 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: dvr 2026-04-27 02:03:29.978 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-27 02:03:29.978 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: empty-string-filtering 2026-04-27 02:03:29.979 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-27 02:03:29.979 7 WARNING keystonemiddleware._common.config [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-27 02:03:29.979 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-27 02:03:29.980 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: external-net 2026-04-27 02:03:29.980 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-27 02:03:29.981 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: extraroute 2026-04-27 02:03:29.981 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: extraroute-atomic 2026-04-27 02:03:29.982 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-27 02:03:29.983 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-27 02:03:29.983 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-27 02:03:29.984 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-27 02:03:29.984 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: fip-port-details 2026-04-27 02:03:29.985 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: flavors 2026-04-27 02:03:29.986 7 WARNING oslo_config.cfg [None req-f7c74551-eea1-425a-99ae-39b9be32d916 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-04-27 02:03:29.986 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-27 02:03:29.987 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: floatingip-pools 2026-04-27 02:03:29.987 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: ip_allocation 2026-04-27 02:03:29.988 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: ip-substring-filtering WSGI app 0 (mountpoint='') ready in 7 seconds on interpreter 0x7f50bca68668 pid: 7 (default app) 2026-04-27 02:03:29.988 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: l2_adjacency 2026-04-27 02:03:29.989 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: router 2026-04-27 02:03:29.991 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-27 02:03:29.992 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-27 02:03:29.992 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-27 02:03:29.993 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: ext-gw-mode 2026-04-27 02:03:29.993 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: l3-ha 2026-04-27 02:03:29.994 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-27 02:03:29.994 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-27 02:03:29.995 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: l3-flavors 2026-04-27 02:03:29.996 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-27 02:03:29.997 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-27 02:03:29.999 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-27 02:03:30.000 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-27 02:03:30.001 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-27 02:03:30.002 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-27 02:03:30.003 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-27 02:03:30.003 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: multi-provider 2026-04-27 02:03:30.004 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: net-mtu 2026-04-27 02:03:30.004 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: net-mtu-writable 2026-04-27 02:03:30.005 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: network_availability_zone 2026-04-27 02:03:30.005 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: network_ha 2026-04-27 02:03:30.006 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: network-ip-availability 2026-04-27 02:03:30.007 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-27 02:03:30.008 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: pagination 2026-04-27 02:03:30.009 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: port-device-profile 2026-04-27 02:03:30.009 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-27 02:03:30.010 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-27 02:03:30.010 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-27 02:03:30.011 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: port-mac-override 2026-04-27 02:03:30.011 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-27 02:03:30.012 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-27 02:03:30.012 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-27 02:03:30.013 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: port-resource-request 2026-04-27 02:03:30.013 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-27 02:03:30.014 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-27 02:03:30.014 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: binding 2026-04-27 02:03:30.015 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: binding-extended 2026-04-27 02:03:30.016 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: port-security 2026-04-27 02:03:30.016 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: project-id 2026-04-27 02:03:30.017 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: provider 2026-04-27 02:03:30.018 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-27 02:03:30.020 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: qos 2026-04-27 02:03:30.021 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-27 02:03:30.021 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-27 02:03:30.022 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: qos-default 2026-04-27 02:03:30.022 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: qos-fip 2026-04-27 02:03:30.023 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-27 02:03:30.023 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-27 02:03:30.024 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-27 02:03:30.025 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-27 02:03:30.025 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-27 02:03:30.026 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: qos-pps 2026-04-27 02:03:30.026 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-27 02:03:30.027 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-27 02:03:30.028 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: qos-rules-alias 2026-04-27 02:03:30.028 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: quota-check-limit 2026-04-27 02:03:30.029 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-27 02:03:30.032 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: quotas 2026-04-27 02:03:30.034 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: quota_details 2026-04-27 02:03:30.036 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: rbac-policies 2026-04-27 02:03:30.037 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: rbac-address-group 2026-04-27 02:03:30.037 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: rbac-address-scope 2026-04-27 02:03:30.038 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: rbac-security-groups 2026-04-27 02:03:30.039 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-27 02:03:30.040 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: revision-if-match 2026-04-27 02:03:30.041 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-27 02:03:30.042 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: router_availability_zone 2026-04-27 02:03:30.043 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-27 02:03:30.045 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-27 02:03:30.046 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-27 02:03:30.047 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-27 02:03:30.048 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-27 02:03:30.048 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-27 02:03:30.049 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-27 02:03:30.055 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: security-group 2026-04-27 02:03:30.056 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: segment 2026-04-27 02:03:30.056 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-27 02:03:30.057 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: service-type 2026-04-27 02:03:30.058 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: sorting 2026-04-27 02:03:30.058 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: standard-attr-segment 2026-04-27 02:03:30.059 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: standard-attr-description 2026-04-27 02:03:30.059 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: stateful-security-group 2026-04-27 02:03:30.060 8 WARNING neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-27 02:03:30.060 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-27 02:03:30.061 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: subnet-external-network 2026-04-27 02:03:30.062 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: subnet_onboard 2026-04-27 02:03:30.062 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-27 02:03:30.063 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: subnet-service-types 2026-04-27 02:03:30.063 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: subnet_allocation 2026-04-27 02:03:30.066 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-27 02:03:30.066 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: tag-creation 2026-04-27 02:03:30.067 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-27 02:03:30.072 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: standard-attr-tag 2026-04-27 02:03:30.073 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-27 02:03:30.074 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: trunk 2026-04-27 02:03:30.075 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: trunk-details 2026-04-27 02:03:30.076 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-27 02:03:30.078 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-27 02:03:30.079 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-27 02:03:30.079 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-27 02:03:30.081 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-27 02:03:30.082 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-27 02:03:30.083 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: vpn-flavors 2026-04-27 02:03:30.084 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: vpnaas 2026-04-27 02:03:30.086 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: taas 2026-04-27 02:03:30.087 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: tap-mirror 2026-04-27 02:03:30.088 8 INFO neutron.api.extensions [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-27 02:03:30.091 8 INFO neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-27 02:03:30.092 8 INFO neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-27 02:03:30.092 8 INFO neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-27 02:03:30.092 8 INFO neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-27 02:03:30.096 8 INFO neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-27 02:03:30.097 8 INFO neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-27 02:03:30.102 8 INFO neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-27 02:03:30.103 8 INFO neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-27 02:03:30.103 8 INFO neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-27 02:03:30.104 8 INFO neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-27 02:03:30.105 8 WARNING neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] subnetpool is already registered 2026-04-27 02:03:30.105 8 INFO neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-27 02:03:30.105 8 WARNING neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] subnetpool is already registered 2026-04-27 02:03:30.106 8 INFO neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-27 02:03:30.106 8 INFO neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-27 02:03:30.107 8 INFO neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-27 02:03:30.107 8 INFO neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-27 02:03:30.108 8 INFO neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-27 02:03:30.108 8 INFO neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-27 02:03:30.109 8 INFO neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-27 02:03:30.109 8 WARNING neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] ipsecpolicy is already registered 2026-04-27 02:03:30.109 8 INFO neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-27 02:03:30.110 8 WARNING neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] ikepolicy is already registered 2026-04-27 02:03:30.115 8 INFO neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-27 02:03:30.115 8 WARNING neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] router is already registered 2026-04-27 02:03:30.115 8 INFO neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-27 02:03:30.116 8 WARNING neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] floatingip is already registered 2026-04-27 02:03:30.119 8 INFO neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-27 02:03:30.120 8 WARNING neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] rbac_policy is already registered 2026-04-27 02:03:30.120 8 INFO neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-27 02:03:30.120 8 WARNING neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] security_group is already registered 2026-04-27 02:03:30.121 8 INFO neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-27 02:03:30.121 8 WARNING neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] security_group_rule is already registered 2026-04-27 02:03:30.121 8 INFO neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-27 02:03:30.122 8 WARNING neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] subnetpool is already registered 2026-04-27 02:03:30.122 8 INFO neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-27 02:03:30.122 8 WARNING neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] subnetpool is already registered 2026-04-27 02:03:30.123 8 INFO neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-27 02:03:30.123 8 WARNING neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] trunk is already registered 2026-04-27 02:03:30.123 8 INFO neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-27 02:03:30.123 8 WARNING neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] ikepolicy is already registered 2026-04-27 02:03:30.124 8 INFO neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-27 02:03:30.124 8 WARNING neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] ipsecpolicy is already registered 2026-04-27 02:03:30.124 8 INFO neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-27 02:03:30.124 8 WARNING neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] endpoint_group is already registered 2026-04-27 02:03:30.125 8 INFO neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-27 02:03:30.125 8 WARNING neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] vpnservice is already registered 2026-04-27 02:03:30.125 8 INFO neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-27 02:03:30.125 8 WARNING neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] ipsec_site_connection is already registered 2026-04-27 02:03:30.126 8 INFO neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-27 02:03:30.126 8 WARNING neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] ipsecpolicy is already registered 2026-04-27 02:03:30.126 8 INFO neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-27 02:03:30.126 8 WARNING neutron.quota.resource_registry [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] ikepolicy is already registered 2026-04-27 02:03:30.164 8 WARNING keystonemiddleware._common.config [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-27 02:03:30.172 8 WARNING oslo_config.cfg [None req-a17b1f0d-0cfc-4242-b15c-501a13dd08b1 - - - - - -] 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 0x7f50bca68668 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-27 02:03:34.566 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cf7e8515-24c9-4bb9-a1f9-96f74bf11d4c 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 199.204.45.72 () {44 vars in 922 bytes} [Mon Apr 27 02:03:33 2026] GET /v2.0/networks/public => generated 108 bytes in 807 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/4] 199.204.45.72 () {44 vars in 944 bytes} [Mon Apr 27 02:03:34 2026] GET /v2.0/networks?name=public => generated 15 bytes in 424 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:03:35.376 7 WARNING neutron.services.revisions.revision_plugin [None req-b5070d3a-d398-448b-9d5c-6c3103696711 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Could not find related network for resource to bump revision. 2026-04-27 02:03:35.399 7 INFO neutron.db.segments_db [None req-b5070d3a-d398-448b-9d5c-6c3103696711 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Added segment 4c04edc5-89d8-4a4d-ba19-9ea5589ce01d of type flat for network 8ea94307-dd26-41a4-bd10-f7bfe2a4733d 2026-04-27 02:03:35.456 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b5070d3a-d398-448b-9d5c-6c3103696711 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/5] 199.204.45.72 () {48 vars in 962 bytes} [Mon Apr 27 02:03:35 2026] POST /v2.0/networks => generated 124 bytes in 468 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:03:41.302 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bc76da2e-9861-4c09-9c6b-83a7331d6f20 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/7] 199.204.45.72 () {44 vars in 922 bytes} [Mon Apr 27 02:03:41 2026] GET /v2.0/networks/public => generated 108 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/8] 199.204.45.72 () {44 vars in 944 bytes} [Mon Apr 27 02:03:41 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:03:41.385 7 WARNING neutron.services.revisions.revision_plugin [None req-cf310761-5e73-4481-872c-8a2bc2e2a5ee 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Could not find related network for resource to bump revision. 2026-04-27 02:03:41.405 7 INFO neutron.db.segments_db [None req-cf310761-5e73-4481-872c-8a2bc2e2a5ee 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Added segment 792652a6-bf18-4067-ba1f-84efa323ef9d of type flat for network af106e15-a8f5-4238-a263-9e7d609cb08a 2026-04-27 02:03:41.431 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cf310761-5e73-4481-872c-8a2bc2e2a5ee 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/9] 199.204.45.72 () {48 vars in 962 bytes} [Mon Apr 27 02:03:41 2026] POST /v2.0/networks => generated 124 bytes in 116 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:03:47.619 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ba4fb023-0194-434c-a7cd-ee64d036c8d3 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/10] 199.204.45.72 () {44 vars in 922 bytes} [Mon Apr 27 02:03:47 2026] GET /v2.0/networks/public => generated 108 bytes in 359 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/11] 199.204.45.72 () {44 vars in 944 bytes} [Mon Apr 27 02:03:47 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-27 02:03:47.875 8 WARNING neutron.services.revisions.revision_plugin [None req-a5f0b9f0-c827-426d-bc08-36b609c002e2 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Could not find related network for resource to bump revision. 2026-04-27 02:03:47.897 8 INFO neutron.db.segments_db [None req-a5f0b9f0-c827-426d-bc08-36b609c002e2 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Added segment f39bde16-c53f-48b7-9de1-b13b1297626e of type flat for network 378a034d-0792-4ed8-a4e9-3e52e489defa 2026-04-27 02:03:47.965 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a5f0b9f0-c827-426d-bc08-36b609c002e2 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/12] 199.204.45.72 () {48 vars in 962 bytes} [Mon Apr 27 02:03:47 2026] POST /v2.0/networks => generated 124 bytes in 329 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:03:53.849 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0c279106-603d-4265-a887-4dc6c3b53340 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/14] 199.204.45.72 () {44 vars in 922 bytes} [Mon Apr 27 02:03:53 2026] GET /v2.0/networks/public => generated 108 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 9/15] 199.204.45.72 () {44 vars in 944 bytes} [Mon Apr 27 02:03:53 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-27 02:03:53.917 8 WARNING neutron.services.revisions.revision_plugin [None req-27119178-5867-49d0-98a9-d6c9f57e231d 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Could not find related network for resource to bump revision. 2026-04-27 02:03:53.938 8 INFO neutron.db.segments_db [None req-27119178-5867-49d0-98a9-d6c9f57e231d 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Added segment e542b2ce-770f-4914-a9af-0e0933776fd3 of type flat for network 426cf464-a2f1-41af-993d-5e32950c6a9b 2026-04-27 02:03:53.963 8 INFO neutron.pecan_wsgi.hooks.translation [None req-27119178-5867-49d0-98a9-d6c9f57e231d 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/16] 199.204.45.72 () {48 vars in 962 bytes} [Mon Apr 27 02:03:53 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-27 02:03:59.794 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f10083b4-a0f2-42b4-9e23-a8eaeb99be69 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/17] 199.204.45.72 () {44 vars in 922 bytes} [Mon Apr 27 02:03:59 2026] GET /v2.0/networks/public => generated 108 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/18] 199.204.45.72 () {44 vars in 944 bytes} [Mon Apr 27 02:03:59 2026] GET /v2.0/networks?name=public => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:03:59.871 7 WARNING neutron.services.revisions.revision_plugin [None req-2e3e02b4-a6a9-48d3-8494-601342dbbe72 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Could not find related network for resource to bump revision. 2026-04-27 02:03:59.895 7 INFO neutron.db.segments_db [None req-2e3e02b4-a6a9-48d3-8494-601342dbbe72 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Added segment b6a8d535-7259-494b-9da1-88f85e107a69 of type flat for network 0f9a5d99-ec48-45a0-b102-60d96d516bde 2026-04-27 02:03:59.925 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2e3e02b4-a6a9-48d3-8494-601342dbbe72 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/19] 199.204.45.72 () {48 vars in 962 bytes} [Mon Apr 27 02:03:59 2026] POST /v2.0/networks => generated 124 bytes in 113 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:04:05.797 8 INFO neutron.pecan_wsgi.hooks.translation [None req-08ed485c-8361-4c86-ac2d-8bd816f683e5 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/20] 199.204.45.72 () {44 vars in 922 bytes} [Mon Apr 27 02:04:05 2026] GET /v2.0/networks/public => generated 108 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/21] 199.204.45.72 () {44 vars in 944 bytes} [Mon Apr 27 02:04:05 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:04:05.874 8 WARNING neutron.services.revisions.revision_plugin [None req-2d5a6961-e982-4608-a985-f525c5b64c5b 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Could not find related network for resource to bump revision. 2026-04-27 02:04:05.893 8 INFO neutron.db.segments_db [None req-2d5a6961-e982-4608-a985-f525c5b64c5b 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Added segment 2e8fa11e-9b4a-45b6-8989-bb2bbb832f92 of type flat for network 08856802-0ec1-4de7-bd90-39668703b433 2026-04-27 02:04:05.918 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2d5a6961-e982-4608-a985-f525c5b64c5b 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/22] 199.204.45.72 () {48 vars in 962 bytes} [Mon Apr 27 02:04:05 2026] POST /v2.0/networks => generated 124 bytes in 116 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:04:11.843 8 INFO neutron.pecan_wsgi.hooks.translation [None req-af469ff8-c5a9-4f27-9f42-734ccc2e53c6 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/24] 199.204.45.72 () {44 vars in 922 bytes} [Mon Apr 27 02:04:11 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/25] 199.204.45.72 () {44 vars in 944 bytes} [Mon Apr 27 02:04:11 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-27 02:04:12.406 8 WARNING neutron.services.revisions.revision_plugin [None req-63d76753-80bf-4534-9455-7ef2d4f76368 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Could not find related network for resource to bump revision. 2026-04-27 02:04:12.426 8 INFO neutron.db.segments_db [None req-63d76753-80bf-4534-9455-7ef2d4f76368 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Added segment 6c5beb93-7008-4a2b-a96a-c32ddb266669 of type flat for network c32c5bd1-d799-408b-9428-a9eed6d23280 [pid: 8|app: 0|req: 12/26] 199.204.45.72 () {48 vars in 962 bytes} [Mon Apr 27 02:04:11 2026] POST /v2.0/networks => generated 706 bytes in 880 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:04:13.902 7 INFO neutron.pecan_wsgi.hooks.translation [None req-375c0564-e822-449e-b18c-134856ae8d38 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 15/27] 199.204.45.72 () {44 vars in 922 bytes} [Mon Apr 27 02:04:13 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/28] 199.204.45.72 () {44 vars in 944 bytes} [Mon Apr 27 02:04:13 2026] GET /v2.0/networks?name=public => generated 709 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:04:13.981 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bc9b8600-2a4b-4316-9677-9b23568f92e9 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 16/29] 199.204.45.72 () {44 vars in 1029 bytes} [Mon Apr 27 02:04:13 2026] GET /v2.0/subnets/public-subnet?network_id=c32c5bd1-d799-408b-9428-a9eed6d23280 => generated 113 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/30] 199.204.45.72 () {44 vars in 1052 bytes} [Mon Apr 27 02:04:13 2026] GET /v2.0/subnets?name=public-subnet&network_id=c32c5bd1-d799-408b-9428-a9eed6d23280 => generated 14 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 17/31] 199.204.45.72 () {48 vars in 960 bytes} [Mon Apr 27 02:04:14 2026] POST /v2.0/subnets => generated 664 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:08:53.331 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bdc710f9-c0ec-4771-a5e0-2a5408379312 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 33/68] 199.204.45.72 () {44 vars in 932 bytes} [Mon Apr 27 02:08:53 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 118 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/69] 199.204.45.72 () {44 vars in 954 bytes} [Mon Apr 27 02:08:53 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:08:53.412 8 INFO neutron.db.segments_db [None req-0a093428-96c9-4c2c-ad26-7e12424dd88b 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Added segment 3e4eadf9-4868-4405-b607-74b10248635e of type vxlan for network 02f056a7-71a5-4967-9475-5fd48201e839 [pid: 8|app: 0|req: 34/72] 199.204.45.72 () {48 vars in 961 bytes} [Mon Apr 27 02:08:53 2026] POST /v2.0/networks => generated 707 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:08:54.418 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1cb23305-2677-41b7-b149-5029f03f36dd 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 39/73] 199.204.45.72 () {44 vars in 932 bytes} [Mon Apr 27 02:08:54 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/74] 199.204.45.72 () {44 vars in 954 bytes} [Mon Apr 27 02:08:54 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:08:54.495 7 INFO neutron.pecan_wsgi.hooks.translation [None req-aa1d3e96-232a-48e9-bed0-67b6e25cd5ff 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 40/75] 199.204.45.72 () {44 vars in 1031 bytes} [Mon Apr 27 02:08:54 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=02f056a7-71a5-4967-9475-5fd48201e839 => generated 114 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/76] 199.204.45.72 () {44 vars in 1054 bytes} [Mon Apr 27 02:08:54 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=02f056a7-71a5-4967-9475-5fd48201e839 => generated 14 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/77] 199.204.45.72 () {48 vars in 960 bytes} [Mon Apr 27 02:08:54 2026] POST /v2.0/subnets => generated 651 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:08:55.957 8 INFO neutron.api.v2.resource [None req-a5146a90-fbdb-4ccb-b150-e0b7d3b80a43 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 37/78] 199.204.45.72 () {44 vars in 966 bytes} [Mon Apr 27 02:08:55 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/79] 199.204.45.72 () {44 vars in 988 bytes} [Mon Apr 27 02:08:55 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/80] 199.204.45.72 () {48 vars in 975 bytes} [Mon Apr 27 02:08:56 2026] POST /v2.0/security-groups => generated 1616 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/81] 199.204.45.72 () {44 vars in 996 bytes} [Mon Apr 27 02:08:57 2026] GET /v2.0/security-groups/77702caa-3c4c-4972-8d11-ad7704200154 => generated 1616 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/82] 199.204.45.72 () {44 vars in 996 bytes} [Mon Apr 27 02:08:57 2026] GET /v2.0/security-groups/77702caa-3c4c-4972-8d11-ad7704200154 => generated 1616 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/83] 199.204.45.72 () {44 vars in 996 bytes} [Mon Apr 27 02:08:57 2026] GET /v2.0/security-groups/77702caa-3c4c-4972-8d11-ad7704200154 => generated 1616 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/84] 199.204.45.72 () {48 vars in 986 bytes} [Mon Apr 27 02:08:57 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: 45/85] 199.204.45.72 () {44 vars in 996 bytes} [Mon Apr 27 02:08:58 2026] GET /v2.0/security-groups/77702caa-3c4c-4972-8d11-ad7704200154 => generated 2230 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/86] 199.204.45.72 () {44 vars in 996 bytes} [Mon Apr 27 02:08:58 2026] GET /v2.0/security-groups/77702caa-3c4c-4972-8d11-ad7704200154 => generated 2230 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/87] 199.204.45.72 () {44 vars in 996 bytes} [Mon Apr 27 02:08:58 2026] GET /v2.0/security-groups/77702caa-3c4c-4972-8d11-ad7704200154 => generated 2230 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/88] 199.204.45.72 () {48 vars in 986 bytes} [Mon Apr 27 02:08:58 2026] POST /v2.0/security-group-rules => generated 603 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/89] 199.204.45.72 () {44 vars in 996 bytes} [Mon Apr 27 02:08:59 2026] GET /v2.0/security-groups/77702caa-3c4c-4972-8d11-ad7704200154 => generated 2846 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/90] 199.204.45.72 () {44 vars in 996 bytes} [Mon Apr 27 02:08:59 2026] GET /v2.0/security-groups/77702caa-3c4c-4972-8d11-ad7704200154 => generated 2846 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/91] 199.204.45.72 () {44 vars in 996 bytes} [Mon Apr 27 02:08:59 2026] GET /v2.0/security-groups/77702caa-3c4c-4972-8d11-ad7704200154 => generated 2846 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/92] 199.204.45.72 () {48 vars in 986 bytes} [Mon Apr 27 02:08:59 2026] POST /v2.0/security-group-rules => generated 603 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/93] 199.204.45.72 () {44 vars in 996 bytes} [Mon Apr 27 02:09:00 2026] GET /v2.0/security-groups/77702caa-3c4c-4972-8d11-ad7704200154 => generated 3462 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/94] 199.204.45.72 () {44 vars in 996 bytes} [Mon Apr 27 02:09:00 2026] GET /v2.0/security-groups/77702caa-3c4c-4972-8d11-ad7704200154 => generated 3462 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/95] 199.204.45.72 () {44 vars in 996 bytes} [Mon Apr 27 02:09:00 2026] GET /v2.0/security-groups/77702caa-3c4c-4972-8d11-ad7704200154 => generated 3462 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/96] 199.204.45.72 () {48 vars in 986 bytes} [Mon Apr 27 02:09:00 2026] POST /v2.0/security-group-rules => generated 603 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/97] 199.204.45.72 () {44 vars in 996 bytes} [Mon Apr 27 02:09:01 2026] GET /v2.0/security-groups/77702caa-3c4c-4972-8d11-ad7704200154 => generated 4078 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/98] 199.204.45.72 () {44 vars in 996 bytes} [Mon Apr 27 02:09:01 2026] GET /v2.0/security-groups/77702caa-3c4c-4972-8d11-ad7704200154 => generated 4078 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/99] 199.204.45.72 () {44 vars in 996 bytes} [Mon Apr 27 02:09:01 2026] GET /v2.0/security-groups/77702caa-3c4c-4972-8d11-ad7704200154 => 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/100] 199.204.45.72 () {48 vars in 986 bytes} [Mon Apr 27 02:09:01 2026] POST /v2.0/security-group-rules => generated 603 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/101] 199.204.45.72 () {44 vars in 982 bytes} [Mon Apr 27 02:09:02 2026] GET /v2.0/networks/02f056a7-71a5-4967-9475-5fd48201e839 => generated 732 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:09:03.009 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dd0a9e46-b7ea-4521-8d2e-223295cecf35 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 49/102] 199.204.45.72 () {44 vars in 1071 bytes} [Mon Apr 27 02:09:02 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=02f056a7-71a5-4967-9475-5fd48201e839 => generated 132 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/103] 199.204.45.72 () {44 vars in 1094 bytes} [Mon Apr 27 02:09:03 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=02f056a7-71a5-4967-9475-5fd48201e839 => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/104] 199.204.45.72 () {44 vars in 996 bytes} [Mon Apr 27 02:09:03 2026] GET /v2.0/security-groups/77702caa-3c4c-4972-8d11-ad7704200154 => 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: 55/105] 199.204.45.72 () {48 vars in 956 bytes} [Mon Apr 27 02:09:03 2026] POST /v2.0/ports => generated 1096 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 02:09:10.266 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0a0981fa-9872-41b6-b428-538fcccbe1ce 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 57/108] 199.204.45.72 () {44 vars in 974 bytes} [Mon Apr 27 02:09:10 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 73 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/109] 199.204.45.72 () {44 vars in 996 bytes} [Mon Apr 27 02:09:10 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/110] 199.204.45.72 () {48 vars in 1026 bytes} [Mon Apr 27 02:09:10 2026] PUT /v2.0/ports/e0590508-2f30-4dfb-9e7d-26fe324ece89 => generated 1245 bytes in 779 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/111] 199.204.45.72 () {44 vars in 915 bytes} [Mon Apr 27 02:09:12 2026] GET /v2.0/ports => generated 3726 bytes in 98 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-27 02:09:13.873 7 INFO neutron.api.v2.resource [None req-97481518-f466-4f96-9622-f3c2bfc31460 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 59/112] 199.204.45.72 () {44 vars in 954 bytes} [Mon Apr 27 02:09:13 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/113] 199.204.45.72 () {44 vars in 976 bytes} [Mon Apr 27 02:09:13 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => 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: 60/114] 199.204.45.72 () {48 vars in 975 bytes} [Mon Apr 27 02:09:13 2026] POST /v2.0/security-groups => generated 1610 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/115] 199.204.45.72 () {44 vars in 996 bytes} [Mon Apr 27 02:09:14 2026] GET /v2.0/security-groups/844f91bd-49e3-46ec-b08c-f12c397701e0 => generated 1610 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/116] 199.204.45.72 () {44 vars in 996 bytes} [Mon Apr 27 02:09:14 2026] GET /v2.0/security-groups/844f91bd-49e3-46ec-b08c-f12c397701e0 => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/117] 199.204.45.72 () {44 vars in 996 bytes} [Mon Apr 27 02:09:15 2026] GET /v2.0/security-groups/844f91bd-49e3-46ec-b08c-f12c397701e0 => 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: 62/118] 199.204.45.72 () {48 vars in 986 bytes} [Mon Apr 27 02:09:15 2026] POST /v2.0/security-group-rules => generated 621 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/119] 199.204.45.72 () {44 vars in 996 bytes} [Mon Apr 27 02:09:15 2026] GET /v2.0/security-groups/844f91bd-49e3-46ec-b08c-f12c397701e0 => generated 2244 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/120] 199.204.45.72 () {44 vars in 996 bytes} [Mon Apr 27 02:09:16 2026] GET /v2.0/security-groups/844f91bd-49e3-46ec-b08c-f12c397701e0 => generated 2244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/121] 199.204.45.72 () {44 vars in 996 bytes} [Mon Apr 27 02:09:16 2026] GET /v2.0/security-groups/844f91bd-49e3-46ec-b08c-f12c397701e0 => generated 2244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/122] 199.204.45.72 () {48 vars in 986 bytes} [Mon Apr 27 02:09:16 2026] POST /v2.0/security-group-rules => generated 625 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 64/133] 199.204.45.72 () {44 vars in 970 bytes} [Mon Apr 27 02:10:31 2026] GET /v2.0/quotas/721d4672cac949cfb4903b1dffec37a8 => 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: 70/134] 199.204.45.72 () {48 vars in 1022 bytes} [Mon Apr 27 02:10:32 2026] PUT /v2.0/quotas/721d4672cac949cfb4903b1dffec37a8 => generated 291 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 02:12:54.311 8 INFO neutron.pecan_wsgi.hooks.translation [None req-367c7a59-611b-4326-b2cd-ce7f03957814 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 75/155] 199.204.45.72 () {30 vars in 740 bytes} [Mon Apr 27 02:12:54 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 109 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: 81/156] 199.204.45.72 () {30 vars in 762 bytes} [Mon Apr 27 02:12:54 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:12:56.041 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e35d0284-02ff-48cf-8bac-84664898a336 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 76/157] 199.204.45.72 () {30 vars in 740 bytes} [Mon Apr 27 02:12:55 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 82/158] 199.204.45.72 () {30 vars in 762 bytes} [Mon Apr 27 02:12:56 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:19:17.732 7 INFO neutron.api.v2.resource [None req-7725025c-d758-4b7b-b599-32588711169e 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 108/209] 199.204.45.72 () {44 vars in 1069 bytes} [Mon Apr 27 02:19:17 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=41f24624321745f39356bc5b0f6ddd32 => generated 139 bytes in 125 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/210] 199.204.45.72 () {44 vars in 1092 bytes} [Mon Apr 27 02:19:17 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=41f24624321745f39356bc5b0f6ddd32 => generated 23 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/211] 199.204.45.72 () {48 vars in 976 bytes} [Mon Apr 27 02:19:17 2026] POST /v2.0/security-groups => generated 1624 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/212] 199.204.45.72 () {44 vars in 1083 bytes} [Mon Apr 27 02:19:19 2026] GET /v2.0/security-groups/03345c6e-a1c1-4fea-beb3-ea46c6e3e6c9?project_id=41f24624321745f39356bc5b0f6ddd32 => generated 1624 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/213] 199.204.45.72 () {44 vars in 996 bytes} [Mon Apr 27 02:19:19 2026] GET /v2.0/security-groups/03345c6e-a1c1-4fea-beb3-ea46c6e3e6c9 => generated 1624 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/214] 199.204.45.72 () {44 vars in 1083 bytes} [Mon Apr 27 02:19:19 2026] GET /v2.0/security-groups/03345c6e-a1c1-4fea-beb3-ea46c6e3e6c9?project_id=41f24624321745f39356bc5b0f6ddd32 => generated 1624 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/215] 199.204.45.72 () {48 vars in 986 bytes} [Mon Apr 27 02:19:19 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: 105/216] 199.204.45.72 () {44 vars in 1083 bytes} [Mon Apr 27 02:19:20 2026] GET /v2.0/security-groups/03345c6e-a1c1-4fea-beb3-ea46c6e3e6c9?project_id=41f24624321745f39356bc5b0f6ddd32 => generated 2234 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/217] 199.204.45.72 () {44 vars in 996 bytes} [Mon Apr 27 02:19:20 2026] GET /v2.0/security-groups/03345c6e-a1c1-4fea-beb3-ea46c6e3e6c9 => generated 2234 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/218] 199.204.45.72 () {44 vars in 1083 bytes} [Mon Apr 27 02:19:20 2026] GET /v2.0/security-groups/03345c6e-a1c1-4fea-beb3-ea46c6e3e6c9?project_id=41f24624321745f39356bc5b0f6ddd32 => generated 2234 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/219] 199.204.45.72 () {48 vars in 986 bytes} [Mon Apr 27 02:19:20 2026] POST /v2.0/security-group-rules => generated 599 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/220] 199.204.45.72 () {44 vars in 1083 bytes} [Mon Apr 27 02:19:21 2026] GET /v2.0/security-groups/03345c6e-a1c1-4fea-beb3-ea46c6e3e6c9?project_id=41f24624321745f39356bc5b0f6ddd32 => generated 2846 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/221] 199.204.45.72 () {44 vars in 996 bytes} [Mon Apr 27 02:19:21 2026] GET /v2.0/security-groups/03345c6e-a1c1-4fea-beb3-ea46c6e3e6c9 => 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: 108/222] 199.204.45.72 () {44 vars in 1083 bytes} [Mon Apr 27 02:19:21 2026] GET /v2.0/security-groups/03345c6e-a1c1-4fea-beb3-ea46c6e3e6c9?project_id=41f24624321745f39356bc5b0f6ddd32 => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/223] 199.204.45.72 () {48 vars in 986 bytes} [Mon Apr 27 02:19:21 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: 8|app: 0|req: 109/224] 199.204.45.72 () {44 vars in 1083 bytes} [Mon Apr 27 02:19:22 2026] GET /v2.0/security-groups/03345c6e-a1c1-4fea-beb3-ea46c6e3e6c9?project_id=41f24624321745f39356bc5b0f6ddd32 => generated 3460 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/225] 199.204.45.72 () {44 vars in 996 bytes} [Mon Apr 27 02:19:22 2026] GET /v2.0/security-groups/03345c6e-a1c1-4fea-beb3-ea46c6e3e6c9 => generated 3460 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/226] 199.204.45.72 () {44 vars in 1083 bytes} [Mon Apr 27 02:19:23 2026] GET /v2.0/security-groups/03345c6e-a1c1-4fea-beb3-ea46c6e3e6c9?project_id=41f24624321745f39356bc5b0f6ddd32 => generated 3460 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/227] 199.204.45.72 () {48 vars in 986 bytes} [Mon Apr 27 02:19:23 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) [pid: 7|app: 0|req: 128/248] 199.204.45.72 () {30 vars in 739 bytes} [Mon Apr 27 02:21:40 2026] GET /v2.0/networks?tenant_id=41f24624321745f39356bc5b0f6ddd32&shared=False => generated 15 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:21:40.710 8 INFO neutron.db.segments_db [None req-24487868-f52e-427d-9918-543445834f15 a7548f2fe7024f96be9ca57d347d203d 41f24624321745f39356bc5b0f6ddd32 - - c545c4a435624d858a70a21b3977a099 c545c4a435624d858a70a21b3977a099] Added segment 15aeef21-36a8-4911-bfe0-dbd196a43f00 of type vxlan for network bbbc6497-d2d9-4c43-bbf4-31c98b5bc4bd [pid: 8|app: 0|req: 121/249] 199.204.45.72 () {34 vars in 681 bytes} [Mon Apr 27 02:21:40 2026] POST /v2.0/networks => generated 718 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/250] 199.204.45.72 () {30 vars in 721 bytes} [Mon Apr 27 02:21:40 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: 122/251] 199.204.45.72 () {30 vars in 632 bytes} [Mon Apr 27 02:21:40 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/252] 199.204.45.72 () {34 vars in 676 bytes} [Mon Apr 27 02:21:40 2026] POST /v2.0/ports => generated 999 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/253] 199.204.45.72 () {30 vars in 702 bytes} [Mon Apr 27 02:21:41 2026] GET /v2.0/networks/bbbc6497-d2d9-4c43-bbf4-31c98b5bc4bd => generated 705 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/254] 199.204.45.72 () {30 vars in 721 bytes} [Mon Apr 27 02:21:43 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/255] 199.204.45.72 () {30 vars in 702 bytes} [Mon Apr 27 02:21:43 2026] GET /v2.0/networks/bbbc6497-d2d9-4c43-bbf4-31c98b5bc4bd => generated 705 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/258] 199.204.45.72 () {44 vars in 970 bytes} [Mon Apr 27 02:21:55 2026] GET /v2.0/quotas/41f24624321745f39356bc5b0f6ddd32 => 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: 126/259] 199.204.45.72 () {48 vars in 1022 bytes} [Mon Apr 27 02:21:56 2026] PUT /v2.0/quotas/41f24624321745f39356bc5b0f6ddd32 => generated 291 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:32:50.707 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b1a16b5d-f828-4603-aef4-ff26ac204267 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 177/346] 199.204.45.72 () {44 vars in 922 bytes} [Mon Apr 27 02:32:50 2026] GET /v2.0/networks/public => generated 108 bytes in 143 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 170/347] 199.204.45.72 () {44 vars in 944 bytes} [Mon Apr 27 02:32:50 2026] GET /v2.0/networks?name=public => generated 753 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:32:51.826 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d52e740b-ca82-4910-a586-d4860e10c4ad 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 178/348] 199.204.45.72 () {44 vars in 922 bytes} [Mon Apr 27 02:32:51 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 171/349] 199.204.45.72 () {44 vars in 944 bytes} [Mon Apr 27 02:32:51 2026] GET /v2.0/networks?name=public => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:32:51.901 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ac2d4a37-48c5-41ad-a04f-53d2549d07a1 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 179/350] 199.204.45.72 () {44 vars in 1029 bytes} [Mon Apr 27 02:32:51 2026] GET /v2.0/subnets/public-subnet?network_id=c32c5bd1-d799-408b-9428-a9eed6d23280 => generated 113 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 172/351] 199.204.45.72 () {44 vars in 1052 bytes} [Mon Apr 27 02:32:51 2026] GET /v2.0/subnets?name=public-subnet&network_id=c32c5bd1-d799-408b-9428-a9eed6d23280 => generated 667 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:33:18.465 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9351fb56-9405-4da5-a702-1add39fc54fb 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 182/356] 199.204.45.72 () {44 vars in 932 bytes} [Mon Apr 27 02:33:18 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 175/357] 199.204.45.72 () {44 vars in 954 bytes} [Mon Apr 27 02:33:18 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:33:19.429 7 INFO neutron.pecan_wsgi.hooks.translation [None req-213878cd-ed95-4826-a7f2-326be231400c 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 183/358] 199.204.45.72 () {44 vars in 932 bytes} [Mon Apr 27 02:33:19 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/359] 199.204.45.72 () {44 vars in 954 bytes} [Mon Apr 27 02:33:19 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:33:19.510 7 INFO neutron.pecan_wsgi.hooks.translation [None req-379b1a2a-8095-4755-8f3a-c57b6e9c3ad2 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 184/360] 199.204.45.72 () {44 vars in 1031 bytes} [Mon Apr 27 02:33:19 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=02f056a7-71a5-4967-9475-5fd48201e839 => 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: 177/361] 199.204.45.72 () {44 vars in 1054 bytes} [Mon Apr 27 02:33:19 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=02f056a7-71a5-4967-9475-5fd48201e839 => generated 654 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:33:20.694 7 INFO neutron.api.v2.resource [None req-3ca401a4-d8cf-4ad2-92a7-5b9c123efea5 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 185/362] 199.204.45.72 () {44 vars in 966 bytes} [Mon Apr 27 02:33:20 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/363] 199.204.45.72 () {44 vars in 988 bytes} [Mon Apr 27 02:33:20 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/364] 199.204.45.72 () {44 vars in 996 bytes} [Mon Apr 27 02:33:21 2026] GET /v2.0/security-groups/77702caa-3c4c-4972-8d11-ad7704200154 => generated 4694 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/365] 199.204.45.72 () {44 vars in 996 bytes} [Mon Apr 27 02:33:21 2026] GET /v2.0/security-groups/77702caa-3c4c-4972-8d11-ad7704200154 => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/366] 199.204.45.72 () {44 vars in 1006 bytes} [Mon Apr 27 02:33:21 2026] GET /v2.0/security-group-rules/15225d98-003a-4385-9558-762da61bc058 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/367] 199.204.45.72 () {44 vars in 996 bytes} [Mon Apr 27 02:33:22 2026] GET /v2.0/security-groups/77702caa-3c4c-4972-8d11-ad7704200154 => generated 4694 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/368] 199.204.45.72 () {44 vars in 996 bytes} [Mon Apr 27 02:33:22 2026] GET /v2.0/security-groups/77702caa-3c4c-4972-8d11-ad7704200154 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/369] 199.204.45.72 () {44 vars in 1006 bytes} [Mon Apr 27 02:33:22 2026] GET /v2.0/security-group-rules/31c19e2a-1c02-44be-bb8e-785857f5bc4a => generated 603 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/372] 199.204.45.72 () {44 vars in 996 bytes} [Mon Apr 27 02:33:23 2026] GET /v2.0/security-groups/77702caa-3c4c-4972-8d11-ad7704200154 => 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: 183/373] 199.204.45.72 () {44 vars in 996 bytes} [Mon Apr 27 02:33:23 2026] GET /v2.0/security-groups/77702caa-3c4c-4972-8d11-ad7704200154 => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/374] 199.204.45.72 () {44 vars in 1006 bytes} [Mon Apr 27 02:33:23 2026] GET /v2.0/security-group-rules/6ceb2efe-5a9b-490b-a511-d92873246f79 => 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: 184/375] 199.204.45.72 () {44 vars in 996 bytes} [Mon Apr 27 02:33:24 2026] GET /v2.0/security-groups/77702caa-3c4c-4972-8d11-ad7704200154 => generated 4694 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/376] 199.204.45.72 () {44 vars in 996 bytes} [Mon Apr 27 02:33:24 2026] GET /v2.0/security-groups/77702caa-3c4c-4972-8d11-ad7704200154 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/377] 199.204.45.72 () {44 vars in 1006 bytes} [Mon Apr 27 02:33:24 2026] GET /v2.0/security-group-rules/a5fbb8f9-6ccf-4ea5-a5a8-fa40151b254c => 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: 193/378] 199.204.45.72 () {44 vars in 996 bytes} [Mon Apr 27 02:33:25 2026] GET /v2.0/security-groups/77702caa-3c4c-4972-8d11-ad7704200154 => generated 4694 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/379] 199.204.45.72 () {44 vars in 996 bytes} [Mon Apr 27 02:33:25 2026] GET /v2.0/security-groups/77702caa-3c4c-4972-8d11-ad7704200154 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/380] 199.204.45.72 () {44 vars in 1006 bytes} [Mon Apr 27 02:33:25 2026] GET /v2.0/security-group-rules/e8db512f-3d5c-4eda-bc7b-ff473f2ceb97 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/381] 199.204.45.72 () {44 vars in 982 bytes} [Mon Apr 27 02:33:26 2026] GET /v2.0/networks/02f056a7-71a5-4967-9475-5fd48201e839 => generated 732 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:33:26.929 7 INFO neutron.pecan_wsgi.hooks.translation [None req-24668be7-42bc-4de1-8f12-0573a1ecf9ea 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 195/382] 199.204.45.72 () {44 vars in 1071 bytes} [Mon Apr 27 02:33:26 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=02f056a7-71a5-4967-9475-5fd48201e839 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/383] 199.204.45.72 () {44 vars in 1094 bytes} [Mon Apr 27 02:33:26 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=02f056a7-71a5-4967-9475-5fd48201e839 => generated 1250 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/384] 199.204.45.72 () {44 vars in 996 bytes} [Mon Apr 27 02:33:27 2026] GET /v2.0/security-groups/77702caa-3c4c-4972-8d11-ad7704200154 => generated 4694 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:33:35.460 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b1829e7a-3ae5-467d-a0f0-abdd09dc7bc7 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 189/385] 199.204.45.72 () {44 vars in 974 bytes} [Mon Apr 27 02:33:35 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/386] 199.204.45.72 () {44 vars in 996 bytes} [Mon Apr 27 02:33:35 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/387] 199.204.45.72 () {44 vars in 915 bytes} [Mon Apr 27 02:33:36 2026] GET /v2.0/ports => generated 4721 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:33:37.932 7 INFO neutron.api.v2.resource [None req-e014d27a-3d62-48ce-abe8-b327fc21ecaf 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 198/388] 199.204.45.72 () {44 vars in 954 bytes} [Mon Apr 27 02:33:37 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/389] 199.204.45.72 () {44 vars in 976 bytes} [Mon Apr 27 02:33:37 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/392] 199.204.45.72 () {44 vars in 996 bytes} [Mon Apr 27 02:33:38 2026] GET /v2.0/security-groups/844f91bd-49e3-46ec-b08c-f12c397701e0 => generated 2882 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/393] 199.204.45.72 () {44 vars in 996 bytes} [Mon Apr 27 02:33:38 2026] GET /v2.0/security-groups/844f91bd-49e3-46ec-b08c-f12c397701e0 => generated 2882 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/394] 199.204.45.72 () {44 vars in 1006 bytes} [Mon Apr 27 02:33:38 2026] GET /v2.0/security-group-rules/637acef7-c404-4a25-b2d4-52ce3ba6d92e => generated 621 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/395] 199.204.45.72 () {44 vars in 996 bytes} [Mon Apr 27 02:33:39 2026] GET /v2.0/security-groups/844f91bd-49e3-46ec-b08c-f12c397701e0 => generated 2882 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/396] 199.204.45.72 () {44 vars in 996 bytes} [Mon Apr 27 02:33:39 2026] GET /v2.0/security-groups/844f91bd-49e3-46ec-b08c-f12c397701e0 => generated 2882 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/397] 199.204.45.72 () {44 vars in 1006 bytes} [Mon Apr 27 02:33:39 2026] GET /v2.0/security-group-rules/19ae7802-aaa6-4488-b63a-56fb6da656e9 => generated 625 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/398] 199.204.45.72 () {44 vars in 970 bytes} [Mon Apr 27 02:33:50 2026] GET /v2.0/quotas/721d4672cac949cfb4903b1dffec37a8 => generated 291 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:34:42.801 7 INFO neutron.api.v2.resource [None req-54276585-3977-4395-9008-ee3f7afb5a43 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 208/407] 199.204.45.72 () {44 vars in 1069 bytes} [Mon Apr 27 02:34:42 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=41f24624321745f39356bc5b0f6ddd32 => generated 139 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/408] 199.204.45.72 () {44 vars in 1092 bytes} [Mon Apr 27 02:34:42 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=41f24624321745f39356bc5b0f6ddd32 => generated 4072 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/409] 199.204.45.72 () {44 vars in 1083 bytes} [Mon Apr 27 02:34:43 2026] GET /v2.0/security-groups/03345c6e-a1c1-4fea-beb3-ea46c6e3e6c9?project_id=41f24624321745f39356bc5b0f6ddd32 => generated 4075 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/410] 199.204.45.72 () {44 vars in 996 bytes} [Mon Apr 27 02:34:43 2026] GET /v2.0/security-groups/03345c6e-a1c1-4fea-beb3-ea46c6e3e6c9 => generated 4075 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/411] 199.204.45.72 () {44 vars in 1006 bytes} [Mon Apr 27 02:34:43 2026] GET /v2.0/security-group-rules/e8c310b2-d5ec-4f58-bd10-4a0b5ba58f2e => generated 597 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/412] 199.204.45.72 () {44 vars in 1083 bytes} [Mon Apr 27 02:34:44 2026] GET /v2.0/security-groups/03345c6e-a1c1-4fea-beb3-ea46c6e3e6c9?project_id=41f24624321745f39356bc5b0f6ddd32 => generated 4075 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/413] 199.204.45.72 () {44 vars in 996 bytes} [Mon Apr 27 02:34:44 2026] GET /v2.0/security-groups/03345c6e-a1c1-4fea-beb3-ea46c6e3e6c9 => 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: 203/414] 199.204.45.72 () {44 vars in 1006 bytes} [Mon Apr 27 02:34:44 2026] GET /v2.0/security-group-rules/d649f3a0-a840-44ab-accb-2d9613b383fd => generated 599 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/415] 199.204.45.72 () {44 vars in 1083 bytes} [Mon Apr 27 02:34:45 2026] GET /v2.0/security-groups/03345c6e-a1c1-4fea-beb3-ea46c6e3e6c9?project_id=41f24624321745f39356bc5b0f6ddd32 => generated 4075 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/416] 199.204.45.72 () {44 vars in 996 bytes} [Mon Apr 27 02:34:45 2026] GET /v2.0/security-groups/03345c6e-a1c1-4fea-beb3-ea46c6e3e6c9 => 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: 213/417] 199.204.45.72 () {44 vars in 1006 bytes} [Mon Apr 27 02:34:45 2026] GET /v2.0/security-group-rules/1eafc1e3-80ce-401b-a71b-fb0e2387ffcb => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/418] 199.204.45.72 () {44 vars in 1083 bytes} [Mon Apr 27 02:34:46 2026] GET /v2.0/security-groups/03345c6e-a1c1-4fea-beb3-ea46c6e3e6c9?project_id=41f24624321745f39356bc5b0f6ddd32 => generated 4075 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/419] 199.204.45.72 () {44 vars in 996 bytes} [Mon Apr 27 02:34:46 2026] GET /v2.0/security-groups/03345c6e-a1c1-4fea-beb3-ea46c6e3e6c9 => generated 4075 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/420] 199.204.45.72 () {44 vars in 1006 bytes} [Mon Apr 27 02:34:46 2026] GET /v2.0/security-group-rules/92c7fa09-bace-4fc0-b7ec-c4a3b78b1340 => generated 602 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/423] 199.204.45.72 () {44 vars in 970 bytes} [Mon Apr 27 02:34:54 2026] GET /v2.0/quotas/41f24624321745f39356bc5b0f6ddd32 => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/430] 199.204.45.72 () {44 vars in 944 bytes} [Mon Apr 27 02:35:43 2026] GET /v2.0/networks?name=public => generated 753 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/435] 10.0.0.86 () {32 vars in 648 bytes} [Mon Apr 27 02:36:21 2026] GET /v2.0/networks => generated 2168 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/436] 10.0.0.86 () {32 vars in 654 bytes} [Mon Apr 27 02:36:22 2026] GET /v2.0/floatingips => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/437] 10.0.0.86 () {32 vars in 646 bytes} [Mon Apr 27 02:36:22 2026] GET /v2.0/routers => generated 15 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/438] 10.0.0.86 () {32 vars in 642 bytes} [Mon Apr 27 02:36:22 2026] GET /v2.0/ports => generated 4721 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/439] 10.0.0.86 () {32 vars in 646 bytes} [Mon Apr 27 02:36:22 2026] GET /v2.0/subnets => generated 1308 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/440] 10.0.0.86 () {32 vars in 648 bytes} [Mon Apr 27 02:36:22 2026] GET /v2.0/networks => generated 2168 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/441] 10.0.0.86 () {32 vars in 662 bytes} [Mon Apr 27 02:36:22 2026] GET /v2.0/security-groups => generated 17397 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/442] 10.0.0.86 () {32 vars in 654 bytes} [Mon Apr 27 02:36:23 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:36:33.858 7 INFO neutron.db.segments_db [None req-e33d8430-e6b9-4dba-b923-1696a21a4e79 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Added segment fe037423-edb9-4f2c-820b-1f705c6b399f of type vxlan for network 780966ee-f3a9-484e-957c-0a3f5b2ad479 2026-04-27 02:36:33.947 8 INFO neutron.db.segments_db [None req-ae899336-ef91-4240-8ade-9aacb8dcceb3 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Added segment 40e5071b-038e-44ca-9cf1-fd21f97c68b8 of type vxlan for network ed48290c-f792-4ff2-af31-2a500823e554 [pid: 7|app: 0|req: 226/445] 10.0.0.86 () {34 vars in 670 bytes} [Mon Apr 27 02:36:33 2026] POST /v2.0/networks => generated 747 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/446] 10.0.0.86 () {34 vars in 670 bytes} [Mon Apr 27 02:36:33 2026] POST /v2.0/networks => generated 748 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:36:34.227 7 INFO neutron.db.segments_db [None req-8d61c851-8137-49d2-83b0-5ba0fd38e424 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Added segment 9f37915e-438b-41a6-9c9f-dca9072118b4 of type vxlan for network 1c6620d7-8bb5-4ec5-b271-69ab9bae1070 [pid: 8|app: 0|req: 221/447] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:36:34 2026] POST /v2.0/subnets => generated 694 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/448] 10.0.0.86 () {34 vars in 670 bytes} [Mon Apr 27 02:36:33 2026] POST /v2.0/networks => generated 751 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:36:34.355 7 INFO neutron.db.segments_db [None req-97adba42-59ed-40a7-80c2-5743a5154bfa 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Added segment 4a89dedd-e404-407b-8e70-527bd0991ba5 of type vxlan for network 6e8aa119-f069-4084-b5ee-4b109299f2ff [pid: 8|app: 0|req: 222/449] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:36:34 2026] POST /v2.0/subnets => generated 696 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:36:34.534 7 INFO neutron.db.l3_hamode_db [None req-97adba42-59ed-40a7-80c2-5743a5154bfa 1604507262464de281a63f54f105dbc2 d063d3de820748b6bd614fa7c49b879a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 223/450] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:36:34 2026] POST /v2.0/subnets => generated 698 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/451] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:36:34 2026] GET /v2.0/security-groups?tenant_id=4c84d86525084cc082cf03ffa8a69829&name=default => generated 2921 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:36:34.811 8 INFO neutron.db.segments_db [None req-e3f4a3df-f2b5-4489-bfe1-568d79a1b3d5 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Added segment d26da1f2-8802-4cb3-bb15-9acaa45fa4d4 of type vxlan for network 3c10e14d-9c87-4c4d-9a3b-c485630babaf 2026-04-27 02:36:35.019 8 INFO neutron.db.l3_hamode_db [None req-e3f4a3df-f2b5-4489-bfe1-568d79a1b3d5 1604507262464de281a63f54f105dbc2 7458889bdc8c4b5b9c740debaca3eeca - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-27 02:36:35.314 7 INFO neutron.db.l3_hamode_db [None req-97adba42-59ed-40a7-80c2-5743a5154bfa 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-27 02:36:35.922 8 INFO neutron.db.l3_hamode_db [None req-e3f4a3df-f2b5-4489-bfe1-568d79a1b3d5 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 228/452] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:36:34 2026] POST /v2.0/routers => generated 734 bytes in 2181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:36:36.541 7 INFO neutron.db.segments_db [None req-1ad3ab92-7f8b-4735-9492-6fff24ba8cc7 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Added segment 362d2822-2aef-4dd5-86cc-d2e883124000 of type vxlan for network 3c961928-07fd-4bc8-8853-c4c3dd86abe3 2026-04-27 02:36:36.785 7 INFO neutron.db.l3_hamode_db [None req-1ad3ab92-7f8b-4735-9492-6fff24ba8cc7 1604507262464de281a63f54f105dbc2 207352bd43714e69a62fbcf0070d5a02 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 225/453] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:36:34 2026] POST /v2.0/routers => generated 736 bytes in 2375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/454] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:36:37 2026] DELETE /v2.0/security-groups/af1ccba0-7298-4745-b876-c1d031eb014d => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:36:37.385 7 INFO neutron.db.l3_hamode_db [None req-1ad3ab92-7f8b-4735-9492-6fff24ba8cc7 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 227/455] 10.0.0.86 () {34 vars in 782 bytes} [Mon Apr 27 02:36:37 2026] PUT /v2.0/routers/7b80403c-1f00-4f50-a338-d2a828d24e7e/add_router_interface => generated 309 bytes in 917 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/456] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:36:36 2026] POST /v2.0/routers => generated 738 bytes in 1778 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/457] 10.0.0.86 () {34 vars in 782 bytes} [Mon Apr 27 02:36:38 2026] PUT /v2.0/routers/e9cfd8c6-e56e-46fc-9bca-0311e0cb9237/add_router_interface => generated 309 bytes in 997 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/460] 10.0.0.86 () {34 vars in 684 bytes} [Mon Apr 27 02:36:39 2026] POST /v2.0/security-groups => generated 1661 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/461] 10.0.0.86 () {34 vars in 694 bytes} [Mon Apr 27 02:36:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/462] 10.0.0.86 () {34 vars in 694 bytes} [Mon Apr 27 02:36:39 2026] POST /v2.0/security-group-rules => generated 602 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/463] 10.0.0.86 () {34 vars in 782 bytes} [Mon Apr 27 02:36:38 2026] PUT /v2.0/routers/4bfe5180-c6c7-4793-aecd-7d656e7d68ea/add_router_interface => generated 309 bytes in 1379 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/464] 10.0.0.86 () {34 vars in 675 bytes} [Mon Apr 27 02:36:39 2026] POST /v2.0/floatingips => generated 552 bytes in 482 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/465] 10.0.0.110 () {38 vars in 971 bytes} [Mon Apr 27 02:36:40 2026] POST /v2.0/security-groups => generated 1685 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/466] 10.0.0.86 () {34 vars in 684 bytes} [Mon Apr 27 02:36:40 2026] POST /v2.0/security-groups => generated 1659 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/467] 10.0.0.86 () {34 vars in 694 bytes} [Mon Apr 27 02:36:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/468] 10.0.0.86 () {34 vars in 694 bytes} [Mon Apr 27 02:36:40 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: 237/469] 10.0.0.110 () {34 vars in 991 bytes} [Mon Apr 27 02:36:40 2026] GET /v2.0/security-groups/b5c422f9-4384-4d3d-b66b-c680d04b1c5b => generated 1685 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/470] 10.0.0.86 () {34 vars in 675 bytes} [Mon Apr 27 02:36:40 2026] POST /v2.0/floatingips => generated 552 bytes in 493 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/471] 10.0.0.110 () {38 vars in 981 bytes} [Mon Apr 27 02:36:41 2026] POST /v2.0/security-group-rules => generated 614 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/472] 10.0.0.110 () {38 vars in 971 bytes} [Mon Apr 27 02:36:41 2026] POST /v2.0/security-groups => generated 1685 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/473] 10.0.0.110 () {34 vars in 991 bytes} [Mon Apr 27 02:36:41 2026] GET /v2.0/security-groups/6303e684-1ce1-4e95-8b62-b83cb92fba66 => generated 1685 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/474] 10.0.0.110 () {38 vars in 981 bytes} [Mon Apr 27 02:36:41 2026] POST /v2.0/security-group-rules => generated 614 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/475] 10.0.0.110 () {34 vars in 991 bytes} [Mon Apr 27 02:36:41 2026] GET /v2.0/security-groups/6303e684-1ce1-4e95-8b62-b83cb92fba66 => generated 2310 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/476] 10.0.0.110 () {34 vars in 1098 bytes} [Mon Apr 27 02:36:41 2026] GET /v2.0/security-groups?name=tempest-securitygroup--730625541&fields=id&tenant_id=207352bd43714e69a62fbcf0070d5a02 => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/477] 10.0.0.110 () {34 vars in 982 bytes} [Mon Apr 27 02:36:41 2026] GET /v2.0/networks?id=1c6620d7-8bb5-4ec5-b271-69ab9bae1070 => generated 683 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/478] 10.0.0.110 () {34 vars in 965 bytes} [Mon Apr 27 02:36:41 2026] GET /v2.0/quotas/207352bd43714e69a62fbcf0070d5a02 => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/479] 10.0.0.110 () {38 vars in 981 bytes} [Mon Apr 27 02:36:41 2026] POST /v2.0/security-group-rules => generated 619 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/480] 10.0.0.110 () {34 vars in 991 bytes} [Mon Apr 27 02:36:41 2026] GET /v2.0/security-groups/6303e684-1ce1-4e95-8b62-b83cb92fba66 => generated 2940 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/481] 10.0.0.110 () {34 vars in 1002 bytes} [Mon Apr 27 02:36:41 2026] GET /v2.0/ports?tenant_id=207352bd43714e69a62fbcf0070d5a02&fields=id => generated 103 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/482] 10.0.0.110 () {34 vars in 1001 bytes} [Mon Apr 27 02:36:42 2026] GET /v2.0/security-group-rules/01265b4c-273c-4e11-a977-3f815af5a1fe => generated 616 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/483] 10.0.0.110 () {34 vars in 991 bytes} [Mon Apr 27 02:36:42 2026] GET /v2.0/security-groups/6303e684-1ce1-4e95-8b62-b83cb92fba66 => generated 2940 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/484] 10.0.0.110 () {36 vars in 1023 bytes} [Mon Apr 27 02:36:42 2026] DELETE /v2.0/security-group-rules/01265b4c-273c-4e11-a977-3f815af5a1fe => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/485] 10.0.0.110 () {34 vars in 991 bytes} [Mon Apr 27 02:36:42 2026] GET /v2.0/security-groups/6303e684-1ce1-4e95-8b62-b83cb92fba66 => generated 2310 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/486] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:36:41 2026] GET /v2.0/security-groups?tenant_id=1c049365955f45ac89a34a0eacdc7b97&name=default => generated 2925 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/487] 10.0.0.110 () {36 vars in 1013 bytes} [Mon Apr 27 02:36:42 2026] DELETE /v2.0/security-groups/6303e684-1ce1-4e95-8b62-b83cb92fba66 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/488] 10.0.0.110 () {34 vars in 991 bytes} [Mon Apr 27 02:36:42 2026] GET /v2.0/security-groups/b5c422f9-4384-4d3d-b66b-c680d04b1c5b => generated 2310 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/489] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:36:42 2026] DELETE /v2.0/security-groups/04b78f6b-702d-44a9-bca4-67dadb5da881 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/490] 10.0.0.110 () {36 vars in 1013 bytes} [Mon Apr 27 02:36:42 2026] DELETE /v2.0/security-groups/b5c422f9-4384-4d3d-b66b-c680d04b1c5b => 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: 245/491] 10.0.0.110 () {34 vars in 907 bytes} [Mon Apr 27 02:36:42 2026] GET /v2.0/extensions => generated 21537 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/492] 10.0.0.110 () {34 vars in 1008 bytes} [Mon Apr 27 02:36:42 2026] GET /v2.0/networks/1c6620d7-8bb5-4ec5-b271-69ab9bae1070?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/493] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:36:42 2026] GET /v2.0/security-groups?tenant_id=452e9bb33f1c483caaf157b0158bfb9d&name=default => generated 2925 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/494] 10.0.0.110 () {34 vars in 1108 bytes} [Mon Apr 27 02:36:42 2026] GET /v2.0/networks/1c6620d7-8bb5-4ec5-b271-69ab9bae1070?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: 249/495] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:36:42 2026] DELETE /v2.0/security-groups/da3ef96e-a4c8-4e01-a39e-888486da88ed => 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: 250/496] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:36:42 2026] GET /v2.0/ports?device_id=a6111592-d75a-4f4d-8540-3f78a1fd8949 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:36:43.237 7 INFO neutron_taas.services.taas.taas_plugin [None req-61df30ae-d386-4192-a050-f7f0165419b8 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: 18890773-cba8-4856-a598-304f25c2a2dd 2026-04-27 02:36:43.245 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61df30ae-d386-4192-a050-f7f0165419b8 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: 18890773-cba8-4856-a598-304f25c2a2dd [pid: 7|app: 0|req: 247/497] 10.0.0.86 () {34 vars in 788 bytes} [Mon Apr 27 02:36:42 2026] PUT /v2.0/routers/e9cfd8c6-e56e-46fc-9bca-0311e0cb9237/remove_router_interface => generated 309 bytes in 1279 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:36:43.976 8 INFO neutron_taas.services.taas.taas_plugin [None req-641aee77-90d7-4e0e-851b-dcc57338c254 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: d702ef68-a900-44f7-a01b-ca09221e0160 2026-04-27 02:36:43.984 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-641aee77-90d7-4e0e-851b-dcc57338c254 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: d702ef68-a900-44f7-a01b-ca09221e0160 [pid: 7|app: 0|req: 248/498] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:36:44 2026] GET /v2.0/ports?device_id=a6111592-d75a-4f4d-8540-3f78a1fd8949 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:36:44.255 8 INFO neutron_taas.services.taas.taas_plugin [None req-641aee77-90d7-4e0e-851b-dcc57338c254 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: 5d2dedca-69ca-4bb8-94f9-8f879941330b 2026-04-27 02:36:44.258 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-641aee77-90d7-4e0e-851b-dcc57338c254 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: 5d2dedca-69ca-4bb8-94f9-8f879941330b 2026-04-27 02:36:44.333 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-641aee77-90d7-4e0e-851b-dcc57338c254 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 58, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 40, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 340, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2241, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 645, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 716, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-04-27 02:36:44.670 8 INFO neutron.db.l3_hamode_db [None req-641aee77-90d7-4e0e-851b-dcc57338c254 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] HA network 3c10e14d-9c87-4c4d-9a3b-c485630babaf was deleted as no HA routers are present in tenant 7458889bdc8c4b5b9c740debaca3eeca. [pid: 8|app: 0|req: 251/499] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:36:43 2026] DELETE /v2.0/routers/e9cfd8c6-e56e-46fc-9bca-0311e0cb9237 => generated 0 bytes in 894 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/500] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:36:44 2026] DELETE /v2.0/subnets/7970006b-4308-48c7-86ed-a4cebe19dea3 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:36:45.006 8 INFO neutron_taas.services.taas.taas_plugin [None req-01717855-64db-4f71-8223-2a183be528a4 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: 0779fa30-aed9-4502-81f6-8ca75cb3ab2d 2026-04-27 02:36:45.022 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01717855-64db-4f71-8223-2a183be528a4 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: 0779fa30-aed9-4502-81f6-8ca75cb3ab2d 2026-04-27 02:36:45.120 8 INFO neutron.services.segments.plugin [-] Segment d26da1f2-8802-4cb3-bb15-9acaa45fa4d4 resource provider aggregate not found 2026-04-27 02:36:45.147 8 INFO neutron.services.segments.plugin [-] Segment d26da1f2-8802-4cb3-bb15-9acaa45fa4d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d26da1f2-8802-4cb3-bb15-9acaa45fa4d4 found for delete ", "request_id": "req-4196db9c-4e29-4aa1-b135-86680c14bedc"}]} 2026-04-27 02:36:45.176 8 INFO neutron.services.segments.plugin [-] Segment d26da1f2-8802-4cb3-bb15-9acaa45fa4d4 resource provider aggregate not found 2026-04-27 02:36:45.202 8 INFO neutron.services.segments.plugin [-] Segment d26da1f2-8802-4cb3-bb15-9acaa45fa4d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d26da1f2-8802-4cb3-bb15-9acaa45fa4d4 found for delete ", "request_id": "req-c9cf92d9-c2d9-44d8-97d3-285077f70f17"}]} [pid: 7|app: 0|req: 250/501] 10.0.0.110 () {34 vars in 1100 bytes} [Mon Apr 27 02:36:45 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1092843290&fields=id&tenant_id=d063d3de820748b6bd614fa7c49b879a => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/502] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:36:44 2026] DELETE /v2.0/networks/ed48290c-f792-4ff2-af31-2a500823e554 => generated 0 bytes in 371 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/503] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:36:45 2026] GET /v2.0/ports?device_id=a6111592-d75a-4f4d-8540-3f78a1fd8949 => 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: 253/504] 10.0.0.110 () {34 vars in 982 bytes} [Mon Apr 27 02:36:45 2026] GET /v2.0/networks?id=780966ee-f3a9-484e-957c-0a3f5b2ad479 => generated 679 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/505] 10.0.0.110 () {34 vars in 965 bytes} [Mon Apr 27 02:36:45 2026] GET /v2.0/quotas/d063d3de820748b6bd614fa7c49b879a => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/506] 10.0.0.110 () {34 vars in 1002 bytes} [Mon Apr 27 02:36:45 2026] GET /v2.0/ports?tenant_id=d063d3de820748b6bd614fa7c49b879a&fields=id => generated 103 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/507] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:36:45 2026] GET /v2.0/security-groups?tenant_id=7458889bdc8c4b5b9c740debaca3eeca&name=default => generated 2921 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/508] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:36:45 2026] DELETE /v2.0/security-groups/c6d0e4b9-87e7-430e-86c1-1870e556fd52 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/509] 10.0.0.110 () {34 vars in 907 bytes} [Mon Apr 27 02:36:45 2026] GET /v2.0/extensions => generated 21537 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/510] 10.0.0.110 () {34 vars in 1008 bytes} [Mon Apr 27 02:36:45 2026] GET /v2.0/networks/780966ee-f3a9-484e-957c-0a3f5b2ad479?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: 255/511] 10.0.0.110 () {34 vars in 1108 bytes} [Mon Apr 27 02:36:45 2026] GET /v2.0/networks/780966ee-f3a9-484e-957c-0a3f5b2ad479?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: 257/512] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:36:46 2026] GET /v2.0/ports?device_id=61d45bfc-65c6-407b-8ef1-52dea9e93acd => 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: 256/513] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:36:46 2026] GET /v2.0/ports?device_id=a6111592-d75a-4f4d-8540-3f78a1fd8949 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:36:47.166 8 INFO neutron.services.segments.plugin [-] Segment 40e5071b-038e-44ca-9cf1-fd21f97c68b8 resource provider aggregate not found 2026-04-27 02:36:47.184 8 INFO neutron.services.segments.plugin [-] Segment 40e5071b-038e-44ca-9cf1-fd21f97c68b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40e5071b-038e-44ca-9cf1-fd21f97c68b8 found for delete ", "request_id": "req-5d20b7dc-d76f-4ac4-92a5-d7df0afaac76"}]} 2026-04-27 02:36:47.220 8 INFO neutron.services.segments.plugin [-] Segment 40e5071b-038e-44ca-9cf1-fd21f97c68b8 resource provider aggregate not found 2026-04-27 02:36:47.236 8 INFO neutron.services.segments.plugin [-] Segment 40e5071b-038e-44ca-9cf1-fd21f97c68b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40e5071b-038e-44ca-9cf1-fd21f97c68b8 found for delete ", "request_id": "req-cfe732a1-fc2a-4502-8123-06f50a9a22f7"}]} [pid: 8|app: 0|req: 258/514] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:36:47 2026] GET /v2.0/ports?device_id=61d45bfc-65c6-407b-8ef1-52dea9e93acd => 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: 259/515] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:36:47 2026] GET /v2.0/ports?device_id=a6111592-d75a-4f4d-8540-3f78a1fd8949 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:36:47.741 7 INFO neutron.db.segments_db [None req-fc1ab83a-511e-46c3-9f00-2965fb75c32a 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Added segment 23e0acc0-670c-4d92-86c2-596844949e03 of type vxlan for network 87f6a8ad-9d71-4fc0-b458-76ea3cc351b6 [pid: 7|app: 0|req: 257/516] 10.0.0.86 () {34 vars in 670 bytes} [Mon Apr 27 02:36:47 2026] POST /v2.0/networks => generated 744 bytes in 476 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/517] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:36:47 2026] GET /v2.0/security-groups?tenant_id=39eda2fcb7674ae5a9def823e52d3fa7&name=default => generated 2925 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/518] 199.204.45.72 () {34 vars in 985 bytes} [Mon Apr 27 02:36:47 2026] GET /v2.0/networks?id=1c6620d7-8bb5-4ec5-b271-69ab9bae1070 => generated 683 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/519] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:36:47 2026] POST /v2.0/subnets => generated 691 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:36:48.063 7 INFO neutron.db.segments_db [None req-398b2ea3-ef93-4f99-a44b-6da83b9ece9e 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Added segment 0c68e533-07b4-4293-b1fc-b4151fe613ba of type vxlan for network b258aa89-9107-4df0-a3bb-481f5c0fc85e [pid: 8|app: 0|req: 262/520] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:36:48 2026] DELETE /v2.0/security-groups/953c61b7-3055-4e96-9289-127dda444cd0 => 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: 263/521] 199.204.45.72 () {34 vars in 910 bytes} [Mon Apr 27 02:36:48 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/522] 199.204.45.72 () {34 vars in 1049 bytes} [Mon Apr 27 02:36:48 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=207352bd43714e69a62fbcf0070d5a02 => generated 180 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:36:48.292 7 INFO neutron.db.l3_hamode_db [None req-398b2ea3-ef93-4f99-a44b-6da83b9ece9e 1604507262464de281a63f54f105dbc2 a629269906394d8d8a3e29638eafdcc7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 265/523] 199.204.45.72 () {38 vars in 954 bytes} [Mon Apr 27 02:36:48 2026] POST /v2.0/ports => generated 958 bytes in 613 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: 266/524] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:36:48 2026] GET /v2.0/security-groups?tenant_id=2ac651eda55849d5880f2e1b97cc40d4&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/525] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:36:48 2026] GET /v2.0/ports?device_id=61d45bfc-65c6-407b-8ef1-52dea9e93acd => 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: 268/526] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:36:48 2026] GET /v2.0/ports?device_id=a6111592-d75a-4f4d-8540-3f78a1fd8949 => generated 961 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/527] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:36:48 2026] DELETE /v2.0/security-groups/a7dc164d-6a54-4dab-99e6-478f92713044 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:36:49.115 7 INFO neutron.db.l3_hamode_db [None req-398b2ea3-ef93-4f99-a44b-6da83b9ece9e 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 270/528] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:36:49 2026] GET /v2.0/security-groups?id=05b3458b-1a25-4b24-b1ef-5ee536bd188c&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/529] 199.204.45.72 () {38 vars in 1027 bytes} [Mon Apr 27 02:36:49 2026] PUT /v2.0/ports/4349fb4e-e7cb-48d9-a07e-58c5348a4740 => generated 1239 bytes in 473 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/530] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:36:48 2026] POST /v2.0/routers => generated 731 bytes in 1912 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: 260/531] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:36:50 2026] GET /v2.0/ports?device_id=61d45bfc-65c6-407b-8ef1-52dea9e93acd => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:36:50.146 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bd133081-7e79-4de0-aa53-daafa2c5f560'] response: {'name': 'network-changed', 'server_uuid': 'a6111592-d75a-4f4d-8540-3f78a1fd8949', 'tag': '4349fb4e-e7cb-48d9-a07e-58c5348a4740', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 261/532] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:36:50 2026] GET /v2.0/ports?device_id=a6111592-d75a-4f4d-8540-3f78a1fd8949 => generated 973 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/533] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:36:50 2026] GET /v2.0/security-groups?id=05b3458b-1a25-4b24-b1ef-5ee536bd188c&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: 7|app: 0|req: 263/534] 199.204.45.72 () {34 vars in 985 bytes} [Mon Apr 27 02:36:50 2026] GET /v2.0/networks?id=780966ee-f3a9-484e-957c-0a3f5b2ad479 => generated 679 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/535] 199.204.45.72 () {34 vars in 1049 bytes} [Mon Apr 27 02:36:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d063d3de820748b6bd614fa7c49b879a => generated 181 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/536] 199.204.45.72 () {38 vars in 954 bytes} [Mon Apr 27 02:36:50 2026] POST /v2.0/ports => generated 958 bytes in 423 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 266/537] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:36:51 2026] GET /v2.0/ports?tenant_id=207352bd43714e69a62fbcf0070d5a02&device_id=a6111592-d75a-4f4d-8540-3f78a1fd8949 => generated 1242 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/538] 10.0.0.86 () {34 vars in 782 bytes} [Mon Apr 27 02:36:49 2026] PUT /v2.0/routers/0d223d0e-5d20-4b40-b43d-9d618d368170/add_router_interface => generated 309 bytes in 1261 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/539] 199.204.45.72 () {34 vars in 1017 bytes} [Mon Apr 27 02:36:51 2026] GET /v2.0/networks?tenant_id=207352bd43714e69a62fbcf0070d5a02&shared=False => generated 779 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/540] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:36:51 2026] GET /v2.0/ports?device_id=61d45bfc-65c6-407b-8ef1-52dea9e93acd => generated 961 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/541] 199.204.45.72 () {34 vars in 929 bytes} [Mon Apr 27 02:36:51 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/542] 199.204.45.72 () {38 vars in 1027 bytes} [Mon Apr 27 02:36:51 2026] PUT /v2.0/ports/9131d62c-46d0-4e16-a2f5-87da380e1926 => generated 1239 bytes in 372 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/543] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:36:51 2026] GET /v2.0/security-groups?id=a65ba9f4-82e7-4afe-9946-0694c64e7b37&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 268/544] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:36:51 2026] GET /v2.0/ports?device_id=a6111592-d75a-4f4d-8540-3f78a1fd8949 => generated 973 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/545] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:36:51 2026] GET /v2.0/security-groups?id=05b3458b-1a25-4b24-b1ef-5ee536bd188c&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: 269/546] 10.0.0.110 () {38 vars in 971 bytes} [Mon Apr 27 02:36:51 2026] POST /v2.0/security-groups => generated 1681 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-27 02:36:51.903 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-392b0f1d-3d06-4ded-bcd7-13f72878d08c'] response: {'name': 'network-changed', 'server_uuid': '61d45bfc-65c6-407b-8ef1-52dea9e93acd', 'tag': '9131d62c-46d0-4e16-a2f5-87da380e1926', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 278/547] 10.0.0.110 () {38 vars in 971 bytes} [Mon Apr 27 02:36:51 2026] POST /v2.0/security-groups => generated 1681 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/548] 10.0.0.110 () {38 vars in 971 bytes} [Mon Apr 27 02:36:52 2026] POST /v2.0/security-groups => generated 1679 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/549] 10.0.0.110 () {34 vars in 1002 bytes} [Mon Apr 27 02:36:52 2026] GET /v2.0/security-groups?tenant_id=a629269906394d8d8a3e29638eafdcc7 => generated 7906 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/550] 10.0.0.110 () {34 vars in 991 bytes} [Mon Apr 27 02:36:52 2026] GET /v2.0/security-groups/4271ec9a-93e9-4df9-8cdc-2b07509db612 => generated 2922 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/551] 10.0.0.110 () {34 vars in 991 bytes} [Mon Apr 27 02:36:52 2026] GET /v2.0/security-groups/4271ec9a-93e9-4df9-8cdc-2b07509db612 => generated 2922 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/552] 10.0.0.110 () {34 vars in 991 bytes} [Mon Apr 27 02:36:52 2026] GET /v2.0/security-groups/cbb4eb35-520d-41c5-a4a3-395759ac3b30 => generated 1681 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/553] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:36:52 2026] GET /v2.0/ports?tenant_id=d063d3de820748b6bd614fa7c49b879a&device_id=61d45bfc-65c6-407b-8ef1-52dea9e93acd => generated 1242 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/554] 10.0.0.110 () {36 vars in 1013 bytes} [Mon Apr 27 02:36:52 2026] DELETE /v2.0/security-groups/cbb4eb35-520d-41c5-a4a3-395759ac3b30 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/555] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:36:52 2026] GET /v2.0/ports?tenant_id=207352bd43714e69a62fbcf0070d5a02&device_id=a6111592-d75a-4f4d-8540-3f78a1fd8949 => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/556] 199.204.45.72 () {34 vars in 1017 bytes} [Mon Apr 27 02:36:52 2026] GET /v2.0/networks?tenant_id=d063d3de820748b6bd614fa7c49b879a&shared=False => generated 775 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:36:52.553 8 INFO neutron.api.v2.resource [req-08e942c5-4baa-4802-acff-6559b33c0db3 req-81980eba-f5c6-4cf0-bbae-13c6f32f89a3 f2288bca38794ed7bef97c95111a1e8c a629269906394d8d8a3e29638eafdcc7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 275/557] 199.204.45.72 () {34 vars in 1059 bytes} [Mon Apr 27 02:36:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=4349fb4e-e7cb-48d9-a07e-58c5348a4740 => generated 19 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/558] 10.0.0.110 () {34 vars in 991 bytes} [Mon Apr 27 02:36:52 2026] GET /v2.0/security-groups/cbb4eb35-520d-41c5-a4a3-395759ac3b30 => 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: 276/559] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:36:52 2026] GET /v2.0/ports?device_id=61d45bfc-65c6-407b-8ef1-52dea9e93acd => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/560] 199.204.45.72 () {34 vars in 929 bytes} [Mon Apr 27 02:36:52 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: 277/561] 199.204.45.72 () {34 vars in 983 bytes} [Mon Apr 27 02:36:52 2026] GET /v2.0/subnets?id=90284a59-59c3-4283-823a-0c61e82113db => generated 701 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/562] 10.0.0.110 () {34 vars in 991 bytes} [Mon Apr 27 02:36:52 2026] GET /v2.0/security-groups/8bcebc9d-5995-4478-8b56-f6ea6e81484a => generated 1681 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/563] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:36:52 2026] GET /v2.0/security-groups?id=a65ba9f4-82e7-4afe-9946-0694c64e7b37&fields=id&fields=name => generated 114 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/564] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:36:52 2026] GET /v2.0/ports?network_id=1c6620d7-8bb5-4ec5-b271-69ab9bae1070&device_owner=network%3Adhcp => generated 1244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/565] 10.0.0.110 () {36 vars in 1013 bytes} [Mon Apr 27 02:36:52 2026] DELETE /v2.0/security-groups/8bcebc9d-5995-4478-8b56-f6ea6e81484a => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/566] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:36:52 2026] GET /v2.0/ports?device_id=a6111592-d75a-4f4d-8540-3f78a1fd8949 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/567] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:36:52 2026] GET /v2.0/networks/1c6620d7-8bb5-4ec5-b271-69ab9bae1070?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:36:52.738 8 INFO neutron.api.v2.resource [req-29e30f92-e031-4a0a-a9b3-ebf2d6ccff10 req-402406a2-c597-40b7-9bd6-abeb8e241a3e f2288bca38794ed7bef97c95111a1e8c a629269906394d8d8a3e29638eafdcc7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 288/568] 10.0.0.110 () {34 vars in 991 bytes} [Mon Apr 27 02:36:52 2026] GET /v2.0/security-groups/8bcebc9d-5995-4478-8b56-f6ea6e81484a => 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: 281/569] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:36:52 2026] GET /v2.0/security-groups?id=05b3458b-1a25-4b24-b1ef-5ee536bd188c&fields=id&fields=name => generated 113 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/570] 10.0.0.110 () {34 vars in 991 bytes} [Mon Apr 27 02:36:52 2026] GET /v2.0/security-groups/3d5ecf69-03ba-4f35-90ba-afe0114f3c29 => generated 1679 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/571] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:36:52 2026] GET /v2.0/networks/1c6620d7-8bb5-4ec5-b271-69ab9bae1070?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: 283/572] 10.0.0.110 () {36 vars in 1013 bytes} [Mon Apr 27 02:36:52 2026] DELETE /v2.0/security-groups/3d5ecf69-03ba-4f35-90ba-afe0114f3c29 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:36:52.907 8 INFO neutron.api.v2.resource [req-33ab878b-40e9-468f-9165-062164b37b07 req-bfa9e5eb-5a67-40f6-9340-f4b74ccaa072 f2288bca38794ed7bef97c95111a1e8c a629269906394d8d8a3e29638eafdcc7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 290/573] 10.0.0.110 () {34 vars in 991 bytes} [Mon Apr 27 02:36:52 2026] GET /v2.0/security-groups/3d5ecf69-03ba-4f35-90ba-afe0114f3c29 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/574] 10.0.0.110 () {34 vars in 1002 bytes} [Mon Apr 27 02:36:52 2026] GET /v2.0/security-groups?tenant_id=a629269906394d8d8a3e29638eafdcc7 => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/575] 10.0.0.110 () {34 vars in 991 bytes} [Mon Apr 27 02:36:52 2026] GET /v2.0/security-groups/4271ec9a-93e9-4df9-8cdc-2b07509db612 => generated 2922 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/576] 10.0.0.110 () {34 vars in 991 bytes} [Mon Apr 27 02:36:53 2026] GET /v2.0/security-groups/4271ec9a-93e9-4df9-8cdc-2b07509db612 => generated 2922 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:36:53.129 8 INFO neutron.api.v2.resource [req-963e1160-42ee-4dd4-9a52-8ab96194bc05 req-a30842e2-6b1f-46ac-8096-516f8bd458ea f2288bca38794ed7bef97c95111a1e8c a629269906394d8d8a3e29638eafdcc7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 292/577] 10.0.0.110 () {34 vars in 991 bytes} [Mon Apr 27 02:36:53 2026] GET /v2.0/security-groups/3d5ecf69-03ba-4f35-90ba-afe0114f3c29 => generated 146 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:36:53.169 7 INFO neutron.api.v2.resource [req-d46afe04-498c-4970-a7f2-0988af53ea0a req-4d7750b4-be7a-4b82-8b96-cf2c813e3181 f2288bca38794ed7bef97c95111a1e8c a629269906394d8d8a3e29638eafdcc7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 286/578] 10.0.0.110 () {34 vars in 991 bytes} [Mon Apr 27 02:36:53 2026] GET /v2.0/security-groups/8bcebc9d-5995-4478-8b56-f6ea6e81484a => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:36:53.234 8 INFO neutron.api.v2.resource [req-14727bd1-469d-4a04-8f04-1bd582db46d4 req-03872ebf-6d17-4350-bb5d-392cdba171e9 f2288bca38794ed7bef97c95111a1e8c a629269906394d8d8a3e29638eafdcc7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 293/579] 10.0.0.110 () {34 vars in 991 bytes} [Mon Apr 27 02:36:53 2026] GET /v2.0/security-groups/cbb4eb35-520d-41c5-a4a3-395759ac3b30 => generated 146 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:36:53.631 7 INFO neutron_taas.services.taas.taas_plugin [None req-f4a903e0-f9e7-4b18-bb38-3ef8871cacc4 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: 2aa8bc55-67c7-40e2-b82d-3b004ff1cf03 2026-04-27 02:36:53.634 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4a903e0-f9e7-4b18-bb38-3ef8871cacc4 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: 2aa8bc55-67c7-40e2-b82d-3b004ff1cf03 [pid: 8|app: 0|req: 296/582] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:36:53 2026] GET /v2.0/ports?tenant_id=d063d3de820748b6bd614fa7c49b879a&device_id=61d45bfc-65c6-407b-8ef1-52dea9e93acd => generated 1242 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/583] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:36:53 2026] GET /v2.0/ports?device_id=61d45bfc-65c6-407b-8ef1-52dea9e93acd => generated 973 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/584] 199.204.45.72 () {34 vars in 1059 bytes} [Mon Apr 27 02:36:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=9131d62c-46d0-4e16-a2f5-87da380e1926 => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/585] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:36:53 2026] GET /v2.0/security-groups?id=a65ba9f4-82e7-4afe-9946-0694c64e7b37&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/586] 199.204.45.72 () {34 vars in 983 bytes} [Mon Apr 27 02:36:53 2026] GET /v2.0/subnets?id=dd64573b-4748-4496-b9d4-068705c2528e => generated 697 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/587] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:36:53 2026] GET /v2.0/ports?device_id=a6111592-d75a-4f4d-8540-3f78a1fd8949 => generated 973 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/588] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:36:53 2026] GET /v2.0/ports?network_id=780966ee-f3a9-484e-957c-0a3f5b2ad479&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/589] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:36:53 2026] GET /v2.0/security-groups?id=05b3458b-1a25-4b24-b1ef-5ee536bd188c&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: 304/590] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:36:53 2026] GET /v2.0/networks/780966ee-f3a9-484e-957c-0a3f5b2ad479?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: 305/591] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:36:54 2026] GET /v2.0/networks/780966ee-f3a9-484e-957c-0a3f5b2ad479?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/592] 10.0.0.86 () {34 vars in 788 bytes} [Mon Apr 27 02:36:53 2026] PUT /v2.0/routers/0d223d0e-5d20-4b40-b43d-9d618d368170/remove_router_interface => generated 309 bytes in 904 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:36:54.349 8 INFO neutron_taas.services.taas.taas_plugin [None req-ca4fb4b6-1fb4-4891-9e5e-aacd9bc99dfe 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: ee601dd9-5538-4131-aba9-b3baad20b89e 2026-04-27 02:36:54.351 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca4fb4b6-1fb4-4891-9e5e-aacd9bc99dfe 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: ee601dd9-5538-4131-aba9-b3baad20b89e [pid: 7|app: 0|req: 288/593] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:36:54 2026] GET /v2.0/security-groups?tenant_id=88822907619343e195270b143236a6b4&name=default => generated 2925 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:36:54.619 8 INFO neutron_taas.services.taas.taas_plugin [None req-ca4fb4b6-1fb4-4891-9e5e-aacd9bc99dfe 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: 3d81a2ec-2a9a-42ef-ab39-cb9a00196fde 2026-04-27 02:36:54.621 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca4fb4b6-1fb4-4891-9e5e-aacd9bc99dfe 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: 3d81a2ec-2a9a-42ef-ab39-cb9a00196fde [pid: 7|app: 0|req: 289/594] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:36:54 2026] DELETE /v2.0/security-groups/ace3ce01-10b6-4fea-9e40-9b50f17a4056 => 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: 290/595] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:36:54 2026] GET /v2.0/ports?device_id=61d45bfc-65c6-407b-8ef1-52dea9e93acd => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/596] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:36:54 2026] GET /v2.0/security-groups?id=a65ba9f4-82e7-4afe-9946-0694c64e7b37&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-27 02:36:54.950 8 INFO neutron.services.segments.plugin [-] Segment 0c68e533-07b4-4293-b1fc-b4151fe613ba resource provider aggregate not found 2026-04-27 02:36:54.953 8 INFO neutron.services.segments.plugin [-] Segment 0c68e533-07b4-4293-b1fc-b4151fe613ba resource provider aggregate not found 2026-04-27 02:36:54.964 8 INFO neutron.services.segments.plugin [-] Segment 0c68e533-07b4-4293-b1fc-b4151fe613ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c68e533-07b4-4293-b1fc-b4151fe613ba found for delete ", "request_id": "req-39376f1f-f743-4050-b939-05f7b9c822e8"}]} 2026-04-27 02:36:54.965 8 INFO neutron.services.segments.plugin [-] Segment 0c68e533-07b4-4293-b1fc-b4151fe613ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c68e533-07b4-4293-b1fc-b4151fe613ba found for delete ", "request_id": "req-b4401044-ce90-416c-8006-312f66c655fe"}]} 2026-04-27 02:36:54.967 8 INFO neutron.db.l3_hamode_db [None req-ca4fb4b6-1fb4-4891-9e5e-aacd9bc99dfe 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] HA network b258aa89-9107-4df0-a3bb-481f5c0fc85e was deleted as no HA routers are present in tenant a629269906394d8d8a3e29638eafdcc7. [pid: 8|app: 0|req: 306/597] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:36:54 2026] DELETE /v2.0/routers/0d223d0e-5d20-4b40-b43d-9d618d368170 => generated 0 bytes in 814 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/598] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:36:55 2026] GET /v2.0/ports?device_id=a6111592-d75a-4f4d-8540-3f78a1fd8949 => 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: 292/599] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:36:54 2026] DELETE /v2.0/subnets/49711cc2-d2e6-4453-ac64-e63dc83b2435 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/600] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:36:55 2026] GET /v2.0/security-groups?id=05b3458b-1a25-4b24-b1ef-5ee536bd188c&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-27 02:36:55.173 7 INFO neutron_taas.services.taas.taas_plugin [None req-32f168c9-6b01-4dd5-b085-7fab1ba377b9 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: e1b00d3e-fb5d-4844-bd83-ba2fa13b108e 2026-04-27 02:36:55.175 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32f168c9-6b01-4dd5-b085-7fab1ba377b9 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: e1b00d3e-fb5d-4844-bd83-ba2fa13b108e [pid: 7|app: 0|req: 293/601] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:36:55 2026] DELETE /v2.0/networks/87f6a8ad-9d71-4fc0-b458-76ea3cc351b6 => generated 0 bytes in 325 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/602] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:36:55 2026] GET /v2.0/security-groups?tenant_id=a629269906394d8d8a3e29638eafdcc7&name=default => generated 2925 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/603] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:36:55 2026] DELETE /v2.0/security-groups/4271ec9a-93e9-4df9-8cdc-2b07509db612 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:36:55.998 7 INFO neutron.services.segments.plugin [-] Segment 23e0acc0-670c-4d92-86c2-596844949e03 resource provider aggregate not found 2026-04-27 02:36:56.016 7 INFO neutron.services.segments.plugin [-] Segment 23e0acc0-670c-4d92-86c2-596844949e03 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23e0acc0-670c-4d92-86c2-596844949e03 found for delete ", "request_id": "req-2a3e7508-15a1-4065-a182-6901132478a9"}]} 2026-04-27 02:36:56.029 7 INFO neutron.services.segments.plugin [-] Segment 23e0acc0-670c-4d92-86c2-596844949e03 resource provider aggregate not found 2026-04-27 02:36:56.047 7 INFO neutron.services.segments.plugin [-] Segment 23e0acc0-670c-4d92-86c2-596844949e03 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23e0acc0-670c-4d92-86c2-596844949e03 found for delete ", "request_id": "req-b64299bc-daa0-4160-b395-be12c183da56"}]} [pid: 8|app: 0|req: 310/604] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:36:56 2026] GET /v2.0/ports?device_id=61d45bfc-65c6-407b-8ef1-52dea9e93acd => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/605] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:36:56 2026] GET /v2.0/security-groups?id=a65ba9f4-82e7-4afe-9946-0694c64e7b37&fields=id&fields=name => generated 114 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/606] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:36:56 2026] GET /v2.0/ports?device_id=a6111592-d75a-4f4d-8540-3f78a1fd8949 => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/607] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:36:56 2026] GET /v2.0/security-groups?id=05b3458b-1a25-4b24-b1ef-5ee536bd188c&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/608] 10.0.0.86 () {32 vars in 652 bytes} [Mon Apr 27 02:36:56 2026] GET /v2.0/extensions => generated 21537 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/609] 10.0.0.86 () {32 vars in 680 bytes} [Mon Apr 27 02:36:56 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/610] 10.0.0.86 () {32 vars in 680 bytes} [Mon Apr 27 02:36:56 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/611] 10.0.0.86 () {32 vars in 728 bytes} [Mon Apr 27 02:36:56 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/612] 10.0.0.86 () {32 vars in 664 bytes} [Mon Apr 27 02:36:56 2026] GET /v2.0/extensions/agent => generated 153 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/613] 10.0.0.86 () {32 vars in 698 bytes} [Mon Apr 27 02:36:56 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: 8|app: 0|req: 315/614] 10.0.0.86 () {32 vars in 696 bytes} [Mon Apr 27 02:36:56 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: 300/615] 10.0.0.86 () {32 vars in 700 bytes} [Mon Apr 27 02:36:56 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: 8|app: 0|req: 316/616] 10.0.0.86 () {32 vars in 688 bytes} [Mon Apr 27 02:36:56 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/617] 10.0.0.86 () {32 vars in 702 bytes} [Mon Apr 27 02:36:56 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/618] 10.0.0.86 () {32 vars in 692 bytes} [Mon Apr 27 02:36:56 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/619] 10.0.0.86 () {32 vars in 694 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/620] 10.0.0.86 () {32 vars in 684 bytes} [Mon Apr 27 02:36:57 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: 303/621] 10.0.0.86 () {32 vars in 686 bytes} [Mon Apr 27 02:36:57 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: 8|app: 0|req: 319/622] 10.0.0.86 () {32 vars in 660 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/623] 10.0.0.86 () {32 vars in 698 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/624] 10.0.0.86 () {32 vars in 678 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/625] 10.0.0.86 () {32 vars in 682 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/626] 10.0.0.86 () {32 vars in 674 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/627] 10.0.0.86 () {32 vars in 688 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/628] 10.0.0.86 () {32 vars in 722 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/629] 10.0.0.86 () {32 vars in 686 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/630] 10.0.0.86 () {32 vars in 668 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/631] 10.0.0.86 () {32 vars in 686 bytes} [Mon Apr 27 02:36:57 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: 8|app: 0|req: 324/632] 10.0.0.86 () {32 vars in 680 bytes} [Mon Apr 27 02:36:57 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: 7|app: 0|req: 309/633] 10.0.0.86 () {32 vars in 698 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/634] 10.0.0.86 () {32 vars in 678 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/635] 10.0.0.86 () {32 vars in 666 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/636] 10.0.0.86 () {32 vars in 676 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/637] 10.0.0.86 () {32 vars in 664 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/638] 10.0.0.86 () {32 vars in 674 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/l3-flavors => 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: 315/639] 10.0.0.86 () {32 vars in 712 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/640] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/ports?device_id=61d45bfc-65c6-407b-8ef1-52dea9e93acd => generated 973 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/641] 10.0.0.86 () {32 vars in 690 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/642] 10.0.0.86 () {32 vars in 682 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/643] 10.0.0.86 () {32 vars in 668 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/644] 10.0.0.86 () {32 vars in 686 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/645] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/security-groups?id=a65ba9f4-82e7-4afe-9946-0694c64e7b37&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/646] 10.0.0.86 () {32 vars in 704 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/647] 10.0.0.86 () {32 vars in 674 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/648] 10.0.0.86 () {32 vars in 700 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/649] 10.0.0.86 () {32 vars in 674 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/650] 10.0.0.86 () {32 vars in 692 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/651] 10.0.0.86 () {32 vars in 688 bytes} [Mon Apr 27 02:36:57 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: 7|app: 0|req: 321/652] 10.0.0.86 () {32 vars in 708 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/653] 10.0.0.86 () {32 vars in 704 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/654] 10.0.0.86 () {32 vars in 718 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/655] 10.0.0.86 () {32 vars in 696 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/656] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/ports?device_id=a6111592-d75a-4f4d-8540-3f78a1fd8949 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/657] 10.0.0.86 () {32 vars in 710 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/658] 10.0.0.86 () {32 vars in 668 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/binding => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/659] 10.0.0.86 () {32 vars in 686 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/660] 10.0.0.86 () {32 vars in 680 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/661] 10.0.0.86 () {32 vars in 674 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/662] 10.0.0.86 () {32 vars in 670 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/663] 10.0.0.86 () {32 vars in 660 bytes} [Mon Apr 27 02:36:57 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: 332/664] 10.0.0.86 () {32 vars in 698 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/665] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/security-groups?id=05b3458b-1a25-4b24-b1ef-5ee536bd188c&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/666] 10.0.0.86 () {32 vars in 698 bytes} [Mon Apr 27 02:36:57 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: 8|app: 0|req: 334/667] 10.0.0.86 () {32 vars in 676 bytes} [Mon Apr 27 02:36:57 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: 7|app: 0|req: 334/668] 10.0.0.86 () {32 vars in 668 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/669] 10.0.0.86 () {32 vars in 682 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/670] 10.0.0.86 () {32 vars in 700 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/671] 10.0.0.86 () {32 vars in 684 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/672] 10.0.0.86 () {32 vars in 706 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/673] 10.0.0.86 () {32 vars in 668 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/674] 10.0.0.86 () {32 vars in 696 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/675] 10.0.0.86 () {32 vars in 694 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/676] 10.0.0.86 () {32 vars in 684 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/677] 10.0.0.86 () {32 vars in 688 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/678] 10.0.0.86 () {32 vars in 704 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/679] 10.0.0.86 () {32 vars in 666 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/680] 10.0.0.86 () {32 vars in 680 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/681] 10.0.0.86 () {32 vars in 680 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/682] 10.0.0.86 () {32 vars in 690 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/683] 10.0.0.86 () {32 vars in 690 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/684] 10.0.0.86 () {32 vars in 694 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/685] 10.0.0.86 () {32 vars in 684 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/686] 10.0.0.86 () {32 vars in 688 bytes} [Mon Apr 27 02:36:57 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: 353/687] 10.0.0.86 () {32 vars in 700 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/688] 10.0.0.86 () {32 vars in 702 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/689] 10.0.0.86 () {32 vars in 712 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/690] 10.0.0.86 () {32 vars in 716 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/691] 10.0.0.86 () {32 vars in 714 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/692] 10.0.0.86 () {32 vars in 726 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/693] 10.0.0.86 () {32 vars in 740 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/694] 10.0.0.86 () {32 vars in 718 bytes} [Mon Apr 27 02:36:57 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) 2026-04-27 02:36:57.742 8 INFO neutron.db.segments_db [None req-09cd0d74-87bf-4d05-84cc-4a0a8fa3559b 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Added segment 0b5f8e9d-7a6c-4f66-ab79-9b81c1d0bb57 of type vxlan for network 05a6c3ba-a380-4ad7-8803-4f770e71072e [pid: 7|app: 0|req: 361/695] 10.0.0.86 () {32 vars in 682 bytes} [Mon Apr 27 02:36:57 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: 362/696] 10.0.0.86 () {32 vars in 668 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/697] 10.0.0.86 () {32 vars in 718 bytes} [Mon Apr 27 02:36:57 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: 7|app: 0|req: 364/698] 10.0.0.86 () {32 vars in 678 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/699] 10.0.0.86 () {32 vars in 668 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/700] 10.0.0.86 () {32 vars in 696 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/701] 10.0.0.86 () {32 vars in 704 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/702] 10.0.0.86 () {32 vars in 700 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/703] 10.0.0.86 () {32 vars in 700 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/704] 10.0.0.86 () {34 vars in 670 bytes} [Mon Apr 27 02:36:57 2026] POST /v2.0/networks => generated 742 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/705] 10.0.0.86 () {32 vars in 682 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/706] 10.0.0.86 () {32 vars in 704 bytes} [Mon Apr 27 02:36:57 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: 337/707] 10.0.0.86 () {32 vars in 694 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/708] 10.0.0.86 () {32 vars in 688 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/709] 10.0.0.86 () {32 vars in 696 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/710] 10.0.0.86 () {32 vars in 678 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/711] 10.0.0.86 () {32 vars in 688 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/712] 10.0.0.86 () {32 vars in 700 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/713] 10.0.0.86 () {32 vars in 664 bytes} [Mon Apr 27 02:36:57 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: 8|app: 0|req: 344/714] 10.0.0.86 () {32 vars in 680 bytes} [Mon Apr 27 02:36:57 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: 345/715] 10.0.0.86 () {32 vars in 676 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/716] 10.0.0.86 () {32 vars in 692 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/717] 10.0.0.86 () {32 vars in 676 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/718] 10.0.0.86 () {32 vars in 666 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/719] 10.0.0.86 () {32 vars in 662 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/720] 10.0.0.86 () {32 vars in 674 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/721] 10.0.0.86 () {32 vars in 686 bytes} [Mon Apr 27 02:36:57 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/722] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:36:57 2026] POST /v2.0/subnets => generated 689 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:36:58.106 8 INFO neutron.db.segments_db [None req-2c1aa295-9bf6-49d6-a553-8135640014bd 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Added segment ec9ce933-4014-4188-a224-95032861654d of type vxlan for network a320c3ff-6fa1-42df-87ae-84ffd5c69cc6 2026-04-27 02:36:58.323 8 INFO neutron.db.l3_hamode_db [None req-2c1aa295-9bf6-49d6-a553-8135640014bd 1604507262464de281a63f54f105dbc2 abb2ebcf3de24a8fbdd825cdf9de2be6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 372/723] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:36:58 2026] GET /v2.0/ports?device_id=61d45bfc-65c6-407b-8ef1-52dea9e93acd => generated 973 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/724] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:36:58 2026] GET /v2.0/security-groups?id=a65ba9f4-82e7-4afe-9946-0694c64e7b37&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/725] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:36:58 2026] GET /v2.0/security-groups?tenant_id=6501270dc8d3438bbe080f0c2d436a12&name=default => generated 2925 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/726] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:36:58 2026] GET /v2.0/ports?device_id=a6111592-d75a-4f4d-8540-3f78a1fd8949 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/727] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:36:58 2026] DELETE /v2.0/security-groups/ffef05d2-0614-4e8a-9aac-5002851899b4 => 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: 377/728] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:36:58 2026] GET /v2.0/security-groups?id=05b3458b-1a25-4b24-b1ef-5ee536bd188c&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-27 02:36:59.118 8 INFO neutron.db.l3_hamode_db [None req-2c1aa295-9bf6-49d6-a553-8135640014bd 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 378/729] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:36:59 2026] GET /v2.0/ports?device_id=61d45bfc-65c6-407b-8ef1-52dea9e93acd => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/730] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:36:59 2026] GET /v2.0/security-groups?id=a65ba9f4-82e7-4afe-9946-0694c64e7b37&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/731] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:36:59 2026] GET /v2.0/ports?device_id=a6111592-d75a-4f4d-8540-3f78a1fd8949 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/732] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:37:00 2026] GET /v2.0/security-groups?id=05b3458b-1a25-4b24-b1ef-5ee536bd188c&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: 352/733] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:36:58 2026] POST /v2.0/routers => generated 729 bytes in 2126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/734] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:00 2026] GET /v2.0/ports?device_id=a6111592-d75a-4f4d-8540-3f78a1fd8949 => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:37:00.791 8 INFO neutron.db.l3_db [None req-0c1983f8-7c1f-4f3b-9854-38b74e68345b c7037f3776f24a86b0a7448aa446dcb0 207352bd43714e69a62fbcf0070d5a02 - - default default] Floating IP 5c030c72-c03b-4838-83a3-2f829b19a865 associated. External IP: 10.96.250.209, port: 4349fb4e-e7cb-48d9-a07e-58c5348a4740. [pid: 8|app: 0|req: 354/735] 10.0.0.86 () {34 vars in 748 bytes} [Mon Apr 27 02:37:00 2026] PUT /v2.0/floatingips/5c030c72-c03b-4838-83a3-2f829b19a865 => generated 856 bytes in 873 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:37:01.213 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ef1c5677-265c-45ff-9549-6617515920f9'] response: {'name': 'network-changed', 'server_uuid': 'a6111592-d75a-4f4d-8540-3f78a1fd8949', 'tag': '4349fb4e-e7cb-48d9-a07e-58c5348a4740', 'status': 'completed', 'code': 200} 2026-04-27 02:37:01.571 8 INFO neutron.db.segments_db [None req-ce819cf0-5459-4640-97b6-e4333fa865cc 951b57442c4c49049a9eec0a5a1e8aeb ae8cedc84af34548ac4032ee87ef2ef6 - - default default] Added segment c1987d8c-5b24-4d7d-9b42-76000e15292c of type vxlan for network 480521b8-ee4d-4d74-9872-09a05e2f08c1 [pid: 7|app: 0|req: 382/736] 10.0.0.86 () {34 vars in 782 bytes} [Mon Apr 27 02:37:00 2026] PUT /v2.0/routers/228e519b-158c-4705-aa79-7b4cf2077f17/add_router_interface => generated 309 bytes in 1423 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/737] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:01 2026] GET /v2.0/ports?device_id=61d45bfc-65c6-407b-8ef1-52dea9e93acd => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/738] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:37:01 2026] POST /v2.0/networks => generated 650 bytes in 496 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/739] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:01 2026] GET /v2.0/ports?device_id=a6111592-d75a-4f4d-8540-3f78a1fd8949 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/740] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:37:01 2026] GET /v2.0/security-groups?id=a65ba9f4-82e7-4afe-9946-0694c64e7b37&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/741] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:37:01 2026] GET /v2.0/security-groups?id=05b3458b-1a25-4b24-b1ef-5ee536bd188c&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: 358/742] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:37:01 2026] GET /v2.0/ports?tenant_id=207352bd43714e69a62fbcf0070d5a02&device_id=a6111592-d75a-4f4d-8540-3f78a1fd8949 => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/743] 199.204.45.72 () {34 vars in 985 bytes} [Mon Apr 27 02:37:01 2026] GET /v2.0/networks?id=1c6620d7-8bb5-4ec5-b271-69ab9bae1070 => generated 779 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/744] 199.204.45.72 () {34 vars in 1059 bytes} [Mon Apr 27 02:37:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=4349fb4e-e7cb-48d9-a07e-58c5348a4740 => generated 859 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/745] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:37:01 2026] POST /v2.0/subnets => generated 627 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/746] 199.204.45.72 () {34 vars in 983 bytes} [Mon Apr 27 02:37:01 2026] GET /v2.0/subnets?id=90284a59-59c3-4283-823a-0c61e82113db => generated 701 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:37:01.906 7 INFO neutron.db.segments_db [None req-24f5b02b-feff-49b1-b242-9e4ef2557816 951b57442c4c49049a9eec0a5a1e8aeb ae8cedc84af34548ac4032ee87ef2ef6 - - default default] Added segment b7ed6dea-d501-4a8a-96ab-16c7c437f019 of type vxlan for network 5badc2aa-c9fa-4327-8fa1-2c334d21f10b [pid: 8|app: 0|req: 362/747] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:37:01 2026] GET /v2.0/ports?network_id=1c6620d7-8bb5-4ec5-b271-69ab9bae1070&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/748] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:37:01 2026] GET /v2.0/networks/1c6620d7-8bb5-4ec5-b271-69ab9bae1070?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: 364/749] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:37:01 2026] GET /v2.0/networks/1c6620d7-8bb5-4ec5-b271-69ab9bae1070?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:37:02.111 7 INFO neutron.db.l3_hamode_db [None req-24f5b02b-feff-49b1-b242-9e4ef2557816 951b57442c4c49049a9eec0a5a1e8aeb ae8cedc84af34548ac4032ee87ef2ef6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 365/750] 10.0.0.86 () {34 vars in 684 bytes} [Mon Apr 27 02:37:02 2026] POST /v2.0/security-groups => generated 1661 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/751] 10.0.0.86 () {34 vars in 694 bytes} [Mon Apr 27 02:37:02 2026] POST /v2.0/security-group-rules => generated 597 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/752] 10.0.0.86 () {34 vars in 694 bytes} [Mon Apr 27 02:37:02 2026] POST /v2.0/security-group-rules => generated 602 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:37:02.940 7 INFO neutron.db.l3_hamode_db [None req-24f5b02b-feff-49b1-b242-9e4ef2557816 951b57442c4c49049a9eec0a5a1e8aeb ae8cedc84af34548ac4032ee87ef2ef6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 368/753] 10.0.0.86 () {34 vars in 675 bytes} [Mon Apr 27 02:37:02 2026] POST /v2.0/floatingips => generated 552 bytes in 873 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/754] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:03 2026] GET /v2.0/ports?device_id=61d45bfc-65c6-407b-8ef1-52dea9e93acd => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/755] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:37:03 2026] GET /v2.0/security-groups?id=a65ba9f4-82e7-4afe-9946-0694c64e7b37&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/756] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:03 2026] GET /v2.0/ports?device_id=61d45bfc-65c6-407b-8ef1-52dea9e93acd => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/757] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:37:01 2026] POST /v2.0/routers => generated 695 bytes in 1888 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:37:04.277 7 INFO neutron.db.l3_db [None req-5958d3b8-6510-4624-ab28-1d62f90e2235 568aed809a84488a9dddf795d45aa61b d063d3de820748b6bd614fa7c49b879a - - default default] Floating IP 10f52e26-00dc-4ae7-a644-6635efdc4edf associated. External IP: 10.96.250.215, port: 9131d62c-46d0-4e16-a2f5-87da380e1926. [pid: 7|app: 0|req: 387/758] 10.0.0.86 () {34 vars in 748 bytes} [Mon Apr 27 02:37:03 2026] PUT /v2.0/floatingips/10f52e26-00dc-4ae7-a644-6635efdc4edf => generated 856 bytes in 771 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/759] 10.0.0.110 () {34 vars in 1100 bytes} [Mon Apr 27 02:37:04 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1879372033&fields=id&tenant_id=abb2ebcf3de24a8fbdd825cdf9de2be6 => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/760] 10.0.0.110 () {34 vars in 982 bytes} [Mon Apr 27 02:37:04 2026] GET /v2.0/networks?id=05a6c3ba-a380-4ad7-8803-4f770e71072e => generated 674 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/761] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:04 2026] GET /v2.0/ports?device_id=61d45bfc-65c6-407b-8ef1-52dea9e93acd => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/762] 10.0.0.110 () {34 vars in 965 bytes} [Mon Apr 27 02:37:04 2026] GET /v2.0/quotas/abb2ebcf3de24a8fbdd825cdf9de2be6 => generated 292 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/763] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:37:04 2026] GET /v2.0/security-groups?id=a65ba9f4-82e7-4afe-9946-0694c64e7b37&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:37:04.764 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cef511fc-dbfa-443e-a4d8-ec856874c393'] response: {'name': 'network-changed', 'server_uuid': '61d45bfc-65c6-407b-8ef1-52dea9e93acd', 'tag': '9131d62c-46d0-4e16-a2f5-87da380e1926', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 393/764] 10.0.0.110 () {34 vars in 1002 bytes} [Mon Apr 27 02:37:04 2026] GET /v2.0/ports?tenant_id=abb2ebcf3de24a8fbdd825cdf9de2be6&fields=id => generated 103 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/765] 10.0.0.110 () {34 vars in 1008 bytes} [Mon Apr 27 02:37:04 2026] GET /v2.0/networks/05a6c3ba-a380-4ad7-8803-4f770e71072e?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: 395/766] 10.0.0.110 () {34 vars in 1108 bytes} [Mon Apr 27 02:37:04 2026] GET /v2.0/networks/05a6c3ba-a380-4ad7-8803-4f770e71072e?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: 396/767] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:05 2026] GET /v2.0/ports?device_id=4b0d97ea-b5e9-4f75-a72b-53c8cef60dba => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/768] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:05 2026] GET /v2.0/ports?device_id=61d45bfc-65c6-407b-8ef1-52dea9e93acd => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/769] 10.0.0.86 () {34 vars in 782 bytes} [Mon Apr 27 02:37:03 2026] PUT /v2.0/routers/d1405c55-6a76-4156-a81d-1d458bc5eeba/add_router_interface => generated 309 bytes in 1398 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/770] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:37:05 2026] GET /v2.0/security-groups?id=a65ba9f4-82e7-4afe-9946-0694c64e7b37&fields=id&fields=name => generated 114 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/771] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:37:05 2026] GET /v2.0/ports?tenant_id=d063d3de820748b6bd614fa7c49b879a&device_id=61d45bfc-65c6-407b-8ef1-52dea9e93acd => generated 1244 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/772] 199.204.45.72 () {34 vars in 985 bytes} [Mon Apr 27 02:37:05 2026] GET /v2.0/networks?id=780966ee-f3a9-484e-957c-0a3f5b2ad479 => generated 775 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/773] 199.204.45.72 () {34 vars in 1059 bytes} [Mon Apr 27 02:37:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=9131d62c-46d0-4e16-a2f5-87da380e1926 => generated 859 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/774] 199.204.45.72 () {34 vars in 983 bytes} [Mon Apr 27 02:37:05 2026] GET /v2.0/subnets?id=dd64573b-4748-4496-b9d4-068705c2528e => generated 697 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/775] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:37:05 2026] GET /v2.0/ports?network_id=780966ee-f3a9-484e-957c-0a3f5b2ad479&device_owner=network%3Adhcp => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/776] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:37:05 2026] GET /v2.0/networks/780966ee-f3a9-484e-957c-0a3f5b2ad479?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/777] 10.0.0.86 () {34 vars in 664 bytes} [Mon Apr 27 02:37:05 2026] POST /v2.0/ports => generated 957 bytes in 499 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: 405/778] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:37:05 2026] GET /v2.0/networks/780966ee-f3a9-484e-957c-0a3f5b2ad479?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/779] 10.0.0.86 () {34 vars in 664 bytes} [Mon Apr 27 02:37:05 2026] POST /v2.0/ports => generated 957 bytes in 347 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: 375/780] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:06 2026] GET /v2.0/ports?device_id=4b0d97ea-b5e9-4f75-a72b-53c8cef60dba => 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: 376/781] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:06 2026] GET /v2.0/ports?device_id=61d45bfc-65c6-407b-8ef1-52dea9e93acd => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/782] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:37:06 2026] GET /v2.0/security-groups?id=a65ba9f4-82e7-4afe-9946-0694c64e7b37&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:37:06.732 7 INFO neutron.db.l3_db [None req-c565887c-18cd-4e7a-9124-f25f2d8e1d03 951b57442c4c49049a9eec0a5a1e8aeb ae8cedc84af34548ac4032ee87ef2ef6 - - default default] Floating IP d3a85e22-18c4-40ed-804a-43e668efa071 associated. External IP: 10.96.250.218, port: 43637b75-4c60-4c90-b78e-f38a1343574c. [pid: 7|app: 0|req: 406/783] 10.0.0.86 () {34 vars in 676 bytes} [Mon Apr 27 02:37:06 2026] POST /v2.0/floatingips => generated 841 bytes in 995 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:37:07.157 8 INFO neutron.db.l3_db [None req-8e73e4ab-fae3-4554-8acf-c02e01634b35 951b57442c4c49049a9eec0a5a1e8aeb ae8cedc84af34548ac4032ee87ef2ef6 - - default default] Floating IP d3a85e22-18c4-40ed-804a-43e668efa071 disassociated. External IP: 10.96.250.218, port: 43637b75-4c60-4c90-b78e-f38a1343574c. [pid: 7|app: 0|req: 407/784] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:07 2026] GET /v2.0/ports?device_id=4b0d97ea-b5e9-4f75-a72b-53c8cef60dba => 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: 408/785] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:07 2026] GET /v2.0/ports?device_id=61d45bfc-65c6-407b-8ef1-52dea9e93acd => 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: 378/786] 10.0.0.86 () {34 vars in 748 bytes} [Mon Apr 27 02:37:07 2026] PUT /v2.0/floatingips/d3a85e22-18c4-40ed-804a-43e668efa071 => generated 552 bytes in 423 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/787] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:37:07 2026] GET /v2.0/security-groups?id=a65ba9f4-82e7-4afe-9946-0694c64e7b37&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:37:07.544 8 INFO neutron_taas.services.taas.taas_plugin [None req-348cb287-3d50-4090-be06-551b375f4df9 951b57442c4c49049a9eec0a5a1e8aeb ae8cedc84af34548ac4032ee87ef2ef6 - - default default] TaaS: Handle Delete Port: a313bca1-1c02-4dac-921b-aded58657425 2026-04-27 02:37:07.547 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-348cb287-3d50-4090-be06-551b375f4df9 951b57442c4c49049a9eec0a5a1e8aeb ae8cedc84af34548ac4032ee87ef2ef6 - - default default] Tap Mirror: Handle Delete Port: a313bca1-1c02-4dac-921b-aded58657425 [pid: 7|app: 0|req: 410/788] 199.204.45.72 () {34 vars in 993 bytes} [Mon Apr 27 02:37:07 2026] GET /v2.0/ports?device_id=61d45bfc-65c6-407b-8ef1-52dea9e93acd => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/789] 10.0.0.86 () {32 vars in 731 bytes} [Mon Apr 27 02:37:07 2026] DELETE /v2.0/floatingips/d3a85e22-18c4-40ed-804a-43e668efa071 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:37:07.869 7 INFO neutron_taas.services.taas.taas_plugin [req-6c46e443-7d0b-4bd2-8aca-09b19f78b17a req-b6164c7b-ef2f-4aea-8529-2db0beba5995 568aed809a84488a9dddf795d45aa61b d063d3de820748b6bd614fa7c49b879a - - default default] TaaS: Handle Delete Port: 9131d62c-46d0-4e16-a2f5-87da380e1926 2026-04-27 02:37:07.875 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6c46e443-7d0b-4bd2-8aca-09b19f78b17a req-b6164c7b-ef2f-4aea-8529-2db0beba5995 568aed809a84488a9dddf795d45aa61b d063d3de820748b6bd614fa7c49b879a - - default default] Tap Mirror: Handle Delete Port: 9131d62c-46d0-4e16-a2f5-87da380e1926 2026-04-27 02:37:08.043 7 INFO neutron.db.l3_db [req-6c46e443-7d0b-4bd2-8aca-09b19f78b17a req-b6164c7b-ef2f-4aea-8529-2db0beba5995 568aed809a84488a9dddf795d45aa61b d063d3de820748b6bd614fa7c49b879a - - default default] Floating IP 10f52e26-00dc-4ae7-a644-6635efdc4edf disassociated. External IP: 10.96.250.215, port: 9131d62c-46d0-4e16-a2f5-87da380e1926. 2026-04-27 02:37:08.419 8 INFO neutron.db.l3_db [None req-223eb793-cf05-4753-83c0-b0a07bf7bcb1 951b57442c4c49049a9eec0a5a1e8aeb ae8cedc84af34548ac4032ee87ef2ef6 - - default default] Floating IP dd2403b1-d456-412a-96ee-7ad6ae481d6f associated. External IP: 10.96.250.218, port: f2f4216e-cc45-4d36-a91b-bc267bef6454. [pid: 7|app: 0|req: 411/790] 199.204.45.72 () {36 vars in 996 bytes} [Mon Apr 27 02:37:07 2026] DELETE /v2.0/ports/9131d62c-46d0-4e16-a2f5-87da380e1926 => generated 0 bytes in 708 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/791] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:08 2026] GET /v2.0/ports?device_id=4b0d97ea-b5e9-4f75-a72b-53c8cef60dba => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:37:08.489 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4c8c3ac6-5892-4f1b-935c-873e8168b382'] response: {'server_uuid': '61d45bfc-65c6-407b-8ef1-52dea9e93acd', 'name': 'network-vif-deleted', 'tag': '9131d62c-46d0-4e16-a2f5-87da380e1926', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 415/794] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:08 2026] GET /v2.0/ports?device_id=61d45bfc-65c6-407b-8ef1-52dea9e93acd => 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: 380/795] 10.0.0.86 () {34 vars in 676 bytes} [Mon Apr 27 02:37:07 2026] POST /v2.0/floatingips => generated 841 bytes in 1021 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/796] 10.0.0.86 () {32 vars in 728 bytes} [Mon Apr 27 02:37:08 2026] GET /v2.0/floatingips/dd2403b1-d456-412a-96ee-7ad6ae481d6f => generated 841 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/797] 10.0.0.86 () {32 vars in 654 bytes} [Mon Apr 27 02:37:08 2026] GET /v2.0/floatingips => generated 844 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:37:09.247 7 INFO neutron.db.l3_db [None req-992dc462-de62-4663-87e8-4e586ffa9c02 951b57442c4c49049a9eec0a5a1e8aeb ae8cedc84af34548ac4032ee87ef2ef6 - - default default] Floating IP dd2403b1-d456-412a-96ee-7ad6ae481d6f associated. External IP: 10.96.250.218, port: f2f4216e-cc45-4d36-a91b-bc267bef6454. [pid: 8|app: 0|req: 382/798] 199.204.45.72 () {34 vars in 985 bytes} [Mon Apr 27 02:37:09 2026] GET /v2.0/networks?id=05a6c3ba-a380-4ad7-8803-4f770e71072e => generated 674 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/799] 199.204.45.72 () {34 vars in 1049 bytes} [Mon Apr 27 02:37:09 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=abb2ebcf3de24a8fbdd825cdf9de2be6 => generated 181 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/800] 199.204.45.72 () {38 vars in 954 bytes} [Mon Apr 27 02:37:09 2026] POST /v2.0/ports => generated 954 bytes in 420 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: 385/801] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:09 2026] GET /v2.0/ports?device_id=4b0d97ea-b5e9-4f75-a72b-53c8cef60dba => generated 957 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/802] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:09 2026] GET /v2.0/ports?device_id=61d45bfc-65c6-407b-8ef1-52dea9e93acd => 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: 417/803] 10.0.0.86 () {34 vars in 748 bytes} [Mon Apr 27 02:37:08 2026] PUT /v2.0/floatingips/dd2403b1-d456-412a-96ee-7ad6ae481d6f => generated 841 bytes in 1362 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/804] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:37:10 2026] GET /v2.0/security-groups?id=a64ca524-4593-4080-8777-75f3e9e2413b&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/805] 199.204.45.72 () {38 vars in 1027 bytes} [Mon Apr 27 02:37:09 2026] PUT /v2.0/ports/e2e7adc9-fca0-4723-a007-f385773e5d31 => generated 1235 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:37:10.412 7 INFO neutron.db.l3_db [None req-35a7cd52-dd20-4224-9352-a9509c516741 951b57442c4c49049a9eec0a5a1e8aeb ae8cedc84af34548ac4032ee87ef2ef6 - - default default] Floating IP dd2403b1-d456-412a-96ee-7ad6ae481d6f disassociated. External IP: 10.96.250.218, port: 43637b75-4c60-4c90-b78e-f38a1343574c. 2026-04-27 02:37:10.435 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f32159bc-38b8-4f72-9bd9-ce78952ee497'] response: {'name': 'network-changed', 'server_uuid': '4b0d97ea-b5e9-4f75-a72b-53c8cef60dba', 'tag': 'e2e7adc9-fca0-4723-a007-f385773e5d31', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 419/806] 10.0.0.86 () {34 vars in 748 bytes} [Mon Apr 27 02:37:10 2026] PUT /v2.0/floatingips/dd2403b1-d456-412a-96ee-7ad6ae481d6f => generated 552 bytes in 479 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-27 02:37:10.897 8 INFO neutron_taas.services.taas.taas_plugin [None req-a0ef1606-f54b-49dd-960e-ff3996fedab6 951b57442c4c49049a9eec0a5a1e8aeb ae8cedc84af34548ac4032ee87ef2ef6 - - default default] TaaS: Handle Delete Port: d9260c29-f363-4d62-b31e-e95c354b1074 2026-04-27 02:37:10.901 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0ef1606-f54b-49dd-960e-ff3996fedab6 951b57442c4c49049a9eec0a5a1e8aeb ae8cedc84af34548ac4032ee87ef2ef6 - - default default] Tap Mirror: Handle Delete Port: d9260c29-f363-4d62-b31e-e95c354b1074 [pid: 7|app: 0|req: 420/807] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:37:10 2026] GET /v2.0/ports?tenant_id=abb2ebcf3de24a8fbdd825cdf9de2be6&device_id=4b0d97ea-b5e9-4f75-a72b-53c8cef60dba => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/808] 199.204.45.72 () {34 vars in 1017 bytes} [Mon Apr 27 02:37:10 2026] GET /v2.0/networks?tenant_id=abb2ebcf3de24a8fbdd825cdf9de2be6&shared=False => generated 770 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/809] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:11 2026] GET /v2.0/ports?device_id=61d45bfc-65c6-407b-8ef1-52dea9e93acd => 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: 388/810] 10.0.0.86 () {32 vars in 731 bytes} [Mon Apr 27 02:37:10 2026] DELETE /v2.0/floatingips/dd2403b1-d456-412a-96ee-7ad6ae481d6f => generated 0 bytes in 310 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:37:11.122 8 INFO neutron.api.v2.resource [None req-21b5e39c-c8d1-4fd3-ba81-52cee1a07413 951b57442c4c49049a9eec0a5a1e8aeb ae8cedc84af34548ac4032ee87ef2ef6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 389/811] 10.0.0.86 () {32 vars in 731 bytes} [Mon Apr 27 02:37:11 2026] DELETE /v2.0/floatingips/dd2403b1-d456-412a-96ee-7ad6ae481d6f => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/812] 199.204.45.72 () {34 vars in 929 bytes} [Mon Apr 27 02:37:11 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:37:11.268 8 INFO neutron_taas.services.taas.taas_plugin [None req-c08d8c0f-51ff-45c0-b5d4-9cdd9f272973 951b57442c4c49049a9eec0a5a1e8aeb ae8cedc84af34548ac4032ee87ef2ef6 - - default default] TaaS: Handle Delete Port: 43637b75-4c60-4c90-b78e-f38a1343574c 2026-04-27 02:37:11.275 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c08d8c0f-51ff-45c0-b5d4-9cdd9f272973 951b57442c4c49049a9eec0a5a1e8aeb ae8cedc84af34548ac4032ee87ef2ef6 - - default default] Tap Mirror: Handle Delete Port: 43637b75-4c60-4c90-b78e-f38a1343574c [pid: 7|app: 0|req: 424/813] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:11 2026] GET /v2.0/ports?device_id=4b0d97ea-b5e9-4f75-a72b-53c8cef60dba => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/814] 10.0.0.86 () {32 vars in 719 bytes} [Mon Apr 27 02:37:11 2026] DELETE /v2.0/ports/43637b75-4c60-4c90-b78e-f38a1343574c => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/815] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:37:11 2026] GET /v2.0/security-groups?id=a64ca524-4593-4080-8777-75f3e9e2413b&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:37:11.557 8 INFO neutron_taas.services.taas.taas_plugin [None req-84375394-4d8b-4764-a891-80c9b939d7e7 951b57442c4c49049a9eec0a5a1e8aeb ae8cedc84af34548ac4032ee87ef2ef6 - - default default] TaaS: Handle Delete Port: f2f4216e-cc45-4d36-a91b-bc267bef6454 2026-04-27 02:37:11.560 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84375394-4d8b-4764-a891-80c9b939d7e7 951b57442c4c49049a9eec0a5a1e8aeb ae8cedc84af34548ac4032ee87ef2ef6 - - default default] Tap Mirror: Handle Delete Port: f2f4216e-cc45-4d36-a91b-bc267bef6454 [pid: 8|app: 0|req: 391/816] 10.0.0.86 () {32 vars in 719 bytes} [Mon Apr 27 02:37:11 2026] DELETE /v2.0/ports/f2f4216e-cc45-4d36-a91b-bc267bef6454 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/817] 10.0.0.86 () {32 vars in 735 bytes} [Mon Apr 27 02:37:11 2026] GET /v2.0/ports?device_id=d1405c55-6a76-4156-a81d-1d458bc5eeba => generated 958 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/818] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:12 2026] GET /v2.0/ports?device_id=61d45bfc-65c6-407b-8ef1-52dea9e93acd => 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: 428/819] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:37:12 2026] GET /v2.0/ports?tenant_id=abb2ebcf3de24a8fbdd825cdf9de2be6&device_id=4b0d97ea-b5e9-4f75-a72b-53c8cef60dba => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/820] 199.204.45.72 () {34 vars in 1057 bytes} [Mon Apr 27 02:37:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=e2e7adc9-fca0-4723-a007-f385773e5d31 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/821] 199.204.45.72 () {34 vars in 983 bytes} [Mon Apr 27 02:37:12 2026] GET /v2.0/subnets?id=a86cb657-5714-46ba-b249-9b2dc8a352df => generated 692 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/822] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:37:12 2026] GET /v2.0/ports?network_id=05a6c3ba-a380-4ad7-8803-4f770e71072e&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:37:12.278 8 INFO neutron_taas.services.taas.taas_plugin [None req-4a599107-3ca2-4ef3-b082-449f2718c1f8 951b57442c4c49049a9eec0a5a1e8aeb ae8cedc84af34548ac4032ee87ef2ef6 - - default default] TaaS: Handle Delete Port: d3b71d56-c06c-459c-9eb0-1447425f2a80 2026-04-27 02:37:12.281 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a599107-3ca2-4ef3-b082-449f2718c1f8 951b57442c4c49049a9eec0a5a1e8aeb ae8cedc84af34548ac4032ee87ef2ef6 - - default default] Tap Mirror: Handle Delete Port: d3b71d56-c06c-459c-9eb0-1447425f2a80 [pid: 7|app: 0|req: 432/823] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:37:12 2026] GET /v2.0/networks/05a6c3ba-a380-4ad7-8803-4f770e71072e?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/824] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:37:12 2026] GET /v2.0/networks/05a6c3ba-a380-4ad7-8803-4f770e71072e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/825] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:12 2026] GET /v2.0/ports?device_id=4b0d97ea-b5e9-4f75-a72b-53c8cef60dba => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/826] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:37:12 2026] GET /v2.0/security-groups?id=a64ca524-4593-4080-8777-75f3e9e2413b&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/827] 10.0.0.86 () {34 vars in 788 bytes} [Mon Apr 27 02:37:11 2026] PUT /v2.0/routers/d1405c55-6a76-4156-a81d-1d458bc5eeba/remove_router_interface => generated 309 bytes in 1018 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:37:13.031 7 INFO neutron_taas.services.taas.taas_plugin [None req-20651209-a5eb-447b-89f7-0bfa735ed15b 951b57442c4c49049a9eec0a5a1e8aeb ae8cedc84af34548ac4032ee87ef2ef6 - - default default] TaaS: Handle Delete Port: 9861deeb-4d8e-4abd-bd3c-d30192158995 2026-04-27 02:37:13.034 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20651209-a5eb-447b-89f7-0bfa735ed15b 951b57442c4c49049a9eec0a5a1e8aeb ae8cedc84af34548ac4032ee87ef2ef6 - - default default] Tap Mirror: Handle Delete Port: 9861deeb-4d8e-4abd-bd3c-d30192158995 2026-04-27 02:37:13.241 7 INFO neutron_taas.services.taas.taas_plugin [None req-20651209-a5eb-447b-89f7-0bfa735ed15b 951b57442c4c49049a9eec0a5a1e8aeb ae8cedc84af34548ac4032ee87ef2ef6 - - default default] TaaS: Handle Delete Port: dc42a6a0-2c75-41d3-b76b-70033abe7f53 2026-04-27 02:37:13.244 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20651209-a5eb-447b-89f7-0bfa735ed15b 951b57442c4c49049a9eec0a5a1e8aeb ae8cedc84af34548ac4032ee87ef2ef6 - - default default] Tap Mirror: Handle Delete Port: dc42a6a0-2c75-41d3-b76b-70033abe7f53 2026-04-27 02:37:13.303 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-20651209-a5eb-447b-89f7-0bfa735ed15b 951b57442c4c49049a9eec0a5a1e8aeb ae8cedc84af34548ac4032ee87ef2ef6 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 58, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 40, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 340, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2241, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 645, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 716, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 8|app: 0|req: 393/828] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:37:13 2026] DELETE /v2.0/security-groups/a65ba9f4-82e7-4afe-9946-0694c64e7b37 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:37:13.322 8 INFO neutron.api.v2.resource [None req-5e6dd33f-8111-4855-93f9-26dcb1db1cdf 568aed809a84488a9dddf795d45aa61b d063d3de820748b6bd614fa7c49b879a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 394/829] 10.0.0.86 () {32 vars in 736 bytes} [Mon Apr 27 02:37:13 2026] GET /v2.0/security-groups/a65ba9f4-82e7-4afe-9946-0694c64e7b37 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:37:13.432 8 INFO neutron_taas.services.taas.taas_plugin [None req-a541eb2e-839e-479c-a190-a20649d8e044 568aed809a84488a9dddf795d45aa61b d063d3de820748b6bd614fa7c49b879a - - default default] TaaS: Handle Delete Port: 41e8c448-377f-4ced-8d0c-88e3d942519d 2026-04-27 02:37:13.435 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a541eb2e-839e-479c-a190-a20649d8e044 568aed809a84488a9dddf795d45aa61b d063d3de820748b6bd614fa7c49b879a - - default default] Tap Mirror: Handle Delete Port: 41e8c448-377f-4ced-8d0c-88e3d942519d 2026-04-27 02:37:13.595 7 INFO neutron.services.segments.plugin [-] Segment b7ed6dea-d501-4a8a-96ab-16c7c437f019 resource provider aggregate not found [pid: 8|app: 0|req: 395/830] 10.0.0.86 () {32 vars in 731 bytes} [Mon Apr 27 02:37:13 2026] DELETE /v2.0/floatingips/10f52e26-00dc-4ae7-a644-6635efdc4edf => generated 0 bytes in 278 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:37:13.606 7 INFO neutron.services.segments.plugin [-] Segment b7ed6dea-d501-4a8a-96ab-16c7c437f019 resource provider aggregate not found 2026-04-27 02:37:13.619 7 INFO neutron.services.segments.plugin [-] Segment b7ed6dea-d501-4a8a-96ab-16c7c437f019 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7ed6dea-d501-4a8a-96ab-16c7c437f019 found for delete ", "request_id": "req-87787824-e2a2-43e7-a1b2-89c1f1f45e27"}]} 2026-04-27 02:37:13.620 7 INFO neutron.services.segments.plugin [-] Segment b7ed6dea-d501-4a8a-96ab-16c7c437f019 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7ed6dea-d501-4a8a-96ab-16c7c437f019 found for delete ", "request_id": "req-0419a9af-0de6-4500-a5c9-7bbf97537f3c"}]} 2026-04-27 02:37:13.645 7 INFO neutron.db.l3_hamode_db [None req-20651209-a5eb-447b-89f7-0bfa735ed15b 951b57442c4c49049a9eec0a5a1e8aeb ae8cedc84af34548ac4032ee87ef2ef6 - - default default] HA network 5badc2aa-c9fa-4327-8fa1-2c334d21f10b was deleted as no HA routers are present in tenant ae8cedc84af34548ac4032ee87ef2ef6. [pid: 7|app: 0|req: 436/831] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:37:12 2026] DELETE /v2.0/routers/d1405c55-6a76-4156-a81d-1d458bc5eeba => generated 0 bytes in 808 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/832] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:37:13 2026] DELETE /v2.0/subnets/5dcf7286-99b6-41d6-adb9-84be9b330ddc => 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: 438/833] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:13 2026] GET /v2.0/ports?device_id=4b0d97ea-b5e9-4f75-a72b-53c8cef60dba => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:37:13.938 8 INFO neutron_taas.services.taas.taas_plugin [None req-e1872744-13d2-412b-a224-0cb44404e80b 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: e2fd92c1-02f1-45e3-87a9-a8386b6cf5a3 2026-04-27 02:37:13.941 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1872744-13d2-412b-a224-0cb44404e80b 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: e2fd92c1-02f1-45e3-87a9-a8386b6cf5a3 [pid: 7|app: 0|req: 439/834] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:37:13 2026] DELETE /v2.0/networks/480521b8-ee4d-4d74-9872-09a05e2f08c1 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/835] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:37:13 2026] GET /v2.0/security-groups?id=a64ca524-4593-4080-8777-75f3e9e2413b&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/836] 10.0.0.86 () {34 vars in 788 bytes} [Mon Apr 27 02:37:13 2026] PUT /v2.0/routers/7b80403c-1f00-4f50-a338-d2a828d24e7e/remove_router_interface => generated 309 bytes in 859 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/837] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:37:14 2026] GET /v2.0/security-groups?tenant_id=ae8cedc84af34548ac4032ee87ef2ef6&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:37:14.648 8 INFO neutron_taas.services.taas.taas_plugin [None req-6b4693ef-d5a7-4022-9ca5-b7bcfd1d3261 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: 5ed6e88f-616c-4f1f-84ff-38bae83c195a 2026-04-27 02:37:14.652 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b4693ef-d5a7-4022-9ca5-b7bcfd1d3261 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: 5ed6e88f-616c-4f1f-84ff-38bae83c195a [pid: 7|app: 0|req: 442/838] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:37:14 2026] DELETE /v2.0/security-groups/ab66ad46-84d3-4e95-84ee-aac50830b1b2 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:37:14.875 8 INFO neutron_taas.services.taas.taas_plugin [None req-6b4693ef-d5a7-4022-9ca5-b7bcfd1d3261 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: bebdb4bf-f1cc-40e8-8c8d-f561c86b7c87 2026-04-27 02:37:14.878 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b4693ef-d5a7-4022-9ca5-b7bcfd1d3261 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: bebdb4bf-f1cc-40e8-8c8d-f561c86b7c87 [pid: 7|app: 0|req: 443/839] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:15 2026] GET /v2.0/ports?device_id=4b0d97ea-b5e9-4f75-a72b-53c8cef60dba => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/840] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:37:15 2026] GET /v2.0/security-groups?id=a64ca524-4593-4080-8777-75f3e9e2413b&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:37:15.235 8 INFO neutron.services.segments.plugin [-] Segment 4a89dedd-e404-407b-8e70-527bd0991ba5 resource provider aggregate not found 2026-04-27 02:37:15.241 8 INFO neutron.services.segments.plugin [-] Segment 4a89dedd-e404-407b-8e70-527bd0991ba5 resource provider aggregate not found 2026-04-27 02:37:15.255 8 INFO neutron.services.segments.plugin [-] Segment 4a89dedd-e404-407b-8e70-527bd0991ba5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a89dedd-e404-407b-8e70-527bd0991ba5 found for delete ", "request_id": "req-aa1eb240-8a1c-40d9-850f-84019a8a47c7"}]} 2026-04-27 02:37:15.260 8 INFO neutron.db.l3_hamode_db [None req-6b4693ef-d5a7-4022-9ca5-b7bcfd1d3261 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] HA network 6e8aa119-f069-4084-b5ee-4b109299f2ff was deleted as no HA routers are present in tenant d063d3de820748b6bd614fa7c49b879a. [pid: 8|app: 0|req: 397/841] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:37:14 2026] DELETE /v2.0/routers/7b80403c-1f00-4f50-a338-d2a828d24e7e => generated 0 bytes in 790 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:37:15.269 8 INFO neutron.services.segments.plugin [-] Segment 4a89dedd-e404-407b-8e70-527bd0991ba5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a89dedd-e404-407b-8e70-527bd0991ba5 found for delete ", "request_id": "req-c07a217a-bb83-42fe-bbc8-4eb51f038fc8"}]} [pid: 7|app: 0|req: 445/842] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:37:15 2026] DELETE /v2.0/subnets/dd64573b-4748-4496-b9d4-068705c2528e => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:37:15.546 8 INFO neutron_taas.services.taas.taas_plugin [None req-a3900de7-ba50-4670-9616-b433092ad62d 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: 0fd3570e-9813-4f70-b9ad-49d218a20e8e 2026-04-27 02:37:15.549 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3900de7-ba50-4670-9616-b433092ad62d 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: 0fd3570e-9813-4f70-b9ad-49d218a20e8e 2026-04-27 02:37:15.643 7 INFO neutron.services.segments.plugin [-] Segment c1987d8c-5b24-4d7d-9b42-76000e15292c resource provider aggregate not found 2026-04-27 02:37:15.649 7 INFO neutron.services.segments.plugin [-] Segment c1987d8c-5b24-4d7d-9b42-76000e15292c resource provider aggregate not found 2026-04-27 02:37:15.672 7 INFO neutron.services.segments.plugin [-] Segment c1987d8c-5b24-4d7d-9b42-76000e15292c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1987d8c-5b24-4d7d-9b42-76000e15292c found for delete ", "request_id": "req-d038faf5-986b-4c0c-9920-58eac5d125af"}]} 2026-04-27 02:37:15.672 7 INFO neutron.services.segments.plugin [-] Segment c1987d8c-5b24-4d7d-9b42-76000e15292c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1987d8c-5b24-4d7d-9b42-76000e15292c found for delete ", "request_id": "req-0dfc1a78-bcd4-4d59-86ce-bb3532931be0"}]} [pid: 8|app: 0|req: 398/843] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:37:15 2026] DELETE /v2.0/networks/780966ee-f3a9-484e-957c-0a3f5b2ad479 => generated 0 bytes in 353 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/844] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:37:15 2026] GET /v2.0/security-groups?tenant_id=d063d3de820748b6bd614fa7c49b879a&name=default => generated 2921 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/845] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:37:15 2026] DELETE /v2.0/security-groups/3f3727e2-5309-4494-ab32-4e812d75de27 => 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: 400/846] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:16 2026] GET /v2.0/ports?device_id=4b0d97ea-b5e9-4f75-a72b-53c8cef60dba => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/847] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:37:16 2026] GET /v2.0/security-groups?id=a64ca524-4593-4080-8777-75f3e9e2413b&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: 7|app: 0|req: 447/848] 10.0.0.183 () {34 vars in 990 bytes} [Mon Apr 27 02:37:16 2026] GET /v2.0/ports?device_id=a6111592-d75a-4f4d-8540-3f78a1fd8949 => generated 1244 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/849] 10.0.0.183 () {34 vars in 1040 bytes} [Mon Apr 27 02:37:16 2026] GET /v2.0/security-groups?id=05b3458b-1a25-4b24-b1ef-5ee536bd188c&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:37:16.689 7 INFO neutron.db.segments_db [None req-e0b929c8-b83c-4cf6-8bee-bd106a640ca4 5f4a932da16a4fadbd07548908fbec46 355acb7846d14fc7b0286e581af191ed - - default default] Added segment d674481c-e288-4901-bf53-d50d29d2e6fd of type vxlan for network b185afec-0d7e-4686-a6bd-64127cbad64a 2026-04-27 02:37:16.751 7 INFO neutron.db.segments_db [None req-e0b929c8-b83c-4cf6-8bee-bd106a640ca4 5f4a932da16a4fadbd07548908fbec46 355acb7846d14fc7b0286e581af191ed - - default default] Added segment 957639ab-d87f-4c10-8e52-8b4d7f045383 of type vxlan for network 0b049870-99ba-4dfa-9b8b-06f49cea25dd [pid: 7|app: 0|req: 448/850] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:37:16 2026] POST /v2.0/networks => generated 1246 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/851] 10.0.0.86 () {32 vars in 648 bytes} [Mon Apr 27 02:37:16 2026] GET /v2.0/networks => generated 1845 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/852] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:37:16 2026] DELETE /v2.0/networks/b185afec-0d7e-4686-a6bd-64127cbad64a => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/853] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:37:17 2026] DELETE /v2.0/networks/0b049870-99ba-4dfa-9b8b-06f49cea25dd => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/854] 10.0.0.86 () {32 vars in 648 bytes} [Mon Apr 27 02:37:17 2026] GET /v2.0/networks => generated 651 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:37:17.282 8 INFO neutron.services.segments.plugin [-] Segment fe037423-edb9-4f2c-820b-1f705c6b399f resource provider aggregate not found 2026-04-27 02:37:17.297 8 INFO neutron.services.segments.plugin [-] Segment fe037423-edb9-4f2c-820b-1f705c6b399f resource provider aggregate not found 2026-04-27 02:37:17.313 8 INFO neutron.services.segments.plugin [-] Segment fe037423-edb9-4f2c-820b-1f705c6b399f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe037423-edb9-4f2c-820b-1f705c6b399f found for delete ", "request_id": "req-e1f9982b-abe7-49e9-a625-6a7ac74580ff"}]} 2026-04-27 02:37:17.317 8 INFO neutron.services.segments.plugin [-] Segment fe037423-edb9-4f2c-820b-1f705c6b399f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe037423-edb9-4f2c-820b-1f705c6b399f found for delete ", "request_id": "req-b6a268f6-8666-4313-887c-ed415c03f4d3"}]} 2026-04-27 02:37:17.341 8 INFO neutron.services.segments.plugin [-] Segment 957639ab-d87f-4c10-8e52-8b4d7f045383 resource provider aggregate not found 2026-04-27 02:37:17.348 8 INFO neutron.services.segments.plugin [-] Segment 957639ab-d87f-4c10-8e52-8b4d7f045383 resource provider aggregate not found 2026-04-27 02:37:17.367 8 INFO neutron.db.segments_db [None req-d02eabcb-f9a3-4bc1-8936-e97a598a2f11 5f4a932da16a4fadbd07548908fbec46 355acb7846d14fc7b0286e581af191ed - - default default] Added segment eac47978-10c1-4c1f-b395-befc2e9873fa of type vxlan for network 5b12a5ba-a042-48e0-b52f-74b1fb2848a1 2026-04-27 02:37:17.368 8 INFO neutron.services.segments.plugin [-] Segment 957639ab-d87f-4c10-8e52-8b4d7f045383 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 957639ab-d87f-4c10-8e52-8b4d7f045383 found for delete ", "request_id": "req-3e4503bd-1da4-4232-beb3-88ff84fca2bb"}]} 2026-04-27 02:37:17.372 8 INFO neutron.services.segments.plugin [-] Segment 957639ab-d87f-4c10-8e52-8b4d7f045383 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 957639ab-d87f-4c10-8e52-8b4d7f045383 found for delete ", "request_id": "req-0f3308f7-e3b6-49fe-8904-1858779a0ef6"}]} [pid: 8|app: 0|req: 405/855] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:37:17 2026] POST /v2.0/networks => generated 654 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/856] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:17 2026] GET /v2.0/ports?device_id=4b0d97ea-b5e9-4f75-a72b-53c8cef60dba => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/857] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:37:17 2026] GET /v2.0/security-groups?id=a64ca524-4593-4080-8777-75f3e9e2413b&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:37:17.543 8 INFO neutron.db.segments_db [None req-97b51c49-20d4-482b-93a5-bc82b270e22c 5f4a932da16a4fadbd07548908fbec46 355acb7846d14fc7b0286e581af191ed - - default default] Added segment 1db988b0-28bc-4894-af0b-85e66d5f4386 of type vxlan for network 4683dda3-a933-48c3-bd1b-239a2d506e67 [pid: 7|app: 0|req: 453/858] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:17 2026] GET /v2.0/ports?device_id=4b0d97ea-b5e9-4f75-a72b-53c8cef60dba => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/859] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:37:17 2026] POST /v2.0/networks => generated 653 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:37:17.689 7 INFO neutron.services.segments.plugin [-] Segment d674481c-e288-4901-bf53-d50d29d2e6fd resource provider aggregate not found 2026-04-27 02:37:17.704 7 INFO neutron.services.segments.plugin [-] Segment d674481c-e288-4901-bf53-d50d29d2e6fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d674481c-e288-4901-bf53-d50d29d2e6fd found for delete ", "request_id": "req-35d0cf84-cca8-41b8-a1aa-a6821b9d1f90"}]} 2026-04-27 02:37:17.704 7 INFO neutron.services.segments.plugin [-] Segment d674481c-e288-4901-bf53-d50d29d2e6fd resource provider aggregate not found 2026-04-27 02:37:17.723 7 INFO neutron.services.segments.plugin [-] Segment d674481c-e288-4901-bf53-d50d29d2e6fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d674481c-e288-4901-bf53-d50d29d2e6fd found for delete ", "request_id": "req-362d4210-21db-43a5-a2c1-9e99f430ddfb"}]} 2026-04-27 02:37:18.072 7 INFO neutron.db.l3_db [None req-a3789d2c-193e-4050-86ad-3ab3da79dc89 88349094ae1545728e0d5a1fee05672f abb2ebcf3de24a8fbdd825cdf9de2be6 - - default default] Floating IP 9925fda5-9976-42ce-badc-3f6438a6f60e associated. External IP: 10.96.250.203, port: e2e7adc9-fca0-4723-a007-f385773e5d31. [pid: 8|app: 0|req: 407/860] 10.0.0.86 () {34 vars in 664 bytes} [Mon Apr 27 02:37:17 2026] POST /v2.0/ports => generated 1505 bytes in 545 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: 454/861] 10.0.0.86 () {34 vars in 748 bytes} [Mon Apr 27 02:37:17 2026] PUT /v2.0/floatingips/9925fda5-9976-42ce-badc-3f6438a6f60e => generated 855 bytes in 838 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:37:18.504 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e9d51a23-5ad9-4b4c-8403-231fe0ecef45'] response: {'name': 'network-changed', 'server_uuid': '4b0d97ea-b5e9-4f75-a72b-53c8cef60dba', 'tag': 'e2e7adc9-fca0-4723-a007-f385773e5d31', 'status': 'completed', 'code': 200} 2026-04-27 02:37:18.507 8 INFO neutron.db.segments_db [None req-d0b3166b-e2bb-4544-9ca2-b64f2ee6784b 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Added segment 8b6875c2-f380-4cdd-98cf-d939bfb47b4c of type vxlan for network dfe09fac-8a2a-4738-88a8-a4ca7ad7c366 [pid: 8|app: 0|req: 408/862] 10.0.0.86 () {34 vars in 670 bytes} [Mon Apr 27 02:37:18 2026] POST /v2.0/networks => generated 738 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/863] 10.0.0.86 () {32 vars in 642 bytes} [Mon Apr 27 02:37:18 2026] GET /v2.0/ports => generated 1505 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:37:18.771 7 INFO neutron_taas.services.taas.taas_plugin [None req-ee8397af-c8b0-43ea-b181-56ff79d150df 5f4a932da16a4fadbd07548908fbec46 355acb7846d14fc7b0286e581af191ed - - default default] TaaS: Handle Delete Port: 3f025d5c-4e2d-489d-8f24-c949d2e4711c 2026-04-27 02:37:18.774 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee8397af-c8b0-43ea-b181-56ff79d150df 5f4a932da16a4fadbd07548908fbec46 355acb7846d14fc7b0286e581af191ed - - default default] Tap Mirror: Handle Delete Port: 3f025d5c-4e2d-489d-8f24-c949d2e4711c [pid: 8|app: 0|req: 409/864] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:37:18 2026] POST /v2.0/subnets => generated 685 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/865] 10.0.0.86 () {32 vars in 719 bytes} [Mon Apr 27 02:37:18 2026] DELETE /v2.0/ports/3f025d5c-4e2d-489d-8f24-c949d2e4711c => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:37:18.880 8 INFO neutron.db.segments_db [None req-e77bd54d-0e19-4a96-9c22-8ed2f2e0d8be 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Added segment 57b04aab-07e1-46d5-a621-0ac1288a57f3 of type vxlan for network 0bac986e-56eb-4a06-91b2-6ace0bdcfea2 2026-04-27 02:37:19.000 7 INFO neutron_taas.services.taas.taas_plugin [None req-a6d0101c-b310-4a1a-9631-50a55bfd0b97 5f4a932da16a4fadbd07548908fbec46 355acb7846d14fc7b0286e581af191ed - - default default] TaaS: Handle Delete Port: 9264490d-83ee-4598-b604-449d5cf059e0 2026-04-27 02:37:19.008 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a6d0101c-b310-4a1a-9631-50a55bfd0b97 5f4a932da16a4fadbd07548908fbec46 355acb7846d14fc7b0286e581af191ed - - default default] Tap Mirror: Handle Delete Port: 9264490d-83ee-4598-b604-449d5cf059e0 2026-04-27 02:37:19.075 8 INFO neutron.db.l3_hamode_db [None req-e77bd54d-0e19-4a96-9c22-8ed2f2e0d8be 1604507262464de281a63f54f105dbc2 2a286152c1ad48dd98ad1d528a4cd621 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 457/866] 10.0.0.86 () {32 vars in 719 bytes} [Mon Apr 27 02:37:18 2026] DELETE /v2.0/ports/9264490d-83ee-4598-b604-449d5cf059e0 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/867] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:37:19 2026] GET /v2.0/ports?tenant_id=abb2ebcf3de24a8fbdd825cdf9de2be6&device_id=4b0d97ea-b5e9-4f75-a72b-53c8cef60dba => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/868] 10.0.0.86 () {32 vars in 642 bytes} [Mon Apr 27 02:37:19 2026] GET /v2.0/ports => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/869] 199.204.45.72 () {34 vars in 985 bytes} [Mon Apr 27 02:37:19 2026] GET /v2.0/networks?id=05a6c3ba-a380-4ad7-8803-4f770e71072e => generated 770 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:37:19.276 7 INFO neutron.db.segments_db [None req-d6dc94c3-2dea-4d37-95b3-0268c8b7c2cf 5f4a932da16a4fadbd07548908fbec46 355acb7846d14fc7b0286e581af191ed - - default default] Added segment 3e1c8ea0-82ce-49f4-8485-79c018b0ad5e of type vxlan for network 54b96674-16cd-481f-81fe-674d707ac87c [pid: 7|app: 0|req: 461/870] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:37:19 2026] POST /v2.0/networks => generated 654 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/871] 199.204.45.72 () {34 vars in 1057 bytes} [Mon Apr 27 02:37:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=e2e7adc9-fca0-4723-a007-f385773e5d31 => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:37:19.462 7 INFO neutron.db.segments_db [None req-3f7a5556-adad-4022-81a3-82de49d2f8a5 5f4a932da16a4fadbd07548908fbec46 355acb7846d14fc7b0286e581af191ed - - default default] Added segment 471c9fdd-bdc6-4e2a-81b9-92a031acbedc of type vxlan for network a60dc8a6-b334-4139-a6e0-cc3f54ecfb80 [pid: 7|app: 0|req: 463/872] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:37:19 2026] POST /v2.0/networks => generated 652 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/873] 199.204.45.72 () {34 vars in 983 bytes} [Mon Apr 27 02:37:19 2026] GET /v2.0/subnets?id=a86cb657-5714-46ba-b249-9b2dc8a352df => generated 692 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/874] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:37:19 2026] GET /v2.0/ports?network_id=05a6c3ba-a380-4ad7-8803-4f770e71072e&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/875] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:37:19 2026] GET /v2.0/networks/05a6c3ba-a380-4ad7-8803-4f770e71072e?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/876] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:37:19 2026] GET /v2.0/networks/05a6c3ba-a380-4ad7-8803-4f770e71072e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:37:19.726 8 INFO neutron.db.l3_hamode_db [None req-e77bd54d-0e19-4a96-9c22-8ed2f2e0d8be 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 468/877] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:37:20 2026] POST /v2.0/subnets => generated 1324 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/878] 10.0.0.86 () {32 vars in 646 bytes} [Mon Apr 27 02:37:20 2026] GET /v2.0/subnets => generated 1960 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/879] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:37:20 2026] DELETE /v2.0/subnets/63d8f1cc-4f5f-4ed0-baef-873032d6ef6b => generated 0 bytes in 94 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/880] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:37:20 2026] DELETE /v2.0/subnets/c6f69a84-5455-4e48-b788-2dfdb7579b07 => 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: 472/881] 10.0.0.86 () {32 vars in 646 bytes} [Mon Apr 27 02:37:20 2026] GET /v2.0/subnets => generated 649 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:37:20.818 7 INFO neutron.services.segments.plugin [-] Segment 471c9fdd-bdc6-4e2a-81b9-92a031acbedc resource provider aggregate not found [pid: 7|app: 0|req: 473/882] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:37:20 2026] DELETE /v2.0/networks/a60dc8a6-b334-4139-a6e0-cc3f54ecfb80 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:37:20.838 7 INFO neutron.services.segments.plugin [-] Segment 471c9fdd-bdc6-4e2a-81b9-92a031acbedc resource provider aggregate not found 2026-04-27 02:37:20.842 7 INFO neutron.services.segments.plugin [-] Segment 471c9fdd-bdc6-4e2a-81b9-92a031acbedc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 471c9fdd-bdc6-4e2a-81b9-92a031acbedc found for delete ", "request_id": "req-307bd045-c515-49f1-ac0a-587651e40bcc"}]} 2026-04-27 02:37:20.861 7 INFO neutron.services.segments.plugin [-] Segment 471c9fdd-bdc6-4e2a-81b9-92a031acbedc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 471c9fdd-bdc6-4e2a-81b9-92a031acbedc found for delete ", "request_id": "req-c563b144-3013-401b-88c4-987a380a6df7"}]} [pid: 7|app: 0|req: 474/883] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:37:20 2026] DELETE /v2.0/networks/54b96674-16cd-481f-81fe-674d707ac87c => generated 0 bytes in 97 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/884] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:37:18 2026] POST /v2.0/routers => generated 725 bytes in 2114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/885] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:37:20 2026] DELETE /v2.0/networks/4683dda3-a933-48c3-bd1b-239a2d506e67 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/886] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:37:21 2026] DELETE /v2.0/networks/5b12a5ba-a042-48e0-b52f-74b1fb2848a1 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/887] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:37:21 2026] GET /v2.0/security-groups?tenant_id=355acb7846d14fc7b0286e581af191ed&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/888] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:37:21 2026] DELETE /v2.0/security-groups/8dc35385-592b-4400-9442-6c168b0fa4d6 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/889] 10.0.0.86 () {34 vars in 782 bytes} [Mon Apr 27 02:37:20 2026] PUT /v2.0/routers/b9317a11-f5ee-4f41-9e7d-a5d278a53d59/add_router_interface => generated 309 bytes in 1078 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/890] 10.0.0.86 () {34 vars in 684 bytes} [Mon Apr 27 02:37:22 2026] POST /v2.0/security-groups => generated 1659 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-27 02:37:22.862 7 INFO neutron.services.segments.plugin [-] Segment 3e1c8ea0-82ce-49f4-8485-79c018b0ad5e resource provider aggregate not found [pid: 8|app: 0|req: 412/891] 10.0.0.86 () {34 vars in 694 bytes} [Mon Apr 27 02:37:22 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) 2026-04-27 02:37:22.883 7 INFO neutron.services.segments.plugin [-] Segment 3e1c8ea0-82ce-49f4-8485-79c018b0ad5e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e1c8ea0-82ce-49f4-8485-79c018b0ad5e found for delete ", "request_id": "req-c26e6c05-2270-4c33-bc8d-67929ae32b35"}]} 2026-04-27 02:37:22.889 7 INFO neutron.services.segments.plugin [-] Segment 3e1c8ea0-82ce-49f4-8485-79c018b0ad5e resource provider aggregate not found 2026-04-27 02:37:22.912 7 INFO neutron.services.segments.plugin [-] Segment 1db988b0-28bc-4894-af0b-85e66d5f4386 resource provider aggregate not found 2026-04-27 02:37:22.912 7 INFO neutron.services.segments.plugin [-] Segment 3e1c8ea0-82ce-49f4-8485-79c018b0ad5e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e1c8ea0-82ce-49f4-8485-79c018b0ad5e found for delete ", "request_id": "req-ab1022f7-d25e-4e25-9291-00321324797f"}]} 2026-04-27 02:37:22.932 7 INFO neutron.services.segments.plugin [-] Segment 1db988b0-28bc-4894-af0b-85e66d5f4386 resource provider aggregate not found 2026-04-27 02:37:22.935 7 INFO neutron.services.segments.plugin [-] Segment 1db988b0-28bc-4894-af0b-85e66d5f4386 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1db988b0-28bc-4894-af0b-85e66d5f4386 found for delete ", "request_id": "req-eb7e2b5c-7a53-45a4-97fa-2fea2c0d7e70"}]} 2026-04-27 02:37:22.954 7 INFO neutron.services.segments.plugin [-] Segment 1db988b0-28bc-4894-af0b-85e66d5f4386 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1db988b0-28bc-4894-af0b-85e66d5f4386 found for delete ", "request_id": "req-dc18057a-a8c6-4338-9805-5cce749cd141"}]} 2026-04-27 02:37:22.959 7 INFO neutron.services.segments.plugin [-] Segment eac47978-10c1-4c1f-b395-befc2e9873fa resource provider aggregate not found 2026-04-27 02:37:22.982 7 INFO neutron.services.segments.plugin [-] Segment eac47978-10c1-4c1f-b395-befc2e9873fa resource provider aggregate not found 2026-04-27 02:37:22.983 7 INFO neutron.services.segments.plugin [-] Segment eac47978-10c1-4c1f-b395-befc2e9873fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eac47978-10c1-4c1f-b395-befc2e9873fa found for delete ", "request_id": "req-233584f5-e371-49f9-bbc4-bb9872bcec42"}]} 2026-04-27 02:37:22.999 7 INFO neutron.services.segments.plugin [-] Segment eac47978-10c1-4c1f-b395-befc2e9873fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eac47978-10c1-4c1f-b395-befc2e9873fa found for delete ", "request_id": "req-c3cc1f1f-284f-4ead-beb6-590e063b7d33"}]} [pid: 7|app: 0|req: 480/892] 10.0.0.86 () {34 vars in 694 bytes} [Mon Apr 27 02:37:22 2026] POST /v2.0/security-group-rules => generated 602 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/895] 10.0.0.86 () {34 vars in 675 bytes} [Mon Apr 27 02:37:23 2026] POST /v2.0/floatingips => generated 552 bytes in 514 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:37:24.010 7 INFO neutron.db.segments_db [None req-ee86a9f2-0986-4c19-9bb2-76b63d4249a8 e5e5d7abc2c5495883a78cc6f905e149 b73179fdb64d4cd29e5b605ad79fa3c8 - - default default] Added segment 2a8b0da5-5b66-4706-8d44-845407da524e of type vxlan for network dc8edf6b-6dd3-463c-9597-b38593d5e661 [pid: 8|app: 0|req: 414/896] 10.0.0.110 () {34 vars in 1098 bytes} [Mon Apr 27 02:37:23 2026] GET /v2.0/security-groups?name=tempest-securitygroup--144143873&fields=id&tenant_id=2a286152c1ad48dd98ad1d528a4cd621 => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/897] 10.0.0.110 () {34 vars in 982 bytes} [Mon Apr 27 02:37:24 2026] GET /v2.0/networks?id=dfe09fac-8a2a-4738-88a8-a4ca7ad7c366 => generated 670 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:37:24.063 7 INFO neutron.db.segments_db [None req-ee86a9f2-0986-4c19-9bb2-76b63d4249a8 e5e5d7abc2c5495883a78cc6f905e149 b73179fdb64d4cd29e5b605ad79fa3c8 - - default default] Added segment 8826b3ab-119a-4ec2-bd77-d523555cec0d of type vxlan for network 428d7d46-9670-4366-927f-cd547ee1446c [pid: 8|app: 0|req: 416/898] 10.0.0.110 () {34 vars in 965 bytes} [Mon Apr 27 02:37:24 2026] GET /v2.0/quotas/2a286152c1ad48dd98ad1d528a4cd621 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/899] 10.0.0.110 () {34 vars in 1002 bytes} [Mon Apr 27 02:37:24 2026] GET /v2.0/ports?tenant_id=2a286152c1ad48dd98ad1d528a4cd621&fields=id => generated 103 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/900] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:37:23 2026] POST /v2.0/networks => generated 1244 bytes in 484 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/901] 10.0.0.110 () {34 vars in 1008 bytes} [Mon Apr 27 02:37:24 2026] GET /v2.0/networks/dfe09fac-8a2a-4738-88a8-a4ca7ad7c366?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: 484/902] 10.0.0.86 () {32 vars in 648 bytes} [Mon Apr 27 02:37:24 2026] GET /v2.0/networks => generated 1843 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/903] 10.0.0.110 () {34 vars in 1108 bytes} [Mon Apr 27 02:37:24 2026] GET /v2.0/networks/dfe09fac-8a2a-4738-88a8-a4ca7ad7c366?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: 485/904] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:37:24 2026] DELETE /v2.0/networks/dc8edf6b-6dd3-463c-9597-b38593d5e661 => 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: 486/905] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:24 2026] GET /v2.0/ports?device_id=66427f61-3e10-43b5-bcbf-bcfd912edc4b => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:37:24.478 8 INFO neutron.services.segments.plugin [-] Segment 8826b3ab-119a-4ec2-bd77-d523555cec0d resource provider aggregate not found 2026-04-27 02:37:24.491 8 INFO neutron.services.segments.plugin [-] Segment 8826b3ab-119a-4ec2-bd77-d523555cec0d resource provider aggregate not found [pid: 8|app: 0|req: 420/906] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:37:24 2026] DELETE /v2.0/networks/428d7d46-9670-4366-927f-cd547ee1446c => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:37:24.508 8 INFO neutron.services.segments.plugin [-] Segment 8826b3ab-119a-4ec2-bd77-d523555cec0d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8826b3ab-119a-4ec2-bd77-d523555cec0d found for delete ", "request_id": "req-7e9671d8-e01b-48b9-92f2-70fb814d3a03"}]} 2026-04-27 02:37:24.517 8 INFO neutron.services.segments.plugin [-] Segment 8826b3ab-119a-4ec2-bd77-d523555cec0d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8826b3ab-119a-4ec2-bd77-d523555cec0d found for delete ", "request_id": "req-919079f2-09e9-4dbc-a0fa-b7052f99f2a6"}]} [pid: 7|app: 0|req: 487/907] 10.0.0.86 () {32 vars in 648 bytes} [Mon Apr 27 02:37:24 2026] GET /v2.0/networks => generated 651 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:37:24.644 8 INFO neutron.db.segments_db [None req-d4200eb3-a34e-4815-96bb-331425d5ea3b e5e5d7abc2c5495883a78cc6f905e149 b73179fdb64d4cd29e5b605ad79fa3c8 - - default default] Added segment 2cb379af-6261-493d-904d-f525c507c45d of type vxlan for network c307d9d7-5821-47ae-9d1b-44b169e6d07d [pid: 8|app: 0|req: 421/908] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:37:24 2026] POST /v2.0/networks => generated 649 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:37:24.798 7 INFO neutron.db.segments_db [None req-e24e08d4-2f7f-43de-afc6-8f2760839455 e5e5d7abc2c5495883a78cc6f905e149 b73179fdb64d4cd29e5b605ad79fa3c8 - - default default] Added segment 2ac388b7-70c2-4643-9392-fe99f65769aa of type vxlan for network ad825859-0116-4346-a67a-ef9f2d2884e8 [pid: 7|app: 0|req: 488/909] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:37:24 2026] POST /v2.0/networks => generated 650 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:37:25.005 7 INFO neutron.services.segments.plugin [-] Segment 2a8b0da5-5b66-4706-8d44-845407da524e resource provider aggregate not found 2026-04-27 02:37:25.023 7 INFO neutron.services.segments.plugin [-] Segment 2a8b0da5-5b66-4706-8d44-845407da524e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a8b0da5-5b66-4706-8d44-845407da524e found for delete ", "request_id": "req-b307825f-5234-4669-9bd8-6735204abfb9"}]} 2026-04-27 02:37:25.034 7 INFO neutron.services.segments.plugin [-] Segment 2a8b0da5-5b66-4706-8d44-845407da524e resource provider aggregate not found 2026-04-27 02:37:25.053 7 INFO neutron.services.segments.plugin [-] Segment 2a8b0da5-5b66-4706-8d44-845407da524e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a8b0da5-5b66-4706-8d44-845407da524e found for delete ", "request_id": "req-1a0ef03d-7590-417d-b2d7-a6f7a8dbcf72"}]} [pid: 7|app: 0|req: 489/910] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:25 2026] GET /v2.0/ports?device_id=66427f61-3e10-43b5-bcbf-bcfd912edc4b => 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: 422/911] 10.0.0.86 () {34 vars in 664 bytes} [Mon Apr 27 02:37:24 2026] POST /v2.0/ports => generated 1506 bytes in 614 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/912] 10.0.0.86 () {32 vars in 642 bytes} [Mon Apr 27 02:37:25 2026] GET /v2.0/ports => generated 1506 bytes in 127 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-27 02:37:25.728 8 INFO neutron_taas.services.taas.taas_plugin [None req-a6bf9df7-5a30-4f5e-9d71-2d0922b4a089 e5e5d7abc2c5495883a78cc6f905e149 b73179fdb64d4cd29e5b605ad79fa3c8 - - default default] TaaS: Handle Delete Port: 80d1cf3f-75b2-4d51-ae0c-c0ff21e3642c 2026-04-27 02:37:25.731 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a6bf9df7-5a30-4f5e-9d71-2d0922b4a089 e5e5d7abc2c5495883a78cc6f905e149 b73179fdb64d4cd29e5b605ad79fa3c8 - - default default] Tap Mirror: Handle Delete Port: 80d1cf3f-75b2-4d51-ae0c-c0ff21e3642c [pid: 8|app: 0|req: 423/913] 10.0.0.86 () {32 vars in 719 bytes} [Mon Apr 27 02:37:25 2026] DELETE /v2.0/ports/80d1cf3f-75b2-4d51-ae0c-c0ff21e3642c => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:37:25.924 7 INFO neutron_taas.services.taas.taas_plugin [None req-6a032b68-1d98-47a6-8aa6-d2eb16102e8a e5e5d7abc2c5495883a78cc6f905e149 b73179fdb64d4cd29e5b605ad79fa3c8 - - default default] TaaS: Handle Delete Port: 9a486118-c567-445c-bf1f-58271269d322 2026-04-27 02:37:25.926 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a032b68-1d98-47a6-8aa6-d2eb16102e8a e5e5d7abc2c5495883a78cc6f905e149 b73179fdb64d4cd29e5b605ad79fa3c8 - - default default] Tap Mirror: Handle Delete Port: 9a486118-c567-445c-bf1f-58271269d322 [pid: 7|app: 0|req: 491/914] 10.0.0.86 () {32 vars in 719 bytes} [Mon Apr 27 02:37:25 2026] DELETE /v2.0/ports/9a486118-c567-445c-bf1f-58271269d322 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/915] 10.0.0.86 () {32 vars in 642 bytes} [Mon Apr 27 02:37:25 2026] GET /v2.0/ports => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:37:26.080 7 INFO neutron.db.segments_db [None req-a80f3012-922b-4f97-a450-376dad00dfbb e5e5d7abc2c5495883a78cc6f905e149 b73179fdb64d4cd29e5b605ad79fa3c8 - - default default] Added segment a143dee9-a10f-413d-b70f-4c029f9907ee of type vxlan for network 46b87f82-6335-4d77-8123-5369edafdd2f [pid: 7|app: 0|req: 492/916] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:37:26 2026] POST /v2.0/networks => generated 649 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:37:26.230 8 INFO neutron.db.segments_db [None req-be5e543d-94d4-4d80-aa6a-9203f1be1c62 e5e5d7abc2c5495883a78cc6f905e149 b73179fdb64d4cd29e5b605ad79fa3c8 - - default default] Added segment a266b987-ecb3-40f1-82ab-edb64ff0d985 of type vxlan for network 19c3f69c-a128-4c88-a915-bc6a32cd6dd5 [pid: 8|app: 0|req: 425/917] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:37:26 2026] POST /v2.0/networks => generated 649 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/918] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:26 2026] GET /v2.0/ports?device_id=66427f61-3e10-43b5-bcbf-bcfd912edc4b => 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: 493/919] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:37:26 2026] POST /v2.0/subnets => generated 1274 bytes in 418 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/920] 10.0.0.86 () {32 vars in 646 bytes} [Mon Apr 27 02:37:26 2026] GET /v2.0/subnets => generated 1910 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/921] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:37:26 2026] DELETE /v2.0/subnets/731c8c83-fd9a-48f2-b027-0563e47b5de4 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/922] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:37:26 2026] DELETE /v2.0/subnets/b0a74d98-f966-4e56-8fcc-0e18e30fe60c => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/923] 10.0.0.86 () {32 vars in 646 bytes} [Mon Apr 27 02:37:27 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: 8|app: 0|req: 429/924] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:27 2026] GET /v2.0/ports?device_id=a6111592-d75a-4f4d-8540-3f78a1fd8949 => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:37:27.236 7 INFO neutron.services.segments.plugin [-] Segment a266b987-ecb3-40f1-82ab-edb64ff0d985 resource provider aggregate not found 2026-04-27 02:37:27.242 7 INFO neutron.services.segments.plugin [-] Segment a266b987-ecb3-40f1-82ab-edb64ff0d985 resource provider aggregate not found 2026-04-27 02:37:27.258 7 INFO neutron.services.segments.plugin [-] Segment a266b987-ecb3-40f1-82ab-edb64ff0d985 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a266b987-ecb3-40f1-82ab-edb64ff0d985 found for delete ", "request_id": "req-54799653-5d9c-4a73-8236-ea6722277049"}]} [pid: 8|app: 0|req: 430/925] 10.0.0.110 () {34 vars in 971 bytes} [Mon Apr 27 02:37:27 2026] GET /v2.0/ports/4349fb4e-e7cb-48d9-a07e-58c5348a4740 => generated 972 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:37:27.262 7 INFO neutron.services.segments.plugin [-] Segment a266b987-ecb3-40f1-82ab-edb64ff0d985 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a266b987-ecb3-40f1-82ab-edb64ff0d985 found for delete ", "request_id": "req-ad9cc07c-521f-4a39-b32c-0c5d159198ec"}]} [pid: 7|app: 0|req: 496/926] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:37:27 2026] DELETE /v2.0/networks/19c3f69c-a128-4c88-a915-bc6a32cd6dd5 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:37:27.407 8 INFO neutron.services.segments.plugin [-] Segment a143dee9-a10f-413d-b70f-4c029f9907ee resource provider aggregate not found 2026-04-27 02:37:27.410 8 INFO neutron.services.segments.plugin [-] Segment a143dee9-a10f-413d-b70f-4c029f9907ee resource provider aggregate not found 2026-04-27 02:37:27.430 8 INFO neutron.services.segments.plugin [-] Segment a143dee9-a10f-413d-b70f-4c029f9907ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a143dee9-a10f-413d-b70f-4c029f9907ee found for delete ", "request_id": "req-2291d3bc-80ee-47e5-8182-0ef83ae5f1cd"}]} 2026-04-27 02:37:27.430 8 INFO neutron.services.segments.plugin [-] Segment a143dee9-a10f-413d-b70f-4c029f9907ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a143dee9-a10f-413d-b70f-4c029f9907ee found for delete ", "request_id": "req-7766fbe7-d4fc-4d63-b313-d81b4b117113"}]} [pid: 8|app: 0|req: 431/927] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:37:27 2026] DELETE /v2.0/networks/46b87f82-6335-4d77-8123-5369edafdd2f => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/928] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:37:27 2026] DELETE /v2.0/networks/ad825859-0116-4346-a67a-ef9f2d2884e8 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/929] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:27 2026] GET /v2.0/ports?device_id=66427f61-3e10-43b5-bcbf-bcfd912edc4b => 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: 432/930] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:37:27 2026] DELETE /v2.0/networks/c307d9d7-5821-47ae-9d1b-44b169e6d07d => 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: 499/931] 199.204.45.72 () {34 vars in 999 bytes} [Mon Apr 27 02:37:27 2026] GET /v2.0/subnets?network_id=1c6620d7-8bb5-4ec5-b271-69ab9bae1070 => generated 683 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/932] 199.204.45.72 () {34 vars in 1145 bytes} [Mon Apr 27 02:37:27 2026] GET /v2.0/ports?device_id=a6111592-d75a-4f4d-8540-3f78a1fd8949&device_owner=compute%3Anova&network_id=1c6620d7-8bb5-4ec5-b271-69ab9bae1070 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/933] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:37:28 2026] GET /v2.0/security-groups?tenant_id=b73179fdb64d4cd29e5b605ad79fa3c8&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/934] 199.204.45.72 () {38 vars in 1027 bytes} [Mon Apr 27 02:37:27 2026] PUT /v2.0/ports/4349fb4e-e7cb-48d9-a07e-58c5348a4740 => generated 1149 bytes in 382 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:37:28.382 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8234de96-f05c-4665-87f2-0b67a05f2851'] response: {'name': 'network-changed', 'server_uuid': 'a6111592-d75a-4f4d-8540-3f78a1fd8949', 'tag': '4349fb4e-e7cb-48d9-a07e-58c5348a4740', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 435/935] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:37:28 2026] DELETE /v2.0/security-groups/f9d746ae-3cb9-476b-ab98-bd42f4125016 => generated 0 bytes in 115 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: 501/936] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:28 2026] GET /v2.0/ports?device_id=66427f61-3e10-43b5-bcbf-bcfd912edc4b => 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: 436/937] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:37:28 2026] GET /v2.0/ports?tenant_id=207352bd43714e69a62fbcf0070d5a02&device_id=a6111592-d75a-4f4d-8540-3f78a1fd8949 => generated 1421 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/938] 199.204.45.72 () {34 vars in 985 bytes} [Mon Apr 27 02:37:28 2026] GET /v2.0/networks?id=1c6620d7-8bb5-4ec5-b271-69ab9bae1070 => generated 779 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/939] 199.204.45.72 () {34 vars in 985 bytes} [Mon Apr 27 02:37:28 2026] GET /v2.0/networks?id=dfe09fac-8a2a-4738-88a8-a4ca7ad7c366 => generated 670 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/940] 10.0.0.183 () {34 vars in 990 bytes} [Mon Apr 27 02:37:28 2026] GET /v2.0/ports?device_id=4b0d97ea-b5e9-4f75-a72b-53c8cef60dba => generated 1240 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/941] 199.204.45.72 () {34 vars in 1059 bytes} [Mon Apr 27 02:37:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=4349fb4e-e7cb-48d9-a07e-58c5348a4740 => generated 861 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/942] 10.0.0.183 () {34 vars in 1040 bytes} [Mon Apr 27 02:37:29 2026] GET /v2.0/security-groups?id=a64ca524-4593-4080-8777-75f3e9e2413b&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/943] 199.204.45.72 () {34 vars in 1049 bytes} [Mon Apr 27 02:37:29 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2a286152c1ad48dd98ad1d528a4cd621 => generated 180 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/944] 199.204.45.72 () {34 vars in 1057 bytes} [Mon Apr 27 02:37:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=4349fb4e-e7cb-48d9-a07e-58c5348a4740 => 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: 442/945] 199.204.45.72 () {34 vars in 983 bytes} [Mon Apr 27 02:37:29 2026] GET /v2.0/subnets?id=90284a59-59c3-4283-823a-0c61e82113db => generated 701 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/946] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:37:29 2026] GET /v2.0/ports?network_id=1c6620d7-8bb5-4ec5-b271-69ab9bae1070&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/947] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:37:29 2026] GET /v2.0/networks/1c6620d7-8bb5-4ec5-b271-69ab9bae1070?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:37:29.281 7 INFO neutron.services.segments.plugin [-] Segment 2ac388b7-70c2-4643-9392-fe99f65769aa resource provider aggregate not found 2026-04-27 02:37:29.287 7 INFO neutron.services.segments.plugin [-] Segment 2ac388b7-70c2-4643-9392-fe99f65769aa resource provider aggregate not found 2026-04-27 02:37:29.307 7 INFO neutron.services.segments.plugin [-] Segment 2ac388b7-70c2-4643-9392-fe99f65769aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ac388b7-70c2-4643-9392-fe99f65769aa found for delete ", "request_id": "req-89d168c2-d4fc-4351-9f0f-b13f8aa97528"}]} 2026-04-27 02:37:29.310 7 INFO neutron.services.segments.plugin [-] Segment 2ac388b7-70c2-4643-9392-fe99f65769aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ac388b7-70c2-4643-9392-fe99f65769aa found for delete ", "request_id": "req-7d6b7eab-6987-4a7f-919f-fb186b309ab3"}]} [pid: 8|app: 0|req: 445/948] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:37:29 2026] GET /v2.0/networks/1c6620d7-8bb5-4ec5-b271-69ab9bae1070?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:37:29.453 8 INFO neutron.services.segments.plugin [-] Segment 2cb379af-6261-493d-904d-f525c507c45d resource provider aggregate not found 2026-04-27 02:37:29.460 8 INFO neutron.services.segments.plugin [-] Segment 2cb379af-6261-493d-904d-f525c507c45d resource provider aggregate not found 2026-04-27 02:37:29.467 8 INFO neutron.services.segments.plugin [-] Segment 2cb379af-6261-493d-904d-f525c507c45d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2cb379af-6261-493d-904d-f525c507c45d found for delete ", "request_id": "req-e345bb12-d974-422a-9d49-8573b9b5956a"}]} 2026-04-27 02:37:29.485 8 INFO neutron.services.segments.plugin [-] Segment 2cb379af-6261-493d-904d-f525c507c45d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2cb379af-6261-493d-904d-f525c507c45d found for delete ", "request_id": "req-a013cd04-b5bc-440c-86ec-3d264d22a161"}]} [pid: 8|app: 0|req: 446/949] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:29 2026] GET /v2.0/ports?device_id=a6111592-d75a-4f4d-8540-3f78a1fd8949 => generated 1152 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/950] 199.204.45.72 () {38 vars in 954 bytes} [Mon Apr 27 02:37:29 2026] POST /v2.0/ports => generated 958 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 447/951] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:37:29 2026] GET /v2.0/security-groups?id=05b3458b-1a25-4b24-b1ef-5ee536bd188c&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: 505/952] 199.204.45.72 () {38 vars in 1027 bytes} [Mon Apr 27 02:37:29 2026] PUT /v2.0/ports/ccc3a996-e8b4-4ddd-8987-1f0f1ab4ddfb => generated 1239 bytes in 371 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/953] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:29 2026] GET /v2.0/ports?device_id=66427f61-3e10-43b5-bcbf-bcfd912edc4b => generated 973 bytes in 92 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: 506/954] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:37:29 2026] GET /v2.0/security-groups?id=3979a344-6653-4618-9831-1e4b31c0e847&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/955] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:37:30 2026] GET /v2.0/ports?tenant_id=207352bd43714e69a62fbcf0070d5a02&device_id=a6111592-d75a-4f4d-8540-3f78a1fd8949 => generated 1421 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:37:30.389 8 INFO neutron.db.segments_db [None req-4ac647b2-2544-4ab9-b236-9b45d6202800 e008331c01f24c3998e66b5ecb2680c3 2c1646ba01b149d38ff01b3f4ec696ea - - default default] Added segment 159f559e-fd77-493e-810a-756991129e7c of type vxlan for network 8f1a8f65-13a4-4f15-bf55-0a2d8f92af85 2026-04-27 02:37:30.419 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3801f599-8f6e-4cd1-8365-6661c07bec04'] response: {'name': 'network-changed', 'server_uuid': '66427f61-3e10-43b5-bcbf-bcfd912edc4b', 'tag': 'ccc3a996-e8b4-4ddd-8987-1f0f1ab4ddfb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 508/956] 199.204.45.72 () {34 vars in 985 bytes} [Mon Apr 27 02:37:30 2026] GET /v2.0/networks?id=1c6620d7-8bb5-4ec5-b271-69ab9bae1070 => generated 779 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/957] 199.204.45.72 () {34 vars in 1059 bytes} [Mon Apr 27 02:37:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=4349fb4e-e7cb-48d9-a07e-58c5348a4740 => generated 861 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/958] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:37:30 2026] POST /v2.0/networks => generated 644 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/959] 199.204.45.72 () {34 vars in 1057 bytes} [Mon Apr 27 02:37:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=4349fb4e-e7cb-48d9-a07e-58c5348a4740 => 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: 450/960] 199.204.45.72 () {34 vars in 983 bytes} [Mon Apr 27 02:37:30 2026] GET /v2.0/subnets?id=90284a59-59c3-4283-823a-0c61e82113db => generated 701 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/961] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:37:30 2026] GET /v2.0/ports?network_id=1c6620d7-8bb5-4ec5-b271-69ab9bae1070&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/962] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:37:30 2026] GET /v2.0/networks/1c6620d7-8bb5-4ec5-b271-69ab9bae1070?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/963] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:37:30 2026] GET /v2.0/networks/1c6620d7-8bb5-4ec5-b271-69ab9bae1070?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: 511/964] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:37:30 2026] POST /v2.0/subnets => generated 641 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:37:30.825 8 INFO neutron.db.segments_db [None req-35e759f6-f180-4136-bd4f-c58558bcba20 e008331c01f24c3998e66b5ecb2680c3 2c1646ba01b149d38ff01b3f4ec696ea - - default default] Added segment a309b29c-3bf9-46c3-b77a-54bf880dcf38 of type vxlan for network ff2cf232-50a7-447d-b2bd-8a175c6700c9 [pid: 8|app: 0|req: 454/965] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:37:30 2026] POST /v2.0/networks => generated 644 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/966] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:37:30 2026] GET /v2.0/ports?tenant_id=2a286152c1ad48dd98ad1d528a4cd621&device_id=66427f61-3e10-43b5-bcbf-bcfd912edc4b => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/967] 199.204.45.72 () {34 vars in 1017 bytes} [Mon Apr 27 02:37:30 2026] GET /v2.0/networks?tenant_id=2a286152c1ad48dd98ad1d528a4cd621&shared=False => generated 766 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/968] 10.0.0.86 () {34 vars in 742 bytes} [Mon Apr 27 02:37:30 2026] PUT /v2.0/networks/ff2cf232-50a7-447d-b2bd-8a175c6700c9 => generated 592 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/969] 199.204.45.72 () {34 vars in 929 bytes} [Mon Apr 27 02:37:31 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/970] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:31 2026] GET /v2.0/ports?device_id=66427f61-3e10-43b5-bcbf-bcfd912edc4b => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/971] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:37:31 2026] GET /v2.0/security-groups?id=3979a344-6653-4618-9831-1e4b31c0e847&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: 515/972] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:37:31 2026] POST /v2.0/subnets => generated 626 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/973] 199.204.45.72 () {34 vars in 1117 bytes} [Mon Apr 27 02:37:31 2026] GET /v2.0/ports?device_id=a6111592-d75a-4f4d-8540-3f78a1fd8949&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.5 => generated 1152 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/974] 10.0.0.86 () {34 vars in 740 bytes} [Mon Apr 27 02:37:31 2026] PUT /v2.0/subnets/9f08b4a6-3190-4276-9581-82bef3135f24 => generated 636 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:37:31.549 7 INFO neutron.services.segments.plugin [-] Segment a309b29c-3bf9-46c3-b77a-54bf880dcf38 resource provider aggregate not found 2026-04-27 02:37:31.551 7 INFO neutron.services.segments.plugin [-] Segment a309b29c-3bf9-46c3-b77a-54bf880dcf38 resource provider aggregate not found 2026-04-27 02:37:31.568 7 INFO neutron.services.segments.plugin [-] Segment a309b29c-3bf9-46c3-b77a-54bf880dcf38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a309b29c-3bf9-46c3-b77a-54bf880dcf38 found for delete ", "request_id": "req-26e3adf7-9c3d-47af-8719-3d4bcfed797f"}]} 2026-04-27 02:37:31.574 7 INFO neutron.services.segments.plugin [-] Segment a309b29c-3bf9-46c3-b77a-54bf880dcf38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a309b29c-3bf9-46c3-b77a-54bf880dcf38 found for delete ", "request_id": "req-2f234c15-bcc5-41ea-b1bf-3675b42d1f48"}]} [pid: 7|app: 0|req: 517/975] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:37:31 2026] DELETE /v2.0/networks/ff2cf232-50a7-447d-b2bd-8a175c6700c9 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:37:31.602 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d751b27d-f31f-42fd-b993-1c45887602e4 e008331c01f24c3998e66b5ecb2680c3 2c1646ba01b149d38ff01b3f4ec696ea - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 518/976] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:37:31 2026] DELETE /v2.0/networks/ff2cf232-50a7-447d-b2bd-8a175c6700c9 => 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: 459/977] 199.204.45.72 () {38 vars in 1027 bytes} [Mon Apr 27 02:37:31 2026] PUT /v2.0/ports/4349fb4e-e7cb-48d9-a07e-58c5348a4740 => generated 972 bytes in 385 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/978] 10.0.0.86 () {32 vars in 693 bytes} [Mon Apr 27 02:37:31 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 59 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-27 02:37:31.698 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b0efc28a-44e5-4239-824b-0520cb89ba04'] response: {'name': 'network-changed', 'server_uuid': 'a6111592-d75a-4f4d-8540-3f78a1fd8949', 'tag': '4349fb4e-e7cb-48d9-a07e-58c5348a4740', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 460/979] 10.0.0.86 () {32 vars in 741 bytes} [Mon Apr 27 02:37:31 2026] GET /v2.0/subnets?network_id=c32c5bd1-d799-408b-9428-a9eed6d23280 => generated 649 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/980] 10.0.0.86 () {32 vars in 652 bytes} [Mon Apr 27 02:37:31 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/981] 10.0.0.86 () {32 vars in 648 bytes} [Mon Apr 27 02:37:31 2026] GET /v2.0/networks => generated 1309 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/982] 10.0.0.86 () {32 vars in 646 bytes} [Mon Apr 27 02:37:31 2026] GET /v2.0/subnets => generated 1280 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/983] 10.0.0.86 () {32 vars in 722 bytes} [Mon Apr 27 02:37:31 2026] GET /v2.0/networks/8f1a8f65-13a4-4f15-bf55-0a2d8f92af85 => generated 669 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/984] 10.0.0.86 () {32 vars in 720 bytes} [Mon Apr 27 02:37:31 2026] GET /v2.0/subnets/dda1561f-1ec3-4e47-8b62-02b58f983440 => generated 641 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:37:31.928 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6cc9ce45-ff5a-4c22-8149-f452961380a6 e008331c01f24c3998e66b5ecb2680c3 2c1646ba01b149d38ff01b3f4ec696ea - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 463/985] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:37:31 2026] DELETE /v2.0/subnets/9f08b4a6-3190-4276-9581-82bef3135f24 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:37:31.948 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bf2d6b8e-2904-479d-9af6-dd3593f87c31 e008331c01f24c3998e66b5ecb2680c3 2c1646ba01b149d38ff01b3f4ec696ea - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 523/986] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:37:31 2026] DELETE /v2.0/networks/ff2cf232-50a7-447d-b2bd-8a175c6700c9 => 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: 464/987] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:37:31 2026] DELETE /v2.0/subnets/dda1561f-1ec3-4e47-8b62-02b58f983440 => 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: 465/988] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:37:32 2026] GET /v2.0/ports?tenant_id=2a286152c1ad48dd98ad1d528a4cd621&device_id=66427f61-3e10-43b5-bcbf-bcfd912edc4b => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/989] 199.204.45.72 () {34 vars in 1059 bytes} [Mon Apr 27 02:37:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=ccc3a996-e8b4-4ddd-8987-1f0f1ab4ddfb => 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: 467/990] 199.204.45.72 () {34 vars in 983 bytes} [Mon Apr 27 02:37:32 2026] GET /v2.0/subnets?id=55a9977d-f5e3-45ac-bc26-6443a2d8ca94 => generated 688 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/991] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:37:32 2026] DELETE /v2.0/networks/8f1a8f65-13a4-4f15-bf55-0a2d8f92af85 => 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: 468/992] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:37:32 2026] GET /v2.0/ports?tenant_id=207352bd43714e69a62fbcf0070d5a02&device_id=a6111592-d75a-4f4d-8540-3f78a1fd8949 => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/993] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:32 2026] GET /v2.0/ports?device_id=66427f61-3e10-43b5-bcbf-bcfd912edc4b => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/994] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:37:32 2026] GET /v2.0/ports?network_id=dfe09fac-8a2a-4738-88a8-a4ca7ad7c366&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/995] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:37:32 2026] GET /v2.0/security-groups?id=3979a344-6653-4618-9831-1e4b31c0e847&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/996] 199.204.45.72 () {34 vars in 985 bytes} [Mon Apr 27 02:37:32 2026] GET /v2.0/networks?id=1c6620d7-8bb5-4ec5-b271-69ab9bae1070 => generated 779 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/997] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:37:32 2026] GET /v2.0/networks/dfe09fac-8a2a-4738-88a8-a4ca7ad7c366?fields=segments => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/998] 199.204.45.72 () {34 vars in 1059 bytes} [Mon Apr 27 02:37:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=4349fb4e-e7cb-48d9-a07e-58c5348a4740 => generated 861 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/999] 199.204.45.72 () {34 vars in 983 bytes} [Mon Apr 27 02:37:32 2026] GET /v2.0/subnets?id=90284a59-59c3-4283-823a-0c61e82113db => generated 701 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/1000] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:37:32 2026] GET /v2.0/networks/dfe09fac-8a2a-4738-88a8-a4ca7ad7c366?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: 529/1001] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:37:32 2026] GET /v2.0/ports?network_id=1c6620d7-8bb5-4ec5-b271-69ab9bae1070&device_owner=network%3Adhcp => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/1002] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:37:32 2026] GET /v2.0/networks/1c6620d7-8bb5-4ec5-b271-69ab9bae1070?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1003] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:37:32 2026] GET /v2.0/networks/1c6620d7-8bb5-4ec5-b271-69ab9bae1070?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: 474/1004] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:37:32 2026] GET /v2.0/security-groups?tenant_id=2c1646ba01b149d38ff01b3f4ec696ea&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1005] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:37:32 2026] DELETE /v2.0/security-groups/1f533c8c-b828-456a-a235-503bc1c36ff9 => 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: 475/1006] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:32 2026] GET /v2.0/ports?device_id=a6111592-d75a-4f4d-8540-3f78a1fd8949 => generated 975 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1007] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:37:32 2026] GET /v2.0/security-groups?id=05b3458b-1a25-4b24-b1ef-5ee536bd188c&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: 476/1008] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:33 2026] GET /v2.0/ports?device_id=66427f61-3e10-43b5-bcbf-bcfd912edc4b => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1009] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:37:33 2026] GET /v2.0/security-groups?id=3979a344-6653-4618-9831-1e4b31c0e847&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: 477/1010] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:37:33 2026] GET /v2.0/ports?tenant_id=207352bd43714e69a62fbcf0070d5a02&device_id=a6111592-d75a-4f4d-8540-3f78a1fd8949 => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:37:33.591 7 INFO neutron.services.segments.plugin [-] Segment 159f559e-fd77-493e-810a-756991129e7c resource provider aggregate not found 2026-04-27 02:37:33.595 7 INFO neutron.services.segments.plugin [-] Segment 159f559e-fd77-493e-810a-756991129e7c resource provider aggregate not found 2026-04-27 02:37:33.611 7 INFO neutron.services.segments.plugin [-] Segment 159f559e-fd77-493e-810a-756991129e7c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 159f559e-fd77-493e-810a-756991129e7c found for delete ", "request_id": "req-e55bf218-0c52-485d-b6ab-8ea4179a897a"}]} 2026-04-27 02:37:33.615 7 INFO neutron.services.segments.plugin [-] Segment 159f559e-fd77-493e-810a-756991129e7c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 159f559e-fd77-493e-810a-756991129e7c found for delete ", "request_id": "req-17e8d9c7-0040-4322-a1e8-05c5c09839aa"}]} [pid: 7|app: 0|req: 534/1011] 199.204.45.72 () {34 vars in 985 bytes} [Mon Apr 27 02:37:33 2026] GET /v2.0/networks?id=1c6620d7-8bb5-4ec5-b271-69ab9bae1070 => generated 779 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/1012] 199.204.45.72 () {34 vars in 1059 bytes} [Mon Apr 27 02:37:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=4349fb4e-e7cb-48d9-a07e-58c5348a4740 => generated 861 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1013] 199.204.45.72 () {34 vars in 983 bytes} [Mon Apr 27 02:37:33 2026] GET /v2.0/subnets?id=90284a59-59c3-4283-823a-0c61e82113db => generated 701 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/1014] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:37:33 2026] GET /v2.0/ports?network_id=1c6620d7-8bb5-4ec5-b271-69ab9bae1070&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1015] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:37:33 2026] GET /v2.0/networks/1c6620d7-8bb5-4ec5-b271-69ab9bae1070?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: 480/1016] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:37:33 2026] GET /v2.0/networks/1c6620d7-8bb5-4ec5-b271-69ab9bae1070?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1017] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:34 2026] GET /v2.0/ports?device_id=a6111592-d75a-4f4d-8540-3f78a1fd8949 => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/1018] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:37:34 2026] GET /v2.0/security-groups?id=05b3458b-1a25-4b24-b1ef-5ee536bd188c&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: 538/1019] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:34 2026] GET /v2.0/ports?device_id=66427f61-3e10-43b5-bcbf-bcfd912edc4b => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1020] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:37:34 2026] GET /v2.0/security-groups?id=3979a344-6653-4618-9831-1e4b31c0e847&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: 482/1021] 10.0.0.86 () {34 vars in 683 bytes} [Mon Apr 27 02:37:34 2026] POST /v2.0/security-groups => generated 1625 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1022] 10.0.0.86 () {32 vars in 662 bytes} [Mon Apr 27 02:37:34 2026] GET /v2.0/security-groups => generated 4530 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/1023] 10.0.0.86 () {34 vars in 757 bytes} [Mon Apr 27 02:37:34 2026] PUT /v2.0/security-groups/3f87f9ea-fc0b-4ee3-adaf-e98e8fea4b83 => generated 1662 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1024] 10.0.0.86 () {32 vars in 736 bytes} [Mon Apr 27 02:37:34 2026] GET /v2.0/security-groups/3f87f9ea-fc0b-4ee3-adaf-e98e8fea4b83 => generated 1662 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/1025] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:37:35 2026] DELETE /v2.0/security-groups/3f87f9ea-fc0b-4ee3-adaf-e98e8fea4b83 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1026] 10.0.0.86 () {32 vars in 662 bytes} [Mon Apr 27 02:37:35 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) 2026-04-27 02:37:35.155 8 INFO neutron.api.v2.resource [None req-c97a7918-d9b4-41b9-932e-e8f7b76a7f88 0beed75f31ee41c9b745a23223225e00 6e6ceae40fcc49c3bf651ad0135b6e6c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 485/1027] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:37:35 2026] DELETE /v2.0/security-groups/3f87f9ea-fc0b-4ee3-adaf-e98e8fea4b83 => 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: 486/1028] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:35 2026] GET /v2.0/ports?device_id=a6111592-d75a-4f4d-8540-3f78a1fd8949 => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1029] 10.0.0.86 () {34 vars in 683 bytes} [Mon Apr 27 02:37:35 2026] POST /v2.0/security-groups => generated 1624 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/1030] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:37:35 2026] GET /v2.0/security-groups?id=05b3458b-1a25-4b24-b1ef-5ee536bd188c&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1031] 199.204.45.72 () {34 vars in 993 bytes} [Mon Apr 27 02:37:35 2026] GET /v2.0/ports?device_id=a6111592-d75a-4f4d-8540-3f78a1fd8949 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/1032] 10.0.0.86 () {34 vars in 694 bytes} [Mon Apr 27 02:37:35 2026] POST /v2.0/security-group-rules => generated 601 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:37:35.476 7 INFO neutron_taas.services.taas.taas_plugin [req-a97f6220-4f19-4b4e-bfcf-044260737555 req-3af58f95-bbaf-4e30-a66f-2b10281b5457 c7037f3776f24a86b0a7448aa446dcb0 207352bd43714e69a62fbcf0070d5a02 - - default default] TaaS: Handle Delete Port: 4349fb4e-e7cb-48d9-a07e-58c5348a4740 2026-04-27 02:37:35.480 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a97f6220-4f19-4b4e-bfcf-044260737555 req-3af58f95-bbaf-4e30-a66f-2b10281b5457 c7037f3776f24a86b0a7448aa446dcb0 207352bd43714e69a62fbcf0070d5a02 - - default default] Tap Mirror: Handle Delete Port: 4349fb4e-e7cb-48d9-a07e-58c5348a4740 [pid: 8|app: 0|req: 489/1033] 10.0.0.86 () {32 vars in 746 bytes} [Mon Apr 27 02:37:35 2026] GET /v2.0/security-group-rules/3a6f2d61-5677-45f0-bb8c-ee36148fbfb7 => generated 601 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/1034] 10.0.0.86 () {32 vars in 672 bytes} [Mon Apr 27 02:37:35 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:37:35.626 7 INFO neutron.db.l3_db [req-a97f6220-4f19-4b4e-bfcf-044260737555 req-3af58f95-bbaf-4e30-a66f-2b10281b5457 c7037f3776f24a86b0a7448aa446dcb0 207352bd43714e69a62fbcf0070d5a02 - - default default] Floating IP 5c030c72-c03b-4838-83a3-2f829b19a865 disassociated. External IP: 10.96.250.209, port: 4349fb4e-e7cb-48d9-a07e-58c5348a4740. [pid: 8|app: 0|req: 491/1035] 10.0.0.86 () {32 vars in 749 bytes} [Mon Apr 27 02:37:35 2026] DELETE /v2.0/security-group-rules/3a6f2d61-5677-45f0-bb8c-ee36148fbfb7 => 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: 492/1036] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:35 2026] GET /v2.0/ports?device_id=66427f61-3e10-43b5-bcbf-bcfd912edc4b => 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: 493/1037] 10.0.0.86 () {32 vars in 672 bytes} [Mon Apr 27 02:37:35 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/1038] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:37:35 2026] GET /v2.0/security-groups?id=3979a344-6653-4618-9831-1e4b31c0e847&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1039] 10.0.0.86 () {34 vars in 694 bytes} [Mon Apr 27 02:37:35 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: 496/1040] 10.0.0.86 () {32 vars in 746 bytes} [Mon Apr 27 02:37:35 2026] GET /v2.0/security-group-rules/10f86465-25b9-49dd-be89-3575a6abbc7f => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1041] 10.0.0.86 () {32 vars in 672 bytes} [Mon Apr 27 02:37:35 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1042] 199.204.45.72 () {36 vars in 996 bytes} [Mon Apr 27 02:37:35 2026] DELETE /v2.0/ports/4349fb4e-e7cb-48d9-a07e-58c5348a4740 => generated 0 bytes in 638 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:37:36.053 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e74c32b2-7acc-45d3-a6d1-50b041877d24'] response: {'server_uuid': 'a6111592-d75a-4f4d-8540-3f78a1fd8949', 'name': 'network-vif-deleted', 'tag': '4349fb4e-e7cb-48d9-a07e-58c5348a4740', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 498/1043] 10.0.0.86 () {32 vars in 749 bytes} [Mon Apr 27 02:37:36 2026] DELETE /v2.0/security-group-rules/10f86465-25b9-49dd-be89-3575a6abbc7f => 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: 546/1044] 10.0.0.86 () {32 vars in 672 bytes} [Mon Apr 27 02:37:36 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:37:36.247 8 INFO neutron.db.securitygroups_db [None req-35a3243d-dbff-420d-b98a-ba0a1b494e6c 0beed75f31ee41c9b745a23223225e00 6e6ceae40fcc49c3bf651ad0135b6e6c - - default default] Project 6e6ceae40fcc49c3bf651ad0135b6e6c 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: 499/1045] 10.0.0.86 () {34 vars in 694 bytes} [Mon Apr 27 02:37:36 2026] POST /v2.0/security-group-rules => generated 607 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1046] 10.0.0.86 () {32 vars in 746 bytes} [Mon Apr 27 02:37:36 2026] GET /v2.0/security-group-rules/dcfbf8c3-d212-42c5-9925-b2a9868e498a => generated 607 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1047] 10.0.0.86 () {32 vars in 672 bytes} [Mon Apr 27 02:37:36 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1048] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:36 2026] GET /v2.0/ports?device_id=a6111592-d75a-4f4d-8540-3f78a1fd8949 => 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: 548/1049] 10.0.0.86 () {32 vars in 749 bytes} [Mon Apr 27 02:37:36 2026] DELETE /v2.0/security-group-rules/dcfbf8c3-d212-42c5-9925-b2a9868e498a => 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: 502/1050] 10.0.0.86 () {32 vars in 672 bytes} [Mon Apr 27 02:37:36 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1051] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:37:36 2026] DELETE /v2.0/security-groups/20dd9c8d-0233-4690-8606-2b8a5cf81cd3 => 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: 503/1052] 10.0.0.86 () {32 vars in 662 bytes} [Mon Apr 27 02:37:36 2026] GET /v2.0/security-groups => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1053] 10.0.0.86 () {32 vars in 662 bytes} [Mon Apr 27 02:37:36 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1054] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:36 2026] GET /v2.0/ports?device_id=66427f61-3e10-43b5-bcbf-bcfd912edc4b => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1055] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:37:36 2026] GET /v2.0/security-groups?id=3979a344-6653-4618-9831-1e4b31c0e847&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: 505/1056] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:36 2026] GET /v2.0/ports?device_id=66427f61-3e10-43b5-bcbf-bcfd912edc4b => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1057] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:37:37 2026] GET /v2.0/security-groups?tenant_id=6e6ceae40fcc49c3bf651ad0135b6e6c&name=default => generated 2925 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:37:37.414 7 INFO neutron.db.l3_db [None req-30387642-d759-4896-b9a1-bbe8a80cae63 09adcb4838df4c03965106c5d42d37dd 2a286152c1ad48dd98ad1d528a4cd621 - - default default] Floating IP 516e9244-c4f0-44d4-b823-65d6ba6ba544 associated. External IP: 10.96.250.219, port: ccc3a996-e8b4-4ddd-8987-1f0f1ab4ddfb. [pid: 8|app: 0|req: 507/1058] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:37:37 2026] DELETE /v2.0/security-groups/fdf515c6-1b4a-451f-9c68-6176494a2090 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1059] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:37 2026] GET /v2.0/ports?device_id=a6111592-d75a-4f4d-8540-3f78a1fd8949 => 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: 552/1060] 10.0.0.86 () {34 vars in 748 bytes} [Mon Apr 27 02:37:37 2026] PUT /v2.0/floatingips/516e9244-c4f0-44d4-b823-65d6ba6ba544 => generated 856 bytes in 688 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1061] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:37 2026] GET /v2.0/ports?device_id=66427f61-3e10-43b5-bcbf-bcfd912edc4b => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1062] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:37:37 2026] GET /v2.0/security-groups?id=3979a344-6653-4618-9831-1e4b31c0e847&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-27 02:37:38.089 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cfc7157d-48ba-4623-866c-7d35e791cbb6'] response: {'name': 'network-changed', 'server_uuid': '66427f61-3e10-43b5-bcbf-bcfd912edc4b', 'tag': 'ccc3a996-e8b4-4ddd-8987-1f0f1ab4ddfb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 510/1063] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:38 2026] GET /v2.0/ports?device_id=66427f61-3e10-43b5-bcbf-bcfd912edc4b => generated 975 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1064] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:37:38 2026] GET /v2.0/security-groups?id=3979a344-6653-4618-9831-1e4b31c0e847&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: 556/1067] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:37:38 2026] GET /v2.0/ports?tenant_id=2a286152c1ad48dd98ad1d528a4cd621&device_id=66427f61-3e10-43b5-bcbf-bcfd912edc4b => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1068] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:38 2026] GET /v2.0/ports?device_id=a6111592-d75a-4f4d-8540-3f78a1fd8949 => 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: 557/1069] 199.204.45.72 () {34 vars in 985 bytes} [Mon Apr 27 02:37:38 2026] GET /v2.0/networks?id=dfe09fac-8a2a-4738-88a8-a4ca7ad7c366 => generated 766 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1070] 199.204.45.72 () {34 vars in 1059 bytes} [Mon Apr 27 02:37:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=ccc3a996-e8b4-4ddd-8987-1f0f1ab4ddfb => generated 859 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1071] 199.204.45.72 () {34 vars in 983 bytes} [Mon Apr 27 02:37:38 2026] GET /v2.0/subnets?id=55a9977d-f5e3-45ac-bc26-6443a2d8ca94 => generated 688 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1072] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:37:38 2026] GET /v2.0/ports?network_id=dfe09fac-8a2a-4738-88a8-a4ca7ad7c366&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: 559/1073] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:37:38 2026] GET /v2.0/networks/dfe09fac-8a2a-4738-88a8-a4ca7ad7c366?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: 515/1074] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:37:38 2026] GET /v2.0/networks/dfe09fac-8a2a-4738-88a8-a4ca7ad7c366?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1075] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:39 2026] GET /v2.0/ports?device_id=66427f61-3e10-43b5-bcbf-bcfd912edc4b => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1076] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:37:39 2026] GET /v2.0/security-groups?id=3979a344-6653-4618-9831-1e4b31c0e847&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: 561/1077] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:37:39 2026] DELETE /v2.0/security-groups/05b3458b-1a25-4b24-b1ef-5ee536bd188c => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:37:39.867 8 INFO neutron.api.v2.resource [None req-69eb29ed-293b-462e-abb0-a1d94201159e c7037f3776f24a86b0a7448aa446dcb0 207352bd43714e69a62fbcf0070d5a02 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 517/1078] 10.0.0.86 () {32 vars in 736 bytes} [Mon Apr 27 02:37:39 2026] GET /v2.0/security-groups/05b3458b-1a25-4b24-b1ef-5ee536bd188c => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:37:39.974 7 INFO neutron_taas.services.taas.taas_plugin [None req-223b26f3-bc93-42c2-874c-b8e6757fee85 c7037f3776f24a86b0a7448aa446dcb0 207352bd43714e69a62fbcf0070d5a02 - - default default] TaaS: Handle Delete Port: 5428baf7-7f03-4684-9fe7-f9685c97a1a3 2026-04-27 02:37:39.976 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-223b26f3-bc93-42c2-874c-b8e6757fee85 c7037f3776f24a86b0a7448aa446dcb0 207352bd43714e69a62fbcf0070d5a02 - - default default] Tap Mirror: Handle Delete Port: 5428baf7-7f03-4684-9fe7-f9685c97a1a3 [pid: 7|app: 0|req: 562/1079] 10.0.0.86 () {32 vars in 731 bytes} [Mon Apr 27 02:37:39 2026] DELETE /v2.0/floatingips/5c030c72-c03b-4838-83a3-2f829b19a865 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1080] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:40 2026] GET /v2.0/ports?device_id=66427f61-3e10-43b5-bcbf-bcfd912edc4b => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1081] 199.204.45.72 () {34 vars in 993 bytes} [Mon Apr 27 02:37:40 2026] GET /v2.0/ports?device_id=66427f61-3e10-43b5-bcbf-bcfd912edc4b => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1082] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:37:40 2026] GET /v2.0/security-groups?id=3979a344-6653-4618-9831-1e4b31c0e847&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:37:40.687 8 INFO neutron_taas.services.taas.taas_plugin [None req-0908f4c4-bc7b-4402-976a-a75c5cb4c1dd 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: 50982d85-2340-4d20-b6aa-dea1e1dcf3d9 2026-04-27 02:37:40.689 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0908f4c4-bc7b-4402-976a-a75c5cb4c1dd 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: 50982d85-2340-4d20-b6aa-dea1e1dcf3d9 2026-04-27 02:37:40.732 7 INFO neutron_taas.services.taas.taas_plugin [req-e3bdd875-07d1-467e-b1cd-fde9580719a5 req-8d595cdf-055f-4a6d-861a-0df11824302a 09adcb4838df4c03965106c5d42d37dd 2a286152c1ad48dd98ad1d528a4cd621 - - default default] TaaS: Handle Delete Port: ccc3a996-e8b4-4ddd-8987-1f0f1ab4ddfb 2026-04-27 02:37:40.736 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e3bdd875-07d1-467e-b1cd-fde9580719a5 req-8d595cdf-055f-4a6d-861a-0df11824302a 09adcb4838df4c03965106c5d42d37dd 2a286152c1ad48dd98ad1d528a4cd621 - - default default] Tap Mirror: Handle Delete Port: ccc3a996-e8b4-4ddd-8987-1f0f1ab4ddfb 2026-04-27 02:37:40.862 7 INFO neutron.db.l3_db [req-e3bdd875-07d1-467e-b1cd-fde9580719a5 req-8d595cdf-055f-4a6d-861a-0df11824302a 09adcb4838df4c03965106c5d42d37dd 2a286152c1ad48dd98ad1d528a4cd621 - - default default] Floating IP 516e9244-c4f0-44d4-b823-65d6ba6ba544 disassociated. External IP: 10.96.250.219, port: ccc3a996-e8b4-4ddd-8987-1f0f1ab4ddfb. [pid: 7|app: 0|req: 566/1083] 199.204.45.72 () {36 vars in 996 bytes} [Mon Apr 27 02:37:40 2026] DELETE /v2.0/ports/ccc3a996-e8b4-4ddd-8987-1f0f1ab4ddfb => generated 0 bytes in 667 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1084] 10.0.0.86 () {34 vars in 788 bytes} [Mon Apr 27 02:37:40 2026] PUT /v2.0/routers/4bfe5180-c6c7-4793-aecd-7d656e7d68ea/remove_router_interface => generated 309 bytes in 1060 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:37:41.334 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7d884766-3234-4dc7-b4e5-609e9fce27e9'] response: {'server_uuid': '66427f61-3e10-43b5-bcbf-bcfd912edc4b', 'name': 'network-vif-deleted', 'tag': 'ccc3a996-e8b4-4ddd-8987-1f0f1ab4ddfb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 567/1085] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:41 2026] GET /v2.0/ports?device_id=4b0d97ea-b5e9-4f75-a72b-53c8cef60dba => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1086] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:37:41 2026] GET /v2.0/security-groups?id=a64ca524-4593-4080-8777-75f3e9e2413b&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-27 02:37:41.552 8 INFO neutron_taas.services.taas.taas_plugin [None req-c418d24b-8877-4efb-936f-698a33cd5428 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: 8ab8db39-c355-4f25-9570-707a24a2ed6a 2026-04-27 02:37:41.554 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c418d24b-8877-4efb-936f-698a33cd5428 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: 8ab8db39-c355-4f25-9570-707a24a2ed6a [pid: 7|app: 0|req: 569/1087] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:37:41 2026] GET /v2.0/security-groups?tenant_id=9bc32f7ed99c4d52aedfe42b642cc04c&name=default => generated 2925 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1088] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:41 2026] GET /v2.0/ports?device_id=4b0d97ea-b5e9-4f75-a72b-53c8cef60dba => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1089] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:41 2026] GET /v2.0/ports?device_id=66427f61-3e10-43b5-bcbf-bcfd912edc4b => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:37:41.793 8 INFO neutron_taas.services.taas.taas_plugin [None req-c418d24b-8877-4efb-936f-698a33cd5428 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: ff035668-f147-45d9-9d47-49eeb5004912 2026-04-27 02:37:41.795 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c418d24b-8877-4efb-936f-698a33cd5428 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: ff035668-f147-45d9-9d47-49eeb5004912 [pid: 7|app: 0|req: 572/1090] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:37:41 2026] DELETE /v2.0/security-groups/e3310413-0b27-4b22-9a4b-09d0e6cc7015 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1091] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:37:41 2026] GET /v2.0/security-groups?id=a64ca524-4593-4080-8777-75f3e9e2413b&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:37:42.125 8 INFO neutron.services.segments.plugin [-] Segment 362d2822-2aef-4dd5-86cc-d2e883124000 resource provider aggregate not found 2026-04-27 02:37:42.139 8 INFO neutron.services.segments.plugin [-] Segment 362d2822-2aef-4dd5-86cc-d2e883124000 resource provider aggregate not found 2026-04-27 02:37:42.150 8 INFO neutron.services.segments.plugin [-] Segment 362d2822-2aef-4dd5-86cc-d2e883124000 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 362d2822-2aef-4dd5-86cc-d2e883124000 found for delete ", "request_id": "req-730bd439-0883-4752-bfb3-7e095e956393"}]} 2026-04-27 02:37:42.163 8 INFO neutron.services.segments.plugin [-] Segment 362d2822-2aef-4dd5-86cc-d2e883124000 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 362d2822-2aef-4dd5-86cc-d2e883124000 found for delete ", "request_id": "req-de27f7f9-dee2-466d-8c0e-16bc0a92fcd9"}]} 2026-04-27 02:37:42.168 8 INFO neutron.db.l3_hamode_db [None req-c418d24b-8877-4efb-936f-698a33cd5428 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] HA network 3c961928-07fd-4bc8-8853-c4c3dd86abe3 was deleted as no HA routers are present in tenant 207352bd43714e69a62fbcf0070d5a02. [pid: 8|app: 0|req: 519/1092] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:37:41 2026] DELETE /v2.0/routers/4bfe5180-c6c7-4793-aecd-7d656e7d68ea => generated 0 bytes in 882 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1093] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:42 2026] GET /v2.0/ports?device_id=4b0d97ea-b5e9-4f75-a72b-53c8cef60dba => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1094] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:37:42 2026] GET /v2.0/security-groups?id=a64ca524-4593-4080-8777-75f3e9e2413b&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: 574/1095] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:37:42 2026] DELETE /v2.0/subnets/90284a59-59c3-4283-823a-0c61e82113db => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:37:42.379 8 INFO neutron_taas.services.taas.taas_plugin [None req-67c714d9-e525-4eb3-b97f-be46f957bb58 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: 63eb3716-4242-4d21-ae06-68731bb62bad 2026-04-27 02:37:42.381 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67c714d9-e525-4eb3-b97f-be46f957bb58 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: 63eb3716-4242-4d21-ae06-68731bb62bad [pid: 8|app: 0|req: 522/1096] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:37:42 2026] DELETE /v2.0/networks/1c6620d7-8bb5-4ec5-b271-69ab9bae1070 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1097] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:37:42 2026] GET /v2.0/security-groups?tenant_id=207352bd43714e69a62fbcf0070d5a02&name=default => generated 2921 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1098] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:42 2026] GET /v2.0/ports?device_id=66427f61-3e10-43b5-bcbf-bcfd912edc4b => 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: 523/1099] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:37:42 2026] DELETE /v2.0/security-groups/cc890533-2516-477c-8054-745edef92d92 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1100] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:43 2026] GET /v2.0/ports?device_id=4b0d97ea-b5e9-4f75-a72b-53c8cef60dba => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1101] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:37:43 2026] GET /v2.0/security-groups?id=a64ca524-4593-4080-8777-75f3e9e2413b&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: 578/1102] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:37:43 2026] GET /v2.0/ports?tenant_id=abb2ebcf3de24a8fbdd825cdf9de2be6&device_id=4b0d97ea-b5e9-4f75-a72b-53c8cef60dba => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1103] 199.204.45.72 () {34 vars in 985 bytes} [Mon Apr 27 02:37:43 2026] GET /v2.0/networks?id=05a6c3ba-a380-4ad7-8803-4f770e71072e => generated 770 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1104] 199.204.45.72 () {34 vars in 1057 bytes} [Mon Apr 27 02:37:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=e2e7adc9-fca0-4723-a007-f385773e5d31 => generated 860 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1105] 199.204.45.72 () {34 vars in 983 bytes} [Mon Apr 27 02:37:43 2026] GET /v2.0/subnets?id=a86cb657-5714-46ba-b249-9b2dc8a352df => generated 692 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1106] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:37:43 2026] GET /v2.0/ports?network_id=05a6c3ba-a380-4ad7-8803-4f770e71072e&device_owner=network%3Adhcp => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1107] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:43 2026] GET /v2.0/ports?device_id=66427f61-3e10-43b5-bcbf-bcfd912edc4b => 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: 527/1108] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:37:43 2026] GET /v2.0/networks/05a6c3ba-a380-4ad7-8803-4f770e71072e?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: 582/1109] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:37:43 2026] GET /v2.0/networks/05a6c3ba-a380-4ad7-8803-4f770e71072e?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) 2026-04-27 02:37:44.171 8 INFO neutron.services.segments.plugin [-] Segment 9f37915e-438b-41a6-9c9f-dca9072118b4 resource provider aggregate not found 2026-04-27 02:37:44.184 8 INFO neutron.services.segments.plugin [-] Segment 9f37915e-438b-41a6-9c9f-dca9072118b4 resource provider aggregate not found 2026-04-27 02:37:44.194 8 INFO neutron.services.segments.plugin [-] Segment 9f37915e-438b-41a6-9c9f-dca9072118b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f37915e-438b-41a6-9c9f-dca9072118b4 found for delete ", "request_id": "req-ba64f3c3-30fb-4a5e-ae8d-6b4c68fc407e"}]} 2026-04-27 02:37:44.211 8 INFO neutron.services.segments.plugin [-] Segment 9f37915e-438b-41a6-9c9f-dca9072118b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f37915e-438b-41a6-9c9f-dca9072118b4 found for delete ", "request_id": "req-55ec3155-90b3-4ca3-82f7-9342b1fb69cb"}]} [pid: 8|app: 0|req: 528/1110] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:44 2026] GET /v2.0/ports?device_id=4b0d97ea-b5e9-4f75-a72b-53c8cef60dba => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1111] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:37:44 2026] GET /v2.0/security-groups?id=a64ca524-4593-4080-8777-75f3e9e2413b&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:37:45.082 8 INFO neutron.db.segments_db [None req-b0c1358b-0e4b-4d18-9dfa-9ebb558e2e14 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Added segment 1b746658-43e9-45ad-84bc-82d55bb116b6 of type vxlan for network 37c01b55-8c3b-4f69-9a0a-a7d8533c411d [pid: 7|app: 0|req: 584/1112] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:37:45 2026] DELETE /v2.0/security-groups/3979a344-6653-4618-9831-1e4b31c0e847 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:37:45.166 7 INFO neutron.api.v2.resource [None req-cbd5810e-0ac2-4846-82e4-32a65331c823 09adcb4838df4c03965106c5d42d37dd 2a286152c1ad48dd98ad1d528a4cd621 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 585/1113] 10.0.0.86 () {32 vars in 736 bytes} [Mon Apr 27 02:37:45 2026] GET /v2.0/security-groups/3979a344-6653-4618-9831-1e4b31c0e847 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1114] 10.0.0.86 () {34 vars in 670 bytes} [Mon Apr 27 02:37:44 2026] POST /v2.0/networks => generated 744 bytes in 496 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:37:45.259 7 INFO neutron_taas.services.taas.taas_plugin [None req-f2b0e8b1-045f-47bb-b9a6-6c4c96b70456 09adcb4838df4c03965106c5d42d37dd 2a286152c1ad48dd98ad1d528a4cd621 - - default default] TaaS: Handle Delete Port: e4af4e18-8606-4d49-a8af-7158b02e8c0b 2026-04-27 02:37:45.262 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2b0e8b1-045f-47bb-b9a6-6c4c96b70456 09adcb4838df4c03965106c5d42d37dd 2a286152c1ad48dd98ad1d528a4cd621 - - default default] Tap Mirror: Handle Delete Port: e4af4e18-8606-4d49-a8af-7158b02e8c0b [pid: 8|app: 0|req: 530/1115] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:37:45 2026] POST /v2.0/subnets => generated 691 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1116] 10.0.0.86 () {32 vars in 731 bytes} [Mon Apr 27 02:37:45 2026] DELETE /v2.0/floatingips/516e9244-c4f0-44d4-b823-65d6ba6ba544 => generated 0 bytes in 238 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:37:45.446 7 INFO neutron.db.segments_db [None req-cf60ef5c-f1d3-4a79-ad13-3b77d76f38fd 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Added segment ae48962d-a312-4d36-9140-f4f1736d0335 of type vxlan for network 6772b475-4595-4eab-b9f2-7b925af302d8 [pid: 8|app: 0|req: 531/1117] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:37:45 2026] GET /v2.0/security-groups?tenant_id=5e5eeebab54c41148ec3015b0434162c&name=default => generated 2925 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:37:45.706 7 INFO neutron.db.l3_hamode_db [None req-cf60ef5c-f1d3-4a79-ad13-3b77d76f38fd 1604507262464de281a63f54f105dbc2 c29289aa5c934b098c4df141b36445e1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-27 02:37:45.997 8 INFO neutron_taas.services.taas.taas_plugin [None req-497136fc-da0c-4fc8-88ba-277cff7784c3 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: 3d764748-e5ff-4f78-a11c-e3abb43af0da 2026-04-27 02:37:46.001 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-497136fc-da0c-4fc8-88ba-277cff7784c3 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: 3d764748-e5ff-4f78-a11c-e3abb43af0da 2026-04-27 02:37:46.508 7 INFO neutron.db.l3_hamode_db [None req-cf60ef5c-f1d3-4a79-ad13-3b77d76f38fd 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 532/1118] 10.0.0.86 () {34 vars in 788 bytes} [Mon Apr 27 02:37:45 2026] PUT /v2.0/routers/b9317a11-f5ee-4f41-9e7d-a5d278a53d59/remove_router_interface => generated 309 bytes in 950 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1119] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:37:46 2026] DELETE /v2.0/security-groups/de4b08df-03b1-4bee-b4a2-3de4d77bfb5a => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1120] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:46 2026] GET /v2.0/ports?device_id=4b0d97ea-b5e9-4f75-a72b-53c8cef60dba => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:37:46.930 8 INFO neutron_taas.services.taas.taas_plugin [None req-28e5a431-416a-4cd3-a77b-d775dabd18f9 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: 8abfc8f4-ad03-438e-81a7-9e62db5baa43 2026-04-27 02:37:46.935 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28e5a431-416a-4cd3-a77b-d775dabd18f9 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: 8abfc8f4-ad03-438e-81a7-9e62db5baa43 2026-04-27 02:37:47.253 8 INFO neutron_taas.services.taas.taas_plugin [None req-28e5a431-416a-4cd3-a77b-d775dabd18f9 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: 6466d77a-63f8-457c-84ee-fffda99983a7 2026-04-27 02:37:47.255 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28e5a431-416a-4cd3-a77b-d775dabd18f9 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: 6466d77a-63f8-457c-84ee-fffda99983a7 [pid: 7|app: 0|req: 587/1121] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:37:45 2026] POST /v2.0/routers => generated 731 bytes in 2057 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1122] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:37:47 2026] GET /v2.0/security-groups?id=a64ca524-4593-4080-8777-75f3e9e2413b&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-27 02:37:47.619 8 INFO neutron.services.segments.plugin [-] Segment 57b04aab-07e1-46d5-a621-0ac1288a57f3 resource provider aggregate not found 2026-04-27 02:37:47.630 8 INFO neutron.services.segments.plugin [-] Segment 57b04aab-07e1-46d5-a621-0ac1288a57f3 resource provider aggregate not found 2026-04-27 02:37:47.647 8 INFO neutron.services.segments.plugin [-] Segment 57b04aab-07e1-46d5-a621-0ac1288a57f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57b04aab-07e1-46d5-a621-0ac1288a57f3 found for delete ", "request_id": "req-49e4fd59-ed16-4767-a831-0b46d28fb417"}]} 2026-04-27 02:37:47.649 8 INFO neutron.services.segments.plugin [-] Segment 57b04aab-07e1-46d5-a621-0ac1288a57f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57b04aab-07e1-46d5-a621-0ac1288a57f3 found for delete ", "request_id": "req-65a5603a-866e-4307-8737-2f0a4c963602"}]} 2026-04-27 02:37:47.664 8 INFO neutron.db.l3_hamode_db [None req-28e5a431-416a-4cd3-a77b-d775dabd18f9 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] HA network 0bac986e-56eb-4a06-91b2-6ace0bdcfea2 was deleted as no HA routers are present in tenant 2a286152c1ad48dd98ad1d528a4cd621. [pid: 8|app: 0|req: 535/1123] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:37:46 2026] DELETE /v2.0/routers/b9317a11-f5ee-4f41-9e7d-a5d278a53d59 => generated 0 bytes in 930 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1124] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:37:47 2026] DELETE /v2.0/subnets/55a9977d-f5e3-45ac-bc26-6443a2d8ca94 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:37:47.920 8 INFO neutron_taas.services.taas.taas_plugin [None req-6762eee0-1272-47e5-8098-e044dbb0b262 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: aece017c-1a3c-496b-bb9b-a65b9f810acf 2026-04-27 02:37:47.922 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6762eee0-1272-47e5-8098-e044dbb0b262 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: aece017c-1a3c-496b-bb9b-a65b9f810acf [pid: 8|app: 0|req: 537/1125] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:37:47 2026] DELETE /v2.0/networks/dfe09fac-8a2a-4738-88a8-a4ca7ad7c366 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1126] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:37:48 2026] GET /v2.0/security-groups?tenant_id=2a286152c1ad48dd98ad1d528a4cd621&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1127] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:37:48 2026] DELETE /v2.0/security-groups/7a890d9e-0a05-4000-927a-c35874580f74 => 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: 540/1128] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:48 2026] GET /v2.0/ports?device_id=4b0d97ea-b5e9-4f75-a72b-53c8cef60dba => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1129] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:37:48 2026] GET /v2.0/security-groups?id=a64ca524-4593-4080-8777-75f3e9e2413b&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1130] 10.0.0.86 () {34 vars in 782 bytes} [Mon Apr 27 02:37:47 2026] PUT /v2.0/routers/0514fa17-6550-4aa4-be25-47c01f23c559/add_router_interface => generated 309 bytes in 1255 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1131] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:37:48 2026] GET /v2.0/security-groups?tenant_id=ec7e289cb64f4e65bd32320c2cb7abff&name=default => generated 2925 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1132] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:37:49 2026] DELETE /v2.0/security-groups/d7ee6301-952b-463e-974a-cef9474c2855 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1133] 10.0.0.86 () {34 vars in 684 bytes} [Mon Apr 27 02:37:49 2026] POST /v2.0/security-groups => generated 1659 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1134] 10.0.0.86 () {34 vars in 694 bytes} [Mon Apr 27 02:37:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:37:49.673 8 INFO neutron.services.segments.plugin [-] Segment 8b6875c2-f380-4cdd-98cf-d939bfb47b4c resource provider aggregate not found 2026-04-27 02:37:49.674 8 INFO neutron.services.segments.plugin [-] Segment 8b6875c2-f380-4cdd-98cf-d939bfb47b4c resource provider aggregate not found 2026-04-27 02:37:49.692 8 INFO neutron.services.segments.plugin [-] Segment 8b6875c2-f380-4cdd-98cf-d939bfb47b4c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b6875c2-f380-4cdd-98cf-d939bfb47b4c found for delete ", "request_id": "req-5656f652-7b1c-405e-a725-89e50e20e398"}]} 2026-04-27 02:37:49.698 8 INFO neutron.services.segments.plugin [-] Segment 8b6875c2-f380-4cdd-98cf-d939bfb47b4c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b6875c2-f380-4cdd-98cf-d939bfb47b4c found for delete ", "request_id": "req-7e5d5b32-528b-4108-98c1-b1672f5a78e6"}]} [pid: 8|app: 0|req: 544/1135] 10.0.0.86 () {34 vars in 694 bytes} [Mon Apr 27 02:37:49 2026] POST /v2.0/security-group-rules => generated 602 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1136] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:49 2026] GET /v2.0/ports?device_id=4b0d97ea-b5e9-4f75-a72b-53c8cef60dba => 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: 546/1137] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:37:49 2026] GET /v2.0/security-groups?id=a64ca524-4593-4080-8777-75f3e9e2413b&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: 592/1138] 10.0.0.86 () {34 vars in 675 bytes} [Mon Apr 27 02:37:49 2026] POST /v2.0/floatingips => generated 552 bytes in 541 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:37:50.597 8 INFO neutron.db.segments_db [None req-9e341a10-3016-449f-975f-f72a892344bf 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Added segment 47d99482-9ec3-4eee-8f7e-eee5a576f02d of type vxlan for network ab6b9264-e347-4384-b790-8fa877e717c7 [pid: 8|app: 0|req: 547/1139] 10.0.0.86 () {34 vars in 670 bytes} [Mon Apr 27 02:37:50 2026] POST /v2.0/networks => generated 746 bytes in 499 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1140] 10.0.0.110 () {34 vars in 1098 bytes} [Mon Apr 27 02:37:50 2026] GET /v2.0/security-groups?name=tempest-securitygroup--386101838&fields=id&tenant_id=c29289aa5c934b098c4df141b36445e1 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1141] 10.0.0.110 () {34 vars in 982 bytes} [Mon Apr 27 02:37:50 2026] GET /v2.0/networks?id=37c01b55-8c3b-4f69-9a0a-a7d8533c411d => generated 676 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1142] 10.0.0.110 () {34 vars in 965 bytes} [Mon Apr 27 02:37:50 2026] GET /v2.0/quotas/c29289aa5c934b098c4df141b36445e1 => 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: 593/1143] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:37:50 2026] POST /v2.0/subnets => generated 693 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1144] 10.0.0.110 () {34 vars in 1002 bytes} [Mon Apr 27 02:37:50 2026] GET /v2.0/ports?tenant_id=c29289aa5c934b098c4df141b36445e1&fields=id => generated 103 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1145] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:50 2026] GET /v2.0/ports?device_id=4b0d97ea-b5e9-4f75-a72b-53c8cef60dba => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:37:51.038 8 INFO neutron.db.segments_db [None req-22ca2ef0-bd86-4cbb-abd1-4357f9282b96 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Added segment 7ed1023f-adde-44c4-9ad5-5050ea4a001d of type vxlan for network 595a65ca-8034-4fda-9cc1-84866b5fb88c [pid: 7|app: 0|req: 595/1146] 10.0.0.110 () {34 vars in 1008 bytes} [Mon Apr 27 02:37:51 2026] GET /v2.0/networks/37c01b55-8c3b-4f69-9a0a-a7d8533c411d?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: 596/1147] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:37:51 2026] GET /v2.0/security-groups?id=a64ca524-4593-4080-8777-75f3e9e2413b&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1148] 10.0.0.110 () {34 vars in 1108 bytes} [Mon Apr 27 02:37:51 2026] GET /v2.0/networks/37c01b55-8c3b-4f69-9a0a-a7d8533c411d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:37:51.333 8 INFO neutron.db.l3_hamode_db [None req-22ca2ef0-bd86-4cbb-abd1-4357f9282b96 1604507262464de281a63f54f105dbc2 2a9c1160f9f04df9beabd7623d4ec007 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-27 02:37:51.529 7 INFO neutron.db.segments_db [None req-a1b2eadb-7160-4acd-9ebd-1bac675f8d50 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Added segment afbbaf2d-dbe8-4dc7-a0d5-51de1da8f1e1 of type vxlan for network c5709a56-bc2c-49ce-9974-c5822f4fb59e [pid: 7|app: 0|req: 598/1149] 10.0.0.86 () {34 vars in 670 bytes} [Mon Apr 27 02:37:51 2026] POST /v2.0/networks => generated 741 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1150] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:51 2026] GET /v2.0/ports?device_id=40745e0c-4a6f-435f-8cfc-8249d967d958 => 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: 600/1151] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:37:51 2026] POST /v2.0/subnets => generated 688 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:37:51.932 7 INFO neutron.db.segments_db [None req-e2dec36c-968d-49b9-959c-c1bf8475a6ea 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Added segment 55b494dd-454d-4cfe-a3df-84c28e82e8d3 of type vxlan for network 2fc94aea-1b0e-42f6-aed9-8fce15c30174 2026-04-27 02:37:52.188 8 INFO neutron.db.l3_hamode_db [None req-22ca2ef0-bd86-4cbb-abd1-4357f9282b96 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-27 02:37:52.236 7 INFO neutron.db.l3_hamode_db [None req-e2dec36c-968d-49b9-959c-c1bf8475a6ea 1604507262464de281a63f54f105dbc2 7fccdda747884526b655e5bed49959d0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 552/1152] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:37:50 2026] POST /v2.0/routers => generated 733 bytes in 2007 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1153] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:52 2026] GET /v2.0/ports?device_id=4b0d97ea-b5e9-4f75-a72b-53c8cef60dba => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1154] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:53 2026] GET /v2.0/ports?device_id=40745e0c-4a6f-435f-8cfc-8249d967d958 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:37:53.323 7 INFO neutron.db.l3_hamode_db [None req-e2dec36c-968d-49b9-959c-c1bf8475a6ea 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 601/1155] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:37:51 2026] POST /v2.0/routers => generated 728 bytes in 2372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1156] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:37:54 2026] GET /v2.0/security-groups?id=a64ca524-4593-4080-8777-75f3e9e2413b&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1159] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:54 2026] GET /v2.0/ports?device_id=40745e0c-4a6f-435f-8cfc-8249d967d958 => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1160] 10.0.0.86 () {34 vars in 782 bytes} [Mon Apr 27 02:37:53 2026] PUT /v2.0/routers/1813e4ab-8b38-4e18-bcbe-2287ae706c70/add_router_interface => generated 309 bytes in 1404 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1161] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:55 2026] GET /v2.0/ports?device_id=40745e0c-4a6f-435f-8cfc-8249d967d958 => 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: 557/1162] 10.0.0.110 () {34 vars in 982 bytes} [Mon Apr 27 02:37:55 2026] GET /v2.0/networks?id=ab6b9264-e347-4384-b790-8fa877e717c7 => generated 678 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1163] 10.0.0.110 () {34 vars in 965 bytes} [Mon Apr 27 02:37:55 2026] GET /v2.0/quotas/2a9c1160f9f04df9beabd7623d4ec007 => 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: 606/1164] 10.0.0.86 () {34 vars in 782 bytes} [Mon Apr 27 02:37:54 2026] PUT /v2.0/routers/d8276b1f-964c-476d-8cdc-96dc96b82d6e/add_router_interface => generated 309 bytes in 1228 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1165] 10.0.0.110 () {34 vars in 1002 bytes} [Mon Apr 27 02:37:55 2026] GET /v2.0/ports?tenant_id=2a9c1160f9f04df9beabd7623d4ec007&fields=id => generated 103 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1166] 199.204.45.72 () {34 vars in 985 bytes} [Mon Apr 27 02:37:55 2026] GET /v2.0/networks?id=37c01b55-8c3b-4f69-9a0a-a7d8533c411d => generated 676 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1167] 10.0.0.110 () {34 vars in 1008 bytes} [Mon Apr 27 02:37:55 2026] GET /v2.0/networks/ab6b9264-e347-4384-b790-8fa877e717c7?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: 608/1168] 199.204.45.72 () {34 vars in 1049 bytes} [Mon Apr 27 02:37:55 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c29289aa5c934b098c4df141b36445e1 => generated 180 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1169] 10.0.0.110 () {34 vars in 1108 bytes} [Mon Apr 27 02:37:55 2026] GET /v2.0/networks/ab6b9264-e347-4384-b790-8fa877e717c7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1170] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:55 2026] GET /v2.0/ports?device_id=84ead200-df7e-425b-b7a3-632454ac9ef6 => 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: 609/1171] 199.204.45.72 () {38 vars in 954 bytes} [Mon Apr 27 02:37:55 2026] POST /v2.0/ports => generated 954 bytes in 436 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: 610/1172] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:56 2026] GET /v2.0/ports?device_id=40745e0c-4a6f-435f-8cfc-8249d967d958 => 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: 611/1173] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:37:56 2026] GET /v2.0/security-groups?id=e6564292-ba3d-4cee-837d-12e85513b684&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1174] 199.204.45.72 () {38 vars in 1027 bytes} [Mon Apr 27 02:37:56 2026] PUT /v2.0/ports/8759f09a-da2b-4c0b-b492-0787012aeed4 => generated 1235 bytes in 434 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:37:56.617 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ae3d6733-ce24-4f34-a424-9affc607b5ca'] response: {'name': 'network-changed', 'server_uuid': '40745e0c-4a6f-435f-8cfc-8249d967d958', 'tag': '8759f09a-da2b-4c0b-b492-0787012aeed4', '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: 612/1175] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:57 2026] GET /v2.0/ports?device_id=84ead200-df7e-425b-b7a3-632454ac9ef6 => 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: 564/1176] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:37:57 2026] GET /v2.0/ports?tenant_id=c29289aa5c934b098c4df141b36445e1&device_id=40745e0c-4a6f-435f-8cfc-8249d967d958 => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1177] 199.204.45.72 () {34 vars in 1017 bytes} [Mon Apr 27 02:37:57 2026] GET /v2.0/networks?tenant_id=c29289aa5c934b098c4df141b36445e1&shared=False => generated 772 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1178] 199.204.45.72 () {34 vars in 929 bytes} [Mon Apr 27 02:37:57 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1179] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:57 2026] GET /v2.0/ports?device_id=40745e0c-4a6f-435f-8cfc-8249d967d958 => 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: 566/1180] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:37:57 2026] GET /v2.0/security-groups?id=e6564292-ba3d-4cee-837d-12e85513b684&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: 615/1181] 10.0.0.110 () {34 vars in 982 bytes} [Mon Apr 27 02:37:57 2026] GET /v2.0/networks?id=c5709a56-bc2c-49ce-9974-c5822f4fb59e => generated 673 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1182] 10.0.0.110 () {34 vars in 965 bytes} [Mon Apr 27 02:37:57 2026] GET /v2.0/quotas/7fccdda747884526b655e5bed49959d0 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1183] 10.0.0.110 () {34 vars in 1002 bytes} [Mon Apr 27 02:37:57 2026] GET /v2.0/ports?tenant_id=7fccdda747884526b655e5bed49959d0&fields=id => generated 57 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1184] 10.0.0.110 () {34 vars in 1008 bytes} [Mon Apr 27 02:37:57 2026] GET /v2.0/networks/c5709a56-bc2c-49ce-9974-c5822f4fb59e?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: 617/1185] 10.0.0.110 () {34 vars in 1108 bytes} [Mon Apr 27 02:37:58 2026] GET /v2.0/networks/c5709a56-bc2c-49ce-9974-c5822f4fb59e?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: 618/1186] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:58 2026] GET /v2.0/ports?device_id=84ead200-df7e-425b-b7a3-632454ac9ef6 => 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: 619/1187] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:37:58 2026] GET /v2.0/ports?tenant_id=c29289aa5c934b098c4df141b36445e1&device_id=40745e0c-4a6f-435f-8cfc-8249d967d958 => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1188] 199.204.45.72 () {34 vars in 1057 bytes} [Mon Apr 27 02:37:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=8759f09a-da2b-4c0b-b492-0787012aeed4 => 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: 621/1189] 199.204.45.72 () {34 vars in 983 bytes} [Mon Apr 27 02:37:58 2026] GET /v2.0/subnets?id=a6ef28c6-3625-4066-bd3c-9ddbca556435 => generated 694 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1190] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:37:58 2026] GET /v2.0/ports?network_id=37c01b55-8c3b-4f69-9a0a-a7d8533c411d&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: 623/1191] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:37:58 2026] GET /v2.0/networks/37c01b55-8c3b-4f69-9a0a-a7d8533c411d?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1192] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:37:58 2026] GET /v2.0/networks/37c01b55-8c3b-4f69-9a0a-a7d8533c411d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1193] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:58 2026] GET /v2.0/ports?device_id=e07136a0-5889-4529-828f-a80d071c1a34 => generated 12 bytes in 358 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1194] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:58 2026] GET /v2.0/ports?device_id=40745e0c-4a6f-435f-8cfc-8249d967d958 => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1195] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:37:58 2026] GET /v2.0/security-groups?id=e6564292-ba3d-4cee-837d-12e85513b684&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: 626/1196] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:59 2026] GET /v2.0/ports?device_id=84ead200-df7e-425b-b7a3-632454ac9ef6 => generated 12 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1197] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:59 2026] GET /v2.0/ports?device_id=e07136a0-5889-4529-828f-a80d071c1a34 => 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/1198] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:37:59 2026] GET /v2.0/ports?device_id=40745e0c-4a6f-435f-8cfc-8249d967d958 => generated 969 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1199] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:38:00 2026] GET /v2.0/security-groups?id=e6564292-ba3d-4cee-837d-12e85513b684&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1200] 199.204.45.72 () {34 vars in 985 bytes} [Mon Apr 27 02:38:00 2026] GET /v2.0/networks?id=ab6b9264-e347-4384-b790-8fa877e717c7 => generated 678 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1201] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:00 2026] GET /v2.0/ports?device_id=84ead200-df7e-425b-b7a3-632454ac9ef6 => 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: 630/1202] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:00 2026] GET /v2.0/ports?device_id=e07136a0-5889-4529-828f-a80d071c1a34 => 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: 573/1203] 199.204.45.72 () {38 vars in 954 bytes} [Mon Apr 27 02:38:00 2026] POST /v2.0/ports => generated 954 bytes in 527 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: 574/1204] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:01 2026] GET /v2.0/ports?device_id=40745e0c-4a6f-435f-8cfc-8249d967d958 => generated 969 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1205] 199.204.45.72 () {38 vars in 1027 bytes} [Mon Apr 27 02:38:00 2026] PUT /v2.0/ports/49d942e9-3381-4220-bc7b-8aab2c02ec1b => generated 1235 bytes in 481 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1206] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:38:01 2026] GET /v2.0/security-groups?id=e6564292-ba3d-4cee-837d-12e85513b684&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:38:01.305 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ef50005e-c3a8-46d9-a98d-ed9ab0880a26'] response: {'name': 'network-changed', 'server_uuid': '84ead200-df7e-425b-b7a3-632454ac9ef6', 'tag': '49d942e9-3381-4220-bc7b-8aab2c02ec1b', '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: 632/1207] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:01 2026] GET /v2.0/ports?device_id=84ead200-df7e-425b-b7a3-632454ac9ef6 => generated 969 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1208] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:38:01 2026] GET /v2.0/security-groups?id=9079c7d3-ec84-4bfb-9ff7-8abc3000139c&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1209] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:01 2026] GET /v2.0/ports?device_id=e07136a0-5889-4529-828f-a80d071c1a34 => 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: 577/1210] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:38:01 2026] GET /v2.0/ports?tenant_id=2a9c1160f9f04df9beabd7623d4ec007&device_id=84ead200-df7e-425b-b7a3-632454ac9ef6 => generated 1238 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1211] 199.204.45.72 () {34 vars in 1017 bytes} [Mon Apr 27 02:38:01 2026] GET /v2.0/networks?tenant_id=2a9c1160f9f04df9beabd7623d4ec007&shared=False => generated 774 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1212] 199.204.45.72 () {34 vars in 929 bytes} [Mon Apr 27 02:38:01 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: 7|app: 0|req: 635/1213] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:02 2026] GET /v2.0/ports?device_id=40745e0c-4a6f-435f-8cfc-8249d967d958 => generated 971 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1214] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:38:02 2026] GET /v2.0/security-groups?id=e6564292-ba3d-4cee-837d-12e85513b684&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: 636/1215] 199.204.45.72 () {34 vars in 985 bytes} [Mon Apr 27 02:38:02 2026] GET /v2.0/networks?id=c5709a56-bc2c-49ce-9974-c5822f4fb59e => generated 673 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1216] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:02 2026] GET /v2.0/ports?device_id=84ead200-df7e-425b-b7a3-632454ac9ef6 => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1217] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:38:02 2026] GET /v2.0/security-groups?id=9079c7d3-ec84-4bfb-9ff7-8abc3000139c&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1218] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:02 2026] GET /v2.0/ports?device_id=e07136a0-5889-4529-828f-a80d071c1a34 => generated 957 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1219] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:38:02 2026] GET /v2.0/security-groups?id=8d5b6894-12f0-468a-8138-f3f7dc74c373&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: 580/1220] 199.204.45.72 () {38 vars in 954 bytes} [Mon Apr 27 02:38:02 2026] POST /v2.0/ports => generated 954 bytes in 456 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: 641/1221] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:38:03 2026] GET /v2.0/ports?tenant_id=2a9c1160f9f04df9beabd7623d4ec007&device_id=84ead200-df7e-425b-b7a3-632454ac9ef6 => 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: 642/1222] 199.204.45.72 () {34 vars in 1057 bytes} [Mon Apr 27 02:38:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=49d942e9-3381-4220-bc7b-8aab2c02ec1b => 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: 643/1223] 199.204.45.72 () {34 vars in 983 bytes} [Mon Apr 27 02:38:03 2026] GET /v2.0/subnets?id=1ee052e7-99f1-4523-ad6b-bbff8657ca1d => generated 696 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1224] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:38:03 2026] GET /v2.0/ports?network_id=ab6b9264-e347-4384-b790-8fa877e717c7&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: 645/1225] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:38:03 2026] GET /v2.0/networks/ab6b9264-e347-4384-b790-8fa877e717c7?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: 646/1226] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:38:03 2026] GET /v2.0/networks/ab6b9264-e347-4384-b790-8fa877e717c7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1227] 199.204.45.72 () {38 vars in 1027 bytes} [Mon Apr 27 02:38:03 2026] PUT /v2.0/ports/6a55ad05-75e4-4dd1-b4b8-022d5d33b918 => generated 1235 bytes in 535 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:38:03.584 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-343c81d0-b6b1-4d63-813b-44a83b04294c'] response: {'name': 'network-changed', 'server_uuid': 'e07136a0-5889-4529-828f-a80d071c1a34', 'tag': '6a55ad05-75e4-4dd1-b4b8-022d5d33b918', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 647/1228] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:03 2026] GET /v2.0/ports?device_id=40745e0c-4a6f-435f-8cfc-8249d967d958 => generated 971 bytes in 53 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: 582/1229] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:38:03 2026] GET /v2.0/security-groups?id=e6564292-ba3d-4cee-837d-12e85513b684&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: 648/1230] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:03 2026] GET /v2.0/ports?device_id=40745e0c-4a6f-435f-8cfc-8249d967d958 => 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: 649/1231] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:03 2026] GET /v2.0/ports?device_id=84ead200-df7e-425b-b7a3-632454ac9ef6 => 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: 650/1232] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:38:04 2026] GET /v2.0/security-groups?id=9079c7d3-ec84-4bfb-9ff7-8abc3000139c&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:38:04.089 8 INFO neutron.db.l3_db [None req-5f407523-9440-4ab4-af1c-d9b0f9f4c881 be21747121d7429f8bd8bface586583a c29289aa5c934b098c4df141b36445e1 - - default default] Floating IP 88f39562-1129-4345-afb1-c0f60aa8fa57 associated. External IP: 10.96.250.220, port: 8759f09a-da2b-4c0b-b492-0787012aeed4. [pid: 7|app: 0|req: 651/1233] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:04 2026] GET /v2.0/ports?device_id=e07136a0-5889-4529-828f-a80d071c1a34 => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1234] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:38:04 2026] GET /v2.0/ports?tenant_id=7fccdda747884526b655e5bed49959d0&device_id=e07136a0-5889-4529-828f-a80d071c1a34 => generated 1238 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1235] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:38:04 2026] GET /v2.0/security-groups?id=8d5b6894-12f0-468a-8138-f3f7dc74c373&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1236] 199.204.45.72 () {34 vars in 1017 bytes} [Mon Apr 27 02:38:04 2026] GET /v2.0/networks?tenant_id=7fccdda747884526b655e5bed49959d0&shared=False => generated 769 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1237] 199.204.45.72 () {34 vars in 929 bytes} [Mon Apr 27 02:38:04 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1238] 10.0.0.86 () {34 vars in 748 bytes} [Mon Apr 27 02:38:03 2026] PUT /v2.0/floatingips/88f39562-1129-4345-afb1-c0f60aa8fa57 => generated 855 bytes in 697 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1239] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:04 2026] GET /v2.0/ports?device_id=40745e0c-4a6f-435f-8cfc-8249d967d958 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1240] 10.0.0.183 () {34 vars in 990 bytes} [Mon Apr 27 02:38:04 2026] GET /v2.0/ports?device_id=4b0d97ea-b5e9-4f75-a72b-53c8cef60dba => generated 1240 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1241] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:38:04 2026] GET /v2.0/security-groups?id=e6564292-ba3d-4cee-837d-12e85513b684&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: 585/1242] 10.0.0.183 () {34 vars in 1040 bytes} [Mon Apr 27 02:38:04 2026] GET /v2.0/security-groups?id=a64ca524-4593-4080-8777-75f3e9e2413b&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1243] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:04 2026] GET /v2.0/ports?device_id=40745e0c-4a6f-435f-8cfc-8249d967d958 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1244] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:38:04 2026] GET /v2.0/security-groups?id=e6564292-ba3d-4cee-837d-12e85513b684&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1245] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:05 2026] GET /v2.0/ports?device_id=84ead200-df7e-425b-b7a3-632454ac9ef6 => 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: 587/1246] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:38:05 2026] GET /v2.0/security-groups?id=9079c7d3-ec84-4bfb-9ff7-8abc3000139c&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: 660/1247] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:05 2026] GET /v2.0/ports?device_id=e07136a0-5889-4529-828f-a80d071c1a34 => 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: 588/1248] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:38:05 2026] GET /v2.0/security-groups?id=8d5b6894-12f0-468a-8138-f3f7dc74c373&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1249] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:38:05 2026] GET /v2.0/ports?tenant_id=7fccdda747884526b655e5bed49959d0&device_id=e07136a0-5889-4529-828f-a80d071c1a34 => generated 1238 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1250] 199.204.45.72 () {34 vars in 1057 bytes} [Mon Apr 27 02:38:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=6a55ad05-75e4-4dd1-b4b8-022d5d33b918 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1251] 199.204.45.72 () {34 vars in 983 bytes} [Mon Apr 27 02:38:05 2026] GET /v2.0/subnets?id=a25c0850-abe0-4f74-bd7b-0eb5f331b5a6 => generated 691 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1252] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:38:05 2026] GET /v2.0/ports?network_id=c5709a56-bc2c-49ce-9974-c5822f4fb59e&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: 7|app: 0|req: 663/1253] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:38:05 2026] GET /v2.0/networks/c5709a56-bc2c-49ce-9974-c5822f4fb59e?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:38:05.626 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-979a0886-7b13-477c-9acc-0e221e284df4'] response: {'name': 'network-changed', 'server_uuid': '40745e0c-4a6f-435f-8cfc-8249d967d958', 'tag': '8759f09a-da2b-4c0b-b492-0787012aeed4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 591/1254] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:38:05 2026] GET /v2.0/networks/c5709a56-bc2c-49ce-9974-c5822f4fb59e?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: 664/1255] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:05 2026] GET /v2.0/ports?device_id=40745e0c-4a6f-435f-8cfc-8249d967d958 => 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: 592/1256] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:38:06 2026] GET /v2.0/security-groups?id=e6564292-ba3d-4cee-837d-12e85513b684&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: 665/1257] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:38:06 2026] GET /v2.0/ports?tenant_id=c29289aa5c934b098c4df141b36445e1&device_id=40745e0c-4a6f-435f-8cfc-8249d967d958 => 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: 593/1258] 199.204.45.72 () {34 vars in 985 bytes} [Mon Apr 27 02:38:06 2026] GET /v2.0/networks?id=37c01b55-8c3b-4f69-9a0a-a7d8533c411d => 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: 666/1259] 199.204.45.72 () {34 vars in 1057 bytes} [Mon Apr 27 02:38:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=8759f09a-da2b-4c0b-b492-0787012aeed4 => generated 860 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1260] 199.204.45.72 () {34 vars in 983 bytes} [Mon Apr 27 02:38:06 2026] GET /v2.0/subnets?id=a6ef28c6-3625-4066-bd3c-9ddbca556435 => generated 694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1261] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:06 2026] GET /v2.0/ports?device_id=84ead200-df7e-425b-b7a3-632454ac9ef6 => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1262] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:38:06 2026] GET /v2.0/security-groups?id=9079c7d3-ec84-4bfb-9ff7-8abc3000139c&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1263] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:38:06 2026] GET /v2.0/ports?network_id=37c01b55-8c3b-4f69-9a0a-a7d8533c411d&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1264] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:38:06 2026] GET /v2.0/networks/37c01b55-8c3b-4f69-9a0a-a7d8533c411d?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: 597/1265] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:06 2026] GET /v2.0/ports?device_id=e07136a0-5889-4529-828f-a80d071c1a34 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1266] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:38:06 2026] GET /v2.0/networks/37c01b55-8c3b-4f69-9a0a-a7d8533c411d?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: 598/1267] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:38:06 2026] GET /v2.0/security-groups?id=8d5b6894-12f0-468a-8138-f3f7dc74c373&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1268] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:07 2026] GET /v2.0/ports?device_id=40745e0c-4a6f-435f-8cfc-8249d967d958 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1269] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:38:07 2026] GET /v2.0/security-groups?id=e6564292-ba3d-4cee-837d-12e85513b684&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: 671/1270] 199.204.45.72 () {34 vars in 993 bytes} [Mon Apr 27 02:38:07 2026] GET /v2.0/ports?device_id=40745e0c-4a6f-435f-8cfc-8249d967d958 => 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: 672/1271] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:07 2026] GET /v2.0/ports?device_id=84ead200-df7e-425b-b7a3-632454ac9ef6 => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:38:07.510 8 INFO neutron_taas.services.taas.taas_plugin [req-6bd1eab4-babc-460d-9d54-ede57dc970d2 req-6ad61d43-868c-4282-b8d5-0489284f1791 be21747121d7429f8bd8bface586583a c29289aa5c934b098c4df141b36445e1 - - default default] TaaS: Handle Delete Port: 8759f09a-da2b-4c0b-b492-0787012aeed4 2026-04-27 02:38:07.513 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6bd1eab4-babc-460d-9d54-ede57dc970d2 req-6ad61d43-868c-4282-b8d5-0489284f1791 be21747121d7429f8bd8bface586583a c29289aa5c934b098c4df141b36445e1 - - default default] Tap Mirror: Handle Delete Port: 8759f09a-da2b-4c0b-b492-0787012aeed4 [pid: 7|app: 0|req: 673/1272] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:38:07 2026] GET /v2.0/security-groups?id=9079c7d3-ec84-4bfb-9ff7-8abc3000139c&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1273] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:07 2026] GET /v2.0/ports?device_id=e07136a0-5889-4529-828f-a80d071c1a34 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1274] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:38:07 2026] GET /v2.0/security-groups?id=8d5b6894-12f0-468a-8138-f3f7dc74c373&fields=id&fields=name => generated 88 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:38:07.671 8 INFO neutron.db.l3_db [req-6bd1eab4-babc-460d-9d54-ede57dc970d2 req-6ad61d43-868c-4282-b8d5-0489284f1791 be21747121d7429f8bd8bface586583a c29289aa5c934b098c4df141b36445e1 - - default default] Floating IP 88f39562-1129-4345-afb1-c0f60aa8fa57 disassociated. External IP: 10.96.250.220, port: 8759f09a-da2b-4c0b-b492-0787012aeed4. [pid: 8|app: 0|req: 600/1275] 199.204.45.72 () {36 vars in 996 bytes} [Mon Apr 27 02:38:07 2026] DELETE /v2.0/ports/8759f09a-da2b-4c0b-b492-0787012aeed4 => generated 0 bytes in 729 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:38:08.100 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a0925f7d-3d89-4630-a92b-be918e53c1ac'] response: {'server_uuid': '40745e0c-4a6f-435f-8cfc-8249d967d958', 'name': 'network-vif-deleted', 'tag': '8759f09a-da2b-4c0b-b492-0787012aeed4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 676/1276] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:08 2026] GET /v2.0/ports?device_id=40745e0c-4a6f-435f-8cfc-8249d967d958 => 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: 602/1279] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:08 2026] GET /v2.0/ports?device_id=84ead200-df7e-425b-b7a3-632454ac9ef6 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1280] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:38:08 2026] GET /v2.0/security-groups?id=9079c7d3-ec84-4bfb-9ff7-8abc3000139c&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1281] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:08 2026] GET /v2.0/ports?device_id=e07136a0-5889-4529-828f-a80d071c1a34 => 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: 679/1282] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:38:08 2026] GET /v2.0/security-groups?id=8d5b6894-12f0-468a-8138-f3f7dc74c373&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1283] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:08 2026] GET /v2.0/ports?device_id=84ead200-df7e-425b-b7a3-632454ac9ef6 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1284] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:38:09 2026] GET /v2.0/security-groups?id=9079c7d3-ec84-4bfb-9ff7-8abc3000139c&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1285] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:09 2026] GET /v2.0/ports?device_id=40745e0c-4a6f-435f-8cfc-8249d967d958 => 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: 681/1286] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:09 2026] GET /v2.0/ports?device_id=e07136a0-5889-4529-828f-a80d071c1a34 => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1287] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:38:09 2026] GET /v2.0/security-groups?id=8d5b6894-12f0-468a-8138-f3f7dc74c373&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: 682/1288] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:10 2026] GET /v2.0/ports?device_id=84ead200-df7e-425b-b7a3-632454ac9ef6 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1289] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:38:10 2026] GET /v2.0/security-groups?id=9079c7d3-ec84-4bfb-9ff7-8abc3000139c&fields=id&fields=name => generated 88 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1290] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:10 2026] GET /v2.0/ports?device_id=40745e0c-4a6f-435f-8cfc-8249d967d958 => 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: 608/1291] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:11 2026] GET /v2.0/ports?device_id=e07136a0-5889-4529-828f-a80d071c1a34 => 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: 684/1292] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:38:11 2026] GET /v2.0/security-groups?id=8d5b6894-12f0-468a-8138-f3f7dc74c373&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: 609/1293] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:11 2026] GET /v2.0/ports?device_id=84ead200-df7e-425b-b7a3-632454ac9ef6 => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1294] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:38:11 2026] GET /v2.0/security-groups?id=9079c7d3-ec84-4bfb-9ff7-8abc3000139c&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1295] 199.204.45.72 () {34 vars in 993 bytes} [Mon Apr 27 02:38:11 2026] GET /v2.0/ports?device_id=84ead200-df7e-425b-b7a3-632454ac9ef6 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:38:11.649 7 INFO neutron_taas.services.taas.taas_plugin [req-13cc8b15-a518-4c11-9361-0781674ba4e3 req-084b2818-8ac4-4340-982d-c32eaf6394d5 8fb309ee86934763b1e37174f39140a1 2a9c1160f9f04df9beabd7623d4ec007 - - default default] TaaS: Handle Delete Port: 49d942e9-3381-4220-bc7b-8aab2c02ec1b 2026-04-27 02:38:11.662 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-13cc8b15-a518-4c11-9361-0781674ba4e3 req-084b2818-8ac4-4340-982d-c32eaf6394d5 8fb309ee86934763b1e37174f39140a1 2a9c1160f9f04df9beabd7623d4ec007 - - default default] Tap Mirror: Handle Delete Port: 49d942e9-3381-4220-bc7b-8aab2c02ec1b [pid: 8|app: 0|req: 611/1296] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:38:11 2026] DELETE /v2.0/security-groups/e6564292-ba3d-4cee-837d-12e85513b684 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:38:11.771 8 INFO neutron.api.v2.resource [None req-8c2a6cd7-21de-4ddf-830b-80078a3eb0f5 be21747121d7429f8bd8bface586583a c29289aa5c934b098c4df141b36445e1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 612/1297] 10.0.0.86 () {32 vars in 736 bytes} [Mon Apr 27 02:38:11 2026] GET /v2.0/security-groups/e6564292-ba3d-4cee-837d-12e85513b684 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1298] 199.204.45.72 () {36 vars in 996 bytes} [Mon Apr 27 02:38:11 2026] DELETE /v2.0/ports/49d942e9-3381-4220-bc7b-8aab2c02ec1b => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:38:11.839 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-600de174-1211-42f0-a324-221e00c94a36'] response: {'server_uuid': '84ead200-df7e-425b-b7a3-632454ac9ef6', 'name': 'network-vif-deleted', 'tag': '49d942e9-3381-4220-bc7b-8aab2c02ec1b', 'status': 'completed', 'code': 200} 2026-04-27 02:38:11.887 8 INFO neutron_taas.services.taas.taas_plugin [None req-5ef14b30-1b33-42f2-8e0d-b85d803c9176 be21747121d7429f8bd8bface586583a c29289aa5c934b098c4df141b36445e1 - - default default] TaaS: Handle Delete Port: 7b4f1faf-7c3d-4da2-9f49-b1fd062a9764 2026-04-27 02:38:11.890 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ef14b30-1b33-42f2-8e0d-b85d803c9176 be21747121d7429f8bd8bface586583a c29289aa5c934b098c4df141b36445e1 - - default default] Tap Mirror: Handle Delete Port: 7b4f1faf-7c3d-4da2-9f49-b1fd062a9764 [pid: 8|app: 0|req: 613/1299] 10.0.0.86 () {32 vars in 731 bytes} [Mon Apr 27 02:38:11 2026] DELETE /v2.0/floatingips/88f39562-1129-4345-afb1-c0f60aa8fa57 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:38:12.467 7 INFO neutron_taas.services.taas.taas_plugin [None req-55104ea8-94e5-49e4-a5cc-74d015fe3f87 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: c3ceefd3-7f63-47e3-a892-dfdacc76b4bf 2026-04-27 02:38:12.469 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55104ea8-94e5-49e4-a5cc-74d015fe3f87 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: c3ceefd3-7f63-47e3-a892-dfdacc76b4bf [pid: 8|app: 0|req: 614/1300] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:12 2026] GET /v2.0/ports?device_id=84ead200-df7e-425b-b7a3-632454ac9ef6 => 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: 615/1301] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:12 2026] GET /v2.0/ports?device_id=e07136a0-5889-4529-828f-a80d071c1a34 => 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: 616/1302] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:38:12 2026] GET /v2.0/security-groups?id=8d5b6894-12f0-468a-8138-f3f7dc74c373&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1303] 10.0.0.86 () {34 vars in 788 bytes} [Mon Apr 27 02:38:12 2026] PUT /v2.0/routers/0514fa17-6550-4aa4-be25-47c01f23c559/remove_router_interface => generated 309 bytes in 921 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:38:13.231 8 INFO neutron_taas.services.taas.taas_plugin [None req-513ca547-73e6-46e8-8588-7c686896d346 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: 79476684-9c2d-4805-bccf-256a947ea7d3 2026-04-27 02:38:13.234 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-513ca547-73e6-46e8-8588-7c686896d346 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: 79476684-9c2d-4805-bccf-256a947ea7d3 2026-04-27 02:38:13.494 8 INFO neutron_taas.services.taas.taas_plugin [None req-513ca547-73e6-46e8-8588-7c686896d346 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: 1149ef67-c94c-4d29-a6f7-f18b8943a1d7 2026-04-27 02:38:13.497 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-513ca547-73e6-46e8-8588-7c686896d346 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: 1149ef67-c94c-4d29-a6f7-f18b8943a1d7 [pid: 7|app: 0|req: 688/1304] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:13 2026] GET /v2.0/ports?device_id=84ead200-df7e-425b-b7a3-632454ac9ef6 => 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: 689/1305] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:13 2026] GET /v2.0/ports?device_id=e07136a0-5889-4529-828f-a80d071c1a34 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1306] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:38:13 2026] GET /v2.0/security-groups?id=8d5b6894-12f0-468a-8138-f3f7dc74c373&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:38:13.856 8 INFO neutron.services.segments.plugin [-] Segment ae48962d-a312-4d36-9140-f4f1736d0335 resource provider aggregate not found 2026-04-27 02:38:13.867 8 INFO neutron.services.segments.plugin [-] Segment ae48962d-a312-4d36-9140-f4f1736d0335 resource provider aggregate not found 2026-04-27 02:38:13.876 8 INFO neutron.services.segments.plugin [-] Segment ae48962d-a312-4d36-9140-f4f1736d0335 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae48962d-a312-4d36-9140-f4f1736d0335 found for delete ", "request_id": "req-26915e65-a92a-493d-82ae-38aadfd62ac3"}]} 2026-04-27 02:38:13.888 8 INFO neutron.services.segments.plugin [-] Segment ae48962d-a312-4d36-9140-f4f1736d0335 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae48962d-a312-4d36-9140-f4f1736d0335 found for delete ", "request_id": "req-41ed7607-0337-4d5c-a92e-05ea656bef89"}]} 2026-04-27 02:38:13.889 8 INFO neutron.db.l3_hamode_db [None req-513ca547-73e6-46e8-8588-7c686896d346 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] HA network 6772b475-4595-4eab-b9f2-7b925af302d8 was deleted as no HA routers are present in tenant c29289aa5c934b098c4df141b36445e1. [pid: 8|app: 0|req: 617/1307] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:38:13 2026] DELETE /v2.0/routers/0514fa17-6550-4aa4-be25-47c01f23c559 => generated 0 bytes in 883 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1308] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:38:13 2026] DELETE /v2.0/subnets/a6ef28c6-3625-4066-bd3c-9ddbca556435 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:38:14.141 8 INFO neutron_taas.services.taas.taas_plugin [None req-2045f747-4dd4-4683-bf70-ad3707ae8bcd 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: 08f1669f-db20-4ef5-a9ca-74ab015ffa1f 2026-04-27 02:38:14.144 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2045f747-4dd4-4683-bf70-ad3707ae8bcd 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: 08f1669f-db20-4ef5-a9ca-74ab015ffa1f [pid: 8|app: 0|req: 618/1309] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:38:14 2026] DELETE /v2.0/networks/37c01b55-8c3b-4f69-9a0a-a7d8533c411d => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1310] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:38:14 2026] GET /v2.0/security-groups?tenant_id=c29289aa5c934b098c4df141b36445e1&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1311] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:38:14 2026] DELETE /v2.0/security-groups/a400835a-4af9-4b82-b5e0-84eda68e17f8 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1312] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:14 2026] GET /v2.0/ports?device_id=84ead200-df7e-425b-b7a3-632454ac9ef6 => 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: 620/1313] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:14 2026] GET /v2.0/ports?device_id=e07136a0-5889-4529-828f-a80d071c1a34 => 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: 694/1314] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:38:14 2026] GET /v2.0/security-groups?id=8d5b6894-12f0-468a-8138-f3f7dc74c373&fields=id&fields=name => generated 88 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1315] 199.204.45.72 () {34 vars in 993 bytes} [Mon Apr 27 02:38:14 2026] GET /v2.0/ports?device_id=e07136a0-5889-4529-828f-a80d071c1a34 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:38:15.177 7 INFO neutron_taas.services.taas.taas_plugin [req-953a605f-2f19-473b-9503-31d8ad3961bd req-9d05f2cc-5b18-4da6-87eb-ef1a8ade73d1 be7c712781234f6ea4ae0980bad70472 7fccdda747884526b655e5bed49959d0 - - default default] TaaS: Handle Delete Port: 6a55ad05-75e4-4dd1-b4b8-022d5d33b918 2026-04-27 02:38:15.181 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-953a605f-2f19-473b-9503-31d8ad3961bd req-9d05f2cc-5b18-4da6-87eb-ef1a8ade73d1 be7c712781234f6ea4ae0980bad70472 7fccdda747884526b655e5bed49959d0 - - default default] Tap Mirror: Handle Delete Port: 6a55ad05-75e4-4dd1-b4b8-022d5d33b918 [pid: 7|app: 0|req: 695/1316] 199.204.45.72 () {36 vars in 996 bytes} [Mon Apr 27 02:38:15 2026] DELETE /v2.0/ports/6a55ad05-75e4-4dd1-b4b8-022d5d33b918 => generated 0 bytes in 329 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:38:15.406 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-904cd78c-b1f2-48c1-91c1-c52214701bd0'] response: {'server_uuid': 'e07136a0-5889-4529-828f-a80d071c1a34', 'name': 'network-vif-deleted', 'tag': '6a55ad05-75e4-4dd1-b4b8-022d5d33b918', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 622/1317] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:15 2026] GET /v2.0/ports?device_id=4b0d97ea-b5e9-4f75-a72b-53c8cef60dba => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:38:15.901 8 INFO neutron.services.segments.plugin [-] Segment 1b746658-43e9-45ad-84bc-82d55bb116b6 resource provider aggregate not found 2026-04-27 02:38:15.913 8 INFO neutron.services.segments.plugin [-] Segment 1b746658-43e9-45ad-84bc-82d55bb116b6 resource provider aggregate not found 2026-04-27 02:38:15.923 8 INFO neutron.services.segments.plugin [-] Segment 1b746658-43e9-45ad-84bc-82d55bb116b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b746658-43e9-45ad-84bc-82d55bb116b6 found for delete ", "request_id": "req-08f927ff-8d7e-4e83-8369-562d51d1f45e"}]} 2026-04-27 02:38:15.932 8 INFO neutron.services.segments.plugin [-] Segment 1b746658-43e9-45ad-84bc-82d55bb116b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b746658-43e9-45ad-84bc-82d55bb116b6 found for delete ", "request_id": "req-64639fcf-3d12-43e2-a7e5-3723f32bf2d8"}]} [pid: 8|app: 0|req: 623/1318] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:38:15 2026] GET /v2.0/security-groups?id=a64ca524-4593-4080-8777-75f3e9e2413b&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1319] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:16 2026] GET /v2.0/ports?device_id=e07136a0-5889-4529-828f-a80d071c1a34 => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1320] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:16 2026] GET /v2.0/ports?device_id=4b0d97ea-b5e9-4f75-a72b-53c8cef60dba => 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: 626/1321] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:38:16 2026] GET /v2.0/security-groups?id=a64ca524-4593-4080-8777-75f3e9e2413b&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-27 02:38:16.229 7 INFO neutron_taas.services.taas.taas_plugin [None req-ee3f8151-d754-4d33-a561-633fe0d2923f 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: 53eeb737-ab4d-48c0-a8b6-d2599d9ac1a3 2026-04-27 02:38:16.232 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee3f8151-d754-4d33-a561-633fe0d2923f 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: 53eeb737-ab4d-48c0-a8b6-d2599d9ac1a3 [pid: 7|app: 0|req: 696/1322] 10.0.0.86 () {34 vars in 788 bytes} [Mon Apr 27 02:38:15 2026] PUT /v2.0/routers/1813e4ab-8b38-4e18-bcbe-2287ae706c70/remove_router_interface => generated 309 bytes in 912 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:38:16.950 8 INFO neutron_taas.services.taas.taas_plugin [None req-fab1bb0c-5b8d-4db4-ad01-09e0040a10e8 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: c02ad7c0-76b1-49df-bcc6-8a7fad96709c 2026-04-27 02:38:16.954 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fab1bb0c-5b8d-4db4-ad01-09e0040a10e8 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: c02ad7c0-76b1-49df-bcc6-8a7fad96709c 2026-04-27 02:38:17.219 8 INFO neutron_taas.services.taas.taas_plugin [None req-fab1bb0c-5b8d-4db4-ad01-09e0040a10e8 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: 86194f8d-a389-4253-bbbe-1a62cab8a9d0 2026-04-27 02:38:17.222 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fab1bb0c-5b8d-4db4-ad01-09e0040a10e8 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: 86194f8d-a389-4253-bbbe-1a62cab8a9d0 [pid: 7|app: 0|req: 697/1323] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:17 2026] GET /v2.0/ports?device_id=e07136a0-5889-4529-828f-a80d071c1a34 => 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: 698/1324] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:17 2026] GET /v2.0/ports?device_id=4b0d97ea-b5e9-4f75-a72b-53c8cef60dba => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1325] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:38:17 2026] GET /v2.0/security-groups?id=a64ca524-4593-4080-8777-75f3e9e2413b&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-27 02:38:17.594 8 INFO neutron.db.l3_hamode_db [None req-fab1bb0c-5b8d-4db4-ad01-09e0040a10e8 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] HA network 595a65ca-8034-4fda-9cc1-84866b5fb88c was deleted as no HA routers are present in tenant 2a9c1160f9f04df9beabd7623d4ec007. [pid: 8|app: 0|req: 627/1326] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:38:16 2026] DELETE /v2.0/routers/1813e4ab-8b38-4e18-bcbe-2287ae706c70 => generated 0 bytes in 865 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1327] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:38:17 2026] DELETE /v2.0/subnets/1ee052e7-99f1-4523-ad6b-bbff8657ca1d => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:38:17.856 8 INFO neutron_taas.services.taas.taas_plugin [None req-ba61737c-1ea2-4b59-9934-4affe5f3e8c6 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: 0acead8e-72a6-436d-88fb-02473906b3f0 2026-04-27 02:38:17.860 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba61737c-1ea2-4b59-9934-4affe5f3e8c6 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: 0acead8e-72a6-436d-88fb-02473906b3f0 2026-04-27 02:38:17.947 8 INFO neutron.services.segments.plugin [-] Segment 7ed1023f-adde-44c4-9ad5-5050ea4a001d resource provider aggregate not found 2026-04-27 02:38:17.958 8 INFO neutron.services.segments.plugin [-] Segment 7ed1023f-adde-44c4-9ad5-5050ea4a001d resource provider aggregate not found 2026-04-27 02:38:17.969 8 INFO neutron.services.segments.plugin [-] Segment 7ed1023f-adde-44c4-9ad5-5050ea4a001d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ed1023f-adde-44c4-9ad5-5050ea4a001d found for delete ", "request_id": "req-f4ed9f92-da5b-47b6-89d8-80a472c1c148"}]} 2026-04-27 02:38:17.978 8 INFO neutron.services.segments.plugin [-] Segment 7ed1023f-adde-44c4-9ad5-5050ea4a001d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ed1023f-adde-44c4-9ad5-5050ea4a001d found for delete ", "request_id": "req-d06efc58-4370-4674-8aca-ea46718dd50f"}]} [pid: 8|app: 0|req: 628/1328] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:38:17 2026] DELETE /v2.0/networks/ab6b9264-e347-4384-b790-8fa877e717c7 => generated 0 bytes in 317 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1329] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:18 2026] GET /v2.0/ports?device_id=e07136a0-5889-4529-828f-a80d071c1a34 => 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: 701/1330] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:38:18 2026] GET /v2.0/security-groups?tenant_id=2a9c1160f9f04df9beabd7623d4ec007&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1331] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:38:18 2026] DELETE /v2.0/security-groups/9079c7d3-ec84-4bfb-9ff7-8abc3000139c => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1332] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:18 2026] GET /v2.0/ports?device_id=4b0d97ea-b5e9-4f75-a72b-53c8cef60dba => 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: 631/1333] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:38:18 2026] GET /v2.0/security-groups?id=a64ca524-4593-4080-8777-75f3e9e2413b&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: 703/1334] 199.204.45.72 () {34 vars in 993 bytes} [Mon Apr 27 02:38:18 2026] GET /v2.0/ports?device_id=4b0d97ea-b5e9-4f75-a72b-53c8cef60dba => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:38:18.714 8 INFO neutron_taas.services.taas.taas_plugin [req-94b8bc47-2e31-400d-aa01-229f1378637b req-d2355a62-2647-40ad-b89f-a71997d69dfd 88349094ae1545728e0d5a1fee05672f abb2ebcf3de24a8fbdd825cdf9de2be6 - - default default] TaaS: Handle Delete Port: e2e7adc9-fca0-4723-a007-f385773e5d31 2026-04-27 02:38:18.719 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-94b8bc47-2e31-400d-aa01-229f1378637b req-d2355a62-2647-40ad-b89f-a71997d69dfd 88349094ae1545728e0d5a1fee05672f abb2ebcf3de24a8fbdd825cdf9de2be6 - - default default] Tap Mirror: Handle Delete Port: e2e7adc9-fca0-4723-a007-f385773e5d31 2026-04-27 02:38:18.839 8 INFO neutron.db.l3_db [req-94b8bc47-2e31-400d-aa01-229f1378637b req-d2355a62-2647-40ad-b89f-a71997d69dfd 88349094ae1545728e0d5a1fee05672f abb2ebcf3de24a8fbdd825cdf9de2be6 - - default default] Floating IP 9925fda5-9976-42ce-badc-3f6438a6f60e disassociated. External IP: 10.96.250.203, port: e2e7adc9-fca0-4723-a007-f385773e5d31. [pid: 8|app: 0|req: 632/1335] 199.204.45.72 () {36 vars in 996 bytes} [Mon Apr 27 02:38:18 2026] DELETE /v2.0/ports/e2e7adc9-fca0-4723-a007-f385773e5d31 => generated 0 bytes in 569 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:38:19.202 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-37882880-10eb-43d1-925b-c8fe4f1eb256'] response: {'server_uuid': '4b0d97ea-b5e9-4f75-a72b-53c8cef60dba', 'name': 'network-vif-deleted', 'tag': 'e2e7adc9-fca0-4723-a007-f385773e5d31', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 704/1336] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:19 2026] GET /v2.0/ports?device_id=4b0d97ea-b5e9-4f75-a72b-53c8cef60dba => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:38:19.984 8 INFO neutron.services.segments.plugin [-] Segment 47d99482-9ec3-4eee-8f7e-eee5a576f02d resource provider aggregate not found 2026-04-27 02:38:19.994 8 INFO neutron.services.segments.plugin [-] Segment 47d99482-9ec3-4eee-8f7e-eee5a576f02d resource provider aggregate not found 2026-04-27 02:38:19.999 8 INFO neutron.services.segments.plugin [-] Segment 47d99482-9ec3-4eee-8f7e-eee5a576f02d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47d99482-9ec3-4eee-8f7e-eee5a576f02d found for delete ", "request_id": "req-ef8340a5-46c9-4343-99e8-0d62607cd413"}]} 2026-04-27 02:38:20.012 8 INFO neutron.services.segments.plugin [-] Segment 47d99482-9ec3-4eee-8f7e-eee5a576f02d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47d99482-9ec3-4eee-8f7e-eee5a576f02d found for delete ", "request_id": "req-aaa9299c-31bd-477f-91e6-3bf2f1439776"}]} [pid: 7|app: 0|req: 705/1337] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:20 2026] GET /v2.0/ports?device_id=4b0d97ea-b5e9-4f75-a72b-53c8cef60dba => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:38:20.870 8 INFO neutron_taas.services.taas.taas_plugin [None req-be8fceae-17c6-4c87-9689-e84c3c62aff3 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: 05652260-3f6c-4d66-8faf-086f8e050259 2026-04-27 02:38:20.873 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be8fceae-17c6-4c87-9689-e84c3c62aff3 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: 05652260-3f6c-4d66-8faf-086f8e050259 [pid: 8|app: 0|req: 633/1338] 10.0.0.86 () {34 vars in 788 bytes} [Mon Apr 27 02:38:20 2026] PUT /v2.0/routers/d8276b1f-964c-476d-8cdc-96dc96b82d6e/remove_router_interface => generated 309 bytes in 830 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1339] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:38:21 2026] GET /v2.0/security-groups?tenant_id=a95cb98435a540d59c5ce79f430362c4&name=default => generated 2925 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:38:21.547 8 INFO neutron_taas.services.taas.taas_plugin [None req-2be0ae28-e2e0-4297-a72f-48d83f10307c 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: bff1a224-3d90-4c3a-9211-e3112edb4b0b 2026-04-27 02:38:21.550 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2be0ae28-e2e0-4297-a72f-48d83f10307c 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: bff1a224-3d90-4c3a-9211-e3112edb4b0b [pid: 7|app: 0|req: 707/1340] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:38:21 2026] DELETE /v2.0/security-groups/6cf1f846-bce3-408a-9481-fa1c6ae93af5 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:38:21.857 8 INFO neutron_taas.services.taas.taas_plugin [None req-2be0ae28-e2e0-4297-a72f-48d83f10307c 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: cd2eb52b-1740-48ae-85d6-dd4c94fb5e33 2026-04-27 02:38:21.860 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2be0ae28-e2e0-4297-a72f-48d83f10307c 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: cd2eb52b-1740-48ae-85d6-dd4c94fb5e33 [pid: 7|app: 0|req: 708/1341] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:38:21 2026] GET /v2.0/security-groups?tenant_id=2c1c798dcafb445f92ac901afdfdb1a2&name=default => generated 2925 bytes in 364 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1342] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:38:21 2026] GET /v2.0/security-groups?tenant_id=c1a46486d2844f6a85049c56af574238&name=default => generated 2925 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1343] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:22 2026] GET /v2.0/ports?device_id=4b0d97ea-b5e9-4f75-a72b-53c8cef60dba => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1344] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:38:22 2026] DELETE /v2.0/security-groups/0cf24b14-a6b4-40a9-9078-a6cd2a63b326 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:38:22.247 8 INFO neutron.services.segments.plugin [-] Segment 55b494dd-454d-4cfe-a3df-84c28e82e8d3 resource provider aggregate not found 2026-04-27 02:38:22.247 8 INFO neutron.services.segments.plugin [-] Segment 55b494dd-454d-4cfe-a3df-84c28e82e8d3 resource provider aggregate not found 2026-04-27 02:38:22.267 8 INFO neutron.services.segments.plugin [-] Segment 55b494dd-454d-4cfe-a3df-84c28e82e8d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55b494dd-454d-4cfe-a3df-84c28e82e8d3 found for delete ", "request_id": "req-1574324a-74ad-417a-953a-7bd576b5062a"}]} 2026-04-27 02:38:22.271 8 INFO neutron.db.l3_hamode_db [None req-2be0ae28-e2e0-4297-a72f-48d83f10307c 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] HA network 2fc94aea-1b0e-42f6-aed9-8fce15c30174 was deleted as no HA routers are present in tenant 7fccdda747884526b655e5bed49959d0. 2026-04-27 02:38:22.277 8 INFO neutron.services.segments.plugin [-] Segment 55b494dd-454d-4cfe-a3df-84c28e82e8d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55b494dd-454d-4cfe-a3df-84c28e82e8d3 found for delete ", "request_id": "req-6c485cc1-f378-4a47-83a5-cc6d3c6d2225"}]} [pid: 8|app: 0|req: 634/1345] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:38:21 2026] DELETE /v2.0/routers/d8276b1f-964c-476d-8cdc-96dc96b82d6e => generated 0 bytes in 913 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1346] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:38:22 2026] DELETE /v2.0/security-groups/9f74061f-c8e6-4d13-889b-5c67aaa03295 => 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: 635/1347] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:38:22 2026] DELETE /v2.0/subnets/a25c0850-abe0-4f74-bd7b-0eb5f331b5a6 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:38:22.526 7 INFO neutron_taas.services.taas.taas_plugin [None req-6cf13cce-e377-4b96-986d-91879a149892 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: 38441897-0aa7-43ae-b18b-5ec998ffd4a2 2026-04-27 02:38:22.529 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6cf13cce-e377-4b96-986d-91879a149892 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: 38441897-0aa7-43ae-b18b-5ec998ffd4a2 2026-04-27 02:38:22.742 7 INFO neutron.services.segments.plugin [-] Segment afbbaf2d-dbe8-4dc7-a0d5-51de1da8f1e1 resource provider aggregate not found 2026-04-27 02:38:22.747 7 INFO neutron.services.segments.plugin [-] Segment afbbaf2d-dbe8-4dc7-a0d5-51de1da8f1e1 resource provider aggregate not found 2026-04-27 02:38:22.756 7 INFO neutron.services.segments.plugin [-] Segment afbbaf2d-dbe8-4dc7-a0d5-51de1da8f1e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afbbaf2d-dbe8-4dc7-a0d5-51de1da8f1e1 found for delete ", "request_id": "req-676fc3d4-1eae-4637-bceb-616b84a6eca5"}]} 2026-04-27 02:38:22.766 7 INFO neutron.services.segments.plugin [-] Segment afbbaf2d-dbe8-4dc7-a0d5-51de1da8f1e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afbbaf2d-dbe8-4dc7-a0d5-51de1da8f1e1 found for delete ", "request_id": "req-ad615786-98fe-4b02-a2bc-0fdd5faabae5"}]} [pid: 7|app: 0|req: 713/1348] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:38:22 2026] DELETE /v2.0/networks/c5709a56-bc2c-49ce-9974-c5822f4fb59e => generated 0 bytes in 335 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1349] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:38:22 2026] GET /v2.0/security-groups?tenant_id=7fccdda747884526b655e5bed49959d0&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1350] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:38:22 2026] DELETE /v2.0/security-groups/8d5b6894-12f0-468a-8138-f3f7dc74c373 => 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: 637/1351] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:38:23 2026] DELETE /v2.0/security-groups/a64ca524-4593-4080-8777-75f3e9e2413b => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:38:23.293 7 INFO neutron.api.v2.resource [None req-7b3e08f2-5776-4189-9f1d-f55ef91b185f 88349094ae1545728e0d5a1fee05672f abb2ebcf3de24a8fbdd825cdf9de2be6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 715/1352] 10.0.0.86 () {32 vars in 736 bytes} [Mon Apr 27 02:38:23 2026] GET /v2.0/security-groups/a64ca524-4593-4080-8777-75f3e9e2413b => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:38:23.393 8 INFO neutron_taas.services.taas.taas_plugin [None req-22295656-fa68-4723-80e9-213d2c37835b 88349094ae1545728e0d5a1fee05672f abb2ebcf3de24a8fbdd825cdf9de2be6 - - default default] TaaS: Handle Delete Port: 22d41b5f-fa35-4b04-86e3-5971a1560b87 2026-04-27 02:38:23.396 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-22295656-fa68-4723-80e9-213d2c37835b 88349094ae1545728e0d5a1fee05672f abb2ebcf3de24a8fbdd825cdf9de2be6 - - default default] Tap Mirror: Handle Delete Port: 22d41b5f-fa35-4b04-86e3-5971a1560b87 [pid: 8|app: 0|req: 638/1355] 10.0.0.86 () {32 vars in 731 bytes} [Mon Apr 27 02:38:23 2026] DELETE /v2.0/floatingips/9925fda5-9976-42ce-badc-3f6438a6f60e => generated 0 bytes in 261 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:38:23.966 7 INFO neutron_taas.services.taas.taas_plugin [None req-7d148bdd-10c8-4a9f-9c14-3367fbda3ec1 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: c73e92f9-1a14-4622-933c-89bfa97b68c6 2026-04-27 02:38:23.969 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d148bdd-10c8-4a9f-9c14-3367fbda3ec1 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: c73e92f9-1a14-4622-933c-89bfa97b68c6 [pid: 7|app: 0|req: 718/1356] 10.0.0.86 () {34 vars in 788 bytes} [Mon Apr 27 02:38:23 2026] PUT /v2.0/routers/228e519b-158c-4705-aa79-7b4cf2077f17/remove_router_interface => generated 309 bytes in 1014 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:38:24.834 8 INFO neutron_taas.services.taas.taas_plugin [None req-a7a120c1-8948-4500-9491-8a611f0782dc 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: 2b1ff393-529f-468f-b6ca-b6211ec5d754 2026-04-27 02:38:24.838 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7a120c1-8948-4500-9491-8a611f0782dc 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: 2b1ff393-529f-468f-b6ca-b6211ec5d754 2026-04-27 02:38:25.072 8 INFO neutron_taas.services.taas.taas_plugin [None req-a7a120c1-8948-4500-9491-8a611f0782dc 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: 5ba9a1cb-f9c8-4983-8f54-eed20b4fbebb 2026-04-27 02:38:25.075 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7a120c1-8948-4500-9491-8a611f0782dc 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: 5ba9a1cb-f9c8-4983-8f54-eed20b4fbebb 2026-04-27 02:38:25.379 8 INFO neutron.services.segments.plugin [-] Segment ec9ce933-4014-4188-a224-95032861654d resource provider aggregate not found 2026-04-27 02:38:25.380 8 INFO neutron.services.segments.plugin [-] Segment ec9ce933-4014-4188-a224-95032861654d resource provider aggregate not found 2026-04-27 02:38:25.404 8 INFO neutron.services.segments.plugin [-] Segment ec9ce933-4014-4188-a224-95032861654d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec9ce933-4014-4188-a224-95032861654d found for delete ", "request_id": "req-0311babb-0c61-47e9-bdf1-a6d8539e0a70"}]} 2026-04-27 02:38:25.406 8 INFO neutron.services.segments.plugin [-] Segment ec9ce933-4014-4188-a224-95032861654d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec9ce933-4014-4188-a224-95032861654d found for delete ", "request_id": "req-1814714f-ec93-4158-947c-2626a4050430"}]} 2026-04-27 02:38:25.415 8 INFO neutron.db.l3_hamode_db [None req-a7a120c1-8948-4500-9491-8a611f0782dc 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] HA network a320c3ff-6fa1-42df-87ae-84ffd5c69cc6 was deleted as no HA routers are present in tenant abb2ebcf3de24a8fbdd825cdf9de2be6. [pid: 8|app: 0|req: 639/1357] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:38:24 2026] DELETE /v2.0/routers/228e519b-158c-4705-aa79-7b4cf2077f17 => generated 0 bytes in 838 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1358] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:38:25 2026] DELETE /v2.0/subnets/a86cb657-5714-46ba-b249-9b2dc8a352df => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:38:25.653 8 INFO neutron_taas.services.taas.taas_plugin [None req-085446ba-45f1-4a98-aba4-c2a8f8fa3534 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: 0b580f04-6289-4176-99e7-04e7a341bcc8 2026-04-27 02:38:25.655 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-085446ba-45f1-4a98-aba4-c2a8f8fa3534 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: 0b580f04-6289-4176-99e7-04e7a341bcc8 [pid: 8|app: 0|req: 640/1359] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:38:25 2026] DELETE /v2.0/networks/05a6c3ba-a380-4ad7-8803-4f770e71072e => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1360] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:38:25 2026] GET /v2.0/security-groups?tenant_id=abb2ebcf3de24a8fbdd825cdf9de2be6&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1361] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:38:26 2026] DELETE /v2.0/security-groups/4e72221d-c793-47f4-ace7-d7cf2fa85d8b => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:38:26.331 8 INFO neutron.db.segments_db [None req-c9e72364-d4db-4856-abf0-90bfd93ee250 6e21a324d37b45b584d5d5816323c21a f67bb564f833461f93d8a324d56ffa20 - - default default] Added segment c30e662b-75aa-4bac-a40a-9574ecc8b5dd of type vxlan for network 90b3a213-d9ce-4e14-8755-056108d6d84f [pid: 8|app: 0|req: 641/1362] 10.0.0.86 () {34 vars in 670 bytes} [Mon Apr 27 02:38:26 2026] POST /v2.0/networks => generated 633 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:38:26.479 7 INFO neutron.db.segments_db [None req-2186d7f0-3fe1-498e-9d31-82b8182380aa 6e21a324d37b45b584d5d5816323c21a f67bb564f833461f93d8a324d56ffa20 - - default default] Added segment dc95ceaa-335a-4b5d-bd51-917b05603cd1 of type vxlan for network 75e47786-6f02-4945-96d1-f218b9463b8c 2026-04-27 02:38:26.725 7 INFO neutron.db.l3_hamode_db [None req-2186d7f0-3fe1-498e-9d31-82b8182380aa 6e21a324d37b45b584d5d5816323c21a f67bb564f833461f93d8a324d56ffa20 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-27 02:38:27.430 8 INFO neutron.services.segments.plugin [-] Segment 0b5f8e9d-7a6c-4f66-ab79-9b81c1d0bb57 resource provider aggregate not found 2026-04-27 02:38:27.430 8 INFO neutron.services.segments.plugin [-] Segment 0b5f8e9d-7a6c-4f66-ab79-9b81c1d0bb57 resource provider aggregate not found 2026-04-27 02:38:27.445 8 INFO neutron.services.segments.plugin [-] Segment 0b5f8e9d-7a6c-4f66-ab79-9b81c1d0bb57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b5f8e9d-7a6c-4f66-ab79-9b81c1d0bb57 found for delete ", "request_id": "req-7170a020-c342-4e13-86c8-c50af3c5f7e2"}]} 2026-04-27 02:38:27.451 8 INFO neutron.services.segments.plugin [-] Segment 0b5f8e9d-7a6c-4f66-ab79-9b81c1d0bb57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b5f8e9d-7a6c-4f66-ab79-9b81c1d0bb57 found for delete ", "request_id": "req-a97a8912-7bdd-4e01-a5de-e5ca1c6512d3"}]} 2026-04-27 02:38:27.514 7 INFO neutron.db.l3_hamode_db [None req-2186d7f0-3fe1-498e-9d31-82b8182380aa 6e21a324d37b45b584d5d5816323c21a f67bb564f833461f93d8a324d56ffa20 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 642/1363] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:38:27 2026] GET /v2.0/security-groups?tenant_id=9959fbefbb9d4b9e98f576c681adf939&name=default => generated 2925 bytes in 382 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1364] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:38:27 2026] DELETE /v2.0/security-groups/58f75d5a-6966-4a7d-8883-2b595f12c3ec => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1365] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:38:28 2026] GET /v2.0/security-groups?tenant_id=03695d4342f5460ab306ddc315dccd52&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: 722/1366] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:38:26 2026] POST /v2.0/routers => generated 695 bytes in 2019 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1367] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:38:28 2026] DELETE /v2.0/security-groups/0d3b1e42-dd46-4d28-b4f5-8f3d121f00d1 => 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: 723/1368] 10.0.0.86 () {32 vars in 775 bytes} [Mon Apr 27 02:38:28 2026] GET /v2.0/subnets?project_id=f67bb564f833461f93d8a324d56ffa20&cidr=10.100.0.0%2F28 => generated 14 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1369] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:38:28 2026] GET /v2.0/security-groups?tenant_id=08e0e8ef84b8432590d29b7ba5d9bf0e&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1370] 10.0.0.86 () {32 vars in 693 bytes} [Mon Apr 27 02:38:28 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1371] 10.0.0.86 () {32 vars in 783 bytes} [Mon Apr 27 02:38:28 2026] GET /v2.0/subnets?network_id=c32c5bd1-d799-408b-9428-a9eed6d23280&cidr=10.100.0.0%2F28 => generated 14 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1372] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:38:28 2026] DELETE /v2.0/security-groups/0ba10218-4c64-40ab-be7c-657a4c59fef6 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1373] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:38:28 2026] POST /v2.0/subnets => generated 656 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1374] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:38:29 2026] GET /v2.0/security-groups?tenant_id=44ac4ea796e548e2893bb71a15557495&name=default => generated 2925 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1375] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:38:29 2026] DELETE /v2.0/security-groups/a2ca6b16-6f6f-4cc0-a0ba-76fd232e36e8 => 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: 649/1376] 10.0.0.86 () {34 vars in 782 bytes} [Mon Apr 27 02:38:29 2026] PUT /v2.0/routers/a738ddc1-24aa-4eb5-9174-a5c718124fa1/add_router_interface => generated 309 bytes in 1429 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1377] 10.0.0.86 () {32 vars in 648 bytes} [Mon Apr 27 02:38:30 2026] GET /v2.0/networks => generated 3606 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1378] 10.0.0.86 () {32 vars in 646 bytes} [Mon Apr 27 02:38:30 2026] GET /v2.0/subnets => generated 2594 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1379] 10.0.0.86 () {32 vars in 646 bytes} [Mon Apr 27 02:38:30 2026] GET /v2.0/routers => generated 738 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1380] 10.0.0.86 () {34 vars in 684 bytes} [Mon Apr 27 02:38:30 2026] POST /v2.0/security-groups => generated 1673 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1381] 10.0.0.86 () {34 vars in 694 bytes} [Mon Apr 27 02:38:30 2026] POST /v2.0/security-group-rules => generated 597 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1382] 10.0.0.86 () {34 vars in 694 bytes} [Mon Apr 27 02:38:31 2026] POST /v2.0/security-group-rules => generated 596 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1383] 10.0.0.86 () {34 vars in 694 bytes} [Mon Apr 27 02:38:31 2026] POST /v2.0/security-group-rules => generated 602 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1384] 10.0.0.86 () {34 vars in 694 bytes} [Mon Apr 27 02:38:31 2026] POST /v2.0/security-group-rules => generated 601 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:38:31.661 7 INFO neutron.db.securitygroups_db [None req-c55a3b54-9612-44bb-9c3d-6c8c53ed81d5 6e21a324d37b45b584d5d5816323c21a f67bb564f833461f93d8a324d56ffa20 - - default default] Project f67bb564f833461f93d8a324d56ffa20 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: 732/1385] 10.0.0.86 () {34 vars in 694 bytes} [Mon Apr 27 02:38:31 2026] POST /v2.0/security-group-rules => generated 607 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:38:31.819 8 INFO neutron.db.securitygroups_db [None req-8a686817-ee15-41b3-8272-710387265ef7 6e21a324d37b45b584d5d5816323c21a f67bb564f833461f93d8a324d56ffa20 - - default default] Project f67bb564f833461f93d8a324d56ffa20 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: 654/1386] 10.0.0.86 () {34 vars in 694 bytes} [Mon Apr 27 02:38:31 2026] POST /v2.0/security-group-rules => generated 606 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1387] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:38:32 2026] GET /v2.0/security-groups?tenant_id=c58fadcf69e44c5d9593015b59034eb0&name=default => generated 2925 bytes in 370 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1388] 10.0.0.86 () {32 vars in 648 bytes} [Mon Apr 27 02:38:32 2026] GET /v2.0/networks => generated 1298 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1389] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:38:32 2026] DELETE /v2.0/security-groups/fed11145-5b20-4bc2-9934-560c16dbfde7 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1390] 10.0.0.110 () {34 vars in 1098 bytes} [Mon Apr 27 02:38:32 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-221162686&fields=id&tenant_id=f67bb564f833461f93d8a324d56ffa20 => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1391] 10.0.0.110 () {34 vars in 982 bytes} [Mon Apr 27 02:38:32 2026] GET /v2.0/networks?id=90b3a213-d9ce-4e14-8755-056108d6d84f => generated 661 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1392] 10.0.0.110 () {34 vars in 965 bytes} [Mon Apr 27 02:38:32 2026] GET /v2.0/quotas/f67bb564f833461f93d8a324d56ffa20 => 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: 736/1393] 10.0.0.110 () {34 vars in 1002 bytes} [Mon Apr 27 02:38:32 2026] GET /v2.0/ports?tenant_id=f67bb564f833461f93d8a324d56ffa20&fields=id => generated 103 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1394] 10.0.0.110 () {34 vars in 1008 bytes} [Mon Apr 27 02:38:32 2026] GET /v2.0/networks/90b3a213-d9ce-4e14-8755-056108d6d84f?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: 738/1395] 10.0.0.110 () {34 vars in 1108 bytes} [Mon Apr 27 02:38:32 2026] GET /v2.0/networks/90b3a213-d9ce-4e14-8755-056108d6d84f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1396] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:38:32 2026] GET /v2.0/security-groups?tenant_id=8d5f3a5fa32c45a3b02bd2f3548a9cda&name=default => generated 2925 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1397] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:33 2026] GET /v2.0/ports?device_id=65988188-8f1f-4f0c-9744-5124d633ebaa => 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: 739/1398] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:38:33 2026] GET /v2.0/security-groups?tenant_id=b17a8f395e3b4f0c93dbcb8dada8f84e&name=default => generated 2925 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1399] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:38:33 2026] DELETE /v2.0/security-groups/9bd6a0f1-a6d8-4af5-b174-09086acb6fbf => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1400] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:38:33 2026] DELETE /v2.0/security-groups/58d15d81-c669-48e6-8942-cc932c0efe6e => 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: 661/1401] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:38:33 2026] GET /v2.0/security-groups?tenant_id=203a8d12014b492bb41dd7ca3cf760ae&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1402] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:38:33 2026] GET /v2.0/security-groups?tenant_id=9a4bf79c77a64cb7bbafbbe7bcbd7930&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1403] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:38:33 2026] DELETE /v2.0/security-groups/d1e5284e-c491-462f-8708-eb1358fc0635 => 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: 742/1404] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:38:33 2026] DELETE /v2.0/security-groups/f6c566cd-483c-431d-8452-13f6cd9e7396 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1405] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:34 2026] GET /v2.0/ports?device_id=65988188-8f1f-4f0c-9744-5124d633ebaa => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:38:34.889 7 INFO neutron.db.segments_db [None req-3ef48ea9-fde5-43a4-ae21-1abf55a4b88c c5d837da687344e5bcd5649ebcb8a3b3 c5f887e3094a484ea1a479d8bacc307c - - default default] Added segment be2f64ea-8a65-432b-a44f-f6dcb3d24f24 of type vxlan for network f1db2a37-93bb-408b-bf45-18a98172b5df [pid: 7|app: 0|req: 743/1406] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:38:34 2026] POST /v2.0/networks => generated 645 bytes in 467 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1407] 10.0.0.86 () {34 vars in 664 bytes} [Mon Apr 27 02:38:34 2026] POST /v2.0/ports => generated 775 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:38:35.322 7 INFO neutron.db.segments_db [None req-ad223eff-c3ce-4468-b862-ab1a3364760a c5d837da687344e5bcd5649ebcb8a3b3 c5f887e3094a484ea1a479d8bacc307c - - default default] Added segment b87b1f19-e170-4a5d-a604-50cf66511edb of type vxlan for network e6c05d4c-f927-4780-b5cc-29b3b0e7c1ac /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 665/1408] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:35 2026] GET /v2.0/ports?device_id=65988188-8f1f-4f0c-9744-5124d633ebaa => 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/1409] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:38:35 2026] POST /v2.0/networks => generated 631 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1410] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:38:35 2026] POST /v2.0/subnets => generated 626 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1411] 10.0.0.86 () {34 vars in 664 bytes} [Mon Apr 27 02:38:35 2026] POST /v2.0/ports => generated 953 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:38:36.145 8 INFO neutron_taas.services.taas.taas_plugin [None req-d224398a-2b44-4dc0-8c80-85c168d91dff c5d837da687344e5bcd5649ebcb8a3b3 c5f887e3094a484ea1a479d8bacc307c - - default default] TaaS: Handle Delete Port: 45722b08-96cc-438f-a6b3-231423f7bcb1 2026-04-27 02:38:36.148 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d224398a-2b44-4dc0-8c80-85c168d91dff c5d837da687344e5bcd5649ebcb8a3b3 c5f887e3094a484ea1a479d8bacc307c - - default default] Tap Mirror: Handle Delete Port: 45722b08-96cc-438f-a6b3-231423f7bcb1 [pid: 8|app: 0|req: 667/1412] 10.0.0.86 () {32 vars in 719 bytes} [Mon Apr 27 02:38:36 2026] DELETE /v2.0/ports/45722b08-96cc-438f-a6b3-231423f7bcb1 => generated 0 bytes in 265 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-27 02:38:36.335 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d44919a0-1d26-40c2-9340-d3c36b60d2f8 c5d837da687344e5bcd5649ebcb8a3b3 c5f887e3094a484ea1a479d8bacc307c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 746/1413] 10.0.0.86 () {32 vars in 719 bytes} [Mon Apr 27 02:38:36 2026] DELETE /v2.0/ports/45722b08-96cc-438f-a6b3-231423f7bcb1 => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:38:36.357 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a08c7707-997c-4777-b321-cfc9217a515a c5d837da687344e5bcd5649ebcb8a3b3 c5f887e3094a484ea1a479d8bacc307c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 668/1414] 10.0.0.86 () {32 vars in 716 bytes} [Mon Apr 27 02:38:36 2026] GET /v2.0/ports/45722b08-96cc-438f-a6b3-231423f7bcb1 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1415] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:36 2026] GET /v2.0/ports?device_id=65988188-8f1f-4f0c-9744-5124d633ebaa => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1416] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:38:36 2026] DELETE /v2.0/subnets/ab78582b-bbcc-421b-a319-b3b4599959b9 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:38:36.602 8 INFO neutron.services.segments.plugin [-] Segment b87b1f19-e170-4a5d-a604-50cf66511edb resource provider aggregate not found 2026-04-27 02:38:36.608 8 INFO neutron.services.segments.plugin [-] Segment b87b1f19-e170-4a5d-a604-50cf66511edb resource provider aggregate not found 2026-04-27 02:38:36.629 8 INFO neutron.services.segments.plugin [-] Segment b87b1f19-e170-4a5d-a604-50cf66511edb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b87b1f19-e170-4a5d-a604-50cf66511edb found for delete ", "request_id": "req-ba366150-f13a-4ed8-9941-bf053ce348f4"}]} 2026-04-27 02:38:36.633 8 INFO neutron.services.segments.plugin [-] Segment b87b1f19-e170-4a5d-a604-50cf66511edb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b87b1f19-e170-4a5d-a604-50cf66511edb found for delete ", "request_id": "req-5a655176-b0d8-4915-bb29-a213063962d5"}]} [pid: 8|app: 0|req: 670/1417] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:38:36 2026] DELETE /v2.0/networks/e6c05d4c-f927-4780-b5cc-29b3b0e7c1ac => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:38:36.718 7 INFO neutron.db.segments_db [None req-0429b83b-c6c7-4b84-b8a6-875b37ac584b c5d837da687344e5bcd5649ebcb8a3b3 c5f887e3094a484ea1a479d8bacc307c - - default default] Added segment e4a44127-0e91-49f0-b7b4-a25e9bb85219 of type vxlan for network eedc56ce-d7fe-4055-aa4f-b167df640622 [pid: 7|app: 0|req: 748/1418] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:38:36 2026] POST /v2.0/networks => generated 631 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1419] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:38:36 2026] POST /v2.0/subnets => generated 626 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1420] 10.0.0.86 () {34 vars in 664 bytes} [Mon Apr 27 02:38:37 2026] POST /v2.0/ports => generated 916 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:38:37.470 8 INFO neutron_taas.services.taas.taas_plugin [None req-fe814657-3ac6-4edc-8dc2-cbca4fc87304 c5d837da687344e5bcd5649ebcb8a3b3 c5f887e3094a484ea1a479d8bacc307c - - default default] TaaS: Handle Delete Port: 93823655-d492-4c51-95e5-e0b4e3d5712c 2026-04-27 02:38:37.473 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe814657-3ac6-4edc-8dc2-cbca4fc87304 c5d837da687344e5bcd5649ebcb8a3b3 c5f887e3094a484ea1a479d8bacc307c - - default default] Tap Mirror: Handle Delete Port: 93823655-d492-4c51-95e5-e0b4e3d5712c [pid: 8|app: 0|req: 672/1421] 10.0.0.86 () {32 vars in 719 bytes} [Mon Apr 27 02:38:37 2026] DELETE /v2.0/ports/93823655-d492-4c51-95e5-e0b4e3d5712c => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1422] 199.204.45.72 () {34 vars in 985 bytes} [Mon Apr 27 02:38:37 2026] GET /v2.0/networks?id=90b3a213-d9ce-4e14-8755-056108d6d84f => generated 661 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1423] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:37 2026] GET /v2.0/ports?device_id=65988188-8f1f-4f0c-9744-5124d633ebaa => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:38:37.684 8 INFO neutron.pecan_wsgi.hooks.translation [None req-77cba78b-8580-468b-b1ff-73895897a227 c5d837da687344e5bcd5649ebcb8a3b3 c5f887e3094a484ea1a479d8bacc307c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 675/1424] 10.0.0.86 () {32 vars in 716 bytes} [Mon Apr 27 02:38:37 2026] GET /v2.0/ports/93823655-d492-4c51-95e5-e0b4e3d5712c => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1425] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:38:37 2026] GET /v2.0/security-groups?tenant_id=5a3a9d27e3ce4057a6cfa4e62f19aab7&name=default => generated 2925 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1426] 199.204.45.72 () {34 vars in 1049 bytes} [Mon Apr 27 02:38:37 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f67bb564f833461f93d8a324d56ffa20 => generated 180 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1427] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:38:37 2026] DELETE /v2.0/security-groups/2ee221dd-d89d-4953-a766-b1a215cd5de5 => 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: 751/1428] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:38:37 2026] DELETE /v2.0/subnets/9b5a531e-72df-4ea9-a02d-9c77c1a32f98 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:38:37.938 7 INFO neutron.services.segments.plugin [-] Segment e4a44127-0e91-49f0-b7b4-a25e9bb85219 resource provider aggregate not found 2026-04-27 02:38:37.943 7 INFO neutron.services.segments.plugin [-] Segment e4a44127-0e91-49f0-b7b4-a25e9bb85219 resource provider aggregate not found 2026-04-27 02:38:37.958 7 INFO neutron.services.segments.plugin [-] Segment e4a44127-0e91-49f0-b7b4-a25e9bb85219 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4a44127-0e91-49f0-b7b4-a25e9bb85219 found for delete ", "request_id": "req-5a2d8756-cc33-4c2f-808d-1b5de247e166"}]} 2026-04-27 02:38:37.962 7 INFO neutron.services.segments.plugin [-] Segment e4a44127-0e91-49f0-b7b4-a25e9bb85219 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4a44127-0e91-49f0-b7b4-a25e9bb85219 found for delete ", "request_id": "req-bd8e044d-ccee-4836-afd1-2ef963e3e26c"}]} [pid: 7|app: 0|req: 752/1429] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:38:37 2026] DELETE /v2.0/networks/eedc56ce-d7fe-4055-aa4f-b167df640622 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1430] 199.204.45.72 () {38 vars in 954 bytes} [Mon Apr 27 02:38:37 2026] POST /v2.0/ports => generated 958 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 753/1431] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:38:37 2026] GET /v2.0/security-groups?tenant_id=a9e8a442ede74c8699076c31579fa5c3&name=default => generated 2925 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1432] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:38:38 2026] GET /v2.0/security-groups?tenant_id=bef1103f00df4647a3a0852bb82acfea&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1433] 10.0.0.86 () {34 vars in 664 bytes} [Mon Apr 27 02:38:38 2026] POST /v2.0/ports => generated 775 bytes in 246 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: 755/1434] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:38:38 2026] DELETE /v2.0/security-groups/d7af088c-344e-48dc-9f5f-f956fbe87323 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1435] 199.204.45.72 () {38 vars in 1027 bytes} [Mon Apr 27 02:38:38 2026] PUT /v2.0/ports/cf6e1c57-f34d-4c3d-9b07-1b21f2a4347c => generated 1239 bytes in 398 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: 756/1438] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:38:38 2026] DELETE /v2.0/security-groups/ecb35244-f519-4033-bbb0-7906fa429047 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:38:38.757 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4a8033b3-1508-471f-a029-1918d04fee67'] response: {'name': 'network-changed', 'server_uuid': '65988188-8f1f-4f0c-9744-5124d633ebaa', 'tag': 'cf6e1c57-f34d-4c3d-9b07-1b21f2a4347c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 757/1439] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:38 2026] GET /v2.0/ports?device_id=65988188-8f1f-4f0c-9744-5124d633ebaa => generated 973 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1440] 10.0.0.86 () {34 vars in 736 bytes} [Mon Apr 27 02:38:38 2026] PUT /v2.0/ports/4d6a4430-8591-461c-9c31-f61df113ae88 => generated 752 bytes in 172 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: 684/1441] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:38:38 2026] GET /v2.0/security-groups?id=a3d8094e-fd72-4d70-a51f-47bceffa8eb7&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1442] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:38:38 2026] GET /v2.0/security-groups?tenant_id=4a8b9ac9f6bb4f3aae891ce12d32ca2b&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:38:39.016 8 INFO neutron_taas.services.taas.taas_plugin [None req-7894bd24-4cec-4c0a-baa8-963f82d1bd9f c5d837da687344e5bcd5649ebcb8a3b3 c5f887e3094a484ea1a479d8bacc307c - - default default] TaaS: Handle Delete Port: 4d6a4430-8591-461c-9c31-f61df113ae88 2026-04-27 02:38:39.018 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7894bd24-4cec-4c0a-baa8-963f82d1bd9f c5d837da687344e5bcd5649ebcb8a3b3 c5f887e3094a484ea1a479d8bacc307c - - default default] Tap Mirror: Handle Delete Port: 4d6a4430-8591-461c-9c31-f61df113ae88 [pid: 7|app: 0|req: 759/1443] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:38:38 2026] DELETE /v2.0/security-groups/15d60bdb-e03f-460e-aff6-54f3f61168dd => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1444] 10.0.0.86 () {32 vars in 719 bytes} [Mon Apr 27 02:38:38 2026] DELETE /v2.0/ports/4d6a4430-8591-461c-9c31-f61df113ae88 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1445] 10.0.0.86 () {32 vars in 642 bytes} [Mon Apr 27 02:38:39 2026] GET /v2.0/ports => generated 778 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:38:39.158 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9af8ec69-4a5a-4cca-a73a-35ddb2ef8783 c5d837da687344e5bcd5649ebcb8a3b3 c5f887e3094a484ea1a479d8bacc307c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 686/1446] 10.0.0.86 () {32 vars in 716 bytes} [Mon Apr 27 02:38:39 2026] GET /v2.0/ports/4d6a4430-8591-461c-9c31-f61df113ae88 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1447] 10.0.0.86 () {32 vars in 642 bytes} [Mon Apr 27 02:38:39 2026] GET /v2.0/ports => generated 778 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1448] 10.0.0.86 () {32 vars in 716 bytes} [Mon Apr 27 02:38:39 2026] GET /v2.0/ports/de756ac5-7230-4e99-8a30-f03f8088954e => generated 775 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:38:39.263 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a8b4b7d5-c100-4fe1-a589-f8dfda0ef6d2 c5d837da687344e5bcd5649ebcb8a3b3 c5f887e3094a484ea1a479d8bacc307c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 762/1449] 10.0.0.86 () {32 vars in 719 bytes} [Mon Apr 27 02:38:39 2026] DELETE /v2.0/ports/93823655-d492-4c51-95e5-e0b4e3d5712c => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:38:39.280 7 INFO neutron.pecan_wsgi.hooks.translation [None req-aea5b800-7e49-41f5-b743-b2d0226191f0 c5d837da687344e5bcd5649ebcb8a3b3 c5f887e3094a484ea1a479d8bacc307c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 763/1450] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:38:39 2026] DELETE /v2.0/subnets/9b5a531e-72df-4ea9-a02d-9c77c1a32f98 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:38:39.298 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2bdb87ca-9b57-4f55-9e8a-98c45e70d8a7 c5d837da687344e5bcd5649ebcb8a3b3 c5f887e3094a484ea1a479d8bacc307c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 688/1451] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:38:39 2026] GET /v2.0/ports?tenant_id=f67bb564f833461f93d8a324d56ffa20&device_id=65988188-8f1f-4f0c-9744-5124d633ebaa => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1452] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:38:39 2026] DELETE /v2.0/subnets/ab78582b-bbcc-421b-a319-b3b4599959b9 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1453] 199.204.45.72 () {34 vars in 1017 bytes} [Mon Apr 27 02:38:39 2026] GET /v2.0/networks?tenant_id=f67bb564f833461f93d8a324d56ffa20&shared=False => generated 757 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1454] 199.204.45.72 () {34 vars in 929 bytes} [Mon Apr 27 02:38:39 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:38:39.401 7 INFO neutron_taas.services.taas.taas_plugin [None req-633454a0-eea9-4d5f-9171-01894b37a67b c5d837da687344e5bcd5649ebcb8a3b3 c5f887e3094a484ea1a479d8bacc307c - - default default] TaaS: Handle Delete Port: de756ac5-7230-4e99-8a30-f03f8088954e 2026-04-27 02:38:39.404 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-633454a0-eea9-4d5f-9171-01894b37a67b c5d837da687344e5bcd5649ebcb8a3b3 c5f887e3094a484ea1a479d8bacc307c - - default default] Tap Mirror: Handle Delete Port: de756ac5-7230-4e99-8a30-f03f8088954e [pid: 7|app: 0|req: 765/1455] 10.0.0.86 () {32 vars in 719 bytes} [Mon Apr 27 02:38:39 2026] DELETE /v2.0/ports/de756ac5-7230-4e99-8a30-f03f8088954e => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:38:39.586 8 INFO neutron.services.segments.plugin [-] Segment be2f64ea-8a65-432b-a44f-f6dcb3d24f24 resource provider aggregate not found 2026-04-27 02:38:39.593 8 INFO neutron.services.segments.plugin [-] Segment be2f64ea-8a65-432b-a44f-f6dcb3d24f24 resource provider aggregate not found 2026-04-27 02:38:39.604 8 INFO neutron.services.segments.plugin [-] Segment be2f64ea-8a65-432b-a44f-f6dcb3d24f24 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be2f64ea-8a65-432b-a44f-f6dcb3d24f24 found for delete ", "request_id": "req-40c39c90-6439-43c8-a21a-bdbc55aab29b"}]} [pid: 8|app: 0|req: 691/1456] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:38:39 2026] DELETE /v2.0/networks/f1db2a37-93bb-408b-bf45-18a98172b5df => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:38:39.619 8 INFO neutron.services.segments.plugin [-] Segment be2f64ea-8a65-432b-a44f-f6dcb3d24f24 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be2f64ea-8a65-432b-a44f-f6dcb3d24f24 found for delete ", "request_id": "req-6fbaf0f1-5a9b-4dd4-aafd-fe38dec38d33"}]} [pid: 7|app: 0|req: 766/1457] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:39 2026] GET /v2.0/ports?device_id=65988188-8f1f-4f0c-9744-5124d633ebaa => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1458] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:38:40 2026] GET /v2.0/security-groups?id=a3d8094e-fd72-4d70-a51f-47bceffa8eb7&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: 767/1459] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:38:40 2026] GET /v2.0/security-groups?tenant_id=c5f887e3094a484ea1a479d8bacc307c&name=default => generated 2925 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1460] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:38:40 2026] GET /v2.0/ports?tenant_id=f67bb564f833461f93d8a324d56ffa20&device_id=65988188-8f1f-4f0c-9744-5124d633ebaa => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1461] 199.204.45.72 () {34 vars in 1059 bytes} [Mon Apr 27 02:38:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=cf6e1c57-f34d-4c3d-9b07-1b21f2a4347c => 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: 693/1462] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:38:40 2026] DELETE /v2.0/security-groups/6992d10d-7e3e-4276-bb8b-040c5c61a439 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1463] 199.204.45.72 () {34 vars in 983 bytes} [Mon Apr 27 02:38:40 2026] GET /v2.0/subnets?id=af352eed-2706-4605-acc5-6d1946d0b071 => generated 677 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1464] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:38:40 2026] GET /v2.0/ports?network_id=90b3a213-d9ce-4e14-8755-056108d6d84f&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1465] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:38:40 2026] GET /v2.0/networks/90b3a213-d9ce-4e14-8755-056108d6d84f?fields=segments => generated 14 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1466] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:38:40 2026] GET /v2.0/networks/90b3a213-d9ce-4e14-8755-056108d6d84f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1467] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:41 2026] GET /v2.0/ports?device_id=65988188-8f1f-4f0c-9744-5124d633ebaa => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1468] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:38:41 2026] GET /v2.0/security-groups?id=a3d8094e-fd72-4d70-a51f-47bceffa8eb7&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1469] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:38:41 2026] GET /v2.0/security-groups?tenant_id=85293e9e952b48f4b0dd2d315fa02d9d&name=default => generated 2925 bytes in 413 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1470] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:38:41 2026] DELETE /v2.0/security-groups/f6e5ea94-7bb1-4495-8aa9-f151269dda4a => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1471] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:38:41 2026] GET /v2.0/security-groups?tenant_id=bef4a70624d4415ca0100b980719a255&name=default => generated 2925 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1472] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:38:41 2026] DELETE /v2.0/security-groups/136a8213-ef5f-44b4-9f9d-201145c0fc8d => generated 0 bytes in 152 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1473] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:42 2026] GET /v2.0/ports?device_id=65988188-8f1f-4f0c-9744-5124d633ebaa => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1474] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:38:42 2026] GET /v2.0/security-groups?id=a3d8094e-fd72-4d70-a51f-47bceffa8eb7&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-27 02:38:42.699 8 INFO neutron.db.segments_db [None req-5b22239f-035f-4488-b03f-67af8e25b4cc 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] Added segment 66026e30-da9b-498b-9aa1-2784c23f741a of type vxlan for network 6357ada0-dce4-44bd-8389-8d9115d40037 [pid: 8|app: 0|req: 700/1475] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:38:42 2026] POST /v2.0/networks => generated 630 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:38:42.855 7 INFO neutron.db.segments_db [None req-43fb9e47-cdcd-4653-b3b5-1aba31ec34fb 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] Added segment ce1aaea1-f138-4fa6-ad86-a2ea90ba1431 of type vxlan for network 4af4357f-c56e-4687-a89d-273f792ed892 [pid: 7|app: 0|req: 776/1476] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:38:42 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) [pid: 8|app: 0|req: 701/1477] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:38:42 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) [pid: 7|app: 0|req: 777/1478] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:38:43 2026] POST /v2.0/subnets => generated 626 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:38:43.474 7 INFO neutron.db.segments_db [None req-ddcdba01-0e2c-42b8-ba7f-ce44bfa30706 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] Added segment 5778a9b3-6a29-478e-8ae2-566959e83786 of type vxlan for network 5fd0cbe0-490a-4fea-bd4c-bbe3cff468f0 2026-04-27 02:38:43.670 8 INFO neutron.db.segments_db [None req-442adcf3-de92-4e10-a4a8-93d8c3ad6933 498f457b3531449490ef43ffe1d221b8 02da5fb0718b410a829eeac72c7229c0 - - default default] Added segment 73f902b7-dc5d-48e0-9960-e1a7a328708b of type vxlan for network 5b899263-d26a-4a93-983a-bbde68731b17 2026-04-27 02:38:43.723 7 INFO neutron.db.l3_hamode_db [None req-ddcdba01-0e2c-42b8-ba7f-ce44bfa30706 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 702/1479] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:38:43 2026] POST /v2.0/networks => generated 648 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1480] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:43 2026] GET /v2.0/ports?device_id=65988188-8f1f-4f0c-9744-5124d633ebaa => generated 975 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:38:43.845 7 INFO neutron.db.l3_hamode_db [None req-ddcdba01-0e2c-42b8-ba7f-ce44bfa30706 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 704/1481] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:38:43 2026] GET /v2.0/security-groups?id=a3d8094e-fd72-4d70-a51f-47bceffa8eb7&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:38:44.095 8 INFO neutron.db.segments_db [None req-d9ee5d00-abd0-449f-b27d-7465eb4f4784 eaff01dd4113415897f19983a788e0c1 2cfc8d51f8a24adda0d9bfc3df634844 - - default default] Added segment a34d8f4d-93fb-4e86-b7d8-78bd62d13d26 of type vxlan for network fdf8772b-1682-45d0-b321-2826fb157c8b [pid: 8|app: 0|req: 705/1482] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:38:43 2026] POST /v2.0/networks => generated 648 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1483] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:38:43 2026] POST /v2.0/routers => generated 506 bytes in 1037 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1484] 10.0.0.86 () {34 vars in 664 bytes} [Mon Apr 27 02:38:44 2026] POST /v2.0/ports => generated 779 bytes in 320 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: 779/1485] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:38:44 2026] POST /v2.0/subnets => generated 673 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:38:44.730 7 INFO neutron.db.segments_db [None req-3cbe124d-1752-45e8-b744-9f0051d2db35 eaff01dd4113415897f19983a788e0c1 2cfc8d51f8a24adda0d9bfc3df634844 - - default default] Added segment 56af1409-7511-4d60-8690-ae5bd05e0a11 of type vxlan for network 779b48b2-1be4-4961-a060-07f9d4d4f10c [pid: 7|app: 0|req: 780/1486] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:38:44 2026] POST /v2.0/networks => generated 636 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:38:44.877 7 INFO neutron.db.segments_db [None req-135b0303-8136-4dbf-a2f5-c5c2196c4ec9 498f457b3531449490ef43ffe1d221b8 02da5fb0718b410a829eeac72c7229c0 - - default default] Added segment 47efb602-3211-483a-a86e-572cc747aa0b of type vxlan for network 45db465d-7f07-41bd-8d8f-e1e2fc37e118 [pid: 7|app: 0|req: 781/1487] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:38:44 2026] POST /v2.0/networks => generated 648 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1488] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:38:44 2026] POST /v2.0/subnets => generated 646 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1489] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:45 2026] GET /v2.0/ports?device_id=65988188-8f1f-4f0c-9744-5124d633ebaa => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1490] 10.0.0.86 () {34 vars in 742 bytes} [Mon Apr 27 02:38:45 2026] PUT /v2.0/networks/45db465d-7f07-41bd-8d8f-e1e2fc37e118 => generated 592 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1491] 10.0.0.86 () {34 vars in 664 bytes} [Mon Apr 27 02:38:45 2026] POST /v2.0/ports => generated 965 bytes in 295 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: 786/1492] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:38:45 2026] GET /v2.0/security-groups?id=a3d8094e-fd72-4d70-a51f-47bceffa8eb7&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: 707/1493] 10.0.0.86 () {34 vars in 782 bytes} [Mon Apr 27 02:38:44 2026] PUT /v2.0/routers/79052a0d-96e1-4106-8ab7-30b593399bcf/add_router_interface => generated 309 bytes in 1266 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:38:45.969 8 INFO neutron_taas.services.taas.taas_plugin [None req-ac3ede38-a984-429d-acc9-998acd5fc9b4 eaff01dd4113415897f19983a788e0c1 2cfc8d51f8a24adda0d9bfc3df634844 - - default default] TaaS: Handle Delete Port: 6367ec34-40ae-4d81-b8f8-e31234fed7bf 2026-04-27 02:38:45.972 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac3ede38-a984-429d-acc9-998acd5fc9b4 eaff01dd4113415897f19983a788e0c1 2cfc8d51f8a24adda0d9bfc3df634844 - - default default] Tap Mirror: Handle Delete Port: 6367ec34-40ae-4d81-b8f8-e31234fed7bf [pid: 7|app: 0|req: 787/1494] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:38: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) [pid: 8|app: 0|req: 708/1495] 10.0.0.86 () {32 vars in 719 bytes} [Mon Apr 27 02:38:45 2026] DELETE /v2.0/ports/6367ec34-40ae-4d81-b8f8-e31234fed7bf => generated 0 bytes in 268 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1496] 10.0.0.86 () {32 vars in 716 bytes} [Mon Apr 27 02:38:46 2026] GET /v2.0/ports/1f78710d-51d1-4de4-bd73-bb0e80dd8214 => generated 955 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:38:46.134 7 INFO neutron.pecan_wsgi.hooks.translation [None req-48b62762-1806-400b-bfdf-251b3b47f231 eaff01dd4113415897f19983a788e0c1 2cfc8d51f8a24adda0d9bfc3df634844 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 789/1497] 10.0.0.86 () {32 vars in 719 bytes} [Mon Apr 27 02:38:46 2026] DELETE /v2.0/ports/6367ec34-40ae-4d81-b8f8-e31234fed7bf => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1498] 10.0.0.86 () {34 vars in 740 bytes} [Mon Apr 27 02:38:46 2026] PUT /v2.0/subnets/4a2c650b-827a-45b3-bec7-ac30ea416e8f => generated 656 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:38:46.258 8 INFO neutron.pecan_wsgi.hooks.translation [None req-65a6e0a8-06c0-463f-8b21-4e2d0659dcc6 eaff01dd4113415897f19983a788e0c1 2cfc8d51f8a24adda0d9bfc3df634844 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 710/1499] 10.0.0.86 () {32 vars in 716 bytes} [Mon Apr 27 02:38:46 2026] GET /v2.0/ports/6367ec34-40ae-4d81-b8f8-e31234fed7bf => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:38:46.459 8 INFO neutron.services.segments.plugin [-] Segment 47efb602-3211-483a-a86e-572cc747aa0b resource provider aggregate not found 2026-04-27 02:38:46.466 8 INFO neutron.services.segments.plugin [-] Segment 47efb602-3211-483a-a86e-572cc747aa0b resource provider aggregate not found 2026-04-27 02:38:46.482 8 INFO neutron.services.segments.plugin [-] Segment 47efb602-3211-483a-a86e-572cc747aa0b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47efb602-3211-483a-a86e-572cc747aa0b found for delete ", "request_id": "req-497da516-8765-4c35-a135-f0be78186668"}]} 2026-04-27 02:38:46.494 8 INFO neutron.services.segments.plugin [-] Segment 47efb602-3211-483a-a86e-572cc747aa0b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47efb602-3211-483a-a86e-572cc747aa0b found for delete ", "request_id": "req-9806ec5d-d6a7-49bd-b5f1-097f9a9a4fff"}]} [pid: 8|app: 0|req: 711/1500] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:38:46 2026] DELETE /v2.0/networks/45db465d-7f07-41bd-8d8f-e1e2fc37e118 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1501] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:38:46 2026] DELETE /v2.0/subnets/f0f39e1a-28c5-407f-a9ec-a4fe32c8252d => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:38:46.649 8 INFO neutron.pecan_wsgi.hooks.translation [None req-36e1f8d5-b5b9-4e51-b9f8-a77dad50128c 498f457b3531449490ef43ffe1d221b8 02da5fb0718b410a829eeac72c7229c0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 713/1502] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:38:46 2026] DELETE /v2.0/networks/45db465d-7f07-41bd-8d8f-e1e2fc37e118 => 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: 714/1503] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:38:46 2026] DELETE /v2.0/networks/779b48b2-1be4-4961-a060-07f9d4d4f10c => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1504] 10.0.0.86 () {32 vars in 693 bytes} [Mon Apr 27 02:38:46 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: 716/1505] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:46 2026] GET /v2.0/ports?device_id=65988188-8f1f-4f0c-9744-5124d633ebaa => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:38:46.931 8 INFO neutron.db.segments_db [None req-a79d57af-b81a-46f4-8065-c5b824834f4f eaff01dd4113415897f19983a788e0c1 2cfc8d51f8a24adda0d9bfc3df634844 - - default default] Added segment 58e35448-4c42-4eb3-9286-6f0be58be39e of type vxlan for network f172c9f4-0e30-4d47-9b28-0175e0d8f5ca [pid: 8|app: 0|req: 717/1506] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:38:46 2026] POST /v2.0/networks => generated 636 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1507] 10.0.0.86 () {32 vars in 741 bytes} [Mon Apr 27 02:38:47 2026] GET /v2.0/subnets?network_id=c32c5bd1-d799-408b-9428-a9eed6d23280 => 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: 719/1508] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:38:47 2026] GET /v2.0/security-groups?id=a3d8094e-fd72-4d70-a51f-47bceffa8eb7&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: 790/1509] 10.0.0.86 () {34 vars in 782 bytes} [Mon Apr 27 02:38:46 2026] PUT /v2.0/routers/79052a0d-96e1-4106-8ab7-30b593399bcf/add_router_interface => generated 309 bytes in 1155 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1510] 10.0.0.86 () {32 vars in 652 bytes} [Mon Apr 27 02:38:47 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1511] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:38:47 2026] GET /v2.0/ports?device_id=65988188-8f1f-4f0c-9744-5124d633ebaa => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1512] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:38:47 2026] POST /v2.0/subnets => generated 646 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1513] 10.0.0.86 () {32 vars in 716 bytes} [Mon Apr 27 02:38:47 2026] GET /v2.0/ports/d77a66a8-9524-46ac-bcba-506a803cf851 => generated 955 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1514] 10.0.0.86 () {32 vars in 648 bytes} [Mon Apr 27 02:38:47 2026] GET /v2.0/networks => generated 1313 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1515] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:38:47 2026] GET /v2.0/security-groups?id=a3d8094e-fd72-4d70-a51f-47bceffa8eb7&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: 722/1516] 10.0.0.86 () {34 vars in 664 bytes} [Mon Apr 27 02:38:47 2026] POST /v2.0/ports => generated 923 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1517] 10.0.0.86 () {32 vars in 646 bytes} [Mon Apr 27 02:38:47 2026] GET /v2.0/subnets => generated 1312 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:38:47.710 7 INFO neutron_taas.services.taas.taas_plugin [None req-d06e5919-2efa-4abd-8b29-f02009f0a9a9 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] TaaS: Handle Delete Port: d77a66a8-9524-46ac-bcba-506a803cf851 2026-04-27 02:38:47.715 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d06e5919-2efa-4abd-8b29-f02009f0a9a9 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] Tap Mirror: Handle Delete Port: d77a66a8-9524-46ac-bcba-506a803cf851 [pid: 8|app: 0|req: 724/1518] 10.0.0.86 () {32 vars in 735 bytes} [Mon Apr 27 02:38:47 2026] GET /v2.0/ports?device_id=65988188-8f1f-4f0c-9744-5124d633ebaa => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:38:47.806 8 INFO neutron_taas.services.taas.taas_plugin [None req-d1fd022e-787b-4e09-a7f3-2b65cf5bbcd2 eaff01dd4113415897f19983a788e0c1 2cfc8d51f8a24adda0d9bfc3df634844 - - default default] TaaS: Handle Delete Port: 4ea82973-f23d-4af5-9fe9-e34fd468e78f 2026-04-27 02:38:47.809 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d1fd022e-787b-4e09-a7f3-2b65cf5bbcd2 eaff01dd4113415897f19983a788e0c1 2cfc8d51f8a24adda0d9bfc3df634844 - - default default] Tap Mirror: Handle Delete Port: 4ea82973-f23d-4af5-9fe9-e34fd468e78f [pid: 8|app: 0|req: 725/1519] 10.0.0.86 () {32 vars in 719 bytes} [Mon Apr 27 02:38:47 2026] DELETE /v2.0/ports/4ea82973-f23d-4af5-9fe9-e34fd468e78f => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1520] 10.0.0.86 () {32 vars in 722 bytes} [Mon Apr 27 02:38:47 2026] GET /v2.0/networks/5b899263-d26a-4a93-983a-bbde68731b17 => generated 673 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1521] 10.0.0.86 () {34 vars in 788 bytes} [Mon Apr 27 02:38:47 2026] PUT /v2.0/routers/79052a0d-96e1-4106-8ab7-30b593399bcf/remove_router_interface => generated 309 bytes in 1122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:38:48.533 7 INFO neutron.pecan_wsgi.hooks.translation [None req-662f68bb-50f0-438f-873e-cc0b25868e97 eaff01dd4113415897f19983a788e0c1 2cfc8d51f8a24adda0d9bfc3df634844 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 796/1522] 10.0.0.86 () {32 vars in 716 bytes} [Mon Apr 27 02:38:48 2026] GET /v2.0/ports/4ea82973-f23d-4af5-9fe9-e34fd468e78f => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1523] 10.0.0.86 () {32 vars in 720 bytes} [Mon Apr 27 02:38:48 2026] GET /v2.0/subnets/1d33aadf-4d28-4e84-94f1-15b9e8293bf8 => generated 673 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:38:48.821 7 INFO neutron_taas.services.taas.taas_plugin [None req-62264e22-f8fb-49fb-93ff-36731bdb865d 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] TaaS: Handle Delete Port: 1f78710d-51d1-4de4-bd73-bb0e80dd8214 2026-04-27 02:38:48.823 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62264e22-f8fb-49fb-93ff-36731bdb865d 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] Tap Mirror: Handle Delete Port: 1f78710d-51d1-4de4-bd73-bb0e80dd8214 2026-04-27 02:38:48.880 8 INFO neutron.services.segments.plugin [-] Segment 56af1409-7511-4d60-8690-ae5bd05e0a11 resource provider aggregate not found 2026-04-27 02:38:48.887 8 INFO neutron.services.segments.plugin [-] Segment 56af1409-7511-4d60-8690-ae5bd05e0a11 resource provider aggregate not found 2026-04-27 02:38:48.904 8 INFO neutron.services.segments.plugin [-] Segment 56af1409-7511-4d60-8690-ae5bd05e0a11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56af1409-7511-4d60-8690-ae5bd05e0a11 found for delete ", "request_id": "req-880de59a-5619-4529-8193-cd413f70688b"}]} 2026-04-27 02:38:48.912 8 INFO neutron.services.segments.plugin [-] Segment 56af1409-7511-4d60-8690-ae5bd05e0a11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56af1409-7511-4d60-8690-ae5bd05e0a11 found for delete ", "request_id": "req-a1d6924b-9454-4c05-a7c3-3b825561c772"}]} 2026-04-27 02:38:49.056 8 INFO neutron.db.l3_db [None req-4f9da47b-73f2-4524-8f7d-fb5f21a82aca 6e21a324d37b45b584d5d5816323c21a f67bb564f833461f93d8a324d56ffa20 - - default default] Floating IP c83dd848-b3fd-4e84-b6a4-a70af829a2ef associated. External IP: 10.96.250.205, port: cf6e1c57-f34d-4c3d-9b07-1b21f2a4347c. [pid: 7|app: 0|req: 798/1524] 10.0.0.86 () {34 vars in 788 bytes} [Mon Apr 27 02:38:48 2026] PUT /v2.0/routers/79052a0d-96e1-4106-8ab7-30b593399bcf/remove_router_interface => generated 309 bytes in 694 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1525] 10.0.0.86 () {34 vars in 676 bytes} [Mon Apr 27 02:38:47 2026] POST /v2.0/floatingips => generated 856 bytes in 1346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:38:49.339 8 INFO neutron.pecan_wsgi.hooks.translation [None req-86208eaa-9e0c-4f06-811f-459a4e8c08c5 498f457b3531449490ef43ffe1d221b8 02da5fb0718b410a829eeac72c7229c0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 728/1526] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:38:49 2026] DELETE /v2.0/subnets/4a2c650b-827a-45b3-bec7-ac30ea416e8f => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1527] 10.0.0.86 () {32 vars in 735 bytes} [Mon Apr 27 02:38:49 2026] GET /v2.0/ports?device_id=79052a0d-96e1-4106-8ab7-30b593399bcf => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:38:49.367 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5b1d0ae6-530d-45b9-80a9-6ba18589489d'] response: {'name': 'network-changed', 'server_uuid': '65988188-8f1f-4f0c-9744-5124d633ebaa', 'tag': 'cf6e1c57-f34d-4c3d-9b07-1b21f2a4347c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 799/1528] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:38:49 2026] DELETE /v2.0/subnets/f3be4bf8-eea7-4910-8198-52e5aeab067d => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:38:49.381 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6e6c4541-cff4-4ea3-bee0-7efa570b9d9c 498f457b3531449490ef43ffe1d221b8 02da5fb0718b410a829eeac72c7229c0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 800/1529] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:38:49 2026] DELETE /v2.0/networks/45db465d-7f07-41bd-8d8f-e1e2fc37e118 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1530] 10.0.0.86 () {32 vars in 728 bytes} [Mon Apr 27 02:38:49 2026] GET /v2.0/floatingips/c83dd848-b3fd-4e84-b6a4-a70af829a2ef => generated 856 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1531] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:38:49 2026] DELETE /v2.0/networks/f172c9f4-0e30-4d47-9b28-0175e0d8f5ca => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:38:49.544 7 INFO neutron_taas.services.taas.taas_plugin [None req-5e566b82-24aa-495d-9dd1-54d8f5a1f627 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] TaaS: Handle Delete Port: 355f63cd-b826-4b98-9121-027903f3c8ce 2026-04-27 02:38:49.547 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e566b82-24aa-495d-9dd1-54d8f5a1f627 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] Tap Mirror: Handle Delete Port: 355f63cd-b826-4b98-9121-027903f3c8ce [pid: 8|app: 0|req: 732/1532] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:38:49 2026] DELETE /v2.0/subnets/1d33aadf-4d28-4e84-94f1-15b9e8293bf8 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:38:49.853 7 INFO neutron.services.segments.plugin [-] Segment 5778a9b3-6a29-478e-8ae2-566959e83786 resource provider aggregate not found 2026-04-27 02:38:49.861 7 INFO neutron.services.segments.plugin [-] Segment 5778a9b3-6a29-478e-8ae2-566959e83786 resource provider aggregate not found 2026-04-27 02:38:49.872 7 INFO neutron.services.segments.plugin [-] Segment 5778a9b3-6a29-478e-8ae2-566959e83786 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5778a9b3-6a29-478e-8ae2-566959e83786 found for delete ", "request_id": "req-bd5aa734-a003-4dcc-8a6f-5779085e6764"}]} [pid: 8|app: 0|req: 733/1533] 10.0.0.86 () {34 vars in 664 bytes} [Mon Apr 27 02:38:49 2026] POST /v2.0/ports => generated 779 bytes in 254 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-27 02:38:49.881 7 INFO neutron.services.segments.plugin [-] Segment 5778a9b3-6a29-478e-8ae2-566959e83786 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5778a9b3-6a29-478e-8ae2-566959e83786 found for delete ", "request_id": "req-277d9c98-1bd9-4259-a726-51005ce591b6"}]} 2026-04-27 02:38:49.882 7 INFO neutron.db.l3_hamode_db [None req-5e566b82-24aa-495d-9dd1-54d8f5a1f627 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] HA network 5fd0cbe0-490a-4fea-bd4c-bbe3cff468f0 was deleted as no HA routers are present in tenant 5e94e1adf68944e4babcb8ea159f6af8. [pid: 7|app: 0|req: 801/1534] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:38:49 2026] DELETE /v2.0/routers/79052a0d-96e1-4106-8ab7-30b593399bcf => generated 0 bytes in 505 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1535] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:38:49 2026] GET /v2.0/ports?tenant_id=f67bb564f833461f93d8a324d56ffa20&device_id=65988188-8f1f-4f0c-9744-5124d633ebaa => 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: 734/1536] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:38:49 2026] DELETE /v2.0/networks/5b899263-d26a-4a93-983a-bbde68731b17 => 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: 803/1537] 10.0.0.86 () {34 vars in 736 bytes} [Mon Apr 27 02:38:49 2026] PUT /v2.0/ports/d01fc3fe-800d-439c-a2d6-94e89c0b5ba4 => generated 752 bytes in 160 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: 804/1538] 199.204.45.72 () {34 vars in 985 bytes} [Mon Apr 27 02:38:50 2026] GET /v2.0/networks?id=90b3a213-d9ce-4e14-8755-056108d6d84f => generated 757 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1539] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:38:50 2026] DELETE /v2.0/subnets/d3bac765-ff62-4178-a62d-565baeb1f2c8 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:38:50.180 7 INFO neutron_taas.services.taas.taas_plugin [None req-cbf8c9bf-75b0-4f9a-b87d-d0c9d874cee8 eaff01dd4113415897f19983a788e0c1 2cfc8d51f8a24adda0d9bfc3df634844 - - default default] TaaS: Handle Delete Port: d01fc3fe-800d-439c-a2d6-94e89c0b5ba4 2026-04-27 02:38:50.184 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cbf8c9bf-75b0-4f9a-b87d-d0c9d874cee8 eaff01dd4113415897f19983a788e0c1 2cfc8d51f8a24adda0d9bfc3df634844 - - default default] Tap Mirror: Handle Delete Port: d01fc3fe-800d-439c-a2d6-94e89c0b5ba4 [pid: 8|app: 0|req: 736/1540] 199.204.45.72 () {34 vars in 1059 bytes} [Mon Apr 27 02:38:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=cf6e1c57-f34d-4c3d-9b07-1b21f2a4347c => generated 859 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1541] 10.0.0.86 () {32 vars in 719 bytes} [Mon Apr 27 02:38:50 2026] DELETE /v2.0/ports/d01fc3fe-800d-439c-a2d6-94e89c0b5ba4 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1542] 199.204.45.72 () {34 vars in 983 bytes} [Mon Apr 27 02:38:50 2026] GET /v2.0/subnets?id=af352eed-2706-4605-acc5-6d1946d0b071 => generated 677 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1543] 10.0.0.86 () {32 vars in 642 bytes} [Mon Apr 27 02:38:50 2026] GET /v2.0/ports => generated 782 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1544] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:38:50 2026] DELETE /v2.0/subnets/5f3b62e0-f618-4410-96f6-360652ca9055 => 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: 808/1545] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:38:50 2026] GET /v2.0/ports?network_id=90b3a213-d9ce-4e14-8755-056108d6d84f&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-27 02:38:50.405 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5f0d0df8-f8a7-42f3-8b5e-0b0e1f93104f eaff01dd4113415897f19983a788e0c1 2cfc8d51f8a24adda0d9bfc3df634844 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 738/1546] 10.0.0.86 () {32 vars in 716 bytes} [Mon Apr 27 02:38:50 2026] GET /v2.0/ports/d01fc3fe-800d-439c-a2d6-94e89c0b5ba4 => generated 132 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1547] 10.0.0.86 () {32 vars in 728 bytes} [Mon Apr 27 02:38:50 2026] GET /v2.0/floatingips/c83dd848-b3fd-4e84-b6a4-a70af829a2ef => generated 856 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1548] 10.0.0.86 () {32 vars in 642 bytes} [Mon Apr 27 02:38:50 2026] GET /v2.0/ports => generated 782 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:38:50.505 7 INFO neutron_taas.services.taas.taas_plugin [None req-5b907a0f-a27c-4fdf-9d2f-779460b4d4c3 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] TaaS: Handle Delete Port: 95710c2a-c9b7-4ad9-885e-2ecb32f5ad59 2026-04-27 02:38:50.508 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5b907a0f-a27c-4fdf-9d2f-779460b4d4c3 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] Tap Mirror: Handle Delete Port: 95710c2a-c9b7-4ad9-885e-2ecb32f5ad59 [pid: 8|app: 0|req: 741/1549] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:38:50 2026] GET /v2.0/networks/90b3a213-d9ce-4e14-8755-056108d6d84f?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: 742/1550] 10.0.0.86 () {32 vars in 716 bytes} [Mon Apr 27 02:38:50 2026] GET /v2.0/ports/530a79b3-638e-4c04-ac2f-121f513e438f => generated 779 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1551] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:38:50 2026] GET /v2.0/security-groups?tenant_id=02da5fb0718b410a829eeac72c7229c0&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: 809/1552] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:38:50 2026] DELETE /v2.0/networks/4af4357f-c56e-4687-a89d-273f792ed892 => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1553] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:38:50 2026] GET /v2.0/networks/90b3a213-d9ce-4e14-8755-056108d6d84f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:38:50.749 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6c7ba61f-e6da-44d5-b69d-deb6ab50ade2 eaff01dd4113415897f19983a788e0c1 2cfc8d51f8a24adda0d9bfc3df634844 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 810/1554] 10.0.0.86 () {32 vars in 719 bytes} [Mon Apr 27 02:38:50 2026] DELETE /v2.0/ports/4ea82973-f23d-4af5-9fe9-e34fd468e78f => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:38:50.851 7 INFO neutron_taas.services.taas.taas_plugin [None req-ca57a382-7741-4d73-9c3f-f47b01f9f13e 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] TaaS: Handle Delete Port: 2bae2714-727d-4890-9f39-15a5b1a5ef56 [pid: 8|app: 0|req: 745/1555] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:38:50 2026] DELETE /v2.0/security-groups/9ed51826-bf6a-4e79-b0bc-9e5c1d4788f8 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:38:50.855 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca57a382-7741-4d73-9c3f-f47b01f9f13e 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] Tap Mirror: Handle Delete Port: 2bae2714-727d-4890-9f39-15a5b1a5ef56 2026-04-27 02:38:50.864 8 INFO neutron.pecan_wsgi.hooks.translation [None req-11836bfd-25ea-490b-b21f-31478086b7a1 eaff01dd4113415897f19983a788e0c1 2cfc8d51f8a24adda0d9bfc3df634844 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 746/1556] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:38:50 2026] DELETE /v2.0/subnets/f3be4bf8-eea7-4910-8198-52e5aeab067d => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:38:50.883 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c51e7c80-1f77-44c7-b85b-6144f710a8e1 eaff01dd4113415897f19983a788e0c1 2cfc8d51f8a24adda0d9bfc3df634844 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 747/1557] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:38:50 2026] DELETE /v2.0/subnets/f0f39e1a-28c5-407f-a9ec-a4fe32c8252d => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:38:50.936 8 INFO neutron.services.segments.plugin [-] Segment 58e35448-4c42-4eb3-9286-6f0be58be39e resource provider aggregate not found 2026-04-27 02:38:50.943 8 INFO neutron.services.segments.plugin [-] Segment 58e35448-4c42-4eb3-9286-6f0be58be39e resource provider aggregate not found 2026-04-27 02:38:50.954 8 INFO neutron.services.segments.plugin [-] Segment 58e35448-4c42-4eb3-9286-6f0be58be39e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58e35448-4c42-4eb3-9286-6f0be58be39e found for delete ", "request_id": "req-290f5605-7baf-4692-9177-a2b4abf0c46d"}]} 2026-04-27 02:38:50.977 8 INFO neutron.services.segments.plugin [-] Segment 58e35448-4c42-4eb3-9286-6f0be58be39e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58e35448-4c42-4eb3-9286-6f0be58be39e found for delete ", "request_id": "req-3c65fce3-1fe3-4459-92d4-cea61ea7db9a"}]} 2026-04-27 02:38:50.990 8 INFO neutron.services.segments.plugin [-] Segment 73f902b7-dc5d-48e0-9960-e1a7a328708b resource provider aggregate not found 2026-04-27 02:38:51.002 8 INFO neutron.services.segments.plugin [-] Segment 73f902b7-dc5d-48e0-9960-e1a7a328708b resource provider aggregate not found 2026-04-27 02:38:51.013 8 INFO neutron.services.segments.plugin [-] Segment 73f902b7-dc5d-48e0-9960-e1a7a328708b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73f902b7-dc5d-48e0-9960-e1a7a328708b found for delete ", "request_id": "req-c0a95565-d016-4313-bfd0-402c496b1727"}]} 2026-04-27 02:38:51.019 8 INFO neutron_taas.services.taas.taas_plugin [None req-881af5f6-1a11-4998-99ba-f75d11f5e5bc eaff01dd4113415897f19983a788e0c1 2cfc8d51f8a24adda0d9bfc3df634844 - - default default] TaaS: Handle Delete Port: 530a79b3-638e-4c04-ac2f-121f513e438f 2026-04-27 02:38:51.023 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-881af5f6-1a11-4998-99ba-f75d11f5e5bc eaff01dd4113415897f19983a788e0c1 2cfc8d51f8a24adda0d9bfc3df634844 - - default default] Tap Mirror: Handle Delete Port: 530a79b3-638e-4c04-ac2f-121f513e438f 2026-04-27 02:38:51.023 8 INFO neutron.services.segments.plugin [-] Segment 73f902b7-dc5d-48e0-9960-e1a7a328708b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73f902b7-dc5d-48e0-9960-e1a7a328708b found for delete ", "request_id": "req-ae79605d-a49b-4894-bba1-34e1a55d4206"}]} [pid: 7|app: 0|req: 811/1558] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:38:50 2026] DELETE /v2.0/networks/6357ada0-dce4-44bd-8389-8d9115d40037 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1559] 10.0.0.86 () {32 vars in 719 bytes} [Mon Apr 27 02:38:50 2026] DELETE /v2.0/ports/530a79b3-638e-4c04-ac2f-121f513e438f => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:38:51.100 7 INFO neutron.db.segments_db [None req-3145cdbf-7dd6-498d-9df2-8769c73d4a6a 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] Added segment 26e07301-12b8-407a-8661-ceb88d13ded8 of type vxlan for network 02520ebb-ac7e-4665-8c65-36b622bad1ea [pid: 7|app: 0|req: 812/1560] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:38:51 2026] POST /v2.0/networks => generated 630 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1561] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:38:51 2026] DELETE /v2.0/networks/fdf8772b-1682-45d0-b321-2826fb157c8b => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1562] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:38:51 2026] POST /v2.0/subnets => generated 626 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:38:51.466 8 INFO neutron.db.segments_db [None req-e0f7134a-c4bd-405c-aec1-f3666070ec54 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] Added segment 4772fc9a-1f95-41eb-b00a-1f96fed9f32d of type vxlan for network e6a1c0e8-7698-42c2-a974-520f15c4cc30 [pid: 7|app: 0|req: 814/1563] 10.0.0.86 () {32 vars in 728 bytes} [Mon Apr 27 02:38:51 2026] GET /v2.0/floatingips/c83dd848-b3fd-4e84-b6a4-a70af829a2ef => generated 858 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:38:51.699 8 INFO neutron.db.l3_hamode_db [None req-e0f7134a-c4bd-405c-aec1-f3666070ec54 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-27 02:38:51.825 8 INFO neutron.db.l3_hamode_db [None req-e0f7134a-c4bd-405c-aec1-f3666070ec54 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-27 02:38:51.890 7 INFO neutron.services.segments.plugin [-] Segment ce1aaea1-f138-4fa6-ad86-a2ea90ba1431 resource provider aggregate not found 2026-04-27 02:38:51.900 7 INFO neutron.services.segments.plugin [-] Segment ce1aaea1-f138-4fa6-ad86-a2ea90ba1431 resource provider aggregate not found 2026-04-27 02:38:51.905 7 INFO neutron.services.segments.plugin [-] Segment ce1aaea1-f138-4fa6-ad86-a2ea90ba1431 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce1aaea1-f138-4fa6-ad86-a2ea90ba1431 found for delete ", "request_id": "req-eccc6ee4-f097-4c52-a9c8-248e85ee96c4"}]} 2026-04-27 02:38:51.918 7 INFO neutron.services.segments.plugin [-] Segment ce1aaea1-f138-4fa6-ad86-a2ea90ba1431 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce1aaea1-f138-4fa6-ad86-a2ea90ba1431 found for delete ", "request_id": "req-59388ce0-84f3-4a37-ab65-92df799f6ba5"}]} 2026-04-27 02:38:51.927 7 INFO neutron.services.segments.plugin [-] Segment 66026e30-da9b-498b-9aa1-2784c23f741a resource provider aggregate not found 2026-04-27 02:38:51.940 7 INFO neutron.services.segments.plugin [-] Segment 66026e30-da9b-498b-9aa1-2784c23f741a resource provider aggregate not found 2026-04-27 02:38:51.945 7 INFO neutron.services.segments.plugin [-] Segment 66026e30-da9b-498b-9aa1-2784c23f741a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66026e30-da9b-498b-9aa1-2784c23f741a found for delete ", "request_id": "req-e0ae3425-2016-49e6-b926-bb47085d6ec8"}]} [pid: 7|app: 0|req: 815/1564] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:38:51 2026] GET /v2.0/security-groups?tenant_id=2cfc8d51f8a24adda0d9bfc3df634844&name=default => generated 2925 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:38:51.954 7 INFO neutron.services.segments.plugin [-] Segment 66026e30-da9b-498b-9aa1-2784c23f741a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66026e30-da9b-498b-9aa1-2784c23f741a found for delete ", "request_id": "req-d97a259c-d083-4f1f-8a05-16beb18ac820"}]} [pid: 7|app: 0|req: 816/1565] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:38:51 2026] DELETE /v2.0/security-groups/aa436a8f-9373-4b68-8bbf-5dd84b9b451e => 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: 750/1566] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:38:51 2026] POST /v2.0/routers => generated 507 bytes in 919 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1567] 10.0.0.86 () {34 vars in 664 bytes} [Mon Apr 27 02:38:52 2026] POST /v2.0/ports => generated 948 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 02:38:52.858 8 INFO neutron.db.segments_db [None req-48fc3eba-ce7c-4aff-86d9-08f29120e6f3 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] Added segment 66c56dfe-3abe-4a80-aee3-6432d1565ad8 of type vxlan for network 13f7206d-1d1b-40a4-8ec0-921c81d09eaf [pid: 8|app: 0|req: 751/1568] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:38:52 2026] POST /v2.0/networks => generated 634 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:38:52.996 8 INFO neutron.db.segments_db [None req-8daae529-09b1-425b-975e-7384cbf4b288 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] Added segment 6561dbb2-5d59-4931-824f-61fdf9134320 of type vxlan for network 6a709b23-2902-4bf0-9a20-65b9c264056e 2026-04-27 02:38:53.036 8 INFO neutron.services.segments.plugin [-] Segment a34d8f4d-93fb-4e86-b7d8-78bd62d13d26 resource provider aggregate not found 2026-04-27 02:38:53.045 8 INFO neutron.services.segments.plugin [-] Segment a34d8f4d-93fb-4e86-b7d8-78bd62d13d26 resource provider aggregate not found 2026-04-27 02:38:53.052 8 INFO neutron.services.segments.plugin [-] Segment a34d8f4d-93fb-4e86-b7d8-78bd62d13d26 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a34d8f4d-93fb-4e86-b7d8-78bd62d13d26 found for delete ", "request_id": "req-f96d50ab-b824-4bc9-8b92-e8f7f1628281"}]} 2026-04-27 02:38:53.061 8 INFO neutron.services.segments.plugin [-] Segment a34d8f4d-93fb-4e86-b7d8-78bd62d13d26 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a34d8f4d-93fb-4e86-b7d8-78bd62d13d26 found for delete ", "request_id": "req-3b2140f0-babc-45ce-a502-39d6c061ebe2"}]} [pid: 8|app: 0|req: 752/1569] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:38:52 2026] POST /v2.0/networks => generated 634 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1570] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:38:53 2026] POST /v2.0/subnets => generated 646 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1571] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:38:53 2026] POST /v2.0/subnets => generated 655 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:38:53.566 8 INFO neutron.db.segments_db [None req-1aa56db2-673d-4827-88ba-27a6133de8e4 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] Added segment 2115d4a1-6404-4aad-b919-658940a823ba of type vxlan for network 962832cb-1c86-4e1d-8b7f-c3cfdbae1844 [pid: 7|app: 0|req: 818/1574] 10.0.0.86 () {34 vars in 782 bytes} [Mon Apr 27 02:38:52 2026] PUT /v2.0/routers/a1a332b6-6ebf-439c-b965-3ad04e83c33d/add_router_interface => generated 309 bytes in 1026 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:38:53.776 8 INFO neutron.db.l3_hamode_db [None req-1aa56db2-673d-4827-88ba-27a6133de8e4 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 02:38:53.886 8 INFO neutron.db.l3_hamode_db [None req-1aa56db2-673d-4827-88ba-27a6133de8e4 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 819/1575] 10.0.0.86 () {34 vars in 683 bytes} [Mon Apr 27 02:38:53 2026] POST /v2.0/security-groups => generated 1624 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1576] 10.0.0.86 () {32 vars in 716 bytes} [Mon Apr 27 02:38:54 2026] GET /v2.0/ports/cb386042-8ec6-4ac4-b8c7-a6f16578bc2f => generated 1022 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1577] 10.0.0.86 () {32 vars in 662 bytes} [Mon Apr 27 02:38:54 2026] GET /v2.0/security-groups => generated 4529 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1578] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:38:53 2026] POST /v2.0/routers => generated 509 bytes in 892 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:38:54.494 7 INFO neutron_taas.services.taas.taas_plugin [None req-b68744c9-f2b6-4dde-bd5e-9de340769590 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] TaaS: Handle Delete Port: cb386042-8ec6-4ac4-b8c7-a6f16578bc2f 2026-04-27 02:38:54.497 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b68744c9-f2b6-4dde-bd5e-9de340769590 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] Tap Mirror: Handle Delete Port: cb386042-8ec6-4ac4-b8c7-a6f16578bc2f [pid: 8|app: 0|req: 758/1579] 10.0.0.86 () {34 vars in 757 bytes} [Mon Apr 27 02:38:54 2026] PUT /v2.0/security-groups/fc9e2893-63b9-403f-b620-6f2b8890afac => generated 1664 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1580] 10.0.0.86 () {34 vars in 788 bytes} [Mon Apr 27 02:38:54 2026] PUT /v2.0/routers/a1a332b6-6ebf-439c-b965-3ad04e83c33d/remove_router_interface => generated 309 bytes in 796 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: 823/1581] 10.0.0.86 () {32 vars in 736 bytes} [Mon Apr 27 02:38:54 2026] GET /v2.0/security-groups/fc9e2893-63b9-403f-b620-6f2b8890afac => generated 1664 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:38:55.070 7 INFO neutron.api.v2.resource [None req-04cfb5a4-b640-44ce-ba66-35c82cf57919 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 824/1582] 10.0.0.86 () {34 vars in 788 bytes} [Mon Apr 27 02:38:54 2026] PUT /v2.0/routers/a1a332b6-6ebf-439c-b965-3ad04e83c33d/remove_router_interface => generated 197 bytes in 110 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1583] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:38:55 2026] DELETE /v2.0/security-groups/fc9e2893-63b9-403f-b620-6f2b8890afac => 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: 826/1584] 10.0.0.86 () {32 vars in 735 bytes} [Mon Apr 27 02:38:55 2026] GET /v2.0/ports?device_id=a1a332b6-6ebf-439c-b965-3ad04e83c33d => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1585] 10.0.0.183 () {34 vars in 990 bytes} [Mon Apr 27 02:38:55 2026] GET /v2.0/ports?device_id=65988188-8f1f-4f0c-9744-5124d633ebaa => 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: 828/1586] 10.0.0.86 () {32 vars in 662 bytes} [Mon Apr 27 02:38:55 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) 2026-04-27 02:38:55.405 7 INFO neutron_taas.services.taas.taas_plugin [None req-7e622d1a-280c-4bef-99b4-2eef441b2319 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] TaaS: Handle Delete Port: 722d9873-2c6e-4099-a40f-82c7ee20c69a 2026-04-27 02:38:55.408 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e622d1a-280c-4bef-99b4-2eef441b2319 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] Tap Mirror: Handle Delete Port: 722d9873-2c6e-4099-a40f-82c7ee20c69a [pid: 8|app: 0|req: 759/1587] 10.0.0.86 () {34 vars in 782 bytes} [Mon Apr 27 02:38:54 2026] PUT /v2.0/routers/b58c243f-6174-4ce1-af9a-f83adba9d3ba/add_router_interface => generated 309 bytes in 1032 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1588] 10.0.0.183 () {34 vars in 1040 bytes} [Mon Apr 27 02:38:55 2026] GET /v2.0/security-groups?id=a3d8094e-fd72-4d70-a51f-47bceffa8eb7&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:38:55.574 8 INFO neutron.api.v2.resource [None req-d761b2ec-782c-4729-b918-e3769b07c5e8 cf8651297fa747289be6d1357ff6ed53 5a4777689a214c22a009539ceb8b1005 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 761/1589] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:38:55 2026] DELETE /v2.0/security-groups/fc9e2893-63b9-403f-b620-6f2b8890afac => 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: 762/1590] 10.0.0.86 () {32 vars in 716 bytes} [Mon Apr 27 02:38:55 2026] GET /v2.0/ports/18bd5092-3411-4c42-a022-bec87bd6a4f2 => generated 959 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1591] 10.0.0.86 () {34 vars in 683 bytes} [Mon Apr 27 02:38:55 2026] POST /v2.0/security-groups => generated 1625 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-27 02:38:55.729 7 INFO neutron.services.segments.plugin [-] Segment 4772fc9a-1f95-41eb-b00a-1f96fed9f32d resource provider aggregate not found 2026-04-27 02:38:55.742 7 INFO neutron.services.segments.plugin [-] Segment 4772fc9a-1f95-41eb-b00a-1f96fed9f32d resource provider aggregate not found 2026-04-27 02:38:55.752 7 INFO neutron.services.segments.plugin [-] Segment 4772fc9a-1f95-41eb-b00a-1f96fed9f32d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4772fc9a-1f95-41eb-b00a-1f96fed9f32d found for delete ", "request_id": "req-812466fd-909a-41d1-9539-e7e8a9416e9a"}]} 2026-04-27 02:38:55.758 7 INFO neutron.services.segments.plugin [-] Segment 4772fc9a-1f95-41eb-b00a-1f96fed9f32d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4772fc9a-1f95-41eb-b00a-1f96fed9f32d found for delete ", "request_id": "req-d61617ae-fbc3-4155-9152-7b6e453fd5ae"}]} 2026-04-27 02:38:55.763 7 INFO neutron.db.l3_hamode_db [None req-7e622d1a-280c-4bef-99b4-2eef441b2319 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] HA network e6a1c0e8-7698-42c2-a974-520f15c4cc30 was deleted as no HA routers are present in tenant 5e94e1adf68944e4babcb8ea159f6af8. [pid: 7|app: 0|req: 829/1592] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:38:55 2026] DELETE /v2.0/routers/a1a332b6-6ebf-439c-b965-3ad04e83c33d => generated 0 bytes in 538 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1593] 10.0.0.86 () {34 vars in 694 bytes} [Mon Apr 27 02:38:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1594] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:38:55 2026] DELETE /v2.0/subnets/d1721136-3d72-4f21-be7c-4da1ccc96e8e => generated 0 bytes in 102 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1595] 10.0.0.86 () {32 vars in 746 bytes} [Mon Apr 27 02:38:55 2026] GET /v2.0/security-group-rules/5a59a14e-b994-474f-8819-c61cb0f8b634 => generated 601 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1596] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:38:55 2026] DELETE /v2.0/networks/02520ebb-ac7e-4665-8c65-36b622bad1ea => 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: 834/1597] 10.0.0.86 () {32 vars in 672 bytes} [Mon Apr 27 02:38:56 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:38:56.239 7 INFO neutron.db.segments_db [None req-3183cf10-d060-4cbf-9357-26bc4a54c4f2 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] Added segment a4daf9bc-3a97-4c04-b810-e4f722eb3623 of type vxlan for network 880cf6ab-c401-4857-b41a-bd98bbeabbb6 [pid: 7|app: 0|req: 835/1598] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:38:56 2026] POST /v2.0/networks => generated 630 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1599] 10.0.0.86 () {32 vars in 749 bytes} [Mon Apr 27 02:38:56 2026] DELETE /v2.0/security-group-rules/5a59a14e-b994-474f-8819-c61cb0f8b634 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1600] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:38:56 2026] POST /v2.0/subnets => generated 626 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1601] 10.0.0.86 () {32 vars in 672 bytes} [Mon Apr 27 02:38:56 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:38:56.681 7 INFO neutron.db.segments_db [None req-c6058b44-152a-43f2-a69e-88ed9e5b4bd2 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] Added segment 2e8fbb38-625b-4c09-8ff2-d04d4c4aa6f5 of type vxlan for network 13eaf006-d85f-4426-93b8-5d44ba14f49f [pid: 8|app: 0|req: 764/1602] 10.0.0.86 () {34 vars in 782 bytes} [Mon Apr 27 02:38:55 2026] PUT /v2.0/routers/b58c243f-6174-4ce1-af9a-f83adba9d3ba/add_router_interface => generated 309 bytes in 976 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1603] 10.0.0.86 () {34 vars in 694 bytes} [Mon Apr 27 02:38:56 2026] POST /v2.0/security-group-rules => generated 601 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1604] 10.0.0.86 () {32 vars in 716 bytes} [Mon Apr 27 02:38:56 2026] GET /v2.0/ports/9f283fa9-fdbc-45f4-b82b-5124d44f555c => generated 967 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1605] 10.0.0.86 () {32 vars in 746 bytes} [Mon Apr 27 02:38:56 2026] GET /v2.0/security-group-rules/12fd1339-b9f5-4375-8a87-390fb879bc35 => generated 601 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:38:56.922 7 INFO neutron.db.l3_hamode_db [None req-c6058b44-152a-43f2-a69e-88ed9e5b4bd2 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-27 02:38:57.030 7 INFO neutron.db.l3_hamode_db [None req-c6058b44-152a-43f2-a69e-88ed9e5b4bd2 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-27 02:38:57.186 8 INFO neutron_taas.services.taas.taas_plugin [None req-19f5f47c-c7e0-4181-9efa-dc849dcab322 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] TaaS: Handle Delete Port: 9f283fa9-fdbc-45f4-b82b-5124d44f555c 2026-04-27 02:38:57.189 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19f5f47c-c7e0-4181-9efa-dc849dcab322 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] Tap Mirror: Handle Delete Port: 9f283fa9-fdbc-45f4-b82b-5124d44f555c [pid: 8|app: 0|req: 768/1606] 10.0.0.86 () {34 vars in 788 bytes} [Mon Apr 27 02:38:56 2026] PUT /v2.0/routers/b58c243f-6174-4ce1-af9a-f83adba9d3ba/remove_router_interface => generated 309 bytes in 745 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1607] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:38:56 2026] POST /v2.0/routers => generated 507 bytes in 981 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1608] 10.0.0.86 () {32 vars in 672 bytes} [Mon Apr 27 02:38:57 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:38:57.773 7 INFO neutron.services.segments.plugin [-] Segment 26e07301-12b8-407a-8661-ceb88d13ded8 resource provider aggregate not found 2026-04-27 02:38:57.777 7 INFO neutron.services.segments.plugin [-] Segment 26e07301-12b8-407a-8661-ceb88d13ded8 resource provider aggregate not found 2026-04-27 02:38:57.794 7 INFO neutron.services.segments.plugin [-] Segment 26e07301-12b8-407a-8661-ceb88d13ded8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26e07301-12b8-407a-8661-ceb88d13ded8 found for delete ", "request_id": "req-d6dafcb0-370c-464f-9540-070d2f62e197"}]} 2026-04-27 02:38:57.794 7 INFO neutron.services.segments.plugin [-] Segment 26e07301-12b8-407a-8661-ceb88d13ded8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26e07301-12b8-407a-8661-ceb88d13ded8 found for delete ", "request_id": "req-730ba8e6-fc71-48b3-93e0-8c514585748c"}]} 2026-04-27 02:38:57.954 7 INFO neutron_taas.services.taas.taas_plugin [None req-94543ae5-5b84-4e7d-ad35-399728b50376 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] TaaS: Handle Delete Port: 18bd5092-3411-4c42-a022-bec87bd6a4f2 2026-04-27 02:38:57.957 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94543ae5-5b84-4e7d-ad35-399728b50376 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] Tap Mirror: Handle Delete Port: 18bd5092-3411-4c42-a022-bec87bd6a4f2 [pid: 7|app: 0|req: 840/1609] 10.0.0.86 () {34 vars in 788 bytes} [Mon Apr 27 02:38:57 2026] PUT /v2.0/routers/b58c243f-6174-4ce1-af9a-f83adba9d3ba/remove_router_interface => generated 309 bytes in 764 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1610] 10.0.0.86 () {32 vars in 749 bytes} [Mon Apr 27 02:38:58 2026] DELETE /v2.0/security-group-rules/12fd1339-b9f5-4375-8a87-390fb879bc35 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1611] 10.0.0.86 () {32 vars in 735 bytes} [Mon Apr 27 02:38:58 2026] GET /v2.0/ports?device_id=b58c243f-6174-4ce1-af9a-f83adba9d3ba => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1612] 10.0.0.86 () {32 vars in 672 bytes} [Mon Apr 27 02:38:58 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1613] 10.0.0.86 () {34 vars in 782 bytes} [Mon Apr 27 02:38:57 2026] PUT /v2.0/routers/8351316e-b27f-4db6-aa53-d2664af1d323/add_router_interface => generated 309 bytes in 1008 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:38:58.665 7 INFO neutron_taas.services.taas.taas_plugin [None req-fe17559b-8a81-4f5d-9d10-aa184fd65fe4 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] TaaS: Handle Delete Port: 604626df-5c42-420c-9ac2-5a3edc33b18f 2026-04-27 02:38:58.669 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe17559b-8a81-4f5d-9d10-aa184fd65fe4 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] Tap Mirror: Handle Delete Port: 604626df-5c42-420c-9ac2-5a3edc33b18f [pid: 8|app: 0|req: 771/1614] 10.0.0.86 () {34 vars in 694 bytes} [Mon Apr 27 02:38:58 2026] POST /v2.0/security-group-rules => generated 602 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1615] 10.0.0.86 () {32 vars in 716 bytes} [Mon Apr 27 02:38:58 2026] GET /v2.0/ports/a7acd946-bb57-4e27-8e3d-c68c56d9d533 => generated 955 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1616] 10.0.0.86 () {32 vars in 746 bytes} [Mon Apr 27 02:38:58 2026] GET /v2.0/security-group-rules/429fafaf-3027-4b34-b3f4-1badf83ac092 => generated 602 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:38:59.018 7 INFO neutron.db.l3_hamode_db [None req-fe17559b-8a81-4f5d-9d10-aa184fd65fe4 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] HA network 962832cb-1c86-4e1d-8b7f-c3cfdbae1844 was deleted as no HA routers are present in tenant 50aed7274f79480fb8efcf96aa32958a. [pid: 7|app: 0|req: 844/1617] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:38:58 2026] DELETE /v2.0/routers/b58c243f-6174-4ce1-af9a-f83adba9d3ba => generated 0 bytes in 519 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1618] 10.0.0.86 () {32 vars in 672 bytes} [Mon Apr 27 02:38:59 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1619] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:38:59 2026] DELETE /v2.0/subnets/345c5544-73d1-42ad-885c-5add16d27467 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:38:59.266 8 INFO neutron_taas.services.taas.taas_plugin [None req-0176c535-03ea-4008-b94f-1e5b77b848a6 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] TaaS: Handle Delete Port: a7acd946-bb57-4e27-8e3d-c68c56d9d533 2026-04-27 02:38:59.270 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0176c535-03ea-4008-b94f-1e5b77b848a6 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] Tap Mirror: Handle Delete Port: a7acd946-bb57-4e27-8e3d-c68c56d9d533 [pid: 7|app: 0|req: 847/1620] 10.0.0.86 () {32 vars in 749 bytes} [Mon Apr 27 02:38:59 2026] DELETE /v2.0/security-group-rules/429fafaf-3027-4b34-b3f4-1badf83ac092 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1621] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:38:59 2026] DELETE /v2.0/subnets/e42eb6ef-d9ac-45f1-9b73-d2f40491ae91 => 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: 849/1622] 10.0.0.86 () {32 vars in 672 bytes} [Mon Apr 27 02:38:59 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1623] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:38:59 2026] DELETE /v2.0/networks/6a709b23-2902-4bf0-9a20-65b9c264056e => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1624] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:38:59 2026] DELETE /v2.0/security-groups/30167aef-16a6-4cf8-acd3-7350cdc1a47e => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1625] 10.0.0.86 () {34 vars in 788 bytes} [Mon Apr 27 02:38:58 2026] PUT /v2.0/routers/8351316e-b27f-4db6-aa53-d2664af1d323/remove_router_interface => generated 309 bytes in 864 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:38:59.750 7 INFO neutron_taas.services.taas.taas_plugin [None req-f36bab3b-afdc-4c9f-a2b4-5847fa1946ee 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] TaaS: Handle Delete Port: 78b64836-0f04-4259-95ab-b2fcc7693996 [pid: 8|app: 0|req: 775/1626] 10.0.0.86 () {32 vars in 662 bytes} [Mon Apr 27 02:38:59 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:38:59.753 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f36bab3b-afdc-4c9f-a2b4-5847fa1946ee 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] Tap Mirror: Handle Delete Port: 78b64836-0f04-4259-95ab-b2fcc7693996 [pid: 8|app: 0|req: 776/1627] 10.0.0.86 () {32 vars in 735 bytes} [Mon Apr 27 02:38:59 2026] GET /v2.0/ports?device_id=8351316e-b27f-4db6-aa53-d2664af1d323 => 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: 777/1628] 10.0.0.86 () {32 vars in 662 bytes} [Mon Apr 27 02:38:59 2026] GET /v2.0/security-groups => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:38:59.815 7 INFO neutron.services.segments.plugin [-] Segment 2115d4a1-6404-4aad-b919-658940a823ba resource provider aggregate not found 2026-04-27 02:38:59.820 7 INFO neutron.services.segments.plugin [-] Segment 2115d4a1-6404-4aad-b919-658940a823ba resource provider aggregate not found 2026-04-27 02:38:59.836 7 INFO neutron.services.segments.plugin [-] Segment 2115d4a1-6404-4aad-b919-658940a823ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2115d4a1-6404-4aad-b919-658940a823ba found for delete ", "request_id": "req-e638d403-42a8-4299-81cf-31a83dc9d29f"}]} 2026-04-27 02:38:59.837 7 INFO neutron.services.segments.plugin [-] Segment 2115d4a1-6404-4aad-b919-658940a823ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2115d4a1-6404-4aad-b919-658940a823ba found for delete ", "request_id": "req-c5be6877-eabf-4cc7-823d-8d7ae9707bab"}]} 2026-04-27 02:38:59.863 7 INFO neutron.services.segments.plugin [-] Segment 6561dbb2-5d59-4931-824f-61fdf9134320 resource provider aggregate not found 2026-04-27 02:38:59.866 7 INFO neutron.services.segments.plugin [-] Segment 6561dbb2-5d59-4931-824f-61fdf9134320 resource provider aggregate not found 2026-04-27 02:38:59.881 7 INFO neutron.services.segments.plugin [-] Segment 6561dbb2-5d59-4931-824f-61fdf9134320 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6561dbb2-5d59-4931-824f-61fdf9134320 found for delete ", "request_id": "req-8a509482-ec3d-4d44-af1f-c48103f3be1e"}]} 2026-04-27 02:38:59.888 7 INFO neutron.services.segments.plugin [-] Segment 6561dbb2-5d59-4931-824f-61fdf9134320 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6561dbb2-5d59-4931-824f-61fdf9134320 found for delete ", "request_id": "req-fb647dfc-e2dc-4595-a02f-c59b4637ff92"}]} 2026-04-27 02:38:59.959 8 INFO neutron_taas.services.taas.taas_plugin [None req-179eb5f3-7e3c-4243-b850-b48788a9214a 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] TaaS: Handle Delete Port: 829915c0-9dad-456d-bf30-99a16fb81305 2026-04-27 02:38:59.962 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-179eb5f3-7e3c-4243-b850-b48788a9214a 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] Tap Mirror: Handle Delete Port: 829915c0-9dad-456d-bf30-99a16fb81305 [pid: 7|app: 0|req: 852/1629] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:38:59 2026] DELETE /v2.0/networks/13f7206d-1d1b-40a4-8ec0-921c81d09eaf => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:39:00.181 7 INFO neutron.db.segments_db [None req-ba8583f8-d9c4-4b02-9b37-5e564eaa660c 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] Added segment 935d08fc-9d5c-4e87-ae65-78b395cb3181 of type vxlan for network 931e8e12-093b-480f-bcf6-949daf32bd56 [pid: 7|app: 0|req: 853/1630] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:38:59 2026] POST /v2.0/networks => generated 633 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:39:00.359 8 INFO neutron.services.segments.plugin [-] Segment 2e8fbb38-625b-4c09-8ff2-d04d4c4aa6f5 resource provider aggregate not found 2026-04-27 02:39:00.365 8 INFO neutron.services.segments.plugin [-] Segment 2e8fbb38-625b-4c09-8ff2-d04d4c4aa6f5 resource provider aggregate not found 2026-04-27 02:39:00.377 8 INFO neutron.services.segments.plugin [-] Segment 2e8fbb38-625b-4c09-8ff2-d04d4c4aa6f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e8fbb38-625b-4c09-8ff2-d04d4c4aa6f5 found for delete ", "request_id": "req-bf4f07da-2e8a-4959-8728-e2c35a446785"}]} 2026-04-27 02:39:00.387 8 INFO neutron.services.segments.plugin [-] Segment 2e8fbb38-625b-4c09-8ff2-d04d4c4aa6f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e8fbb38-625b-4c09-8ff2-d04d4c4aa6f5 found for delete ", "request_id": "req-131628a3-84b4-4f13-b616-9d74c61dae5e"}]} 2026-04-27 02:39:00.406 8 INFO neutron.db.l3_hamode_db [None req-179eb5f3-7e3c-4243-b850-b48788a9214a 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] HA network 13eaf006-d85f-4426-93b8-5d44ba14f49f was deleted as no HA routers are present in tenant 5e94e1adf68944e4babcb8ea159f6af8. [pid: 8|app: 0|req: 778/1631] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:38:59 2026] DELETE /v2.0/routers/8351316e-b27f-4db6-aa53-d2664af1d323 => generated 0 bytes in 622 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1632] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:39:00 2026] GET /v2.0/security-groups?tenant_id=5a4777689a214c22a009539ceb8b1005&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1633] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:39:00 2026] POST /v2.0/subnets => generated 646 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1634] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:39:00 2026] DELETE /v2.0/security-groups/8d5c7628-3d6d-4d3a-aa9b-6cfec7500a4c => 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: 780/1635] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:39:00 2026] DELETE /v2.0/subnets/f16da44d-c034-4292-acd2-f7a5ff934f8b => generated 0 bytes in 95 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:39:00.678 7 INFO neutron.db.segments_db [None req-8e1cadcb-0b33-4569-835c-e1ded7e22a5f 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] Added segment 595ad13e-7bc6-48ca-82e3-b01d1029c01c of type vxlan for network c5e0b24f-c6b2-464d-ad3e-670f7be17b0e [pid: 8|app: 0|req: 781/1636] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:39:00 2026] DELETE /v2.0/networks/880cf6ab-c401-4857-b41a-bd98bbeabbb6 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:39:00.814 8 INFO neutron.db.segments_db [None req-18928740-40ba-4ace-a276-4030f188d56f 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] Added segment 9e35414d-7367-4e09-812a-ec4c99ad7f87 of type vxlan for network e7bcd333-2a48-4fee-b603-285e3cf76929 2026-04-27 02:39:00.916 7 INFO neutron.db.l3_hamode_db [None req-8e1cadcb-0b33-4569-835c-e1ded7e22a5f 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-27 02:39:01.024 7 INFO neutron.db.l3_hamode_db [None req-8e1cadcb-0b33-4569-835c-e1ded7e22a5f 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-27 02:39:01.062 8 INFO neutron.db.l3_hamode_db [None req-18928740-40ba-4ace-a276-4030f188d56f 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 856/1637] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:39:00 2026] POST /v2.0/routers => generated 510 bytes in 935 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:39:01.832 8 INFO neutron.db.l3_hamode_db [None req-18928740-40ba-4ace-a276-4030f188d56f 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 857/1638] 10.0.0.86 () {34 vars in 664 bytes} [Mon Apr 27 02:39:01 2026] POST /v2.0/ports => generated 964 bytes in 311 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-27 02:39:01.916 7 INFO neutron.services.segments.plugin [-] Segment 66c56dfe-3abe-4a80-aee3-6432d1565ad8 resource provider aggregate not found 2026-04-27 02:39:01.920 7 INFO neutron.services.segments.plugin [-] Segment 66c56dfe-3abe-4a80-aee3-6432d1565ad8 resource provider aggregate not found 2026-04-27 02:39:01.936 7 INFO neutron.services.segments.plugin [-] Segment 66c56dfe-3abe-4a80-aee3-6432d1565ad8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66c56dfe-3abe-4a80-aee3-6432d1565ad8 found for delete ", "request_id": "req-337549e8-87f2-464e-a85c-75c0ff83b093"}]} 2026-04-27 02:39:01.949 7 INFO neutron.services.segments.plugin [-] Segment 66c56dfe-3abe-4a80-aee3-6432d1565ad8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66c56dfe-3abe-4a80-aee3-6432d1565ad8 found for delete ", "request_id": "req-f56d2c2c-eda4-47d4-8c6b-b0eb530bd4b7"}]} 2026-04-27 02:39:02.397 8 INFO neutron.services.segments.plugin [-] Segment a4daf9bc-3a97-4c04-b810-e4f722eb3623 resource provider aggregate not found 2026-04-27 02:39:02.409 8 INFO neutron.services.segments.plugin [-] Segment a4daf9bc-3a97-4c04-b810-e4f722eb3623 resource provider aggregate not found 2026-04-27 02:39:02.414 8 INFO neutron.services.segments.plugin [-] Segment a4daf9bc-3a97-4c04-b810-e4f722eb3623 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4daf9bc-3a97-4c04-b810-e4f722eb3623 found for delete ", "request_id": "req-b810a37c-9f43-4ca9-9c5c-6c34dc2c9651"}]} 2026-04-27 02:39:02.424 8 INFO neutron.services.segments.plugin [-] Segment a4daf9bc-3a97-4c04-b810-e4f722eb3623 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4daf9bc-3a97-4c04-b810-e4f722eb3623 found for delete ", "request_id": "req-24937ba5-473e-48ab-a6c1-b4f75f72842c"}]} [pid: 8|app: 0|req: 782/1639] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:39:00 2026] POST /v2.0/routers => generated 687 bytes in 1919 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1640] 10.0.0.86 () {32 vars in 720 bytes} [Mon Apr 27 02:39:02 2026] GET /v2.0/routers/634c1a18-091e-4e3d-bc8f-d5b5610e371c => generated 693 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1641] 10.0.0.86 () {32 vars in 646 bytes} [Mon Apr 27 02:39:02 2026] GET /v2.0/routers => generated 696 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1642] 10.0.0.86 () {34 vars in 782 bytes} [Mon Apr 27 02:39:01 2026] PUT /v2.0/routers/50f6c2f5-a29a-4eb7-9240-f8407b7e279a/add_router_interface => generated 309 bytes in 983 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: 859/1643] 10.0.0.86 () {32 vars in 716 bytes} [Mon Apr 27 02:39:02 2026] GET /v2.0/ports/4b96cf20-ad3e-447e-aa01-9791b1aa7a65 => generated 1038 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:39:03.253 7 INFO neutron_taas.services.taas.taas_plugin [None req-e0a2b2f7-d233-4c81-a9b4-9afef1bd1b74 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] TaaS: Handle Delete Port: 4b96cf20-ad3e-447e-aa01-9791b1aa7a65 2026-04-27 02:39:03.256 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e0a2b2f7-d233-4c81-a9b4-9afef1bd1b74 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] Tap Mirror: Handle Delete Port: 4b96cf20-ad3e-447e-aa01-9791b1aa7a65 [pid: 8|app: 0|req: 785/1644] 10.0.0.86 () {34 vars in 740 bytes} [Mon Apr 27 02:39:02 2026] PUT /v2.0/routers/634c1a18-091e-4e3d-bc8f-d5b5610e371c => generated 700 bytes in 433 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1645] 10.0.0.86 () {32 vars in 720 bytes} [Mon Apr 27 02:39:03 2026] GET /v2.0/routers/634c1a18-091e-4e3d-bc8f-d5b5610e371c => generated 700 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1646] 10.0.0.86 () {32 vars in 735 bytes} [Mon Apr 27 02:39:03 2026] GET /v2.0/ports?device_id=634c1a18-091e-4e3d-bc8f-d5b5610e371c => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:39:03.538 8 INFO neutron_taas.services.taas.taas_plugin [None req-7f03c2ba-a78a-43ed-b25a-e760b7c0aafd 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] TaaS: Handle Delete Port: 5276b16c-58cf-4596-8d14-8b66f1867fe1 2026-04-27 02:39:03.541 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f03c2ba-a78a-43ed-b25a-e760b7c0aafd 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] Tap Mirror: Handle Delete Port: 5276b16c-58cf-4596-8d14-8b66f1867fe1 [pid: 7|app: 0|req: 860/1647] 10.0.0.86 () {34 vars in 788 bytes} [Mon Apr 27 02:39:02 2026] PUT /v2.0/routers/50f6c2f5-a29a-4eb7-9240-f8407b7e279a/remove_router_interface => generated 309 bytes in 735 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-27 02:39:03.791 7 INFO neutron.api.v2.resource [None req-3c5e2c12-1082-4bfd-aa6a-e26d2b5d9670 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 861/1648] 10.0.0.86 () {34 vars in 788 bytes} [Mon Apr 27 02:39:03 2026] PUT /v2.0/routers/50f6c2f5-a29a-4eb7-9240-f8407b7e279a/remove_router_interface => generated 197 bytes in 118 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:39:03.802 8 INFO neutron_taas.services.taas.taas_plugin [None req-7f03c2ba-a78a-43ed-b25a-e760b7c0aafd 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] TaaS: Handle Delete Port: ecc3e03c-7360-44c2-8440-4e0229393af8 2026-04-27 02:39:03.806 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f03c2ba-a78a-43ed-b25a-e760b7c0aafd 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] Tap Mirror: Handle Delete Port: ecc3e03c-7360-44c2-8440-4e0229393af8 [pid: 7|app: 0|req: 862/1649] 10.0.0.86 () {32 vars in 735 bytes} [Mon Apr 27 02:39:03 2026] GET /v2.0/ports?device_id=50f6c2f5-a29a-4eb7-9240-f8407b7e279a => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:39:03.977 7 INFO neutron_taas.services.taas.taas_plugin [None req-524574b2-1ae7-42f7-9e27-fd361a3e72f8 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] TaaS: Handle Delete Port: edf0e7ab-2bd9-4db4-8e8a-183e472553ae 2026-04-27 02:39:03.980 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-524574b2-1ae7-42f7-9e27-fd361a3e72f8 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] Tap Mirror: Handle Delete Port: edf0e7ab-2bd9-4db4-8e8a-183e472553ae 2026-04-27 02:39:04.155 8 INFO neutron.db.l3_hamode_db [None req-7f03c2ba-a78a-43ed-b25a-e760b7c0aafd 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] HA network e7bcd333-2a48-4fee-b603-285e3cf76929 was deleted as no HA routers are present in tenant 5e94e1adf68944e4babcb8ea159f6af8. [pid: 8|app: 0|req: 788/1650] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:39:03 2026] DELETE /v2.0/routers/634c1a18-091e-4e3d-bc8f-d5b5610e371c => generated 0 bytes in 816 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1651] 10.0.0.86 () {32 vars in 735 bytes} [Mon Apr 27 02:39:04 2026] GET /v2.0/ports?device_id=634c1a18-091e-4e3d-bc8f-d5b5610e371c => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:39:04.209 8 INFO neutron.api.v2.resource [None req-b4fbcf2a-b78a-4c73-96ce-43c9cd808fe6 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 790/1652] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:39:04 2026] DELETE /v2.0/routers/634c1a18-091e-4e3d-bc8f-d5b5610e371c => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1653] 10.0.0.86 () {32 vars in 735 bytes} [Mon Apr 27 02:39:04 2026] GET /v2.0/ports?device_id=8351316e-b27f-4db6-aa53-d2664af1d323 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:39:04.259 8 INFO neutron.api.v2.resource [None req-3b245a7d-7e61-4b1f-b47e-c0d66bd6fad4 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 792/1654] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:39:04 2026] DELETE /v2.0/routers/8351316e-b27f-4db6-aa53-d2664af1d323 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:39:04.275 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1031b611-60f2-464d-bf8c-ba6de2d1bed7 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 793/1655] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:39:04 2026] DELETE /v2.0/subnets/f16da44d-c034-4292-acd2-f7a5ff934f8b => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1656] 10.0.0.86 () {32 vars in 735 bytes} [Mon Apr 27 02:39:04 2026] GET /v2.0/ports?device_id=a1a332b6-6ebf-439c-b965-3ad04e83c33d => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:39:04.311 7 INFO neutron.services.segments.plugin [-] Segment 595ad13e-7bc6-48ca-82e3-b01d1029c01c resource provider aggregate not found 2026-04-27 02:39:04.317 7 INFO neutron.services.segments.plugin [-] Segment 595ad13e-7bc6-48ca-82e3-b01d1029c01c resource provider aggregate not found 2026-04-27 02:39:04.319 8 INFO neutron.api.v2.resource [None req-36b01287-d8dd-4798-874e-4d4960b937b1 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 795/1657] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:39:04 2026] DELETE /v2.0/routers/a1a332b6-6ebf-439c-b965-3ad04e83c33d => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:39:04.328 7 INFO neutron.services.segments.plugin [-] Segment 595ad13e-7bc6-48ca-82e3-b01d1029c01c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 595ad13e-7bc6-48ca-82e3-b01d1029c01c found for delete ", "request_id": "req-bb6a2f32-bb2d-4be3-a00a-667251e0cb61"}]} 2026-04-27 02:39:04.335 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8189c041-a62d-438d-b650-48f1215df3eb 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] DELETE failed (client error): The resource could not be found. 2026-04-27 02:39:04.336 7 INFO neutron.services.segments.plugin [-] Segment 595ad13e-7bc6-48ca-82e3-b01d1029c01c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 595ad13e-7bc6-48ca-82e3-b01d1029c01c found for delete ", "request_id": "req-e007640a-e7b3-4005-91ea-3de2c27a7907"}]} [pid: 8|app: 0|req: 796/1658] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:39:04 2026] DELETE /v2.0/subnets/d1721136-3d72-4f21-be7c-4da1ccc96e8e => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:39:04.342 7 INFO neutron.db.l3_hamode_db [None req-524574b2-1ae7-42f7-9e27-fd361a3e72f8 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] HA network c5e0b24f-c6b2-464d-ad3e-670f7be17b0e was deleted as no HA routers are present in tenant 50aed7274f79480fb8efcf96aa32958a. [pid: 7|app: 0|req: 863/1659] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:39:03 2026] DELETE /v2.0/routers/50f6c2f5-a29a-4eb7-9240-f8407b7e279a => 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: 797/1660] 10.0.0.86 () {32 vars in 735 bytes} [Mon Apr 27 02:39:04 2026] GET /v2.0/ports?device_id=79052a0d-96e1-4106-8ab7-30b593399bcf => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:39:04.382 8 INFO neutron.api.v2.resource [None req-63e9db9b-1d32-4221-8dde-25c3870bfd99 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 798/1661] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:39:04 2026] DELETE /v2.0/routers/79052a0d-96e1-4106-8ab7-30b593399bcf => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:39:04.399 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9d59c5f1-8987-41aa-9955-0e4a70e667ca 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 799/1662] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:39:04 2026] DELETE /v2.0/subnets/d3bac765-ff62-4178-a62d-565baeb1f2c8 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:39:04.421 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4a15ea6e-ec11-4e58-a067-90bb511c2ea8 5c828b61ae824e49bc1269eb844408f2 5e94e1adf68944e4babcb8ea159f6af8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 800/1663] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:39:04 2026] DELETE /v2.0/subnets/5f3b62e0-f618-4410-96f6-360652ca9055 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:39:04.441 8 INFO neutron.services.segments.plugin [-] Segment 9e35414d-7367-4e09-812a-ec4c99ad7f87 resource provider aggregate not found 2026-04-27 02:39:04.447 8 INFO neutron.services.segments.plugin [-] Segment 9e35414d-7367-4e09-812a-ec4c99ad7f87 resource provider aggregate not found 2026-04-27 02:39:04.456 8 INFO neutron.services.segments.plugin [-] Segment 9e35414d-7367-4e09-812a-ec4c99ad7f87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e35414d-7367-4e09-812a-ec4c99ad7f87 found for delete ", "request_id": "req-c9b1ec4c-724e-4cbf-9a96-8619be056d0e"}]} 2026-04-27 02:39:04.463 8 INFO neutron.services.segments.plugin [-] Segment 9e35414d-7367-4e09-812a-ec4c99ad7f87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e35414d-7367-4e09-812a-ec4c99ad7f87 found for delete ", "request_id": "req-3f310440-de1f-4d6b-b0be-f4be3b621503"}]} [pid: 7|app: 0|req: 864/1664] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:39:04 2026] DELETE /v2.0/subnets/f0bb754a-67e4-4dca-a75e-7a07b4bfe511 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1665] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:39:04 2026] DELETE /v2.0/networks/931e8e12-093b-480f-bcf6-949daf32bd56 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:39:04.691 7 INFO neutron.db.segments_db [None req-353e1d4e-7c7d-4251-af27-0cedab60b1fd 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] Added segment caa3171f-f9a4-4414-9882-7e971f697c37 of type vxlan for network 869c739d-14c6-4653-81cf-5e215084fd6b [pid: 7|app: 0|req: 865/1666] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:39:04 2026] POST /v2.0/networks => generated 633 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1667] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:39:04 2026] POST /v2.0/subnets => generated 646 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1668] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:39:04 2026] GET /v2.0/security-groups?tenant_id=5e94e1adf68944e4babcb8ea159f6af8&name=default => generated 2925 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:39:05.093 7 INFO neutron.db.segments_db [None req-efa622cc-4694-4fbc-bcfc-f6becd3b1bc4 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] Added segment 6c2118d1-f578-491d-ab22-464f78391fd1 of type vxlan for network 55a6a2d1-b248-42ff-857a-1a9e7c593cd6 [pid: 8|app: 0|req: 803/1669] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:39:05 2026] GET /v2.0/security-groups?tenant_id=e9a9aa26bc924644a46bac9f363eb787&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1670] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:39:05 2026] DELETE /v2.0/security-groups/29b7a46e-494e-4b22-8941-f372d9bd58c4 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:39:05.351 7 INFO neutron.db.l3_hamode_db [None req-efa622cc-4694-4fbc-bcfc-f6becd3b1bc4 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 805/1671] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:39:05 2026] DELETE /v2.0/security-groups/a4793cb5-b7a8-4cb7-b53a-856e5513644f => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:39:05.469 7 INFO neutron.db.l3_hamode_db [None req-efa622cc-4694-4fbc-bcfc-f6becd3b1bc4 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 806/1672] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:39:05 2026] GET /v2.0/security-groups?tenant_id=118824b2daaf466fa91633802fa6d392&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1673] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:39:05 2026] DELETE /v2.0/security-groups/0fcc0b43-7e67-4ec8-9a14-52d0c48f27c2 => 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: 867/1674] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:39:05 2026] POST /v2.0/routers => generated 511 bytes in 1029 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:39:06.485 8 INFO neutron.services.segments.plugin [-] Segment 935d08fc-9d5c-4e87-ae65-78b395cb3181 resource provider aggregate not found 2026-04-27 02:39:06.492 8 INFO neutron.services.segments.plugin [-] Segment 935d08fc-9d5c-4e87-ae65-78b395cb3181 resource provider aggregate not found 2026-04-27 02:39:06.509 8 INFO neutron.services.segments.plugin [-] Segment 935d08fc-9d5c-4e87-ae65-78b395cb3181 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 935d08fc-9d5c-4e87-ae65-78b395cb3181 found for delete ", "request_id": "req-d03eb89f-3ea7-4d7b-8cd7-0f05418de81c"}]} 2026-04-27 02:39:06.515 8 INFO neutron.services.segments.plugin [-] Segment 935d08fc-9d5c-4e87-ae65-78b395cb3181 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 935d08fc-9d5c-4e87-ae65-78b395cb3181 found for delete ", "request_id": "req-16c9b716-015c-4483-83ad-1facea3262aa"}]} [pid: 7|app: 0|req: 868/1675] 10.0.0.86 () {32 vars in 825 bytes} [Mon Apr 27 02:39:06 2026] GET /v2.0/ports?project_id=f67bb564f833461f93d8a324d56ffa20&network_id=90b3a213-d9ce-4e14-8755-056108d6d84f => generated 3695 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1676] 10.0.0.86 () {32 vars in 622 bytes} [Mon Apr 27 02:39:07 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: 808/1677] 10.0.0.86 () {34 vars in 782 bytes} [Mon Apr 27 02:39:06 2026] PUT /v2.0/routers/97c62a46-787f-4687-9bc7-93c0ad0eb836/add_router_interface => generated 309 bytes in 1058 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1678] 10.0.0.86 () {32 vars in 741 bytes} [Mon Apr 27 02:39:07 2026] GET /v2.0/subnets?network_id=c32c5bd1-d799-408b-9428-a9eed6d23280 => generated 667 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1679] 10.0.0.86 () {32 vars in 632 bytes} [Mon Apr 27 02:39:07 2026] GET /v2.0/ => generated 632 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1680] 10.0.0.86 () {32 vars in 716 bytes} [Mon Apr 27 02:39:07 2026] GET /v2.0/ports/52e57c82-6bdb-414e-9dac-822bf9d438c8 => generated 959 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:39:07.577 8 INFO neutron.db.segments_db [None req-6d636af1-dcbf-4f67-b36a-de3b4129fc84 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Added segment 8abba4e6-5d8e-4eac-b006-31578bef78ad of type vxlan for network cc4edf6d-0592-4d31-bd18-f413f3ea4479 [pid: 8|app: 0|req: 811/1681] 10.0.0.86 () {34 vars in 670 bytes} [Mon Apr 27 02:39:07 2026] POST /v2.0/networks => generated 740 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:39:07.749 8 INFO neutron.db.l3_db [None req-96b9bafe-86cb-435f-8391-3291902f7a80 6e21a324d37b45b584d5d5816323c21a f67bb564f833461f93d8a324d56ffa20 - - default default] Floating IP c83dd848-b3fd-4e84-b6a4-a70af829a2ef disassociated. External IP: 10.96.250.205, port: cf6e1c57-f34d-4c3d-9b07-1b21f2a4347c. 2026-04-27 02:39:07.843 7 INFO neutron_taas.services.taas.taas_plugin [None req-b05dc747-7b7f-43e7-a00c-a6a11a0e064c 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] TaaS: Handle Delete Port: 52e57c82-6bdb-414e-9dac-822bf9d438c8 2026-04-27 02:39:07.846 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b05dc747-7b7f-43e7-a00c-a6a11a0e064c 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] Tap Mirror: Handle Delete Port: 52e57c82-6bdb-414e-9dac-822bf9d438c8 [pid: 8|app: 0|req: 812/1682] 10.0.0.86 () {34 vars in 748 bytes} [Mon Apr 27 02:39:07 2026] PUT /v2.0/floatingips/c83dd848-b3fd-4e84-b6a4-a70af829a2ef => generated 554 bytes in 385 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:39:08.073 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-af6c32b3-a256-4bc5-9666-eac772f91490'] response: {'name': 'network-changed', 'server_uuid': '65988188-8f1f-4f0c-9744-5124d633ebaa', 'tag': 'cf6e1c57-f34d-4c3d-9b07-1b21f2a4347c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 871/1683] 10.0.0.86 () {34 vars in 788 bytes} [Mon Apr 27 02:39:07 2026] PUT /v2.0/routers/97c62a46-787f-4687-9bc7-93c0ad0eb836/remove_router_interface => generated 309 bytes in 926 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1684] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:39:08 2026] POST /v2.0/subnets => generated 687 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1685] 10.0.0.86 () {32 vars in 728 bytes} [Mon Apr 27 02:39:08 2026] GET /v2.0/floatingips/c83dd848-b3fd-4e84-b6a4-a70af829a2ef => generated 554 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1686] 10.0.0.86 () {32 vars in 735 bytes} [Mon Apr 27 02:39:08 2026] GET /v2.0/ports?device_id=97c62a46-787f-4687-9bc7-93c0ad0eb836 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:39:08.311 8 INFO neutron.db.segments_db [None req-e70a21a1-bdf9-4582-918a-c641bed2bb06 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Added segment 5313744f-1d7e-443e-99a8-b4dadbe25778 of type vxlan for network 9dfd556d-fef2-43af-b305-e4ecf1cd4b48 [pid: 7|app: 0|req: 872/1687] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:39:08 2026] GET /v2.0/security-groups?tenant_id=c4572a3f6c974a568101cf8f06128207&name=default => generated 2925 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:39:08.495 7 INFO neutron_taas.services.taas.taas_plugin [None req-26341c07-087f-409a-a5ce-aec314bd4904 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] TaaS: Handle Delete Port: b02ca72d-405e-46ce-8856-3ec9df8eeb28 2026-04-27 02:39:08.499 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26341c07-087f-409a-a5ce-aec314bd4904 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] Tap Mirror: Handle Delete Port: b02ca72d-405e-46ce-8856-3ec9df8eeb28 2026-04-27 02:39:08.678 8 INFO neutron.db.l3_hamode_db [None req-e70a21a1-bdf9-4582-918a-c641bed2bb06 1604507262464de281a63f54f105dbc2 6a62a680d53441568a6b0981b1b3235d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-27 02:39:08.800 7 INFO neutron.services.segments.plugin [-] Segment 6c2118d1-f578-491d-ab22-464f78391fd1 resource provider aggregate not found 2026-04-27 02:39:08.812 7 INFO neutron.services.segments.plugin [-] Segment 6c2118d1-f578-491d-ab22-464f78391fd1 resource provider aggregate not found 2026-04-27 02:39:08.822 7 INFO neutron.services.segments.plugin [-] Segment 6c2118d1-f578-491d-ab22-464f78391fd1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c2118d1-f578-491d-ab22-464f78391fd1 found for delete ", "request_id": "req-8090d8b7-8e63-44be-8d28-c7cb95c4dd7a"}]} 2026-04-27 02:39:08.829 7 INFO neutron.services.segments.plugin [-] Segment 6c2118d1-f578-491d-ab22-464f78391fd1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c2118d1-f578-491d-ab22-464f78391fd1 found for delete ", "request_id": "req-343448a0-1f51-4623-b01a-9f67a0f8c9bc"}]} 2026-04-27 02:39:08.829 7 INFO neutron.db.l3_hamode_db [None req-26341c07-087f-409a-a5ce-aec314bd4904 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] HA network 55a6a2d1-b248-42ff-857a-1a9e7c593cd6 was deleted as no HA routers are present in tenant 50aed7274f79480fb8efcf96aa32958a. [pid: 7|app: 0|req: 873/1688] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:39:08 2026] DELETE /v2.0/routers/97c62a46-787f-4687-9bc7-93c0ad0eb836 => generated 0 bytes in 500 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1689] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:39:08 2026] DELETE /v2.0/security-groups/d07e9b32-86b7-4530-9455-9d9da056579b => 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: 877/1692] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:39:08 2026] GET /v2.0/ports?tenant_id=f67bb564f833461f93d8a324d56ffa20&device_id=65988188-8f1f-4f0c-9744-5124d633ebaa => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1693] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:39:08 2026] DELETE /v2.0/subnets/5c0997b4-2f73-46ff-aa8f-60d91a391441 => 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: 879/1694] 199.204.45.72 () {34 vars in 985 bytes} [Mon Apr 27 02:39:09 2026] GET /v2.0/networks?id=90b3a213-d9ce-4e14-8755-056108d6d84f => generated 757 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1695] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:39:09 2026] DELETE /v2.0/networks/869c739d-14c6-4653-81cf-5e215084fd6b => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1696] 199.204.45.72 () {34 vars in 1059 bytes} [Mon Apr 27 02:39:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=cf6e1c57-f34d-4c3d-9b07-1b21f2a4347c => 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: 882/1697] 10.0.0.86 () {32 vars in 728 bytes} [Mon Apr 27 02:39:09 2026] GET /v2.0/floatingips/c83dd848-b3fd-4e84-b6a4-a70af829a2ef => generated 554 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:39:09.336 7 INFO neutron.db.segments_db [None req-5f958228-caa1-493c-88a5-dcccdc31419d 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] Added segment fd1bfc81-8094-4930-bcf9-bf9dc1877ea9 of type vxlan for network 285309da-7244-4bdf-8a12-c7fd60852c9a 2026-04-27 02:39:09.446 8 INFO neutron.db.l3_hamode_db [None req-e70a21a1-bdf9-4582-918a-c641bed2bb06 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-27 02:39:09.566 7 INFO neutron.db.l3_hamode_db [None req-5f958228-caa1-493c-88a5-dcccdc31419d 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-27 02:39:10.285 7 INFO neutron.db.l3_hamode_db [None req-5f958228-caa1-493c-88a5-dcccdc31419d 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 816/1698] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:39:08 2026] POST /v2.0/routers => generated 727 bytes in 2430 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1699] 199.204.45.72 () {34 vars in 983 bytes} [Mon Apr 27 02:39:10 2026] GET /v2.0/subnets?id=af352eed-2706-4605-acc5-6d1946d0b071 => generated 677 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1700] 10.0.0.86 () {32 vars in 728 bytes} [Mon Apr 27 02:39:10 2026] GET /v2.0/floatingips/c83dd848-b3fd-4e84-b6a4-a70af829a2ef => generated 552 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:39:10.858 7 INFO neutron.services.segments.plugin [-] Segment caa3171f-f9a4-4414-9882-7e971f697c37 resource provider aggregate not found 2026-04-27 02:39:10.859 7 INFO neutron.services.segments.plugin [-] Segment caa3171f-f9a4-4414-9882-7e971f697c37 resource provider aggregate not found 2026-04-27 02:39:10.889 7 INFO neutron.services.segments.plugin [-] Segment caa3171f-f9a4-4414-9882-7e971f697c37 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid caa3171f-f9a4-4414-9882-7e971f697c37 found for delete ", "request_id": "req-a85d5170-7e4b-4f8d-9d79-f55e2b6b8a22"}]} 2026-04-27 02:39:10.890 7 INFO neutron.services.segments.plugin [-] Segment caa3171f-f9a4-4414-9882-7e971f697c37 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid caa3171f-f9a4-4414-9882-7e971f697c37 found for delete ", "request_id": "req-97e9a131-ec8e-4219-945c-f4c06146f657"}]} [pid: 7|app: 0|req: 883/1701] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:39:09 2026] POST /v2.0/routers => generated 692 bytes in 1979 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1702] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:39:11 2026] GET /v2.0/ports?network_id=90b3a213-d9ce-4e14-8755-056108d6d84f&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: 885/1703] 10.0.0.86 () {32 vars in 720 bytes} [Mon Apr 27 02:39:11 2026] GET /v2.0/routers/000ce5c2-3177-4769-b352-8325a08c3fdb => generated 698 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1704] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:39:11 2026] GET /v2.0/networks/90b3a213-d9ce-4e14-8755-056108d6d84f?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: 887/1705] 10.0.0.86 () {32 vars in 646 bytes} [Mon Apr 27 02:39:11 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: 888/1706] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:39:11 2026] GET /v2.0/networks/90b3a213-d9ce-4e14-8755-056108d6d84f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1707] 10.0.0.86 () {34 vars in 782 bytes} [Mon Apr 27 02:39:10 2026] PUT /v2.0/routers/7097e546-5b4b-4878-a001-6841c36da390/add_router_interface => generated 309 bytes in 1153 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1708] 10.0.0.86 () {34 vars in 740 bytes} [Mon Apr 27 02:39:11 2026] PUT /v2.0/routers/000ce5c2-3177-4769-b352-8325a08c3fdb => generated 705 bytes in 438 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1709] 10.0.0.86 () {34 vars in 684 bytes} [Mon Apr 27 02:39:11 2026] POST /v2.0/security-groups => generated 1673 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1710] 10.0.0.86 () {32 vars in 720 bytes} [Mon Apr 27 02:39:12 2026] GET /v2.0/routers/000ce5c2-3177-4769-b352-8325a08c3fdb => generated 705 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1711] 10.0.0.86 () {32 vars in 735 bytes} [Mon Apr 27 02:39:12 2026] GET /v2.0/ports?device_id=000ce5c2-3177-4769-b352-8325a08c3fdb => 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: 821/1712] 10.0.0.86 () {34 vars in 694 bytes} [Mon Apr 27 02:39:12 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: 822/1713] 10.0.0.86 () {34 vars in 694 bytes} [Mon Apr 27 02:39:12 2026] POST /v2.0/security-group-rules => generated 596 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:39:12.411 7 INFO neutron_taas.services.taas.taas_plugin [None req-81c13d07-fd0b-4f16-b992-3ed7baadd2ee 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] TaaS: Handle Delete Port: 6dc7e5f6-0947-4e8c-826d-5a132aac6b0b 2026-04-27 02:39:12.414 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81c13d07-fd0b-4f16-b992-3ed7baadd2ee 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] Tap Mirror: Handle Delete Port: 6dc7e5f6-0947-4e8c-826d-5a132aac6b0b [pid: 8|app: 0|req: 823/1714] 10.0.0.86 () {34 vars in 694 bytes} [Mon Apr 27 02:39:12 2026] POST /v2.0/security-group-rules => generated 602 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1715] 10.0.0.86 () {34 vars in 694 bytes} [Mon Apr 27 02:39:12 2026] POST /v2.0/security-group-rules => generated 601 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:39:12.765 7 INFO neutron_taas.services.taas.taas_plugin [None req-81c13d07-fd0b-4f16-b992-3ed7baadd2ee 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] TaaS: Handle Delete Port: ffb17c37-4606-4e3d-a018-3b71463cf5ae 2026-04-27 02:39:12.768 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81c13d07-fd0b-4f16-b992-3ed7baadd2ee 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] Tap Mirror: Handle Delete Port: ffb17c37-4606-4e3d-a018-3b71463cf5ae [pid: 8|app: 0|req: 825/1716] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:39:12 2026] GET /v2.0/security-groups?tenant_id=3ffa5e7dcb664d73b396ff27e531a7e3&name=default => generated 2925 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:39:12.981 8 INFO neutron.db.securitygroups_db [None req-71be5035-6bbc-4d0d-9924-c8b6897d135f 6e21a324d37b45b584d5d5816323c21a f67bb564f833461f93d8a324d56ffa20 - - default default] Project f67bb564f833461f93d8a324d56ffa20 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: 826/1717] 10.0.0.86 () {34 vars in 694 bytes} [Mon Apr 27 02:39:12 2026] POST /v2.0/security-group-rules => generated 607 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1718] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:39:13 2026] DELETE /v2.0/security-groups/62d5d639-04ad-41b2-b1aa-bf508b11a25d => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:39:13.149 7 INFO neutron.services.segments.plugin [-] Segment fd1bfc81-8094-4930-bcf9-bf9dc1877ea9 resource provider aggregate not found 2026-04-27 02:39:13.152 7 INFO neutron.services.segments.plugin [-] Segment fd1bfc81-8094-4930-bcf9-bf9dc1877ea9 resource provider aggregate not found 2026-04-27 02:39:13.172 7 INFO neutron.services.segments.plugin [-] Segment fd1bfc81-8094-4930-bcf9-bf9dc1877ea9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd1bfc81-8094-4930-bcf9-bf9dc1877ea9 found for delete ", "request_id": "req-a3c53991-63d8-45c4-aabb-f0d746ae9655"}]} 2026-04-27 02:39:13.179 7 INFO neutron.services.segments.plugin [-] Segment fd1bfc81-8094-4930-bcf9-bf9dc1877ea9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd1bfc81-8094-4930-bcf9-bf9dc1877ea9 found for delete ", "request_id": "req-8c8ca9de-7d31-4ce3-af9e-e75146b823ba"}]} 2026-04-27 02:39:13.181 8 INFO neutron.db.securitygroups_db [None req-e126b128-fa08-4d7f-a8bb-aa28ea67118f 6e21a324d37b45b584d5d5816323c21a f67bb564f833461f93d8a324d56ffa20 - - default default] Project f67bb564f833461f93d8a324d56ffa20 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-04-27 02:39:13.187 7 INFO neutron.db.l3_hamode_db [None req-81c13d07-fd0b-4f16-b992-3ed7baadd2ee 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] HA network 285309da-7244-4bdf-8a12-c7fd60852c9a was deleted as no HA routers are present in tenant 50aed7274f79480fb8efcf96aa32958a. [pid: 7|app: 0|req: 892/1719] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:39:12 2026] DELETE /v2.0/routers/000ce5c2-3177-4769-b352-8325a08c3fdb => generated 0 bytes in 1073 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1720] 10.0.0.86 () {34 vars in 694 bytes} [Mon Apr 27 02:39:13 2026] POST /v2.0/security-group-rules => generated 606 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1721] 10.0.0.86 () {32 vars in 735 bytes} [Mon Apr 27 02:39:13 2026] GET /v2.0/ports?device_id=000ce5c2-3177-4769-b352-8325a08c3fdb => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:39:13.304 8 INFO neutron.api.v2.resource [None req-ac00189a-7f38-4b84-a838-4c9d6960a545 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 830/1722] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:39:13 2026] DELETE /v2.0/routers/000ce5c2-3177-4769-b352-8325a08c3fdb => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:39:13.337 7 INFO neutron.db.segments_db [None req-4c0add31-6ef3-426e-8e28-fc28e2057885 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Added segment 5c469b46-32fe-488d-8333-c7c02062097d of type vxlan for network 65c727c3-a4fc-43aa-80b3-379229376434 [pid: 8|app: 0|req: 831/1723] 10.0.0.86 () {32 vars in 735 bytes} [Mon Apr 27 02:39:13 2026] GET /v2.0/ports?device_id=97c62a46-787f-4687-9bc7-93c0ad0eb836 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:39:13.371 8 INFO neutron.api.v2.resource [None req-7a5ea068-99e8-40f2-a125-369bdc75e843 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 832/1724] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:39:13 2026] DELETE /v2.0/routers/97c62a46-787f-4687-9bc7-93c0ad0eb836 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:39:13.402 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e8dc5f2d-591f-4569-9b11-0bf8beebe21f 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 833/1725] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:39:13 2026] DELETE /v2.0/subnets/5c0997b4-2f73-46ff-aa8f-60d91a391441 => generated 136 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1726] 10.0.0.86 () {34 vars in 670 bytes} [Mon Apr 27 02:39:13 2026] POST /v2.0/networks => generated 740 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1727] 10.0.0.86 () {32 vars in 735 bytes} [Mon Apr 27 02:39:13 2026] GET /v2.0/ports?device_id=50f6c2f5-a29a-4eb7-9240-f8407b7e279a => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:39:13.453 8 INFO neutron.api.v2.resource [None req-cff3bf87-ef22-4b70-b2a9-e3f49a3d5ace 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 835/1728] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:39:13 2026] DELETE /v2.0/routers/50f6c2f5-a29a-4eb7-9240-f8407b7e279a => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:39:13.473 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bb37c084-7536-4a91-83c4-a207503fe1f1 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 836/1729] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:39:13 2026] DELETE /v2.0/subnets/f0bb754a-67e4-4dca-a75e-7a07b4bfe511 => 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: 837/1730] 10.0.0.86 () {32 vars in 735 bytes} [Mon Apr 27 02:39:13 2026] GET /v2.0/ports?device_id=b58c243f-6174-4ce1-af9a-f83adba9d3ba => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:39:13.532 8 INFO neutron.api.v2.resource [None req-c6351bfb-4136-4c41-adf8-d75fe969bce8 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 838/1731] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:39:13 2026] DELETE /v2.0/routers/b58c243f-6174-4ce1-af9a-f83adba9d3ba => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:39:13.551 8 INFO neutron.pecan_wsgi.hooks.translation [None req-30bfcafb-debc-4b97-8b49-f76f00964e2a 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 839/1732] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:39:13 2026] DELETE /v2.0/subnets/345c5544-73d1-42ad-885c-5add16d27467 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:39:13.568 8 INFO neutron.pecan_wsgi.hooks.translation [None req-56dde8df-f049-41a6-9050-ae3a2b2381a7 01ce0fe96b224c9683501fcb931f9ec0 50aed7274f79480fb8efcf96aa32958a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 840/1733] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:39:13 2026] DELETE /v2.0/subnets/e42eb6ef-d9ac-45f1-9b73-d2f40491ae91 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1734] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:39:13 2026] POST /v2.0/subnets => generated 687 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:39:13.652 8 INFO neutron.db.segments_db [None req-d6d9095c-fbdc-4103-aac0-7971e3c33cf3 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Added segment 18bf97fe-1571-4c92-9b04-07c64a6c274f of type vxlan for network 22c623ce-26c2-4976-9b9a-d1655310b96c 2026-04-27 02:39:13.889 8 INFO neutron.db.l3_hamode_db [None req-d6d9095c-fbdc-4103-aac0-7971e3c33cf3 1604507262464de281a63f54f105dbc2 8442489f56a444cd8af970bf340b7b35 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 895/1735] 10.0.0.86 () {32 vars in 648 bytes} [Mon Apr 27 02:39:13 2026] GET /v2.0/networks => generated 1298 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1736] 10.0.0.110 () {34 vars in 1098 bytes} [Mon Apr 27 02:39:14 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-591291890&fields=id&tenant_id=f67bb564f833461f93d8a324d56ffa20 => 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: 897/1737] 10.0.0.110 () {34 vars in 982 bytes} [Mon Apr 27 02:39:14 2026] GET /v2.0/networks?id=90b3a213-d9ce-4e14-8755-056108d6d84f => generated 661 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1738] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:39:14 2026] GET /v2.0/security-groups?tenant_id=50aed7274f79480fb8efcf96aa32958a&name=default => generated 2925 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1739] 10.0.0.110 () {34 vars in 965 bytes} [Mon Apr 27 02:39:14 2026] GET /v2.0/quotas/f67bb564f833461f93d8a324d56ffa20 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1740] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:39:14 2026] DELETE /v2.0/security-groups/6469e231-8c8e-4235-bdfa-d0b3f20e293f => 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: 901/1741] 10.0.0.110 () {34 vars in 1002 bytes} [Mon Apr 27 02:39:14 2026] GET /v2.0/ports?tenant_id=f67bb564f833461f93d8a324d56ffa20&fields=id => generated 149 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1742] 10.0.0.110 () {34 vars in 1008 bytes} [Mon Apr 27 02:39:14 2026] GET /v2.0/networks/90b3a213-d9ce-4e14-8755-056108d6d84f?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: 903/1743] 10.0.0.110 () {34 vars in 1108 bytes} [Mon Apr 27 02:39:14 2026] GET /v2.0/networks/90b3a213-d9ce-4e14-8755-056108d6d84f?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-27 02:39:14.766 8 INFO neutron.db.l3_hamode_db [None req-d6d9095c-fbdc-4103-aac0-7971e3c33cf3 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 904/1744] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:39:14 2026] GET /v2.0/ports?device_id=e7bd5449-1573-4df7-865e-c362131e95a9 => 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: 841/1745] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:39:13 2026] POST /v2.0/routers => generated 727 bytes in 2251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1746] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:39:15 2026] GET /v2.0/ports?device_id=e7bd5449-1573-4df7-865e-c362131e95a9 => 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: 843/1747] 10.0.0.86 () {34 vars in 675 bytes} [Mon Apr 27 02:39:16 2026] POST /v2.0/subnetpools => generated 548 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1748] 10.0.0.86 () {32 vars in 728 bytes} [Mon Apr 27 02:39:16 2026] GET /v2.0/subnetpools/8e3b4f91-7374-4c72-9afa-689da4dedf99 => generated 548 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1749] 10.0.0.86 () {34 vars in 748 bytes} [Mon Apr 27 02:39:16 2026] PUT /v2.0/subnetpools/8e3b4f91-7374-4c72-9afa-689da4dedf99 => generated 500 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1750] 10.0.0.86 () {32 vars in 731 bytes} [Mon Apr 27 02:39:16 2026] DELETE /v2.0/subnetpools/8e3b4f91-7374-4c72-9afa-689da4dedf99 => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:39:16.741 8 INFO neutron.api.v2.resource [None req-13a20cc3-ae12-4465-84e5-5330872153a6 a456daf47abe47e18e316e13b5a4b19f c37df945e8e440c182900452dd54281a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 847/1751] 10.0.0.86 () {32 vars in 728 bytes} [Mon Apr 27 02:39:16 2026] GET /v2.0/subnetpools/8e3b4f91-7374-4c72-9afa-689da4dedf99 => generated 145 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:39:16.755 8 INFO neutron.api.v2.resource [None req-8e676a4d-b850-4a51-b2c7-5a0aded134ea a456daf47abe47e18e316e13b5a4b19f c37df945e8e440c182900452dd54281a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 848/1752] 10.0.0.86 () {32 vars in 731 bytes} [Mon Apr 27 02:39:16 2026] DELETE /v2.0/subnetpools/8e3b4f91-7374-4c72-9afa-689da4dedf99 => generated 145 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1753] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:39:17 2026] GET /v2.0/ports?device_id=e7bd5449-1573-4df7-865e-c362131e95a9 => 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: 905/1754] 10.0.0.86 () {34 vars in 782 bytes} [Mon Apr 27 02:39:15 2026] PUT /v2.0/routers/dd48c6ef-5b23-422f-a0b4-159b277079a9/add_router_interface => generated 309 bytes in 1320 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1755] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:39:17 2026] GET /v2.0/security-groups?tenant_id=c37df945e8e440c182900452dd54281a&name=default => generated 2925 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1756] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:39:17 2026] DELETE /v2.0/security-groups/1e4fd542-b3dc-49a4-a50c-282bf51ce9ba => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1757] 10.0.0.86 () {34 vars in 684 bytes} [Mon Apr 27 02:39:17 2026] POST /v2.0/security-groups => generated 1675 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1758] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:39:18 2026] GET /v2.0/ports?device_id=e7bd5449-1573-4df7-865e-c362131e95a9 => 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: 907/1759] 10.0.0.86 () {34 vars in 694 bytes} [Mon Apr 27 02:39:18 2026] POST /v2.0/security-group-rules => generated 597 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1760] 10.0.0.86 () {34 vars in 694 bytes} [Mon Apr 27 02:39:18 2026] POST /v2.0/security-group-rules => generated 596 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1761] 10.0.0.86 () {34 vars in 694 bytes} [Mon Apr 27 02:39:18 2026] POST /v2.0/security-group-rules => generated 602 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1762] 10.0.0.86 () {34 vars in 694 bytes} [Mon Apr 27 02:39:18 2026] POST /v2.0/security-group-rules => generated 601 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:39:18.623 7 INFO neutron.db.securitygroups_db [None req-fd034356-d802-4091-95e8-10ba4fab2554 82247ed9143a4eb2a0319cfa879c29dc 6a62a680d53441568a6b0981b1b3235d - - default default] Project 6a62a680d53441568a6b0981b1b3235d 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: 909/1763] 10.0.0.86 () {34 vars in 694 bytes} [Mon Apr 27 02:39:18 2026] POST /v2.0/security-group-rules => generated 607 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:39:18.754 8 INFO neutron.db.securitygroups_db [None req-98f8e7cd-8429-45bb-a1df-a68eb6e5b83a 82247ed9143a4eb2a0319cfa879c29dc 6a62a680d53441568a6b0981b1b3235d - - default default] Project 6a62a680d53441568a6b0981b1b3235d 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: 855/1764] 10.0.0.86 () {34 vars in 694 bytes} [Mon Apr 27 02:39:18 2026] POST /v2.0/security-group-rules => generated 606 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1765] 199.204.45.72 () {34 vars in 985 bytes} [Mon Apr 27 02:39:19 2026] GET /v2.0/networks?id=90b3a213-d9ce-4e14-8755-056108d6d84f => generated 661 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1766] 199.204.45.72 () {34 vars in 1049 bytes} [Mon Apr 27 02:39:19 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f67bb564f833461f93d8a324d56ffa20 => generated 272 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1767] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:39:19 2026] GET /v2.0/ports?device_id=e7bd5449-1573-4df7-865e-c362131e95a9 => 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: 912/1768] 10.0.0.86 () {34 vars in 684 bytes} [Mon Apr 27 02:39:19 2026] POST /v2.0/security-groups => generated 1659 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1769] 10.0.0.86 () {34 vars in 694 bytes} [Mon Apr 27 02:39:19 2026] POST /v2.0/security-group-rules => generated 597 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1770] 199.204.45.72 () {38 vars in 954 bytes} [Mon Apr 27 02:39:19 2026] POST /v2.0/ports => generated 954 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 914/1771] 10.0.0.86 () {34 vars in 694 bytes} [Mon Apr 27 02:39:19 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: 858/1772] 199.204.45.72 () {38 vars in 1027 bytes} [Mon Apr 27 02:39:19 2026] PUT /v2.0/ports/ddb323ca-665f-4820-8f00-4b776c2f39bd => generated 1235 bytes in 425 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:39:20.113 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3454f291-8829-4bb9-a858-38bc00225b32'] response: {'name': 'network-changed', 'server_uuid': 'e7bd5449-1573-4df7-865e-c362131e95a9', 'tag': 'ddb323ca-665f-4820-8f00-4b776c2f39bd', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 859/1773] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:39:20 2026] GET /v2.0/ports?device_id=e7bd5449-1573-4df7-865e-c362131e95a9 => 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: 915/1774] 10.0.0.86 () {34 vars in 675 bytes} [Mon Apr 27 02:39:19 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) [pid: 8|app: 0|req: 860/1775] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:39:20 2026] GET /v2.0/security-groups?id=16dbf93b-57ff-4db2-8b26-7364a645c745&fields=id&fields=name => generated 113 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1776] 10.0.0.110 () {34 vars in 1100 bytes} [Mon Apr 27 02:39:20 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1188765063&fields=id&tenant_id=6a62a680d53441568a6b0981b1b3235d => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1777] 10.0.0.110 () {34 vars in 1098 bytes} [Mon Apr 27 02:39:20 2026] GET /v2.0/security-groups?name=tempest-securitygroup--157423205&fields=id&tenant_id=6a62a680d53441568a6b0981b1b3235d => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1778] 10.0.0.110 () {34 vars in 982 bytes} [Mon Apr 27 02:39:20 2026] GET /v2.0/networks?id=cc4edf6d-0592-4d31-bd18-f413f3ea4479 => generated 672 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1779] 10.0.0.110 () {34 vars in 965 bytes} [Mon Apr 27 02:39:20 2026] GET /v2.0/quotas/6a62a680d53441568a6b0981b1b3235d => 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: 918/1780] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:39:20 2026] GET /v2.0/ports?tenant_id=f67bb564f833461f93d8a324d56ffa20&device_id=e7bd5449-1573-4df7-865e-c362131e95a9 => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1781] 10.0.0.110 () {34 vars in 1002 bytes} [Mon Apr 27 02:39:20 2026] GET /v2.0/ports?tenant_id=6a62a680d53441568a6b0981b1b3235d&fields=id => generated 103 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1782] 199.204.45.72 () {34 vars in 1017 bytes} [Mon Apr 27 02:39:20 2026] GET /v2.0/networks?tenant_id=f67bb564f833461f93d8a324d56ffa20&shared=False => generated 757 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1783] 10.0.0.110 () {34 vars in 1008 bytes} [Mon Apr 27 02:39:20 2026] GET /v2.0/networks/cc4edf6d-0592-4d31-bd18-f413f3ea4479?fields=segments => generated 14 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1784] 199.204.45.72 () {34 vars in 929 bytes} [Mon Apr 27 02:39:20 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1785] 10.0.0.110 () {34 vars in 1108 bytes} [Mon Apr 27 02:39:20 2026] GET /v2.0/networks/cc4edf6d-0592-4d31-bd18-f413f3ea4479?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: 8|app: 0|req: 865/1786] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:39:21 2026] GET /v2.0/ports?device_id=7827eb12-dda9-49e9-892b-b67a364451a3 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1787] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:39:21 2026] GET /v2.0/ports?device_id=e7bd5449-1573-4df7-865e-c362131e95a9 => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1788] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:39:21 2026] GET /v2.0/security-groups?id=16dbf93b-57ff-4db2-8b26-7364a645c745&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: 923/1789] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:39:21 2026] GET /v2.0/ports?tenant_id=f67bb564f833461f93d8a324d56ffa20&device_id=e7bd5449-1573-4df7-865e-c362131e95a9 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1790] 199.204.45.72 () {34 vars in 1057 bytes} [Mon Apr 27 02:39:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=ddb323ca-665f-4820-8f00-4b776c2f39bd => 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: 924/1791] 199.204.45.72 () {34 vars in 983 bytes} [Mon Apr 27 02:39:21 2026] GET /v2.0/subnets?id=af352eed-2706-4605-acc5-6d1946d0b071 => generated 677 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1792] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:39:21 2026] GET /v2.0/ports?network_id=90b3a213-d9ce-4e14-8755-056108d6d84f&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: 925/1793] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:39:22 2026] GET /v2.0/networks/90b3a213-d9ce-4e14-8755-056108d6d84f?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: 869/1794] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:39:22 2026] GET /v2.0/networks/90b3a213-d9ce-4e14-8755-056108d6d84f?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: 7|app: 0|req: 926/1795] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:39:22 2026] GET /v2.0/ports?device_id=7827eb12-dda9-49e9-892b-b67a364451a3 => 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: 870/1796] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:39:22 2026] GET /v2.0/ports?device_id=e7bd5449-1573-4df7-865e-c362131e95a9 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1797] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:39:22 2026] GET /v2.0/security-groups?id=16dbf93b-57ff-4db2-8b26-7364a645c745&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: 871/1798] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:39:23 2026] GET /v2.0/ports?device_id=7827eb12-dda9-49e9-892b-b67a364451a3 => 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/1801] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:39:23 2026] GET /v2.0/security-groups?tenant_id=9e8a94c0ea56466abcd448c0253410c5&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: 874/1802] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:39:23 2026] DELETE /v2.0/security-groups/b27ea242-9607-4840-8f86-ef67eefe8378 => 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: 929/1803] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:39:23 2026] GET /v2.0/security-groups?tenant_id=ba2a128ddbfb42d9b23c91cf5caff69c&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1804] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:39:23 2026] GET /v2.0/ports?device_id=e7bd5449-1573-4df7-865e-c362131e95a9 => 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: 876/1805] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:39:23 2026] GET /v2.0/security-groups?id=16dbf93b-57ff-4db2-8b26-7364a645c745&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: 930/1806] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:39:23 2026] DELETE /v2.0/security-groups/c0ff8adf-0435-46f0-b170-ec687f05bbe1 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1807] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:39:24 2026] GET /v2.0/ports?device_id=7827eb12-dda9-49e9-892b-b67a364451a3 => 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: 931/1808] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:39:25 2026] GET /v2.0/ports?device_id=e7bd5449-1573-4df7-865e-c362131e95a9 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1809] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:39:25 2026] GET /v2.0/security-groups?id=16dbf93b-57ff-4db2-8b26-7364a645c745&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: 932/1810] 199.204.45.72 () {34 vars in 985 bytes} [Mon Apr 27 02:39:25 2026] GET /v2.0/networks?id=cc4edf6d-0592-4d31-bd18-f413f3ea4479 => generated 672 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1811] 199.204.45.72 () {34 vars in 1049 bytes} [Mon Apr 27 02:39:25 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6a62a680d53441568a6b0981b1b3235d => generated 273 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1812] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:39:25 2026] GET /v2.0/ports?device_id=7827eb12-dda9-49e9-892b-b67a364451a3 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1813] 199.204.45.72 () {38 vars in 954 bytes} [Mon Apr 27 02:39:25 2026] POST /v2.0/ports => generated 993 bytes in 392 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: 934/1814] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:39:26 2026] GET /v2.0/ports?device_id=e7bd5449-1573-4df7-865e-c362131e95a9 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1815] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:39:26 2026] GET /v2.0/security-groups?id=16dbf93b-57ff-4db2-8b26-7364a645c745&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: 881/1816] 199.204.45.72 () {38 vars in 1027 bytes} [Mon Apr 27 02:39:25 2026] PUT /v2.0/ports/deb66a45-ae23-4738-bd1e-137e90fd9f35 => generated 1274 bytes in 432 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:39:26.306 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ee184578-7de8-4f34-a2df-dce37612f2f4'] response: {'name': 'network-changed', 'server_uuid': '7827eb12-dda9-49e9-892b-b67a364451a3', 'tag': 'deb66a45-ae23-4738-bd1e-137e90fd9f35', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 936/1817] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:39:26 2026] GET /v2.0/ports?device_id=7827eb12-dda9-49e9-892b-b67a364451a3 => generated 1008 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: 882/1818] 10.0.0.110 () {34 vars in 1120 bytes} [Mon Apr 27 02:39:26 2026] GET /v2.0/security-groups?id=82542e1d-260b-4466-a48b-3c5fa57b9759&id=7be2a2d7-c356-460d-bcdc-1d614d446158&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1819] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:39:26 2026] GET /v2.0/ports?tenant_id=6a62a680d53441568a6b0981b1b3235d&device_id=7827eb12-dda9-49e9-892b-b67a364451a3 => generated 1277 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1820] 199.204.45.72 () {34 vars in 1017 bytes} [Mon Apr 27 02:39:26 2026] GET /v2.0/networks?tenant_id=6a62a680d53441568a6b0981b1b3235d&shared=False => generated 768 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1821] 199.204.45.72 () {34 vars in 929 bytes} [Mon Apr 27 02:39:26 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1822] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:39:26 2026] GET /v2.0/security-groups?tenant_id=16195e75e00c48ed9056d51548586962&name=default => generated 2925 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1823] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:39:27 2026] DELETE /v2.0/security-groups/4fc30949-cf5d-4a87-b7e8-77e11ed4fb10 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1824] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:39:27 2026] GET /v2.0/ports?device_id=e7bd5449-1573-4df7-865e-c362131e95a9 => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1825] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:39:27 2026] GET /v2.0/security-groups?id=16dbf93b-57ff-4db2-8b26-7364a645c745&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: 940/1826] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:39:27 2026] GET /v2.0/ports?device_id=7827eb12-dda9-49e9-892b-b67a364451a3 => generated 1008 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1827] 10.0.0.110 () {34 vars in 1120 bytes} [Mon Apr 27 02:39:27 2026] GET /v2.0/security-groups?id=82542e1d-260b-4466-a48b-3c5fa57b9759&id=7be2a2d7-c356-460d-bcdc-1d614d446158&fields=id&fields=name => generated 206 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1828] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:39:28 2026] GET /v2.0/ports?tenant_id=6a62a680d53441568a6b0981b1b3235d&device_id=7827eb12-dda9-49e9-892b-b67a364451a3 => generated 1277 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1829] 199.204.45.72 () {34 vars in 1057 bytes} [Mon Apr 27 02:39:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=deb66a45-ae23-4738-bd1e-137e90fd9f35 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1830] 199.204.45.72 () {34 vars in 983 bytes} [Mon Apr 27 02:39:28 2026] GET /v2.0/subnets?id=15b3d8e6-521f-45cb-ad9e-f2a416607041 => generated 690 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1831] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:39:28 2026] GET /v2.0/ports?network_id=cc4edf6d-0592-4d31-bd18-f413f3ea4479&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: 890/1832] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:39:28 2026] GET /v2.0/networks/cc4edf6d-0592-4d31-bd18-f413f3ea4479?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1833] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:39:28 2026] GET /v2.0/networks/cc4edf6d-0592-4d31-bd18-f413f3ea4479?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-27 02:39:28.359 7 INFO neutron.db.segments_db [None req-74e5b930-10c8-47bc-9695-44d5b9e47f02 b09d935803e941ceb2a4ad2f7ef0ee85 0f71ee9f7a8c4f4291f5d8eb038fe555 - - default default] Added segment ffef5b1b-ff6b-4d52-9f49-80756ba3595a of type vxlan for network 5a1f7b80-444c-402c-8288-c81776029459 [pid: 7|app: 0|req: 943/1834] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:39:28 2026] POST /v2.0/networks => generated 632 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1835] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:39:28 2026] GET /v2.0/ports?device_id=e7bd5449-1573-4df7-865e-c362131e95a9 => 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: 945/1836] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:39:28 2026] GET /v2.0/security-groups?id=16dbf93b-57ff-4db2-8b26-7364a645c745&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1837] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:39:28 2026] GET /v2.0/ports?device_id=e7bd5449-1573-4df7-865e-c362131e95a9 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1838] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:39:28 2026] GET /v2.0/security-groups?id=16dbf93b-57ff-4db2-8b26-7364a645c745&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: 892/1839] 10.0.0.86 () {34 vars in 663 bytes} [Mon Apr 27 02:39:28 2026] POST /v2.0/ports => generated 743 bytes in 309 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-27 02:39:28.848 7 INFO neutron.db.segments_db [None req-1d817512-093d-47e2-b00f-ff5f17bec453 b09d935803e941ceb2a4ad2f7ef0ee85 0f71ee9f7a8c4f4291f5d8eb038fe555 - - default default] Added segment bc993d88-f687-46cb-9496-2a7258ab7034 of type vxlan for network 36414c0e-bb6b-4c7b-ba35-78ff67913d97 [pid: 8|app: 0|req: 893/1840] 10.0.0.86 () {32 vars in 735 bytes} [Mon Apr 27 02:39:28 2026] GET /v2.0/ports?device_id=e7bd5449-1573-4df7-865e-c362131e95a9 => generated 1240 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1841] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:39:28 2026] POST /v2.0/networks => generated 632 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1842] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:39:28 2026] GET /v2.0/ports?device_id=7827eb12-dda9-49e9-892b-b67a364451a3 => generated 1008 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:39:29.299 7 INFO neutron.db.l3_db [None req-97e7c579-29e9-4c94-982d-c921bd22d93d 6e21a324d37b45b584d5d5816323c21a f67bb564f833461f93d8a324d56ffa20 - - default default] Floating IP c83dd848-b3fd-4e84-b6a4-a70af829a2ef associated. External IP: 10.96.250.205, port: ddb323ca-665f-4820-8f00-4b776c2f39bd. [pid: 8|app: 0|req: 895/1843] 10.0.0.86 () {34 vars in 663 bytes} [Mon Apr 27 02:39:28 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 896/1844] 10.0.0.110 () {34 vars in 1120 bytes} [Mon Apr 27 02:39:29 2026] GET /v2.0/security-groups?id=82542e1d-260b-4466-a48b-3c5fa57b9759&id=7be2a2d7-c356-460d-bcdc-1d614d446158&fields=id&fields=name => generated 206 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:39:29.431 8 INFO neutron.db.segments_db [None req-534aa30d-7ef7-42e6-8c46-0fbd29e3c4e1 b09d935803e941ceb2a4ad2f7ef0ee85 0f71ee9f7a8c4f4291f5d8eb038fe555 - - default default] Added segment a6ff1ef2-713c-4b31-a62e-eb2ad5ba9a11 of type vxlan for network fca053ca-42cf-4478-af6d-1a2faf7b0bde [pid: 8|app: 0|req: 897/1845] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:39:29 2026] POST /v2.0/networks => generated 632 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1846] 10.0.0.86 () {34 vars in 748 bytes} [Mon Apr 27 02:39:28 2026] PUT /v2.0/floatingips/c83dd848-b3fd-4e84-b6a4-a70af829a2ef => generated 855 bytes in 785 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:39:29.743 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e26a1183-bc5c-49be-87c3-4b7da4c7e8af'] response: {'name': 'network-changed', 'server_uuid': 'e7bd5449-1573-4df7-865e-c362131e95a9', 'tag': 'ddb323ca-665f-4820-8f00-4b776c2f39bd', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 950/1847] 10.0.0.86 () {32 vars in 728 bytes} [Mon Apr 27 02:39:29 2026] GET /v2.0/floatingips/c83dd848-b3fd-4e84-b6a4-a70af829a2ef => generated 855 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1848] 10.0.0.86 () {34 vars in 663 bytes} [Mon Apr 27 02:39:29 2026] POST /v2.0/ports => generated 743 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:39:29.944 7 INFO neutron.db.segments_db [None req-fc7ec477-1888-476c-83b7-b39de9c89142 b09d935803e941ceb2a4ad2f7ef0ee85 0f71ee9f7a8c4f4291f5d8eb038fe555 - - default default] Added segment 1bd531f1-870b-4d3c-9d97-cf393a20ca37 of type vxlan for network cf1d79ec-b90c-4d85-8eef-c3eeec922c66 [pid: 7|app: 0|req: 951/1849] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:39:29 2026] POST /v2.0/networks => generated 632 bytes in 152 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: 952/1850] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:39:30 2026] GET /v2.0/ports?tenant_id=f67bb564f833461f93d8a324d56ffa20&device_id=e7bd5449-1573-4df7-865e-c362131e95a9 => generated 1240 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1851] 199.204.45.72 () {34 vars in 985 bytes} [Mon Apr 27 02:39:30 2026] GET /v2.0/networks?id=90b3a213-d9ce-4e14-8755-056108d6d84f => generated 757 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1852] 199.204.45.72 () {34 vars in 1057 bytes} [Mon Apr 27 02:39:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=ddb323ca-665f-4820-8f00-4b776c2f39bd => generated 858 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1853] 10.0.0.86 () {34 vars in 663 bytes} [Mon Apr 27 02:39:30 2026] POST /v2.0/ports => generated 743 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 955/1854] 199.204.45.72 () {34 vars in 983 bytes} [Mon Apr 27 02:39:30 2026] GET /v2.0/subnets?id=af352eed-2706-4605-acc5-6d1946d0b071 => generated 677 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1855] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:39:30 2026] GET /v2.0/ports?network_id=90b3a213-d9ce-4e14-8755-056108d6d84f&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:39:30.506 8 INFO neutron.db.segments_db [None req-a3bf6f49-11fe-44cf-a669-0bd655c70b9a b09d935803e941ceb2a4ad2f7ef0ee85 0f71ee9f7a8c4f4291f5d8eb038fe555 - - default default] Added segment ca9e455d-a1e3-4888-a93c-f5cea736a1b0 of type vxlan for network 9229f118-ca9e-4596-b49a-2ceb712afb5c [pid: 7|app: 0|req: 957/1856] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:39:30 2026] GET /v2.0/ports?device_id=7827eb12-dda9-49e9-892b-b67a364451a3 => generated 1008 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1857] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:39:30 2026] GET /v2.0/networks/90b3a213-d9ce-4e14-8755-056108d6d84f?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1858] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:39:30 2026] POST /v2.0/networks => generated 632 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1859] 10.0.0.110 () {34 vars in 1120 bytes} [Mon Apr 27 02:39:30 2026] GET /v2.0/security-groups?id=82542e1d-260b-4466-a48b-3c5fa57b9759&id=7be2a2d7-c356-460d-bcdc-1d614d446158&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: 901/1860] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:39:30 2026] GET /v2.0/networks/90b3a213-d9ce-4e14-8755-056108d6d84f?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: 902/1861] 10.0.0.86 () {32 vars in 728 bytes} [Mon Apr 27 02:39:30 2026] GET /v2.0/floatingips/c83dd848-b3fd-4e84-b6a4-a70af829a2ef => generated 855 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1862] 10.0.0.86 () {34 vars in 663 bytes} [Mon Apr 27 02:39:30 2026] POST /v2.0/ports => generated 743 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1863] 10.0.0.86 () {34 vars in 746 bytes} [Mon Apr 27 02:39:30 2026] PUT /v2.0/ports/118631b9-a423-4092-b457-9fde11916385/tags => generated 17 bytes in 82 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: 961/1864] 10.0.0.86 () {34 vars in 746 bytes} [Mon Apr 27 02:39:31 2026] PUT /v2.0/ports/31b4412e-cd4a-450b-b7a8-342a23a69c14/tags => generated 25 bytes in 78 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: 904/1865] 10.0.0.86 () {34 vars in 746 bytes} [Mon Apr 27 02:39:31 2026] PUT /v2.0/ports/cedba9a6-f488-41e5-86cf-4b1dbbe45d18/tags => generated 34 bytes in 91 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: 962/1866] 10.0.0.86 () {34 vars in 746 bytes} [Mon Apr 27 02:39:31 2026] PUT /v2.0/ports/69759772-9bfb-4469-ae83-2b70f7e6dc62/tags => generated 19 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 905/1867] 10.0.0.86 () {32 vars in 659 bytes} [Mon Apr 27 02:39:31 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 906/1868] 199.204.45.72 () {34 vars in 993 bytes} [Mon Apr 27 02:39:31 2026] GET /v2.0/ports?device_id=7827eb12-dda9-49e9-892b-b67a364451a3 => generated 1279 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1869] 10.0.0.86 () {32 vars in 673 bytes} [Mon Apr 27 02:39:31 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1870] 199.204.45.72 () {34 vars in 1123 bytes} [Mon Apr 27 02:39:31 2026] GET /v2.0/security-groups?id=82542e1d-260b-4466-a48b-3c5fa57b9759&id=7be2a2d7-c356-460d-bcdc-1d614d446158&fields=id&fields=name => generated 206 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1871] 10.0.0.86 () {32 vars in 669 bytes} [Mon Apr 27 02:39:31 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1872] 10.0.0.86 () {32 vars in 681 bytes} [Mon Apr 27 02:39:31 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1873] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:39:31 2026] GET /v2.0/ports?device_id=7827eb12-dda9-49e9-892b-b67a364451a3 => 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: 965/1874] 10.0.0.86 () {32 vars in 667 bytes} [Mon Apr 27 02:39:31 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1875] 10.0.0.110 () {34 vars in 1120 bytes} [Mon Apr 27 02:39:31 2026] GET /v2.0/security-groups?id=82542e1d-260b-4466-a48b-3c5fa57b9759&id=7be2a2d7-c356-460d-bcdc-1d614d446158&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: 7|app: 0|req: 966/1876] 10.0.0.86 () {32 vars in 681 bytes} [Mon Apr 27 02:39:31 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1877] 10.0.0.86 () {32 vars in 728 bytes} [Mon Apr 27 02:39:31 2026] GET /v2.0/floatingips/c83dd848-b3fd-4e84-b6a4-a70af829a2ef => generated 857 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1878] 10.0.0.86 () {32 vars in 677 bytes} [Mon Apr 27 02:39:31 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1879] 10.0.0.86 () {32 vars in 689 bytes} [Mon Apr 27 02:39:31 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:39:32.140 7 INFO neutron_taas.services.taas.taas_plugin [None req-4d538d4e-bc9b-447e-8633-870e75b89dc5 b09d935803e941ceb2a4ad2f7ef0ee85 0f71ee9f7a8c4f4291f5d8eb038fe555 - - default default] TaaS: Handle Delete Port: 118631b9-a423-4092-b457-9fde11916385 2026-04-27 02:39:32.143 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d538d4e-bc9b-447e-8633-870e75b89dc5 b09d935803e941ceb2a4ad2f7ef0ee85 0f71ee9f7a8c4f4291f5d8eb038fe555 - - default default] Tap Mirror: Handle Delete Port: 118631b9-a423-4092-b457-9fde11916385 [pid: 7|app: 0|req: 968/1880] 10.0.0.86 () {32 vars in 719 bytes} [Mon Apr 27 02:39:32 2026] DELETE /v2.0/ports/118631b9-a423-4092-b457-9fde11916385 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:39:32.321 8 INFO neutron_taas.services.taas.taas_plugin [None req-29e128c7-7e53-424a-8617-8d3932a130d6 b09d935803e941ceb2a4ad2f7ef0ee85 0f71ee9f7a8c4f4291f5d8eb038fe555 - - default default] TaaS: Handle Delete Port: 31b4412e-cd4a-450b-b7a8-342a23a69c14 2026-04-27 02:39:32.324 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29e128c7-7e53-424a-8617-8d3932a130d6 b09d935803e941ceb2a4ad2f7ef0ee85 0f71ee9f7a8c4f4291f5d8eb038fe555 - - default default] Tap Mirror: Handle Delete Port: 31b4412e-cd4a-450b-b7a8-342a23a69c14 [pid: 8|app: 0|req: 913/1881] 10.0.0.86 () {32 vars in 719 bytes} [Mon Apr 27 02:39:32 2026] DELETE /v2.0/ports/31b4412e-cd4a-450b-b7a8-342a23a69c14 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:39:32.550 7 INFO neutron_taas.services.taas.taas_plugin [None req-b107b1f3-5974-4cfe-80d5-ba0a87f84d9a b09d935803e941ceb2a4ad2f7ef0ee85 0f71ee9f7a8c4f4291f5d8eb038fe555 - - default default] TaaS: Handle Delete Port: cedba9a6-f488-41e5-86cf-4b1dbbe45d18 2026-04-27 02:39:32.553 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b107b1f3-5974-4cfe-80d5-ba0a87f84d9a b09d935803e941ceb2a4ad2f7ef0ee85 0f71ee9f7a8c4f4291f5d8eb038fe555 - - default default] Tap Mirror: Handle Delete Port: cedba9a6-f488-41e5-86cf-4b1dbbe45d18 [pid: 7|app: 0|req: 969/1882] 10.0.0.86 () {32 vars in 719 bytes} [Mon Apr 27 02:39:32 2026] DELETE /v2.0/ports/cedba9a6-f488-41e5-86cf-4b1dbbe45d18 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:39:32.725 8 INFO neutron_taas.services.taas.taas_plugin [None req-8a3e5b43-829b-4055-b570-f8aecfbc6fa5 b09d935803e941ceb2a4ad2f7ef0ee85 0f71ee9f7a8c4f4291f5d8eb038fe555 - - default default] TaaS: Handle Delete Port: 69759772-9bfb-4469-ae83-2b70f7e6dc62 2026-04-27 02:39:32.728 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a3e5b43-829b-4055-b570-f8aecfbc6fa5 b09d935803e941ceb2a4ad2f7ef0ee85 0f71ee9f7a8c4f4291f5d8eb038fe555 - - default default] Tap Mirror: Handle Delete Port: 69759772-9bfb-4469-ae83-2b70f7e6dc62 [pid: 8|app: 0|req: 914/1883] 10.0.0.86 () {32 vars in 719 bytes} [Mon Apr 27 02:39:32 2026] DELETE /v2.0/ports/69759772-9bfb-4469-ae83-2b70f7e6dc62 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1884] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:39:32 2026] GET /v2.0/ports?device_id=7827eb12-dda9-49e9-892b-b67a364451a3 => generated 1010 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:39:32.911 7 INFO neutron_taas.services.taas.taas_plugin [None req-bdde52fd-7c76-4034-b1cc-dcadc5ff370b b09d935803e941ceb2a4ad2f7ef0ee85 0f71ee9f7a8c4f4291f5d8eb038fe555 - - default default] TaaS: Handle Delete Port: b36f1cee-0ce1-49d8-b3e8-4317eded3d77 2026-04-27 02:39:32.913 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bdde52fd-7c76-4034-b1cc-dcadc5ff370b b09d935803e941ceb2a4ad2f7ef0ee85 0f71ee9f7a8c4f4291f5d8eb038fe555 - - default default] Tap Mirror: Handle Delete Port: b36f1cee-0ce1-49d8-b3e8-4317eded3d77 [pid: 8|app: 0|req: 916/1885] 10.0.0.110 () {34 vars in 1120 bytes} [Mon Apr 27 02:39:32 2026] GET /v2.0/security-groups?id=82542e1d-260b-4466-a48b-3c5fa57b9759&id=7be2a2d7-c356-460d-bcdc-1d614d446158&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: 7|app: 0|req: 970/1886] 10.0.0.86 () {32 vars in 719 bytes} [Mon Apr 27 02:39:32 2026] DELETE /v2.0/ports/b36f1cee-0ce1-49d8-b3e8-4317eded3d77 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:39:33.096 8 INFO neutron.services.segments.plugin [-] Segment ffef5b1b-ff6b-4d52-9f49-80756ba3595a resource provider aggregate not found 2026-04-27 02:39:33.105 8 INFO neutron.services.segments.plugin [-] Segment ffef5b1b-ff6b-4d52-9f49-80756ba3595a resource provider aggregate not found 2026-04-27 02:39:33.122 8 INFO neutron.services.segments.plugin [-] Segment ffef5b1b-ff6b-4d52-9f49-80756ba3595a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ffef5b1b-ff6b-4d52-9f49-80756ba3595a found for delete ", "request_id": "req-88bfcb4c-6eb8-4455-b737-b5c785939ae6"}]} [pid: 8|app: 0|req: 917/1887] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:39:32 2026] DELETE /v2.0/networks/5a1f7b80-444c-402c-8288-c81776029459 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:39:33.134 8 INFO neutron.services.segments.plugin [-] Segment ffef5b1b-ff6b-4d52-9f49-80756ba3595a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ffef5b1b-ff6b-4d52-9f49-80756ba3595a found for delete ", "request_id": "req-c3797d84-865b-4484-ad1f-598579b89d9d"}]} 2026-04-27 02:39:33.276 7 INFO neutron.services.segments.plugin [-] Segment bc993d88-f687-46cb-9496-2a7258ab7034 resource provider aggregate not found 2026-04-27 02:39:33.281 7 INFO neutron.services.segments.plugin [-] Segment bc993d88-f687-46cb-9496-2a7258ab7034 resource provider aggregate not found 2026-04-27 02:39:33.298 7 INFO neutron.services.segments.plugin [-] Segment bc993d88-f687-46cb-9496-2a7258ab7034 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc993d88-f687-46cb-9496-2a7258ab7034 found for delete ", "request_id": "req-58477104-be72-48a7-ac1f-bf58f22c1fed"}]} [pid: 7|app: 0|req: 971/1888] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:39:33 2026] DELETE /v2.0/networks/36414c0e-bb6b-4c7b-ba35-78ff67913d97 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:39:33.306 7 INFO neutron.services.segments.plugin [-] Segment bc993d88-f687-46cb-9496-2a7258ab7034 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc993d88-f687-46cb-9496-2a7258ab7034 found for delete ", "request_id": "req-0e7b8e24-9a0b-484c-a13a-de4d197bc334"}]} [pid: 8|app: 0|req: 918/1889] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:39:33 2026] DELETE /v2.0/networks/fca053ca-42cf-4478-af6d-1a2faf7b0bde => 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: 972/1890] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:39:33 2026] DELETE /v2.0/networks/cf1d79ec-b90c-4d85-8eef-c3eeec922c66 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1891] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:39:33 2026] DELETE /v2.0/networks/9229f118-ca9e-4596-b49a-2ceb712afb5c => 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: 973/1892] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:39:33 2026] GET /v2.0/ports?device_id=7827eb12-dda9-49e9-892b-b67a364451a3 => generated 1010 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1893] 10.0.0.110 () {34 vars in 1120 bytes} [Mon Apr 27 02:39:34 2026] GET /v2.0/security-groups?id=82542e1d-260b-4466-a48b-3c5fa57b9759&id=7be2a2d7-c356-460d-bcdc-1d614d446158&fields=id&fields=name => generated 206 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1894] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:39:34 2026] GET /v2.0/security-groups?tenant_id=0f71ee9f7a8c4f4291f5d8eb038fe555&name=default => generated 2925 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1895] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:39:34 2026] DELETE /v2.0/security-groups/272ee2bd-20d9-4813-82f8-17a02894c402 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:39:35.139 8 INFO neutron.services.segments.plugin [-] Segment a6ff1ef2-713c-4b31-a62e-eb2ad5ba9a11 resource provider aggregate not found 2026-04-27 02:39:35.158 8 INFO neutron.services.segments.plugin [-] Segment a6ff1ef2-713c-4b31-a62e-eb2ad5ba9a11 resource provider aggregate not found 2026-04-27 02:39:35.169 8 INFO neutron.services.segments.plugin [-] Segment a6ff1ef2-713c-4b31-a62e-eb2ad5ba9a11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6ff1ef2-713c-4b31-a62e-eb2ad5ba9a11 found for delete ", "request_id": "req-9dfabcbb-896e-4153-b61d-db62f9c7613e"}]} [pid: 7|app: 0|req: 975/1896] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:39:35 2026] GET /v2.0/security-groups?tenant_id=5fa9684e587a4530b3393848c844447f&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:39:35.174 8 INFO neutron.services.segments.plugin [-] Segment a6ff1ef2-713c-4b31-a62e-eb2ad5ba9a11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6ff1ef2-713c-4b31-a62e-eb2ad5ba9a11 found for delete ", "request_id": "req-29708738-795e-4647-8885-48ecf2721b36"}]} 2026-04-27 02:39:35.192 8 INFO neutron.services.segments.plugin [-] Segment ca9e455d-a1e3-4888-a93c-f5cea736a1b0 resource provider aggregate not found 2026-04-27 02:39:35.195 8 INFO neutron.services.segments.plugin [-] Segment ca9e455d-a1e3-4888-a93c-f5cea736a1b0 resource provider aggregate not found 2026-04-27 02:39:35.219 8 INFO neutron.services.segments.plugin [-] Segment ca9e455d-a1e3-4888-a93c-f5cea736a1b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca9e455d-a1e3-4888-a93c-f5cea736a1b0 found for delete ", "request_id": "req-17f2f415-f181-452f-83e4-69bec7751d46"}]} 2026-04-27 02:39:35.220 8 INFO neutron.services.segments.plugin [-] Segment ca9e455d-a1e3-4888-a93c-f5cea736a1b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca9e455d-a1e3-4888-a93c-f5cea736a1b0 found for delete ", "request_id": "req-7c1a1103-e2c6-4ebf-813e-ae7c4768dc1f"}]} [pid: 7|app: 0|req: 976/1897] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:39:35 2026] GET /v2.0/ports?device_id=7827eb12-dda9-49e9-892b-b67a364451a3 => 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: 977/1898] 10.0.0.110 () {34 vars in 1120 bytes} [Mon Apr 27 02:39:35 2026] GET /v2.0/security-groups?id=82542e1d-260b-4466-a48b-3c5fa57b9759&id=7be2a2d7-c356-460d-bcdc-1d614d446158&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: 922/1899] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:39:35 2026] DELETE /v2.0/security-groups/803bb7db-4e1e-4c99-9076-0bcf2b7d00fb => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:39:35.320 7 INFO neutron.services.segments.plugin [-] Segment 1bd531f1-870b-4d3c-9d97-cf393a20ca37 resource provider aggregate not found 2026-04-27 02:39:35.331 7 INFO neutron.services.segments.plugin [-] Segment 1bd531f1-870b-4d3c-9d97-cf393a20ca37 resource provider aggregate not found 2026-04-27 02:39:35.349 7 INFO neutron.services.segments.plugin [-] Segment 1bd531f1-870b-4d3c-9d97-cf393a20ca37 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1bd531f1-870b-4d3c-9d97-cf393a20ca37 found for delete ", "request_id": "req-33bdef2f-f843-4e98-b484-82bf1dcc7af5"}]} 2026-04-27 02:39:35.350 7 INFO neutron.services.segments.plugin [-] Segment 1bd531f1-870b-4d3c-9d97-cf393a20ca37 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1bd531f1-870b-4d3c-9d97-cf393a20ca37 found for delete ", "request_id": "req-91c76d3b-16b4-4e6b-a41d-779cdf1ec0cd"}]} [pid: 7|app: 0|req: 978/1900] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:39:35 2026] GET /v2.0/ports?device_id=7827eb12-dda9-49e9-892b-b67a364451a3 => generated 1010 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1901] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:39:35 2026] GET /v2.0/security-groups?tenant_id=80635a5b328942afa30fcd19ae7431cf&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1902] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:39:35 2026] DELETE /v2.0/security-groups/796e0ddd-deb5-4704-a6cc-dce254bc58ce => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:39:35.730 8 INFO neutron.db.l3_db [None req-bf028176-0470-4478-a579-fb535ebaa86f 82247ed9143a4eb2a0319cfa879c29dc 6a62a680d53441568a6b0981b1b3235d - - default default] Floating IP db6e3e32-dfce-4692-b890-3ca0f9f295ed associated. External IP: 10.96.250.216, port: deb66a45-ae23-4738-bd1e-137e90fd9f35. [pid: 8|app: 0|req: 923/1903] 10.0.0.86 () {34 vars in 748 bytes} [Mon Apr 27 02:39:35 2026] PUT /v2.0/floatingips/db6e3e32-dfce-4692-b890-3ca0f9f295ed => generated 855 bytes in 611 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:39:36.066 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d7b95a08-d450-41f0-87b4-64a2d1000de2'] response: {'name': 'network-changed', 'server_uuid': '7827eb12-dda9-49e9-892b-b67a364451a3', 'tag': 'deb66a45-ae23-4738-bd1e-137e90fd9f35', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 981/1904] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:39:36 2026] GET /v2.0/ports?tenant_id=6a62a680d53441568a6b0981b1b3235d&device_id=7827eb12-dda9-49e9-892b-b67a364451a3 => 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: 924/1905] 199.204.45.72 () {34 vars in 985 bytes} [Mon Apr 27 02:39:36 2026] GET /v2.0/networks?id=cc4edf6d-0592-4d31-bd18-f413f3ea4479 => generated 768 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1906] 199.204.45.72 () {34 vars in 1057 bytes} [Mon Apr 27 02:39:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=deb66a45-ae23-4738-bd1e-137e90fd9f35 => generated 858 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1907] 199.204.45.72 () {34 vars in 983 bytes} [Mon Apr 27 02:39:36 2026] GET /v2.0/subnets?id=15b3d8e6-521f-45cb-ad9e-f2a416607041 => generated 690 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1908] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:39:36 2026] GET /v2.0/ports?network_id=cc4edf6d-0592-4d31-bd18-f413f3ea4479&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1909] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:39:36 2026] GET /v2.0/networks/cc4edf6d-0592-4d31-bd18-f413f3ea4479?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: 984/1910] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:39:36 2026] GET /v2.0/networks/cc4edf6d-0592-4d31-bd18-f413f3ea4479?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: 927/1911] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:39:37 2026] GET /v2.0/security-groups?tenant_id=55e39bd2b72846bb8bf2deabf25405f5&name=default => generated 2925 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1912] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:39:37 2026] DELETE /v2.0/security-groups/620d7f1a-bfc4-4bcd-b191-f6f7d5c995dd => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:39:40.489 8 INFO neutron.db.segments_db [None req-66e83a57-0d03-47d2-977d-5416cf415de8 17dba8cd01bc4cf99b0831466e2148f1 62188335c7d04c588123a796872399f3 - - default default] Added segment 4eab88ac-0bb3-4079-8f3e-0445502570a2 of type vxlan for network d1dc8d2c-8f9f-4029-afd0-d824061227d2 2026-04-27 02:39:40.766 8 INFO neutron.db.l3_hamode_db [None req-66e83a57-0d03-47d2-977d-5416cf415de8 17dba8cd01bc4cf99b0831466e2148f1 62188335c7d04c588123a796872399f3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-27 02:39:40.883 8 INFO neutron.db.l3_hamode_db [None req-66e83a57-0d03-47d2-977d-5416cf415de8 17dba8cd01bc4cf99b0831466e2148f1 62188335c7d04c588123a796872399f3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 987/1915] 10.0.0.111 () {30 vars in 650 bytes} [Mon Apr 27 02:39:41 2026] GET /v2.0/extensions => generated 21537 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1916] 10.0.0.111 () {30 vars in 724 bytes} [Mon Apr 27 02:39:41 2026] GET /v2.0/quotas/37652a35317b42e3bb4789aa24e01109/details => generated 847 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1917] 10.0.0.86 () {34 vars in 667 bytes} [Mon Apr 27 02:39:40 2026] POST /v2.0/routers => generated 474 bytes in 1098 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:39:41.508 7 INFO neutron.db.l3_hamode_db [None req-6b7a833f-08bc-4061-be6c-2f2ff1f6d0e2 17dba8cd01bc4cf99b0831466e2148f1 62188335c7d04c588123a796872399f3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-27 02:39:41.679 7 INFO neutron.db.l3_hamode_db [None req-6b7a833f-08bc-4061-be6c-2f2ff1f6d0e2 17dba8cd01bc4cf99b0831466e2148f1 62188335c7d04c588123a796872399f3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 989/1918] 10.0.0.86 () {34 vars in 667 bytes} [Mon Apr 27 02:39:41 2026] POST /v2.0/routers => generated 474 bytes in 986 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:39:42.510 8 INFO neutron.db.l3_hamode_db [None req-5905f018-a5cb-401b-b135-9defbe732add 17dba8cd01bc4cf99b0831466e2148f1 62188335c7d04c588123a796872399f3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-27 02:39:42.686 8 INFO neutron.db.l3_hamode_db [None req-5905f018-a5cb-401b-b135-9defbe732add 17dba8cd01bc4cf99b0831466e2148f1 62188335c7d04c588123a796872399f3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 990/1919] 10.0.0.111 () {30 vars in 650 bytes} [Mon Apr 27 02:39:43 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1920] 10.0.0.111 () {30 vars in 724 bytes} [Mon Apr 27 02:39:43 2026] GET /v2.0/quotas/37652a35317b42e3bb4789aa24e01109/details => generated 847 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1921] 10.0.0.86 () {34 vars in 667 bytes} [Mon Apr 27 02:39:42 2026] POST /v2.0/routers => generated 474 bytes in 837 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:39:43.331 7 INFO neutron.db.l3_hamode_db [None req-78f6330a-3d1f-4407-825b-24eb0f8f67a1 17dba8cd01bc4cf99b0831466e2148f1 62188335c7d04c588123a796872399f3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-27 02:39:43.475 7 INFO neutron.db.l3_hamode_db [None req-78f6330a-3d1f-4407-825b-24eb0f8f67a1 17dba8cd01bc4cf99b0831466e2148f1 62188335c7d04c588123a796872399f3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 992/1922] 10.0.0.86 () {34 vars in 667 bytes} [Mon Apr 27 02:39:43 2026] POST /v2.0/routers => generated 474 bytes in 755 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:39:44.113 8 INFO neutron.db.l3_hamode_db [None req-058683d8-4cf8-4486-824c-3d9b3355ca3a 17dba8cd01bc4cf99b0831466e2148f1 62188335c7d04c588123a796872399f3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 993/1923] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:39:44 2026] GET /v2.0/ports?device_id=7827eb12-dda9-49e9-892b-b67a364451a3 => generated 1010 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:39:44.306 8 INFO neutron.db.l3_hamode_db [None req-058683d8-4cf8-4486-824c-3d9b3355ca3a 17dba8cd01bc4cf99b0831466e2148f1 62188335c7d04c588123a796872399f3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 994/1924] 10.0.0.110 () {34 vars in 1120 bytes} [Mon Apr 27 02:39:44 2026] GET /v2.0/security-groups?id=82542e1d-260b-4466-a48b-3c5fa57b9759&id=7be2a2d7-c356-460d-bcdc-1d614d446158&fields=id&fields=name => generated 206 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1925] 10.0.0.86 () {32 vars in 735 bytes} [Mon Apr 27 02:39:44 2026] GET /v2.0/ports?device_id=7827eb12-dda9-49e9-892b-b67a364451a3 => generated 1279 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1926] 10.0.0.86 () {32 vars in 857 bytes} [Mon Apr 27 02:39:44 2026] GET /v2.0/floatingips?floating_network_id=c32c5bd1-d799-408b-9428-a9eed6d23280&port_id=deb66a45-ae23-4738-bd1e-137e90fd9f35 => generated 860 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1927] 10.0.0.86 () {34 vars in 667 bytes} [Mon Apr 27 02:39:44 2026] POST /v2.0/routers => generated 474 bytes in 913 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1928] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:39:45 2026] GET /v2.0/security-groups?tenant_id=37652a35317b42e3bb4789aa24e01109&name=default => generated 2925 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1929] 10.0.0.183 () {34 vars in 990 bytes} [Mon Apr 27 02:39:45 2026] GET /v2.0/ports?device_id=7827eb12-dda9-49e9-892b-b67a364451a3 => generated 1279 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1930] 10.0.0.86 () {34 vars in 750 bytes} [Mon Apr 27 02:39:44 2026] PUT /v2.0/routers/17438d05-3743-4242-b3a8-afcfa9ece72b/tags => generated 17 bytes in 534 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1931] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:39:45 2026] DELETE /v2.0/security-groups/eed6c587-bc83-4979-804c-0c48f453ebe6 => 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: 998/1932] 10.0.0.183 () {34 vars in 1120 bytes} [Mon Apr 27 02:39:45 2026] GET /v2.0/security-groups?id=82542e1d-260b-4466-a48b-3c5fa57b9759&id=7be2a2d7-c356-460d-bcdc-1d614d446158&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: 935/1933] 10.0.0.86 () {34 vars in 750 bytes} [Mon Apr 27 02:39:45 2026] PUT /v2.0/routers/b1e5bdac-829f-457d-b139-3af847bbbf3c/tags => generated 25 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1934] 10.0.0.86 () {34 vars in 750 bytes} [Mon Apr 27 02:39:45 2026] PUT /v2.0/routers/e764ae15-560b-471d-80a6-812fff3e36c8/tags => generated 34 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1935] 10.0.0.86 () {34 vars in 750 bytes} [Mon Apr 27 02:39:45 2026] PUT /v2.0/routers/566471ff-0f33-4cad-839b-587b85785ef1/tags => generated 19 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1936] 10.0.0.86 () {32 vars in 663 bytes} [Mon Apr 27 02:39:45 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1937] 10.0.0.86 () {32 vars in 677 bytes} [Mon Apr 27 02:39:45 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1938] 10.0.0.86 () {32 vars in 673 bytes} [Mon Apr 27 02:39:46 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1939] 10.0.0.86 () {32 vars in 685 bytes} [Mon Apr 27 02:39:46 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1940] 10.0.0.86 () {32 vars in 671 bytes} [Mon Apr 27 02:39:46 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1941] 10.0.0.86 () {32 vars in 685 bytes} [Mon Apr 27 02:39:46 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1942] 10.0.0.86 () {32 vars in 681 bytes} [Mon Apr 27 02:39:46 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1943] 10.0.0.86 () {32 vars in 693 bytes} [Mon Apr 27 02:39:46 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1944] 10.0.0.86 () {32 vars in 720 bytes} [Mon Apr 27 02:39:46 2026] GET /v2.0/routers/17438d05-3743-4242-b3a8-afcfa9ece72b => generated 485 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1945] 10.0.0.86 () {34 vars in 741 bytes} [Mon Apr 27 02:39:46 2026] PUT /v2.0/routers/17438d05-3743-4242-b3a8-afcfa9ece72b => generated 485 bytes in 902 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1946] 10.0.0.86 () {32 vars in 735 bytes} [Mon Apr 27 02:39:47 2026] GET /v2.0/ports?device_id=17438d05-3743-4242-b3a8-afcfa9ece72b => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:39:47.729 8 INFO neutron_taas.services.taas.taas_plugin [None req-4b359d68-9772-4d01-b40d-6d4aecf06299 17dba8cd01bc4cf99b0831466e2148f1 62188335c7d04c588123a796872399f3 - - default default] TaaS: Handle Delete Port: 6d0890cf-31e1-453f-9153-6727f4af9758 2026-04-27 02:39:47.732 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b359d68-9772-4d01-b40d-6d4aecf06299 17dba8cd01bc4cf99b0831466e2148f1 62188335c7d04c588123a796872399f3 - - default default] Tap Mirror: Handle Delete Port: 6d0890cf-31e1-453f-9153-6727f4af9758 [pid: 8|app: 0|req: 942/1947] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:39:47 2026] DELETE /v2.0/routers/17438d05-3743-4242-b3a8-afcfa9ece72b => generated 0 bytes in 376 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1948] 10.0.0.86 () {32 vars in 720 bytes} [Mon Apr 27 02:39:47 2026] GET /v2.0/routers/b1e5bdac-829f-457d-b139-3af847bbbf3c => generated 493 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1949] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:39:48 2026] GET /v2.0/ports?device_id=7827eb12-dda9-49e9-892b-b67a364451a3 => 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: 1008/1950] 10.0.0.110 () {34 vars in 1120 bytes} [Mon Apr 27 02:39:48 2026] GET /v2.0/security-groups?id=82542e1d-260b-4466-a48b-3c5fa57b9759&id=7be2a2d7-c356-460d-bcdc-1d614d446158&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1951] 10.0.0.86 () {34 vars in 741 bytes} [Mon Apr 27 02:39:47 2026] PUT /v2.0/routers/b1e5bdac-829f-457d-b139-3af847bbbf3c => generated 493 bytes in 497 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1952] 10.0.0.86 () {32 vars in 735 bytes} [Mon Apr 27 02:39:48 2026] GET /v2.0/ports?device_id=b1e5bdac-829f-457d-b139-3af847bbbf3c => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:39:48.675 8 INFO neutron_taas.services.taas.taas_plugin [None req-fa39521b-1b0f-45aa-b26d-94c5282e8302 17dba8cd01bc4cf99b0831466e2148f1 62188335c7d04c588123a796872399f3 - - default default] TaaS: Handle Delete Port: c44c2668-357c-4b09-8aa6-f1ffb85c4463 2026-04-27 02:39:48.678 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa39521b-1b0f-45aa-b26d-94c5282e8302 17dba8cd01bc4cf99b0831466e2148f1 62188335c7d04c588123a796872399f3 - - default default] Tap Mirror: Handle Delete Port: c44c2668-357c-4b09-8aa6-f1ffb85c4463 [pid: 8|app: 0|req: 944/1953] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:39:48 2026] DELETE /v2.0/routers/b1e5bdac-829f-457d-b139-3af847bbbf3c => generated 0 bytes in 394 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/1954] 10.0.0.86 () {32 vars in 720 bytes} [Mon Apr 27 02:39:48 2026] GET /v2.0/routers/e764ae15-560b-471d-80a6-812fff3e36c8 => generated 502 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/1955] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:39:49 2026] GET /v2.0/ports?device_id=7827eb12-dda9-49e9-892b-b67a364451a3 => generated 1010 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/1956] 10.0.0.110 () {34 vars in 1120 bytes} [Mon Apr 27 02:39:49 2026] GET /v2.0/security-groups?id=82542e1d-260b-4466-a48b-3c5fa57b9759&id=7be2a2d7-c356-460d-bcdc-1d614d446158&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1957] 10.0.0.86 () {34 vars in 741 bytes} [Mon Apr 27 02:39:48 2026] PUT /v2.0/routers/e764ae15-560b-471d-80a6-812fff3e36c8 => generated 502 bytes in 544 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/1958] 10.0.0.86 () {32 vars in 735 bytes} [Mon Apr 27 02:39:49 2026] GET /v2.0/ports?device_id=e764ae15-560b-471d-80a6-812fff3e36c8 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:39:49.715 8 INFO neutron_taas.services.taas.taas_plugin [None req-9cf89be6-b44e-4e02-ab1b-0be23ceff2bb 17dba8cd01bc4cf99b0831466e2148f1 62188335c7d04c588123a796872399f3 - - default default] TaaS: Handle Delete Port: 60eb7915-5ee7-4158-a2c8-6d376093e4fb 2026-04-27 02:39:49.718 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9cf89be6-b44e-4e02-ab1b-0be23ceff2bb 17dba8cd01bc4cf99b0831466e2148f1 62188335c7d04c588123a796872399f3 - - default default] Tap Mirror: Handle Delete Port: 60eb7915-5ee7-4158-a2c8-6d376093e4fb [pid: 8|app: 0|req: 946/1959] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:39:49 2026] DELETE /v2.0/routers/e764ae15-560b-471d-80a6-812fff3e36c8 => generated 0 bytes in 359 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:39:49.905 7 INFO neutron.db.segments_db [None req-4252de64-01d7-42b2-b24a-fb12ef5fdd59 a6adf44e5a9d403bb9819465f7c64f70 52a7a57fa5114836a7ff673cb64776e5 - - default default] Added segment 619c1ecf-4736-43a9-97c6-94da8afc5ef3 of type vxlan for network 05361aff-fdea-469d-89af-62c7481c01e3 [pid: 8|app: 0|req: 947/1960] 10.0.0.86 () {32 vars in 720 bytes} [Mon Apr 27 02:39:49 2026] GET /v2.0/routers/566471ff-0f33-4cad-839b-587b85785ef1 => generated 487 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/1961] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:39:49 2026] POST /v2.0/networks => generated 726 bytes in 469 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1962] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:39:50 2026] POST /v2.0/subnets => generated 644 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:39:50.219 7 WARNING neutron.api.v2.base [None req-ff1c43e8-14d9-435a-9f90-c704b5974a6b a6adf44e5a9d403bb9819465f7c64f70 52a7a57fa5114836a7ff673cb64776e5 - - 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-27 02:39:50.219 7 INFO neutron.api.v2.resource [None req-ff1c43e8-14d9-435a-9f90-c704b5974a6b a6adf44e5a9d403bb9819465f7c64f70 52a7a57fa5114836a7ff673cb64776e5 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1016/1963] 10.0.0.86 () {34 vars in 680 bytes} [Mon Apr 27 02:39:50 2026] POST /v2.0/rbac-policies => generated 143 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-27 02:39:50.389 7 INFO neutron.services.segments.plugin [-] Segment 619c1ecf-4736-43a9-97c6-94da8afc5ef3 resource provider aggregate not found 2026-04-27 02:39:50.397 7 INFO neutron.services.segments.plugin [-] Segment 619c1ecf-4736-43a9-97c6-94da8afc5ef3 resource provider aggregate not found 2026-04-27 02:39:50.411 7 INFO neutron.services.segments.plugin [-] Segment 619c1ecf-4736-43a9-97c6-94da8afc5ef3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 619c1ecf-4736-43a9-97c6-94da8afc5ef3 found for delete ", "request_id": "req-ed471d52-a220-46aa-9e91-a0cd7cfb464f"}]} 2026-04-27 02:39:50.413 7 INFO neutron.services.segments.plugin [-] Segment 619c1ecf-4736-43a9-97c6-94da8afc5ef3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 619c1ecf-4736-43a9-97c6-94da8afc5ef3 found for delete ", "request_id": "req-5f80fb6e-3d95-4d25-8887-66b2ab3057bd"}]} [pid: 7|app: 0|req: 1017/1964] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:39:50 2026] DELETE /v2.0/networks/05361aff-fdea-469d-89af-62c7481c01e3 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1965] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:39:50 2026] GET /v2.0/ports?device_id=7827eb12-dda9-49e9-892b-b67a364451a3 => generated 1008 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1966] 10.0.0.86 () {34 vars in 741 bytes} [Mon Apr 27 02:39:49 2026] PUT /v2.0/routers/566471ff-0f33-4cad-839b-587b85785ef1 => generated 487 bytes in 546 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:39:50.527 7 INFO neutron.db.segments_db [None req-1ca27e2c-a301-4ef9-8b19-8a821d554f2e a6adf44e5a9d403bb9819465f7c64f70 52a7a57fa5114836a7ff673cb64776e5 - - default default] Added segment ff1b7519-4d43-4ffb-bff9-998bedca6504 of type vxlan for network ee37d4c2-e94b-4ad0-9299-9eab3e10a17b [pid: 8|app: 0|req: 949/1967] 10.0.0.110 () {34 vars in 1120 bytes} [Mon Apr 27 02:39:50 2026] GET /v2.0/security-groups?id=82542e1d-260b-4466-a48b-3c5fa57b9759&id=7be2a2d7-c356-460d-bcdc-1d614d446158&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/1968] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:39:50 2026] POST /v2.0/networks => generated 727 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1969] 199.204.45.72 () {34 vars in 993 bytes} [Mon Apr 27 02:39:50 2026] GET /v2.0/ports?device_id=7827eb12-dda9-49e9-892b-b67a364451a3 => generated 1008 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/1970] 10.0.0.86 () {32 vars in 735 bytes} [Mon Apr 27 02:39:50 2026] GET /v2.0/ports?device_id=566471ff-0f33-4cad-839b-587b85785ef1 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:39:50.756 7 INFO neutron_taas.services.taas.taas_plugin [req-37101cb6-bb4e-474f-9c78-15f86610f86c req-8383cf1c-e092-4bc7-ba6a-0a5fc6af8d57 82247ed9143a4eb2a0319cfa879c29dc 6a62a680d53441568a6b0981b1b3235d - - default default] TaaS: Handle Delete Port: deb66a45-ae23-4738-bd1e-137e90fd9f35 2026-04-27 02:39:50.760 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-37101cb6-bb4e-474f-9c78-15f86610f86c req-8383cf1c-e092-4bc7-ba6a-0a5fc6af8d57 82247ed9143a4eb2a0319cfa879c29dc 6a62a680d53441568a6b0981b1b3235d - - default default] Tap Mirror: Handle Delete Port: deb66a45-ae23-4738-bd1e-137e90fd9f35 [pid: 8|app: 0|req: 951/1971] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:39:50 2026] POST /v2.0/subnets => generated 647 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:39:50.911 7 INFO neutron.db.l3_db [req-37101cb6-bb4e-474f-9c78-15f86610f86c req-8383cf1c-e092-4bc7-ba6a-0a5fc6af8d57 82247ed9143a4eb2a0319cfa879c29dc 6a62a680d53441568a6b0981b1b3235d - - default default] Floating IP db6e3e32-dfce-4692-b890-3ca0f9f295ed disassociated. External IP: 10.96.250.216, port: deb66a45-ae23-4738-bd1e-137e90fd9f35. 2026-04-27 02:39:51.005 8 INFO neutron_taas.services.taas.taas_plugin [None req-edfe682e-2799-43c3-a7ba-8b0bf75328b7 17dba8cd01bc4cf99b0831466e2148f1 62188335c7d04c588123a796872399f3 - - default default] TaaS: Handle Delete Port: 375ebddc-dbdd-4c92-8c2b-7f86716011eb 2026-04-27 02:39:51.007 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-edfe682e-2799-43c3-a7ba-8b0bf75328b7 17dba8cd01bc4cf99b0831466e2148f1 62188335c7d04c588123a796872399f3 - - default default] Tap Mirror: Handle Delete Port: 375ebddc-dbdd-4c92-8c2b-7f86716011eb [pid: 7|app: 0|req: 1021/1972] 199.204.45.72 () {36 vars in 996 bytes} [Mon Apr 27 02:39:50 2026] DELETE /v2.0/ports/deb66a45-ae23-4738-bd1e-137e90fd9f35 => generated 0 bytes in 557 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:39:51.207 7 WARNING neutron.api.v2.base [None req-c6f3540a-6823-480f-9739-be611a7f74d2 a6adf44e5a9d403bb9819465f7c64f70 52a7a57fa5114836a7ff673cb64776e5 - - 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-27 02:39:51.207 7 INFO neutron.api.v2.resource [None req-c6f3540a-6823-480f-9739-be611a7f74d2 a6adf44e5a9d403bb9819465f7c64f70 52a7a57fa5114836a7ff673cb64776e5 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1022/1973] 10.0.0.86 () {34 vars in 680 bytes} [Mon Apr 27 02:39:51 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: 952/1974] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:39:50 2026] DELETE /v2.0/routers/566471ff-0f33-4cad-839b-587b85785ef1 => generated 0 bytes in 408 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:39:51.250 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8c9d2652-0de5-4e71-9f56-7e7737044b0d'] response: {'server_uuid': '7827eb12-dda9-49e9-892b-b67a364451a3', 'name': 'network-vif-deleted', 'tag': 'deb66a45-ae23-4738-bd1e-137e90fd9f35', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 953/1975] 10.0.0.86 () {32 vars in 720 bytes} [Mon Apr 27 02:39:51 2026] GET /v2.0/routers/9f12bab0-db20-4a9c-a88b-d62f3c40f4c9 => generated 480 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/1976] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:39:51 2026] DELETE /v2.0/networks/ee37d4c2-e94b-4ad0-9299-9eab3e10a17b => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:39:51.511 7 INFO neutron.db.segments_db [None req-3924c531-7834-4236-ba8e-2fce4599c184 a6adf44e5a9d403bb9819465f7c64f70 52a7a57fa5114836a7ff673cb64776e5 - - default default] Added segment f88c65e8-ea37-493c-abde-87e1bb3907a5 of type vxlan for network 1ef1fecc-becd-4f29-a21f-02548ff1a5da [pid: 7|app: 0|req: 1024/1977] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:39:51 2026] POST /v2.0/networks => generated 726 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/1978] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:39:51 2026] POST /v2.0/subnets => generated 647 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/1979] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:39:51 2026] GET /v2.0/ports?device_id=7827eb12-dda9-49e9-892b-b67a364451a3 => 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: 954/1980] 10.0.0.86 () {34 vars in 741 bytes} [Mon Apr 27 02:39:51 2026] PUT /v2.0/routers/9f12bab0-db20-4a9c-a88b-d62f3c40f4c9 => generated 480 bytes in 537 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1981] 10.0.0.86 () {32 vars in 735 bytes} [Mon Apr 27 02:39:51 2026] GET /v2.0/ports?device_id=9f12bab0-db20-4a9c-a88b-d62f3c40f4c9 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:39:52.010 8 INFO neutron_taas.services.taas.taas_plugin [None req-fcc8daa1-0d8e-41b4-88ac-ee1391a8847d 17dba8cd01bc4cf99b0831466e2148f1 62188335c7d04c588123a796872399f3 - - default default] TaaS: Handle Delete Port: e2663f69-ff4c-4982-a349-a8e9aa7bf1f1 2026-04-27 02:39:52.012 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fcc8daa1-0d8e-41b4-88ac-ee1391a8847d 17dba8cd01bc4cf99b0831466e2148f1 62188335c7d04c588123a796872399f3 - - default default] Tap Mirror: Handle Delete Port: e2663f69-ff4c-4982-a349-a8e9aa7bf1f1 [pid: 7|app: 0|req: 1027/1982] 10.0.0.86 () {34 vars in 680 bytes} [Mon Apr 27 02:39:51 2026] POST /v2.0/rbac-policies => generated 324 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/1983] 10.0.0.183 () {34 vars in 990 bytes} [Mon Apr 27 02:39:52 2026] GET /v2.0/ports?device_id=e7bd5449-1573-4df7-865e-c362131e95a9 => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/1984] 10.0.0.183 () {34 vars in 1040 bytes} [Mon Apr 27 02:39:52 2026] GET /v2.0/security-groups?id=16dbf93b-57ff-4db2-8b26-7364a645c745&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-27 02:39:52.381 8 INFO neutron.services.segments.plugin [-] Segment 4eab88ac-0bb3-4079-8f3e-0445502570a2 resource provider aggregate not found 2026-04-27 02:39:52.387 8 INFO neutron.services.segments.plugin [-] Segment 4eab88ac-0bb3-4079-8f3e-0445502570a2 resource provider aggregate not found 2026-04-27 02:39:52.399 8 INFO neutron.services.segments.plugin [-] Segment 4eab88ac-0bb3-4079-8f3e-0445502570a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4eab88ac-0bb3-4079-8f3e-0445502570a2 found for delete ", "request_id": "req-01b0bdeb-7f2f-4954-8254-29ca15c3caef"}]} 2026-04-27 02:39:52.404 8 INFO neutron.services.segments.plugin [-] Segment 4eab88ac-0bb3-4079-8f3e-0445502570a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4eab88ac-0bb3-4079-8f3e-0445502570a2 found for delete ", "request_id": "req-f116e643-8d85-48ba-8930-e265075938ba"}]} 2026-04-27 02:39:52.406 8 INFO neutron.db.l3_hamode_db [None req-fcc8daa1-0d8e-41b4-88ac-ee1391a8847d 17dba8cd01bc4cf99b0831466e2148f1 62188335c7d04c588123a796872399f3 - - default default] HA network d1dc8d2c-8f9f-4029-afd0-d824061227d2 was deleted as no HA routers are present in tenant 62188335c7d04c588123a796872399f3. [pid: 8|app: 0|req: 956/1985] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:39:51 2026] DELETE /v2.0/routers/9f12bab0-db20-4a9c-a88b-d62f3c40f4c9 => generated 0 bytes in 546 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:39:52.434 7 INFO neutron.services.segments.plugin [-] Segment ff1b7519-4d43-4ffb-bff9-998bedca6504 resource provider aggregate not found 2026-04-27 02:39:52.439 7 INFO neutron.services.segments.plugin [-] Segment ff1b7519-4d43-4ffb-bff9-998bedca6504 resource provider aggregate not found 2026-04-27 02:39:52.455 7 INFO neutron.services.segments.plugin [-] Segment ff1b7519-4d43-4ffb-bff9-998bedca6504 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff1b7519-4d43-4ffb-bff9-998bedca6504 found for delete ", "request_id": "req-a58fb2f5-44d8-4f7e-b8ca-2b1b774b0f92"}]} 2026-04-27 02:39:52.457 7 INFO neutron.services.segments.plugin [-] Segment ff1b7519-4d43-4ffb-bff9-998bedca6504 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff1b7519-4d43-4ffb-bff9-998bedca6504 found for delete ", "request_id": "req-da2ad9db-5ad4-4cb9-b59c-fc6a12c9e2da"}]} [pid: 7|app: 0|req: 1030/1986] 10.0.0.86 () {32 vars in 722 bytes} [Mon Apr 27 02:39:52 2026] GET /v2.0/networks/1ef1fecc-becd-4f29-a21f-02548ff1a5da => generated 654 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/1987] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:39:52 2026] GET /v2.0/ports?device_id=7827eb12-dda9-49e9-892b-b67a364451a3 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:39:53.038 8 INFO neutron.pecan_wsgi.hooks.translation [None req-305ae86c-9975-4500-b456-03c1f6a81657 d13ce292a7894ab7b1bdb2d2b54abbc4 91a973560164414aab3e59efb0317a30 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 957/1988] 10.0.0.86 () {32 vars in 722 bytes} [Mon Apr 27 02:39:52 2026] GET /v2.0/networks/1ef1fecc-becd-4f29-a21f-02548ff1a5da => generated 138 bytes in 214 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/1989] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:39:53 2026] DELETE /v2.0/networks/1ef1fecc-becd-4f29-a21f-02548ff1a5da => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:39:53.248 7 INFO neutron.pecan_wsgi.hooks.translation [None req-370beea1-0735-4ae2-b439-38c3524b6c19 a6adf44e5a9d403bb9819465f7c64f70 52a7a57fa5114836a7ff673cb64776e5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1033/1990] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:39:53 2026] DELETE /v2.0/subnets/f7b2281b-c674-4c5b-913a-2d4e6aa7b264 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:39:53.265 7 INFO neutron.pecan_wsgi.hooks.translation [None req-22050769-cb9a-40bc-bcf1-561e05e60c76 a6adf44e5a9d403bb9819465f7c64f70 52a7a57fa5114836a7ff673cb64776e5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1034/1991] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:39:53 2026] DELETE /v2.0/subnets/3a3d542a-0423-4ff3-a70f-be6a6549173d => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:39:53.282 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ac71d857-cb74-40c4-ad9e-7650746e1ab5 a6adf44e5a9d403bb9819465f7c64f70 52a7a57fa5114836a7ff673cb64776e5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1035/1992] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:39:53 2026] DELETE /v2.0/subnets/8b2af4a7-e7b6-4dcb-a07c-3a5038c422da => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1995] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:39:53 2026] GET /v2.0/security-groups?tenant_id=62188335c7d04c588123a796872399f3&name=default => generated 2925 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/1996] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:39:53 2026] DELETE /v2.0/security-groups/13df9696-4684-47de-8c0f-47a8e5bf08b1 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1997] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:39:53 2026] GET /v2.0/security-groups?tenant_id=426edc38f42b4273bddde51b6dbe480c&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/1998] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:39:53 2026] DELETE /v2.0/security-groups/4bacd311-514b-4df9-814c-4c37703cbd5d => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1999] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:39:53 2026] GET /v2.0/ports?device_id=7827eb12-dda9-49e9-892b-b67a364451a3 => 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: 961/2000] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:39:54 2026] GET /v2.0/security-groups?tenant_id=f5b2ccc363f041da813b5018e150230d&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: 962/2001] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:39:54 2026] DELETE /v2.0/security-groups/abc16e1c-8747-4f81-bbfd-8bf912f4148e => 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: 1040/2002] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:39:53 2026] GET /v2.0/security-groups?tenant_id=ea5afff4e290470c86e491c748299897&name=default => generated 2925 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/2003] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:39:54 2026] DELETE /v2.0/security-groups/99064649-51b3-47ad-a993-45a18d50c06c => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:39:54.472 7 INFO neutron.services.segments.plugin [-] Segment f88c65e8-ea37-493c-abde-87e1bb3907a5 resource provider aggregate not found 2026-04-27 02:39:54.480 7 INFO neutron.services.segments.plugin [-] Segment f88c65e8-ea37-493c-abde-87e1bb3907a5 resource provider aggregate not found 2026-04-27 02:39:54.494 7 INFO neutron.services.segments.plugin [-] Segment f88c65e8-ea37-493c-abde-87e1bb3907a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f88c65e8-ea37-493c-abde-87e1bb3907a5 found for delete ", "request_id": "req-01b3dbd1-60a3-4bac-8884-93351074a139"}]} 2026-04-27 02:39:54.500 7 INFO neutron.services.segments.plugin [-] Segment f88c65e8-ea37-493c-abde-87e1bb3907a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f88c65e8-ea37-493c-abde-87e1bb3907a5 found for delete ", "request_id": "req-2a24b277-2244-4a60-8055-6b6d41b72d14"}]} [pid: 7|app: 0|req: 1041/2004] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:39:54 2026] GET /v2.0/security-groups?tenant_id=52a7a57fa5114836a7ff673cb64776e5&name=default => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/2005] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:39:54 2026] DELETE /v2.0/security-groups/3880dab3-d3c6-4e2a-b6c9-0cf65b4b4002 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2006] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:39:54 2026] GET /v2.0/security-groups?tenant_id=91a973560164414aab3e59efb0317a30&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/2007] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:39:54 2026] DELETE /v2.0/security-groups/57a08556-6654-4091-9957-f7e85cd993c4 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2008] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:39:55 2026] DELETE /v2.0/security-groups/82542e1d-260b-4466-a48b-3c5fa57b9759 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:39:55.234 8 INFO neutron.api.v2.resource [None req-34965bec-e439-49be-ad01-022574c7d08b 82247ed9143a4eb2a0319cfa879c29dc 6a62a680d53441568a6b0981b1b3235d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 966/2009] 10.0.0.86 () {32 vars in 736 bytes} [Mon Apr 27 02:39:55 2026] GET /v2.0/security-groups/82542e1d-260b-4466-a48b-3c5fa57b9759 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:39:55.353 7 INFO neutron_taas.services.taas.taas_plugin [None req-97598391-f34f-4a2d-b2ce-d66c3465c81b 82247ed9143a4eb2a0319cfa879c29dc 6a62a680d53441568a6b0981b1b3235d - - default default] TaaS: Handle Delete Port: 04050dac-07c8-42ea-b29e-6bb1ddb9170f 2026-04-27 02:39:55.359 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97598391-f34f-4a2d-b2ce-d66c3465c81b 82247ed9143a4eb2a0319cfa879c29dc 6a62a680d53441568a6b0981b1b3235d - - default default] Tap Mirror: Handle Delete Port: 04050dac-07c8-42ea-b29e-6bb1ddb9170f [pid: 7|app: 0|req: 1044/2010] 10.0.0.86 () {32 vars in 731 bytes} [Mon Apr 27 02:39:55 2026] DELETE /v2.0/floatingips/db6e3e32-dfce-4692-b890-3ca0f9f295ed => generated 0 bytes in 300 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/2011] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:39:55 2026] DELETE /v2.0/security-groups/7be2a2d7-c356-460d-bcdc-1d614d446158 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:39:56.106 7 INFO neutron_taas.services.taas.taas_plugin [None req-2b1a1661-056c-42e1-8d96-ac64c33c2f1d 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: c6c6900e-75a3-439f-9932-fae0e1c55660 2026-04-27 02:39:56.108 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b1a1661-056c-42e1-8d96-ac64c33c2f1d 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: c6c6900e-75a3-439f-9932-fae0e1c55660 [pid: 7|app: 0|req: 1045/2012] 10.0.0.86 () {34 vars in 788 bytes} [Mon Apr 27 02:39:55 2026] PUT /v2.0/routers/7097e546-5b4b-4878-a001-6841c36da390/remove_router_interface => generated 309 bytes in 834 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:39:56.795 8 INFO neutron_taas.services.taas.taas_plugin [None req-8cb530db-f648-4214-9c2e-26ca1aacb03f 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: 7785e55d-70ed-4b4c-a970-b67666bda3da 2026-04-27 02:39:56.797 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8cb530db-f648-4214-9c2e-26ca1aacb03f 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: 7785e55d-70ed-4b4c-a970-b67666bda3da 2026-04-27 02:39:57.043 8 INFO neutron_taas.services.taas.taas_plugin [None req-8cb530db-f648-4214-9c2e-26ca1aacb03f 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: 22862ee2-a55e-4511-a648-5a71ac70c663 2026-04-27 02:39:57.045 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8cb530db-f648-4214-9c2e-26ca1aacb03f 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: 22862ee2-a55e-4511-a648-5a71ac70c663 2026-04-27 02:39:57.372 8 INFO neutron.services.segments.plugin [-] Segment 5313744f-1d7e-443e-99a8-b4dadbe25778 resource provider aggregate not found 2026-04-27 02:39:57.382 8 INFO neutron.services.segments.plugin [-] Segment 5313744f-1d7e-443e-99a8-b4dadbe25778 resource provider aggregate not found 2026-04-27 02:39:57.387 8 INFO neutron.services.segments.plugin [-] Segment 5313744f-1d7e-443e-99a8-b4dadbe25778 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5313744f-1d7e-443e-99a8-b4dadbe25778 found for delete ", "request_id": "req-0bfa5bf4-b39e-440a-b683-91386ec2d43e"}]} 2026-04-27 02:39:57.393 8 INFO neutron.db.l3_hamode_db [None req-8cb530db-f648-4214-9c2e-26ca1aacb03f 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] HA network 9dfd556d-fef2-43af-b305-e4ecf1cd4b48 was deleted as no HA routers are present in tenant 6a62a680d53441568a6b0981b1b3235d. 2026-04-27 02:39:57.398 8 INFO neutron.services.segments.plugin [-] Segment 5313744f-1d7e-443e-99a8-b4dadbe25778 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5313744f-1d7e-443e-99a8-b4dadbe25778 found for delete ", "request_id": "req-922bc1a0-f341-4ec1-bcd5-d13a64dd5d7d"}]} [pid: 8|app: 0|req: 968/2013] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:39:56 2026] DELETE /v2.0/routers/7097e546-5b4b-4878-a001-6841c36da390 => generated 0 bytes in 800 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2014] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:39:57 2026] DELETE /v2.0/subnets/15b3d8e6-521f-45cb-ad9e-f2a416607041 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:39:57.667 8 INFO neutron_taas.services.taas.taas_plugin [None req-190cc8a8-39b9-45ae-b00c-add9cd656461 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: 757758d0-5a0b-451b-aab9-8c9857e8f8ee 2026-04-27 02:39:57.670 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-190cc8a8-39b9-45ae-b00c-add9cd656461 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: 757758d0-5a0b-451b-aab9-8c9857e8f8ee [pid: 8|app: 0|req: 969/2015] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:39:57 2026] DELETE /v2.0/networks/cc4edf6d-0592-4d31-bd18-f413f3ea4479 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:39:58.234 7 INFO neutron_taas.services.taas.taas_plugin [None req-4462addc-f010-4735-871c-cf23fcfd0b05 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: 24eecd15-b288-4340-af3c-84dbbe0444e4 2026-04-27 02:39:58.237 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4462addc-f010-4735-871c-cf23fcfd0b05 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: 24eecd15-b288-4340-af3c-84dbbe0444e4 2026-04-27 02:39:58.682 8 INFO neutron.db.segments_db [None req-c271cf43-4efd-429f-8532-2580bd8bea6f 667ac6946db54836be272e7523de6d56 3373f14e1bae47c78e981af34b483504 - - default default] Added segment 342c1ac9-d992-4b8d-b071-69fd15d0cfdf of type vxlan for network de95cd79-8b78-424d-b826-330e699362c0 [pid: 8|app: 0|req: 970/2016] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:39:58 2026] POST /v2.0/networks => generated 630 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2017] 10.0.0.86 () {34 vars in 788 bytes} [Mon Apr 27 02:39:57 2026] PUT /v2.0/routers/dd48c6ef-5b23-422f-a0b4-159b277079a9/remove_router_interface => generated 309 bytes in 1007 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:39:59.040 7 INFO neutron_taas.services.taas.taas_plugin [None req-9c35213c-be4b-4091-83a8-d239c0f9da0e 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: a9dea2b5-c6b0-4333-a8e5-70aa2bd0188d 2026-04-27 02:39:59.043 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c35213c-be4b-4091-83a8-d239c0f9da0e 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: a9dea2b5-c6b0-4333-a8e5-70aa2bd0188d [pid: 8|app: 0|req: 971/2018] 10.0.0.86 () {34 vars in 663 bytes} [Mon Apr 27 02:39:58 2026] POST /v2.0/ports => generated 743 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 02:39:59.346 8 INFO neutron.db.segments_db [None req-5e6b9cf4-89e6-4560-9d23-04326ff1b2f1 9506bbc9aeb24be48f959cf25e0558f9 add01e42691a404c9245f30172bbaa58 - - default default] Added segment 105f7ffa-0b49-4d66-acb1-07f12602f70f of type vxlan for network bbb67f51-c4f7-4843-9c3b-0460baa48104 2026-04-27 02:39:59.354 7 INFO neutron_taas.services.taas.taas_plugin [None req-9c35213c-be4b-4091-83a8-d239c0f9da0e 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: b1bdc1d9-9e5f-44ac-b3dc-3e70875eb9f6 2026-04-27 02:39:59.357 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c35213c-be4b-4091-83a8-d239c0f9da0e 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: b1bdc1d9-9e5f-44ac-b3dc-3e70875eb9f6 2026-04-27 02:39:59.407 8 INFO neutron.services.segments.plugin [-] Segment 8abba4e6-5d8e-4eac-b006-31578bef78ad resource provider aggregate not found 2026-04-27 02:39:59.424 8 INFO neutron.services.segments.plugin [-] Segment 8abba4e6-5d8e-4eac-b006-31578bef78ad resource provider aggregate not found 2026-04-27 02:39:59.433 8 INFO neutron.services.segments.plugin [-] Segment 8abba4e6-5d8e-4eac-b006-31578bef78ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8abba4e6-5d8e-4eac-b006-31578bef78ad found for delete ", "request_id": "req-70fb3128-42a3-43da-a96e-05de760b1115"}]} 2026-04-27 02:39:59.453 8 INFO neutron.services.segments.plugin [-] Segment 8abba4e6-5d8e-4eac-b006-31578bef78ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8abba4e6-5d8e-4eac-b006-31578bef78ad found for delete ", "request_id": "req-cf7f7792-509c-4d44-b724-da19235c6a7a"}]} [pid: 8|app: 0|req: 972/2019] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:39:59 2026] POST /v2.0/networks => generated 632 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/2020] 10.0.0.86 () {34 vars in 665 bytes} [Mon Apr 27 02:39:59 2026] POST /v2.0/trunks => generated 407 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:39:59.685 7 INFO neutron.services.segments.plugin [-] Segment 18bf97fe-1571-4c92-9b04-07c64a6c274f resource provider aggregate not found 2026-04-27 02:39:59.696 7 INFO neutron.services.segments.plugin [-] Segment 18bf97fe-1571-4c92-9b04-07c64a6c274f resource provider aggregate not found 2026-04-27 02:39:59.713 7 INFO neutron.services.segments.plugin [-] Segment 18bf97fe-1571-4c92-9b04-07c64a6c274f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18bf97fe-1571-4c92-9b04-07c64a6c274f found for delete ", "request_id": "req-d8e27c95-63e3-4115-adf1-c519825fdfe6"}]} 2026-04-27 02:39:59.717 7 INFO neutron.services.segments.plugin [-] Segment 18bf97fe-1571-4c92-9b04-07c64a6c274f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18bf97fe-1571-4c92-9b04-07c64a6c274f found for delete ", "request_id": "req-a9c8450c-89ad-4a10-b2b6-12a83e76095d"}]} 2026-04-27 02:39:59.720 7 INFO neutron.db.l3_hamode_db [None req-9c35213c-be4b-4091-83a8-d239c0f9da0e 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] HA network 22c623ce-26c2-4976-9b9a-d1655310b96c was deleted as no HA routers are present in tenant 8442489f56a444cd8af970bf340b7b35. [pid: 7|app: 0|req: 1048/2021] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:39:58 2026] DELETE /v2.0/routers/dd48c6ef-5b23-422f-a0b4-159b277079a9 => generated 0 bytes in 884 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:39:59.787 7 INFO neutron.db.segments_db [None req-a1720885-ce87-461e-8026-2c2466149dbf 667ac6946db54836be272e7523de6d56 3373f14e1bae47c78e981af34b483504 - - default default] Added segment 37b33175-75fb-4210-9143-b011b7a977a2 of type vxlan for network 28f16e1b-0acb-4bd5-8b2e-7f00200790ad [pid: 8|app: 0|req: 974/2022] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:39:59 2026] POST /v2.0/subnets => generated 626 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2023] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:39:59 2026] POST /v2.0/networks => generated 631 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:39:59.950 7 INFO neutron.db.segments_db [None req-cb818b32-366a-421d-826b-27deb48565bf 9506bbc9aeb24be48f959cf25e0558f9 add01e42691a404c9245f30172bbaa58 - - default default] Added segment 9c155e35-4745-46ea-9e0b-c4c54e11364b of type vxlan for network 56c85fd0-b4f0-40fc-9320-e31eae419f5a [pid: 7|app: 0|req: 1050/2024] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:39:59 2026] POST /v2.0/networks => generated 632 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/2025] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:39:59 2026] DELETE /v2.0/subnets/5c156ca5-2fc1-4e20-b5c9-70c1825f5e5d => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/2026] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:40:00 2026] POST /v2.0/subnets => generated 629 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2027] 10.0.0.86 () {34 vars in 663 bytes} [Mon Apr 27 02:40:00 2026] POST /v2.0/ports => generated 743 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-27 02:40:00.387 8 INFO neutron_taas.services.taas.taas_plugin [None req-cb98e7f9-b6bc-47ef-b25b-62d9b02e1657 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: 0ec6fb0e-99c9-41c7-91d3-23a2fb276e13 2026-04-27 02:40:00.390 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb98e7f9-b6bc-47ef-b25b-62d9b02e1657 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: 0ec6fb0e-99c9-41c7-91d3-23a2fb276e13 2026-04-27 02:40:00.434 7 INFO neutron.db.segments_db [None req-dc280699-6288-4340-9419-49cca9f4ce23 9506bbc9aeb24be48f959cf25e0558f9 add01e42691a404c9245f30172bbaa58 - - default default] Added segment 460c9f84-6bc6-4958-843f-e8c07be6cf25 of type vxlan for network 656a4b09-6a8c-42df-a940-c38c7e33a5e8 [pid: 7|app: 0|req: 1052/2028] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:40:00 2026] POST /v2.0/networks => generated 632 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/2029] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:40:00 2026] DELETE /v2.0/networks/65c727c3-a4fc-43aa-80b3-379229376434 => generated 0 bytes in 333 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2030] 10.0.0.86 () {34 vars in 665 bytes} [Mon Apr 27 02:40:00 2026] POST /v2.0/trunks => generated 407 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:40:00.810 7 INFO neutron.db.segments_db [None req-39cae06d-e0d9-43bc-bdbd-be326f0f479d 667ac6946db54836be272e7523de6d56 3373f14e1bae47c78e981af34b483504 - - default default] Added segment da9650da-a2f3-4077-b2ce-20a6e6f07c40 of type vxlan for network de3b9592-a2e7-498d-b2ce-a2eb560adc9b [pid: 8|app: 0|req: 978/2031] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:40:00 2026] POST /v2.0/subnets => generated 629 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2032] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:40:00 2026] POST /v2.0/networks => generated 631 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:40:00.953 8 INFO neutron.db.segments_db [None req-a4ef9554-b91d-4f14-84ad-8cc73a226247 9506bbc9aeb24be48f959cf25e0558f9 add01e42691a404c9245f30172bbaa58 - - default default] Added segment 662992be-6d7a-472b-886c-250755935153 of type vxlan for network 19fef6c7-91dd-41f0-ab9c-8ca88f193475 [pid: 8|app: 0|req: 979/2033] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:40:00 2026] POST /v2.0/networks => generated 631 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/2034] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:40:01 2026] GET /v2.0/security-groups?tenant_id=8442489f56a444cd8af970bf340b7b35&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2035] 10.0.0.86 () {34 vars in 663 bytes} [Mon Apr 27 02:40:00 2026] POST /v2.0/ports => generated 743 bytes in 202 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: 1056/2036] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:01 2026] DELETE /v2.0/security-groups/c0593b4e-e708-4cd5-adb2-49109e15a9bd => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2037] 10.0.0.86 () {34 vars in 665 bytes} [Mon Apr 27 02:40:01 2026] POST /v2.0/trunks => generated 407 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2038] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:40:01 2026] POST /v2.0/subnets => generated 629 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2039] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:40:01 2026] GET /v2.0/ports?device_id=e7bd5449-1573-4df7-865e-c362131e95a9 => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2040] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:40:01 2026] GET /v2.0/security-groups?tenant_id=6a62a680d53441568a6b0981b1b3235d&name=default => generated 2925 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:40:01.435 7 INFO neutron.db.segments_db [None req-be5e4852-e9e0-413c-a7f6-b0e23027ad31 9506bbc9aeb24be48f959cf25e0558f9 add01e42691a404c9245f30172bbaa58 - - default default] Added segment a74f8952-8edf-417c-aadf-d577e7d494b4 of type vxlan for network 0ca68ec8-e00b-467c-bc30-8d032b8125d5 2026-04-27 02:40:01.436 8 INFO neutron.db.segments_db [None req-a6403f6e-a519-4963-be3c-cd59d7d56570 667ac6946db54836be272e7523de6d56 3373f14e1bae47c78e981af34b483504 - - default default] Added segment bb6eff9b-d842-48e5-a64a-5a517c4fed2f of type vxlan for network 99c5c846-4c99-4fa4-82f9-25e98b6afbef 2026-04-27 02:40:01.460 8 INFO neutron.services.segments.plugin [-] Segment 5c469b46-32fe-488d-8333-c7c02062097d resource provider aggregate not found 2026-04-27 02:40:01.477 8 INFO neutron.services.segments.plugin [-] Segment 5c469b46-32fe-488d-8333-c7c02062097d resource provider aggregate not found 2026-04-27 02:40:01.483 8 INFO neutron.services.segments.plugin [-] Segment 5c469b46-32fe-488d-8333-c7c02062097d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c469b46-32fe-488d-8333-c7c02062097d found for delete ", "request_id": "req-c5391a0b-07b1-4320-8f9e-351267331301"}]} 2026-04-27 02:40:01.493 8 INFO neutron.services.segments.plugin [-] Segment 5c469b46-32fe-488d-8333-c7c02062097d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c469b46-32fe-488d-8333-c7c02062097d found for delete ", "request_id": "req-98788417-bf7f-43f3-b7ff-2274232165b0"}]} [pid: 7|app: 0|req: 1060/2041] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:40:01 2026] POST /v2.0/networks => generated 632 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2042] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:40:01 2026] GET /v2.0/security-groups?id=16dbf93b-57ff-4db2-8b26-7364a645c745&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: 982/2043] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:40:01 2026] POST /v2.0/networks => generated 631 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2044] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:01 2026] DELETE /v2.0/security-groups/c1f509c1-20ab-4b45-895b-ac46c325fdb1 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/2045] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:40:01 2026] POST /v2.0/subnets => generated 629 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/2046] 10.0.0.86 () {34 vars in 750 bytes} [Mon Apr 27 02:40:01 2026] PUT /v2.0/subnets/6831041d-242d-442a-bcd1-c0a7e4414545/tags => generated 17 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2047] 10.0.0.86 () {34 vars in 663 bytes} [Mon Apr 27 02:40:01 2026] POST /v2.0/ports => generated 743 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 985/2048] 10.0.0.86 () {34 vars in 750 bytes} [Mon Apr 27 02:40:01 2026] PUT /v2.0/subnets/798d3b0d-5b43-43dc-987d-31d00c6c344c/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/2049] 10.0.0.86 () {34 vars in 750 bytes} [Mon Apr 27 02:40:01 2026] PUT /v2.0/subnets/5d20fe8f-1e31-45ef-8931-d24b602cce5c/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/2050] 10.0.0.86 () {34 vars in 750 bytes} [Mon Apr 27 02:40:01 2026] PUT /v2.0/subnets/c395659f-a443-4844-b305-84e4ca3e04de/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2051] 10.0.0.86 () {34 vars in 665 bytes} [Mon Apr 27 02:40:01 2026] POST /v2.0/trunks => generated 407 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2052] 10.0.0.86 () {32 vars in 663 bytes} [Mon Apr 27 02:40:02 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:40:02.097 7 INFO neutron.db.segments_db [None req-c452a1a1-7200-4e88-8134-cf857cd63f56 667ac6946db54836be272e7523de6d56 3373f14e1bae47c78e981af34b483504 - - default default] Added segment b34976bb-691c-4304-a768-9ec5115ecf1d of type vxlan for network 0955128a-bcfe-4954-9692-8029bc69b1e6 [pid: 8|app: 0|req: 989/2053] 10.0.0.86 () {32 vars in 677 bytes} [Mon Apr 27 02:40:02 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2054] 10.0.0.86 () {32 vars in 673 bytes} [Mon Apr 27 02:40:02 2026] GET /v2.0/subnets?tags-any=blue => 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: 1065/2055] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:40:02 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: 8|app: 0|req: 991/2056] 10.0.0.86 () {32 vars in 685 bytes} [Mon Apr 27 02:40:02 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2057] 10.0.0.86 () {32 vars in 671 bytes} [Mon Apr 27 02:40:02 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2058] 10.0.0.86 () {32 vars in 685 bytes} [Mon Apr 27 02:40:02 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2059] 10.0.0.86 () {32 vars in 681 bytes} [Mon Apr 27 02:40:02 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2060] 10.0.0.86 () {32 vars in 693 bytes} [Mon Apr 27 02:40:02 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2061] 10.0.0.86 () {34 vars in 663 bytes} [Mon Apr 27 02:40:02 2026] POST /v2.0/ports => generated 743 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 996/2062] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:40:02 2026] DELETE /v2.0/subnets/6831041d-242d-442a-bcd1-c0a7e4414545 => 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: 1067/2063] 10.0.0.86 () {34 vars in 665 bytes} [Mon Apr 27 02:40:02 2026] POST /v2.0/trunks => generated 407 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2064] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:40:02 2026] DELETE /v2.0/subnets/798d3b0d-5b43-43dc-987d-31d00c6c344c => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2065] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:40:02 2026] GET /v2.0/ports?device_id=e7bd5449-1573-4df7-865e-c362131e95a9 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2066] 10.0.0.86 () {34 vars in 748 bytes} [Mon Apr 27 02:40:02 2026] PUT /v2.0/trunks/f2cb354e-a718-4097-ac7a-15ccbe150fde/tags => generated 17 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2067] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:40:02 2026] GET /v2.0/security-groups?id=16dbf93b-57ff-4db2-8b26-7364a645c745&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2068] 10.0.0.86 () {34 vars in 748 bytes} [Mon Apr 27 02:40:02 2026] PUT /v2.0/trunks/f12217a8-859d-44ba-98ca-7e7b8cac2dd9/tags => generated 25 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2069] 10.0.0.86 () {34 vars in 748 bytes} [Mon Apr 27 02:40:02 2026] PUT /v2.0/trunks/62da9ab1-cb1b-4917-8106-b0991c930b78/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2070] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:40:02 2026] DELETE /v2.0/subnets/5d20fe8f-1e31-45ef-8931-d24b602cce5c => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2071] 10.0.0.86 () {34 vars in 748 bytes} [Mon Apr 27 02:40:02 2026] PUT /v2.0/trunks/04edc07d-4b4d-4cfe-8f28-ebf987312556/tags => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2072] 10.0.0.86 () {32 vars in 661 bytes} [Mon Apr 27 02:40:02 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2073] 10.0.0.86 () {32 vars in 675 bytes} [Mon Apr 27 02:40:02 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2074] 10.0.0.86 () {32 vars in 671 bytes} [Mon Apr 27 02:40:02 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2075] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:40:02 2026] DELETE /v2.0/subnets/c395659f-a443-4844-b305-84e4ca3e04de => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2076] 10.0.0.86 () {32 vars in 683 bytes} [Mon Apr 27 02:40:02 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2077] 10.0.0.86 () {32 vars in 669 bytes} [Mon Apr 27 02:40:02 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2078] 10.0.0.86 () {32 vars in 683 bytes} [Mon Apr 27 02:40:02 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2079] 10.0.0.86 () {32 vars in 679 bytes} [Mon Apr 27 02:40:02 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2080] 10.0.0.86 () {32 vars in 691 bytes} [Mon Apr 27 02:40:03 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2081] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:40:02 2026] DELETE /v2.0/subnets/ca1410c6-a013-4740-8f1e-8943aa449690 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2082] 10.0.0.86 () {32 vars in 718 bytes} [Mon Apr 27 02:40:03 2026] GET /v2.0/trunks/f2cb354e-a718-4097-ac7a-15ccbe150fde => generated 412 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2083] 10.0.0.86 () {32 vars in 716 bytes} [Mon Apr 27 02:40:03 2026] GET /v2.0/ports/5d9650e6-a890-4c2a-ac54-bda805c8caee => generated 826 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:40:03.145 7 INFO neutron_taas.services.taas.taas_plugin [None req-f500d06c-6bdc-4dbf-a1b8-9f2d9c54dd0d 9506bbc9aeb24be48f959cf25e0558f9 add01e42691a404c9245f30172bbaa58 - - default default] TaaS: Handle Delete Port: 3f079445-c93a-45eb-9a5c-916272ec73c4 2026-04-27 02:40:03.149 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f500d06c-6bdc-4dbf-a1b8-9f2d9c54dd0d 9506bbc9aeb24be48f959cf25e0558f9 add01e42691a404c9245f30172bbaa58 - - default default] Tap Mirror: Handle Delete Port: 3f079445-c93a-45eb-9a5c-916272ec73c4 [pid: 8|app: 0|req: 1013/2084] 10.0.0.86 () {32 vars in 721 bytes} [Mon Apr 27 02:40:03 2026] DELETE /v2.0/trunks/f2cb354e-a718-4097-ac7a-15ccbe150fde => 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: 1014/2085] 10.0.0.86 () {32 vars in 718 bytes} [Mon Apr 27 02:40:03 2026] GET /v2.0/trunks/f12217a8-859d-44ba-98ca-7e7b8cac2dd9 => generated 420 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2086] 10.0.0.86 () {32 vars in 716 bytes} [Mon Apr 27 02:40:03 2026] GET /v2.0/ports/e3075abe-7d82-4946-bca4-175b7b2f658a => generated 826 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:40:03.340 7 INFO neutron.services.segments.plugin [-] Segment 105f7ffa-0b49-4d66-acb1-07f12602f70f resource provider aggregate not found 2026-04-27 02:40:03.349 7 INFO neutron.services.segments.plugin [-] Segment 105f7ffa-0b49-4d66-acb1-07f12602f70f resource provider aggregate not found 2026-04-27 02:40:03.360 7 INFO neutron.services.segments.plugin [-] Segment 105f7ffa-0b49-4d66-acb1-07f12602f70f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 105f7ffa-0b49-4d66-acb1-07f12602f70f found for delete ", "request_id": "req-b27b7e43-79fa-4e81-885b-383c7647076a"}]} [pid: 7|app: 0|req: 1072/2087] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:40:03 2026] DELETE /v2.0/networks/bbb67f51-c4f7-4843-9c3b-0460baa48104 => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:40:03.371 7 INFO neutron.services.segments.plugin [-] Segment 105f7ffa-0b49-4d66-acb1-07f12602f70f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 105f7ffa-0b49-4d66-acb1-07f12602f70f found for delete ", "request_id": "req-3c325207-c86c-47cd-a1d0-ba98b0b11ea6"}]} [pid: 8|app: 0|req: 1016/2088] 10.0.0.86 () {32 vars in 721 bytes} [Mon Apr 27 02:40:03 2026] DELETE /v2.0/trunks/f12217a8-859d-44ba-98ca-7e7b8cac2dd9 => 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: 1017/2089] 10.0.0.86 () {32 vars in 718 bytes} [Mon Apr 27 02:40:03 2026] GET /v2.0/trunks/62da9ab1-cb1b-4917-8106-b0991c930b78 => generated 429 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2090] 10.0.0.86 () {32 vars in 716 bytes} [Mon Apr 27 02:40:03 2026] GET /v2.0/ports/527c4f48-65b4-48f6-9c34-9ece452fa286 => generated 826 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2091] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:40:03 2026] DELETE /v2.0/networks/56c85fd0-b4f0-40fc-9320-e31eae419f5a => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2092] 10.0.0.86 () {32 vars in 721 bytes} [Mon Apr 27 02:40:03 2026] DELETE /v2.0/trunks/62da9ab1-cb1b-4917-8106-b0991c930b78 => 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: 1020/2093] 10.0.0.86 () {32 vars in 718 bytes} [Mon Apr 27 02:40:03 2026] GET /v2.0/trunks/04edc07d-4b4d-4cfe-8f28-ebf987312556 => 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: 1074/2094] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:40:03 2026] DELETE /v2.0/networks/656a4b09-6a8c-42df-a940-c38c7e33a5e8 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2095] 10.0.0.86 () {32 vars in 716 bytes} [Mon Apr 27 02:40:03 2026] GET /v2.0/ports/9be9e4b8-5940-4486-8ecc-b40f69a16070 => generated 826 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2096] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:40:03 2026] DELETE /v2.0/networks/19fef6c7-91dd-41f0-ab9c-8ca88f193475 => 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: 1022/2097] 10.0.0.86 () {32 vars in 721 bytes} [Mon Apr 27 02:40:03 2026] DELETE /v2.0/trunks/04edc07d-4b4d-4cfe-8f28-ebf987312556 => 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: 1023/2098] 10.0.0.86 () {32 vars in 718 bytes} [Mon Apr 27 02:40:03 2026] GET /v2.0/trunks/765c3669-d283-4264-8fe8-743c9c6f39c3 => generated 407 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2099] 199.204.45.72 () {34 vars in 993 bytes} [Mon Apr 27 02:40:03 2026] GET /v2.0/ports?device_id=e7bd5449-1573-4df7-865e-c362131e95a9 => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2100] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:40:03 2026] DELETE /v2.0/networks/0ca68ec8-e00b-467c-bc30-8d032b8125d5 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2101] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:40:03 2026] GET /v2.0/ports?device_id=e7bd5449-1573-4df7-865e-c362131e95a9 => 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: 1077/2102] 10.0.0.86 () {32 vars in 716 bytes} [Mon Apr 27 02:40:03 2026] GET /v2.0/ports/e92c8784-8a79-44b4-b738-9e8a7027746c => generated 826 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2103] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:40:04 2026] GET /v2.0/security-groups?id=16dbf93b-57ff-4db2-8b26-7364a645c745&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:40:04.111 8 INFO neutron_taas.services.taas.taas_plugin [req-1d99245a-4445-4663-ace2-a53f5f3ea7f4 req-a3cefe37-2a20-42f6-b89f-3faed9c866a6 6e21a324d37b45b584d5d5816323c21a f67bb564f833461f93d8a324d56ffa20 - - default default] TaaS: Handle Delete Port: ddb323ca-665f-4820-8f00-4b776c2f39bd 2026-04-27 02:40:04.116 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1d99245a-4445-4663-ace2-a53f5f3ea7f4 req-a3cefe37-2a20-42f6-b89f-3faed9c866a6 6e21a324d37b45b584d5d5816323c21a f67bb564f833461f93d8a324d56ffa20 - - default default] Tap Mirror: Handle Delete Port: ddb323ca-665f-4820-8f00-4b776c2f39bd [pid: 7|app: 0|req: 1079/2104] 10.0.0.86 () {32 vars in 721 bytes} [Mon Apr 27 02:40:04 2026] DELETE /v2.0/trunks/765c3669-d283-4264-8fe8-743c9c6f39c3 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:40:04.260 7 INFO neutron_taas.services.taas.taas_plugin [None req-3eac97e3-7a37-4fa1-9b21-37c5404497aa 667ac6946db54836be272e7523de6d56 3373f14e1bae47c78e981af34b483504 - - default default] TaaS: Handle Delete Port: 5d9650e6-a890-4c2a-ac54-bda805c8caee 2026-04-27 02:40:04.260 8 INFO neutron.db.l3_db [req-1d99245a-4445-4663-ace2-a53f5f3ea7f4 req-a3cefe37-2a20-42f6-b89f-3faed9c866a6 6e21a324d37b45b584d5d5816323c21a f67bb564f833461f93d8a324d56ffa20 - - default default] Floating IP c83dd848-b3fd-4e84-b6a4-a70af829a2ef disassociated. External IP: 10.96.250.205, port: ddb323ca-665f-4820-8f00-4b776c2f39bd. 2026-04-27 02:40:04.263 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3eac97e3-7a37-4fa1-9b21-37c5404497aa 667ac6946db54836be272e7523de6d56 3373f14e1bae47c78e981af34b483504 - - default default] Tap Mirror: Handle Delete Port: 5d9650e6-a890-4c2a-ac54-bda805c8caee [pid: 7|app: 0|req: 1080/2105] 10.0.0.86 () {32 vars in 719 bytes} [Mon Apr 27 02:40:04 2026] DELETE /v2.0/ports/5d9650e6-a890-4c2a-ac54-bda805c8caee => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:40:04.477 7 INFO neutron_taas.services.taas.taas_plugin [None req-f9a31610-30f1-4cc3-a7a2-f0d86aa3bd16 667ac6946db54836be272e7523de6d56 3373f14e1bae47c78e981af34b483504 - - default default] TaaS: Handle Delete Port: e3075abe-7d82-4946-bca4-175b7b2f658a 2026-04-27 02:40:04.480 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f9a31610-30f1-4cc3-a7a2-f0d86aa3bd16 667ac6946db54836be272e7523de6d56 3373f14e1bae47c78e981af34b483504 - - default default] Tap Mirror: Handle Delete Port: e3075abe-7d82-4946-bca4-175b7b2f658a [pid: 7|app: 0|req: 1081/2106] 10.0.0.86 () {32 vars in 719 bytes} [Mon Apr 27 02:40:04 2026] DELETE /v2.0/ports/e3075abe-7d82-4946-bca4-175b7b2f658a => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2107] 199.204.45.72 () {36 vars in 996 bytes} [Mon Apr 27 02:40:03 2026] DELETE /v2.0/ports/ddb323ca-665f-4820-8f00-4b776c2f39bd => generated 0 bytes in 692 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:40:04.671 7 INFO neutron_taas.services.taas.taas_plugin [None req-3c41375b-bd20-4910-b4e8-1f295fdea63f 667ac6946db54836be272e7523de6d56 3373f14e1bae47c78e981af34b483504 - - default default] TaaS: Handle Delete Port: 527c4f48-65b4-48f6-9c34-9ece452fa286 2026-04-27 02:40:04.674 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c41375b-bd20-4910-b4e8-1f295fdea63f 667ac6946db54836be272e7523de6d56 3373f14e1bae47c78e981af34b483504 - - default default] Tap Mirror: Handle Delete Port: 527c4f48-65b4-48f6-9c34-9ece452fa286 2026-04-27 02:40:04.693 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f50b8de4-3f42-4557-b91e-6a351df2bd37'] response: {'server_uuid': 'e7bd5449-1573-4df7-865e-c362131e95a9', 'name': 'network-vif-deleted', 'tag': 'ddb323ca-665f-4820-8f00-4b776c2f39bd', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1082/2108] 10.0.0.86 () {32 vars in 719 bytes} [Mon Apr 27 02:40:04 2026] DELETE /v2.0/ports/527c4f48-65b4-48f6-9c34-9ece452fa286 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:40:04.847 8 INFO neutron_taas.services.taas.taas_plugin [None req-15fa2cc8-1538-45fc-9461-7d54b1749e82 667ac6946db54836be272e7523de6d56 3373f14e1bae47c78e981af34b483504 - - default default] TaaS: Handle Delete Port: 9be9e4b8-5940-4486-8ecc-b40f69a16070 2026-04-27 02:40:04.849 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15fa2cc8-1538-45fc-9461-7d54b1749e82 667ac6946db54836be272e7523de6d56 3373f14e1bae47c78e981af34b483504 - - default default] Tap Mirror: Handle Delete Port: 9be9e4b8-5940-4486-8ecc-b40f69a16070 [pid: 8|app: 0|req: 1027/2109] 10.0.0.86 () {32 vars in 719 bytes} [Mon Apr 27 02:40:04 2026] DELETE /v2.0/ports/9be9e4b8-5940-4486-8ecc-b40f69a16070 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2110] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:40:04 2026] GET /v2.0/security-groups?tenant_id=add01e42691a404c9245f30172bbaa58&name=default => generated 2925 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:40:05.070 8 INFO neutron_taas.services.taas.taas_plugin [None req-59994c7f-6ab6-4eaa-b22e-ee7ef8bd5cc3 667ac6946db54836be272e7523de6d56 3373f14e1bae47c78e981af34b483504 - - default default] TaaS: Handle Delete Port: e92c8784-8a79-44b4-b738-9e8a7027746c 2026-04-27 02:40:05.076 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59994c7f-6ab6-4eaa-b22e-ee7ef8bd5cc3 667ac6946db54836be272e7523de6d56 3373f14e1bae47c78e981af34b483504 - - default default] Tap Mirror: Handle Delete Port: e92c8784-8a79-44b4-b738-9e8a7027746c [pid: 7|app: 0|req: 1084/2111] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:05 2026] DELETE /v2.0/security-groups/046eb9cc-c489-4698-a54e-09ad2af6e448 => 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: 1085/2112] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:40:05 2026] GET /v2.0/ports?device_id=e7bd5449-1573-4df7-865e-c362131e95a9 => 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: 1028/2113] 10.0.0.86 () {32 vars in 719 bytes} [Mon Apr 27 02:40:04 2026] DELETE /v2.0/ports/e92c8784-8a79-44b4-b738-9e8a7027746c => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2114] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:40:05 2026] DELETE /v2.0/networks/de95cd79-8b78-424d-b826-330e699362c0 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:40:05.380 7 INFO neutron.services.segments.plugin [-] Segment 9c155e35-4745-46ea-9e0b-c4c54e11364b resource provider aggregate not found 2026-04-27 02:40:05.394 7 INFO neutron.services.segments.plugin [-] Segment 9c155e35-4745-46ea-9e0b-c4c54e11364b resource provider aggregate not found 2026-04-27 02:40:05.404 7 INFO neutron.services.segments.plugin [-] Segment 9c155e35-4745-46ea-9e0b-c4c54e11364b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c155e35-4745-46ea-9e0b-c4c54e11364b found for delete ", "request_id": "req-ba76565b-4a55-42a8-be13-583e877c7ab8"}]} 2026-04-27 02:40:05.417 7 INFO neutron.services.segments.plugin [-] Segment 9c155e35-4745-46ea-9e0b-c4c54e11364b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c155e35-4745-46ea-9e0b-c4c54e11364b found for delete ", "request_id": "req-ae4d1c6c-9d06-48ef-a2cc-345bba8821fa"}]} [pid: 8|app: 0|req: 1029/2115] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:40:05 2026] GET /v2.0/security-groups?tenant_id=f7b8bc644cd44c30b7fa0f0b0f88098c&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:40:05.426 7 INFO neutron.services.segments.plugin [-] Segment 460c9f84-6bc6-4958-843f-e8c07be6cf25 resource provider aggregate not found 2026-04-27 02:40:05.435 7 INFO neutron.services.segments.plugin [-] Segment 460c9f84-6bc6-4958-843f-e8c07be6cf25 resource provider aggregate not found 2026-04-27 02:40:05.456 7 INFO neutron.services.segments.plugin [-] Segment 460c9f84-6bc6-4958-843f-e8c07be6cf25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 460c9f84-6bc6-4958-843f-e8c07be6cf25 found for delete ", "request_id": "req-3879d6b0-196f-48eb-8e9b-39aac37c7d4e"}]} 2026-04-27 02:40:05.463 7 INFO neutron.services.segments.plugin [-] Segment 460c9f84-6bc6-4958-843f-e8c07be6cf25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 460c9f84-6bc6-4958-843f-e8c07be6cf25 found for delete ", "request_id": "req-575ced83-0b05-4c59-b02a-cbfdc30f3d78"}]} 2026-04-27 02:40:05.482 7 INFO neutron.services.segments.plugin [-] Segment 662992be-6d7a-472b-886c-250755935153 resource provider aggregate not found 2026-04-27 02:40:05.488 7 INFO neutron.services.segments.plugin [-] Segment 662992be-6d7a-472b-886c-250755935153 resource provider aggregate not found 2026-04-27 02:40:05.501 7 INFO neutron.services.segments.plugin [-] Segment 662992be-6d7a-472b-886c-250755935153 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 662992be-6d7a-472b-886c-250755935153 found for delete ", "request_id": "req-9ac93750-eecf-4c8a-b8c3-47c8fd82c988"}]} 2026-04-27 02:40:05.509 7 INFO neutron.services.segments.plugin [-] Segment 662992be-6d7a-472b-886c-250755935153 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 662992be-6d7a-472b-886c-250755935153 found for delete ", "request_id": "req-46de59d7-e589-4abf-b3eb-41237585d81f"}]} 2026-04-27 02:40:05.516 7 INFO neutron.services.segments.plugin [-] Segment a74f8952-8edf-417c-aadf-d577e7d494b4 resource provider aggregate not found [pid: 7|app: 0|req: 1087/2116] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:40:05 2026] DELETE /v2.0/networks/28f16e1b-0acb-4bd5-8b2e-7f00200790ad => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:40:05.530 7 INFO neutron.services.segments.plugin [-] Segment a74f8952-8edf-417c-aadf-d577e7d494b4 resource provider aggregate not found 2026-04-27 02:40:05.538 7 INFO neutron.services.segments.plugin [-] Segment a74f8952-8edf-417c-aadf-d577e7d494b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a74f8952-8edf-417c-aadf-d577e7d494b4 found for delete ", "request_id": "req-ee0df19a-f421-46d2-8166-1ae66528a0e1"}]} 2026-04-27 02:40:05.546 7 INFO neutron.services.segments.plugin [-] Segment a74f8952-8edf-417c-aadf-d577e7d494b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a74f8952-8edf-417c-aadf-d577e7d494b4 found for delete ", "request_id": "req-8215aa51-90f9-4997-b56f-670d60ebc3ee"}]} [pid: 8|app: 0|req: 1030/2117] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:05 2026] DELETE /v2.0/security-groups/785c4648-636d-4522-8b6a-a1ae2d5fca51 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:40:05.560 7 INFO neutron.services.segments.plugin [-] Segment 342c1ac9-d992-4b8d-b071-69fd15d0cfdf resource provider aggregate not found 2026-04-27 02:40:05.572 7 INFO neutron.services.segments.plugin [-] Segment 342c1ac9-d992-4b8d-b071-69fd15d0cfdf resource provider aggregate not found 2026-04-27 02:40:05.579 7 INFO neutron.services.segments.plugin [-] Segment 342c1ac9-d992-4b8d-b071-69fd15d0cfdf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 342c1ac9-d992-4b8d-b071-69fd15d0cfdf found for delete ", "request_id": "req-6a593392-8d07-49e4-b38b-17fa96768d5a"}]} 2026-04-27 02:40:05.595 7 INFO neutron.services.segments.plugin [-] Segment 342c1ac9-d992-4b8d-b071-69fd15d0cfdf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 342c1ac9-d992-4b8d-b071-69fd15d0cfdf found for delete ", "request_id": "req-73adb1f6-f420-4540-a155-4619f1abdb20"}]} [pid: 7|app: 0|req: 1088/2118] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:40:05 2026] DELETE /v2.0/networks/de3b9592-a2e7-498d-b2ce-a2eb560adc9b => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2119] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:40:05 2026] GET /v2.0/security-groups?tenant_id=ff79b88fc7b744b8901c80795d86a126&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2120] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:40:05 2026] DELETE /v2.0/networks/99c5c846-4c99-4fa4-82f9-25e98b6afbef => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2121] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:40:05 2026] DELETE /v2.0/networks/0955128a-bcfe-4954-9692-8029bc69b1e6 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2122] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:05 2026] DELETE /v2.0/security-groups/4363f36e-d4f4-45c2-92b2-a4532bd40452 => 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: 1092/2123] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:40:06 2026] GET /v2.0/ports?device_id=e7bd5449-1573-4df7-865e-c362131e95a9 => 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: 1032/2124] 10.0.0.86 () {34 vars in 675 bytes} [Mon Apr 27 02:40:05 2026] POST /v2.0/floatingips => generated 552 bytes in 714 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2125] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:40:06 2026] GET /v2.0/security-groups?tenant_id=3373f14e1bae47c78e981af34b483504&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2126] 10.0.0.86 () {34 vars in 675 bytes} [Mon Apr 27 02:40:06 2026] POST /v2.0/floatingips => generated 552 bytes in 498 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2127] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:06 2026] DELETE /v2.0/security-groups/c8da1114-e64f-4dee-8d28-38737ae40db7 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2128] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:40:07 2026] GET /v2.0/security-groups?tenant_id=6e6175dd81e94ea8b0a2a2702bb55d1b&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2129] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:40:07 2026] GET /v2.0/ports?device_id=e7bd5449-1573-4df7-865e-c362131e95a9 => 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: 1037/2130] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:07 2026] DELETE /v2.0/security-groups/53508ff4-b5ba-48ca-9ef4-4a19d3017e0b => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2131] 10.0.0.86 () {34 vars in 675 bytes} [Mon Apr 27 02:40:07 2026] POST /v2.0/floatingips => generated 552 bytes in 501 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:40:07.601 7 INFO neutron.services.segments.plugin [-] Segment 37b33175-75fb-4210-9143-b011b7a977a2 resource provider aggregate not found 2026-04-27 02:40:07.618 7 INFO neutron.services.segments.plugin [-] Segment 37b33175-75fb-4210-9143-b011b7a977a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37b33175-75fb-4210-9143-b011b7a977a2 found for delete ", "request_id": "req-514a903a-8874-49a2-b5c8-70cd400b412a"}]} 2026-04-27 02:40:07.624 7 INFO neutron.services.segments.plugin [-] Segment 37b33175-75fb-4210-9143-b011b7a977a2 resource provider aggregate not found 2026-04-27 02:40:07.643 7 INFO neutron.services.segments.plugin [-] Segment 37b33175-75fb-4210-9143-b011b7a977a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37b33175-75fb-4210-9143-b011b7a977a2 found for delete ", "request_id": "req-18628f64-a8d5-4465-9469-b59c3aa0238e"}]} 2026-04-27 02:40:07.648 7 INFO neutron.services.segments.plugin [-] Segment da9650da-a2f3-4077-b2ce-20a6e6f07c40 resource provider aggregate not found 2026-04-27 02:40:07.665 7 INFO neutron.services.segments.plugin [-] Segment da9650da-a2f3-4077-b2ce-20a6e6f07c40 resource provider aggregate not found 2026-04-27 02:40:07.670 7 INFO neutron.services.segments.plugin [-] Segment da9650da-a2f3-4077-b2ce-20a6e6f07c40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da9650da-a2f3-4077-b2ce-20a6e6f07c40 found for delete ", "request_id": "req-8c9935c8-97c8-4e72-9ad3-f5dbe998a26e"}]} 2026-04-27 02:40:07.689 7 INFO neutron.services.segments.plugin [-] Segment bb6eff9b-d842-48e5-a64a-5a517c4fed2f resource provider aggregate not found 2026-04-27 02:40:07.694 7 INFO neutron.services.segments.plugin [-] Segment da9650da-a2f3-4077-b2ce-20a6e6f07c40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da9650da-a2f3-4077-b2ce-20a6e6f07c40 found for delete ", "request_id": "req-b7eec58d-8236-4e1b-a7ba-a37b36f7fc4e"}]} 2026-04-27 02:40:07.720 7 INFO neutron.services.segments.plugin [-] Segment bb6eff9b-d842-48e5-a64a-5a517c4fed2f resource provider aggregate not found 2026-04-27 02:40:07.724 7 INFO neutron.services.segments.plugin [-] Segment bb6eff9b-d842-48e5-a64a-5a517c4fed2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb6eff9b-d842-48e5-a64a-5a517c4fed2f found for delete ", "request_id": "req-d9921c3f-df2f-412b-9694-a5b65b34ee77"}]} 2026-04-27 02:40:07.743 7 INFO neutron.services.segments.plugin [-] Segment bb6eff9b-d842-48e5-a64a-5a517c4fed2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb6eff9b-d842-48e5-a64a-5a517c4fed2f found for delete ", "request_id": "req-35a4ac9f-f80e-41db-94c1-5dd59cc1b20f"}]} 2026-04-27 02:40:07.747 7 INFO neutron.services.segments.plugin [-] Segment b34976bb-691c-4304-a768-9ec5115ecf1d resource provider aggregate not found 2026-04-27 02:40:07.764 7 INFO neutron.services.segments.plugin [-] Segment b34976bb-691c-4304-a768-9ec5115ecf1d resource provider aggregate not found 2026-04-27 02:40:07.771 7 INFO neutron.services.segments.plugin [-] Segment b34976bb-691c-4304-a768-9ec5115ecf1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b34976bb-691c-4304-a768-9ec5115ecf1d found for delete ", "request_id": "req-d4b9e81e-e258-42f4-bf2d-dc3a2df8dd96"}]} 2026-04-27 02:40:07.782 7 INFO neutron.services.segments.plugin [-] Segment b34976bb-691c-4304-a768-9ec5115ecf1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b34976bb-691c-4304-a768-9ec5115ecf1d found for delete ", "request_id": "req-fa6083e4-5138-4e0e-af36-6bd95d3d6288"}]} [pid: 7|app: 0|req: 1095/2132] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:40:07 2026] GET /v2.0/security-groups?tenant_id=7180bbc559a846f9ab6fb1466c80ef05&name=default => generated 2925 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2133] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:07 2026] DELETE /v2.0/security-groups/05824ba5-d2e9-4d65-9782-c7f3a82a5236 => 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: 1038/2134] 10.0.0.86 () {34 vars in 675 bytes} [Mon Apr 27 02:40:07 2026] POST /v2.0/floatingips => generated 552 bytes in 512 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2137] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:08 2026] DELETE /v2.0/security-groups/16dbf93b-57ff-4db2-8b26-7364a645c745 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2138] 10.0.0.86 () {34 vars in 675 bytes} [Mon Apr 27 02:40:08 2026] POST /v2.0/floatingips => generated 552 bytes in 527 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:40:08.663 8 INFO neutron_taas.services.taas.taas_plugin [None req-013012c0-d0cc-4ce1-9057-67e8f050a758 6e21a324d37b45b584d5d5816323c21a f67bb564f833461f93d8a324d56ffa20 - - default default] TaaS: Handle Delete Port: f108ec64-c2e2-441a-b57f-cfdbbf4dd9cd 2026-04-27 02:40:08.666 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-013012c0-d0cc-4ce1-9057-67e8f050a758 6e21a324d37b45b584d5d5816323c21a f67bb564f833461f93d8a324d56ffa20 - - default default] Tap Mirror: Handle Delete Port: f108ec64-c2e2-441a-b57f-cfdbbf4dd9cd [pid: 7|app: 0|req: 1098/2139] 10.0.0.86 () {34 vars in 758 bytes} [Mon Apr 27 02:40:08 2026] PUT /v2.0/floatingips/95009ebe-a2f4-4d97-9bfd-b58f2c35face/tags => generated 17 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2140] 10.0.0.86 () {34 vars in 758 bytes} [Mon Apr 27 02:40:08 2026] PUT /v2.0/floatingips/66e668fe-8964-40ae-9bd5-c3755133b46a/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: 1100/2141] 10.0.0.86 () {34 vars in 758 bytes} [Mon Apr 27 02:40:08 2026] PUT /v2.0/floatingips/c8afb087-171d-448d-b783-d91796595341/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2142] 10.0.0.86 () {32 vars in 731 bytes} [Mon Apr 27 02:40:08 2026] DELETE /v2.0/floatingips/c83dd848-b3fd-4e84-b6a4-a70af829a2ef => generated 0 bytes in 265 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2143] 10.0.0.86 () {34 vars in 758 bytes} [Mon Apr 27 02:40:08 2026] PUT /v2.0/floatingips/28eaf4c9-3c97-4715-b322-376dd5794a0f/tags => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2144] 10.0.0.86 () {32 vars in 671 bytes} [Mon Apr 27 02:40:08 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2145] 10.0.0.86 () {32 vars in 685 bytes} [Mon Apr 27 02:40:08 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2146] 10.0.0.86 () {32 vars in 681 bytes} [Mon Apr 27 02:40:08 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2147] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:40:08 2026] GET /v2.0/ports?device_id=65988188-8f1f-4f0c-9744-5124d633ebaa => generated 975 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2148] 10.0.0.86 () {32 vars in 693 bytes} [Mon Apr 27 02:40:09 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2149] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:40:09 2026] GET /v2.0/security-groups?id=a3d8094e-fd72-4d70-a51f-47bceffa8eb7&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: 1105/2150] 10.0.0.86 () {32 vars in 679 bytes} [Mon Apr 27 02:40:09 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2151] 10.0.0.86 () {32 vars in 693 bytes} [Mon Apr 27 02:40:09 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2152] 10.0.0.86 () {32 vars in 689 bytes} [Mon Apr 27 02:40:09 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2153] 10.0.0.86 () {32 vars in 701 bytes} [Mon Apr 27 02:40:09 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:40:09.365 7 INFO neutron_taas.services.taas.taas_plugin [None req-24000a1d-4f4e-46ea-9159-761f45388f10 a7ea3724eb534ad597b0fd78c630f100 3d129b828f984560b48fe6e85a027ec4 - - default default] TaaS: Handle Delete Port: c26a1440-066b-4d44-b595-132477aa2865 2026-04-27 02:40:09.367 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24000a1d-4f4e-46ea-9159-761f45388f10 a7ea3724eb534ad597b0fd78c630f100 3d129b828f984560b48fe6e85a027ec4 - - default default] Tap Mirror: Handle Delete Port: c26a1440-066b-4d44-b595-132477aa2865 [pid: 7|app: 0|req: 1107/2154] 10.0.0.86 () {32 vars in 731 bytes} [Mon Apr 27 02:40:09 2026] DELETE /v2.0/floatingips/95009ebe-a2f4-4d97-9bfd-b58f2c35face => generated 0 bytes in 279 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:40:09.631 7 INFO neutron_taas.services.taas.taas_plugin [None req-08da2383-c3f6-482b-bbf0-9d37daba8f1a a7ea3724eb534ad597b0fd78c630f100 3d129b828f984560b48fe6e85a027ec4 - - default default] TaaS: Handle Delete Port: d113fd61-4bcf-4ff6-ba15-dc79232a48f0 2026-04-27 02:40:09.634 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08da2383-c3f6-482b-bbf0-9d37daba8f1a a7ea3724eb534ad597b0fd78c630f100 3d129b828f984560b48fe6e85a027ec4 - - default default] Tap Mirror: Handle Delete Port: d113fd61-4bcf-4ff6-ba15-dc79232a48f0 2026-04-27 02:40:09.658 8 INFO neutron.db.segments_db [None req-8d2b89d5-9538-43c0-937c-0f6a28a805a9 dd46d073b17f41098389b2368bd4453c 350aca9334c548f5bfa4135ccc50a11a - - default default] Added segment 16ca0ba3-618d-45d6-a7b8-a4770ef6d047 of type vxlan for network c5424ec6-60fe-4ee9-992b-5bc63834e6c3 [pid: 8|app: 0|req: 1048/2155] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:40:09 2026] POST /v2.0/networks => generated 631 bytes in 466 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2156] 10.0.0.86 () {32 vars in 731 bytes} [Mon Apr 27 02:40:09 2026] DELETE /v2.0/floatingips/66e668fe-8964-40ae-9bd5-c3755133b46a => generated 0 bytes in 231 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:40:09.857 7 INFO neutron_taas.services.taas.taas_plugin [None req-45703f3d-1b20-4261-8fc4-bea6857c8253 a7ea3724eb534ad597b0fd78c630f100 3d129b828f984560b48fe6e85a027ec4 - - default default] TaaS: Handle Delete Port: 7f737c18-b48b-4a59-9d33-309a397c3366 2026-04-27 02:40:09.859 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-45703f3d-1b20-4261-8fc4-bea6857c8253 a7ea3724eb534ad597b0fd78c630f100 3d129b828f984560b48fe6e85a027ec4 - - default default] Tap Mirror: Handle Delete Port: 7f737c18-b48b-4a59-9d33-309a397c3366 [pid: 8|app: 0|req: 1049/2157] 10.0.0.86 () {34 vars in 663 bytes} [Mon Apr 27 02:40:09 2026] POST /v2.0/ports => generated 743 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2158] 10.0.0.86 () {32 vars in 731 bytes} [Mon Apr 27 02:40:09 2026] DELETE /v2.0/floatingips/c8afb087-171d-448d-b783-d91796595341 => generated 0 bytes in 238 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: 1050/2159] 10.0.0.86 () {34 vars in 746 bytes} [Mon Apr 27 02:40:10 2026] PUT /v2.0/ports/ea318ece-4057-4c2c-b69d-d4f017588fc5/tags => generated 25 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, ' 2026-04-27 02:40:10.107 7 INFO neutron_taas.services.taas.taas_plugin [None req-5f0adb10-ae4e-4fc2-9d93-b647fc0a800e a7ea3724eb534ad597b0fd78c630f100 3d129b828f984560b48fe6e85a027ec4 - - default default] TaaS: Handle Delete Port: 0f7791d6-54a4-4cef-8b14-b03eca7cba2f 2026-04-27 02:40:10.111 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f0adb10-ae4e-4fc2-9d93-b647fc0a800e a7ea3724eb534ad597b0fd78c630f100 3d129b828f984560b48fe6e85a027ec4 - - default default] Tap Mirror: Handle Delete Port: 0f7791d6-54a4-4cef-8b14-b03eca7cba2f [pid: 8|app: 0|req: 1051/2160] 10.0.0.86 () {32 vars in 726 bytes} [Mon Apr 27 02:40:10 2026] GET /v2.0/ports/ea318ece-4057-4c2c-b69d-d4f017588fc5/tags => generated 25 bytes in 42 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: 1052/2161] 10.0.0.86 () {34 vars in 757 bytes} [Mon Apr 27 02:40:10 2026] PUT /v2.0/ports/ea318ece-4057-4c2c-b69d-d4f017588fc5/tags/green => generated 4 bytes in 84 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/2162] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:40:10 2026] GET /v2.0/ports?device_id=65988188-8f1f-4f0c-9744-5124d633ebaa => generated 975 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2163] 10.0.0.86 () {32 vars in 726 bytes} [Mon Apr 27 02:40:10 2026] GET /v2.0/ports/ea318ece-4057-4c2c-b69d-d4f017588fc5/tags => generated 34 bytes in 42 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: 1110/2164] 10.0.0.86 () {32 vars in 731 bytes} [Mon Apr 27 02:40:10 2026] DELETE /v2.0/floatingips/28eaf4c9-3c97-4715-b322-376dd5794a0f => generated 0 bytes in 275 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2165] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:40:10 2026] GET /v2.0/security-groups?id=a3d8094e-fd72-4d70-a51f-47bceffa8eb7&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: 1111/2166] 10.0.0.86 () {34 vars in 753 bytes} [Mon Apr 27 02:40:10 2026] PUT /v2.0/ports/ea318ece-4057-4c2c-b69d-d4f017588fc5/tags/red => generated 4 bytes in 59 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: 1112/2167] 10.0.0.86 () {32 vars in 726 bytes} [Mon Apr 27 02:40:10 2026] GET /v2.0/ports/ea318ece-4057-4c2c-b69d-d4f017588fc5/tags => generated 34 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, ' 2026-04-27 02:40:10.436 8 INFO neutron_taas.services.taas.taas_plugin [None req-d060dcaf-bae4-445e-b154-d549abeabcaf a7ea3724eb534ad597b0fd78c630f100 3d129b828f984560b48fe6e85a027ec4 - - default default] TaaS: Handle Delete Port: 151ad1b2-ad52-413b-ae28-c2a06cc140fd 2026-04-27 02:40:10.438 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d060dcaf-bae4-445e-b154-d549abeabcaf a7ea3724eb534ad597b0fd78c630f100 3d129b828f984560b48fe6e85a027ec4 - - default default] Tap Mirror: Handle Delete Port: 151ad1b2-ad52-413b-ae28-c2a06cc140fd [pid: 7|app: 0|req: 1113/2168] 10.0.0.86 () {34 vars in 775 bytes} [Mon Apr 27 02:40:10 2026] PUT /v2.0/ports/ea318ece-4057-4c2c-b69d-d4f017588fc5/tags/black.or.white => generated 4 bytes in 66 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: 1114/2169] 10.0.0.86 () {32 vars in 726 bytes} [Mon Apr 27 02:40:10 2026] GET /v2.0/ports/ea318ece-4057-4c2c-b69d-d4f017588fc5/tags => generated 52 bytes in 50 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/2170] 10.0.0.86 () {32 vars in 731 bytes} [Mon Apr 27 02:40:10 2026] DELETE /v2.0/floatingips/0349f221-efb7-446d-9572-eb2c94584e4a => generated 0 bytes in 268 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2171] 10.0.0.86 () {34 vars in 746 bytes} [Mon Apr 27 02:40:10 2026] PUT /v2.0/ports/ea318ece-4057-4c2c-b69d-d4f017588fc5/tags => generated 37 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2172] 10.0.0.86 () {32 vars in 726 bytes} [Mon Apr 27 02:40:10 2026] GET /v2.0/ports/ea318ece-4057-4c2c-b69d-d4f017588fc5/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1116/2173] 10.0.0.86 () {32 vars in 734 bytes} [Mon Apr 27 02:40:10 2026] GET /v2.0/ports/ea318ece-4057-4c2c-b69d-d4f017588fc5/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 02:40:10.798 8 INFO neutron.api.v2.resource [None req-89ddd992-020c-4c95-ace6-fb77f7379a12 dd46d073b17f41098389b2368bd4453c 350aca9334c548f5bfa4135ccc50a11a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1058/2174] 10.0.0.86 () {32 vars in 738 bytes} [Mon Apr 27 02:40:10 2026] GET /v2.0/ports/ea318ece-4057-4c2c-b69d-d4f017588fc5/tags/green => generated 99 bytes in 74 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: 1117/2175] 10.0.0.86 () {32 vars in 737 bytes} [Mon Apr 27 02:40:10 2026] DELETE /v2.0/ports/ea318ece-4057-4c2c-b69d-d4f017588fc5/tags/red => 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: 1059/2176] 10.0.0.86 () {32 vars in 726 bytes} [Mon Apr 27 02:40:10 2026] GET /v2.0/ports/ea318ece-4057-4c2c-b69d-d4f017588fc5/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-27 02:40:11.022 7 INFO neutron.api.v2.resource [None req-271dadec-f43d-4f36-bc14-766b1f4cc9b4 dd46d073b17f41098389b2368bd4453c 350aca9334c548f5bfa4135ccc50a11a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1118/2177] 10.0.0.86 () {32 vars in 741 bytes} [Mon Apr 27 02:40:10 2026] DELETE /v2.0/ports/ea318ece-4057-4c2c-b69d-d4f017588fc5/tags/green => generated 99 bytes in 66 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: 1060/2178] 10.0.0.86 () {32 vars in 729 bytes} [Mon Apr 27 02:40:11 2026] DELETE /v2.0/ports/ea318ece-4057-4c2c-b69d-d4f017588fc5/tags => generated 0 bytes in 87 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: 1119/2179] 10.0.0.86 () {32 vars in 726 bytes} [Mon Apr 27 02:40:11 2026] GET /v2.0/ports/ea318ece-4057-4c2c-b69d-d4f017588fc5/tags => generated 12 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 02:40:11.343 7 INFO neutron_taas.services.taas.taas_plugin [None req-6d932bab-9ad1-43e5-8528-732f598cacc5 dd46d073b17f41098389b2368bd4453c 350aca9334c548f5bfa4135ccc50a11a - - default default] TaaS: Handle Delete Port: ea318ece-4057-4c2c-b69d-d4f017588fc5 2026-04-27 02:40:11.346 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6d932bab-9ad1-43e5-8528-732f598cacc5 dd46d073b17f41098389b2368bd4453c 350aca9334c548f5bfa4135ccc50a11a - - default default] Tap Mirror: Handle Delete Port: ea318ece-4057-4c2c-b69d-d4f017588fc5 [pid: 7|app: 0|req: 1120/2180] 10.0.0.86 () {32 vars in 719 bytes} [Mon Apr 27 02:40:11 2026] DELETE /v2.0/ports/ea318ece-4057-4c2c-b69d-d4f017588fc5 => generated 0 bytes in 219 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: 1121/2181] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:40:11 2026] GET /v2.0/ports?device_id=65988188-8f1f-4f0c-9744-5124d633ebaa => generated 975 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:40:11.604 7 INFO neutron.services.segments.plugin [-] Segment 16ca0ba3-618d-45d6-a7b8-a4770ef6d047 resource provider aggregate not found 2026-04-27 02:40:11.606 7 INFO neutron.services.segments.plugin [-] Segment 16ca0ba3-618d-45d6-a7b8-a4770ef6d047 resource provider aggregate not found 2026-04-27 02:40:11.619 7 INFO neutron.services.segments.plugin [-] Segment 16ca0ba3-618d-45d6-a7b8-a4770ef6d047 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16ca0ba3-618d-45d6-a7b8-a4770ef6d047 found for delete ", "request_id": "req-e2f0fb5d-423f-407c-8cc5-be46ab54e4a6"}]} 2026-04-27 02:40:11.622 7 INFO neutron.services.segments.plugin [-] Segment 16ca0ba3-618d-45d6-a7b8-a4770ef6d047 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16ca0ba3-618d-45d6-a7b8-a4770ef6d047 found for delete ", "request_id": "req-4487d327-c505-4a60-b7d4-5dba9d99d1e5"}]} [pid: 7|app: 0|req: 1122/2182] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:40:11 2026] DELETE /v2.0/networks/c5424ec6-60fe-4ee9-992b-5bc63834e6c3 => 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: 1123/2183] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:40:11 2026] GET /v2.0/security-groups?tenant_id=ecb4acd035e24244aae88487abfb56bf&name=default => generated 2925 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2184] 10.0.0.86 () {34 vars in 675 bytes} [Mon Apr 27 02:40:11 2026] POST /v2.0/floatingips => generated 552 bytes in 787 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2185] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:40:11 2026] GET /v2.0/security-groups?id=a3d8094e-fd72-4d70-a51f-47bceffa8eb7&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2186] 199.204.45.72 () {34 vars in 993 bytes} [Mon Apr 27 02:40:11 2026] GET /v2.0/ports?device_id=65988188-8f1f-4f0c-9744-5124d633ebaa => 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: 1125/2187] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:11 2026] DELETE /v2.0/security-groups/b0236310-2a79-4e13-b05f-0e81a3cdcfbb => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:40:12.163 7 INFO neutron_taas.services.taas.taas_plugin [req-39c1d80a-dac4-40cd-9f90-778821a4e447 req-e0954ec8-e26e-4477-9eda-6daac72a5ab6 6e21a324d37b45b584d5d5816323c21a f67bb564f833461f93d8a324d56ffa20 - - default default] TaaS: Handle Delete Port: cf6e1c57-f34d-4c3d-9b07-1b21f2a4347c 2026-04-27 02:40:12.168 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-39c1d80a-dac4-40cd-9f90-778821a4e447 req-e0954ec8-e26e-4477-9eda-6daac72a5ab6 6e21a324d37b45b584d5d5816323c21a f67bb564f833461f93d8a324d56ffa20 - - default default] Tap Mirror: Handle Delete Port: cf6e1c57-f34d-4c3d-9b07-1b21f2a4347c [pid: 7|app: 0|req: 1126/2188] 199.204.45.72 () {36 vars in 996 bytes} [Mon Apr 27 02:40:12 2026] DELETE /v2.0/ports/cf6e1c57-f34d-4c3d-9b07-1b21f2a4347c => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:40:12.341 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1b06d120-cbb0-4757-96dc-73dc4bee2579'] response: {'server_uuid': '65988188-8f1f-4f0c-9744-5124d633ebaa', 'name': 'network-vif-deleted', 'tag': 'cf6e1c57-f34d-4c3d-9b07-1b21f2a4347c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1063/2189] 10.0.0.86 () {34 vars in 758 bytes} [Mon Apr 27 02:40:12 2026] PUT /v2.0/floatingips/8310468a-861d-4cdc-a31c-47f15d5664ed/tags => generated 25 bytes in 557 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2190] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:40:12 2026] GET /v2.0/security-groups?tenant_id=95514badea3f4b2693d91edb93af68d0&name=default => generated 2925 bytes in 327 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2191] 10.0.0.86 () {32 vars in 738 bytes} [Mon Apr 27 02:40:12 2026] GET /v2.0/floatingips/8310468a-861d-4cdc-a31c-47f15d5664ed/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2192] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:40:12 2026] GET /v2.0/security-groups?tenant_id=3d129b828f984560b48fe6e85a027ec4&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2193] 10.0.0.86 () {34 vars in 769 bytes} [Mon Apr 27 02:40:12 2026] PUT /v2.0/floatingips/8310468a-861d-4cdc-a31c-47f15d5664ed/tags/green => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2194] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:12 2026] DELETE /v2.0/security-groups/9fa5b7d6-c8e3-4421-899b-de8438131758 => 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: 1130/2195] 10.0.0.86 () {32 vars in 738 bytes} [Mon Apr 27 02:40:12 2026] GET /v2.0/floatingips/8310468a-861d-4cdc-a31c-47f15d5664ed/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2196] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:12 2026] DELETE /v2.0/security-groups/53bef6d2-0889-4e62-9650-37c202643075 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2197] 10.0.0.86 () {34 vars in 765 bytes} [Mon Apr 27 02:40:12 2026] PUT /v2.0/floatingips/8310468a-861d-4cdc-a31c-47f15d5664ed/tags/red => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2198] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:40:12 2026] GET /v2.0/security-groups?tenant_id=350aca9334c548f5bfa4135ccc50a11a&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2199] 10.0.0.86 () {32 vars in 738 bytes} [Mon Apr 27 02:40:12 2026] GET /v2.0/floatingips/8310468a-861d-4cdc-a31c-47f15d5664ed/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2200] 10.0.0.86 () {34 vars in 787 bytes} [Mon Apr 27 02:40:12 2026] PUT /v2.0/floatingips/8310468a-861d-4cdc-a31c-47f15d5664ed/tags/black.or.white => 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: 1068/2201] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:12 2026] DELETE /v2.0/security-groups/725ceb20-be45-4ce7-8514-509ca711bdd9 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2202] 10.0.0.86 () {32 vars in 738 bytes} [Mon Apr 27 02:40:12 2026] GET /v2.0/floatingips/8310468a-861d-4cdc-a31c-47f15d5664ed/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: 1135/2203] 10.0.0.86 () {34 vars in 758 bytes} [Mon Apr 27 02:40:13 2026] PUT /v2.0/floatingips/8310468a-861d-4cdc-a31c-47f15d5664ed/tags => generated 37 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2204] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:40:13 2026] GET /v2.0/ports?device_id=65988188-8f1f-4f0c-9744-5124d633ebaa => 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: 1069/2205] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:40:13 2026] GET /v2.0/security-groups?tenant_id=378c922b822549e3bd38e6497d65f840&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: 1137/2206] 10.0.0.86 () {32 vars in 738 bytes} [Mon Apr 27 02:40:13 2026] GET /v2.0/floatingips/8310468a-861d-4cdc-a31c-47f15d5664ed/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2207] 10.0.0.86 () {32 vars in 746 bytes} [Mon Apr 27 02:40:13 2026] GET /v2.0/floatingips/8310468a-861d-4cdc-a31c-47f15d5664ed/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2208] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:13 2026] DELETE /v2.0/security-groups/9369f0e6-3292-4c64-9e3c-1a1f196f3903 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:40:13.253 7 INFO neutron.api.v2.resource [None req-9371876e-91a9-41eb-bf9e-36b5226a1ed6 9ed6e9f18ce442b3b6950ad808ffa38f a630d09133154d69ad9b3ab6802567d2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1139/2209] 10.0.0.86 () {32 vars in 750 bytes} [Mon Apr 27 02:40:13 2026] GET /v2.0/floatingips/8310468a-861d-4cdc-a31c-47f15d5664ed/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2210] 10.0.0.86 () {32 vars in 749 bytes} [Mon Apr 27 02:40:13 2026] DELETE /v2.0/floatingips/8310468a-861d-4cdc-a31c-47f15d5664ed/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2211] 10.0.0.86 () {32 vars in 738 bytes} [Mon Apr 27 02:40:13 2026] GET /v2.0/floatingips/8310468a-861d-4cdc-a31c-47f15d5664ed/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:40:13.391 8 INFO neutron.api.v2.resource [None req-f79c7cb9-cffc-47f7-bb49-6073796de1a5 9ed6e9f18ce442b3b6950ad808ffa38f a630d09133154d69ad9b3ab6802567d2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1072/2212] 10.0.0.86 () {32 vars in 753 bytes} [Mon Apr 27 02:40:13 2026] DELETE /v2.0/floatingips/8310468a-861d-4cdc-a31c-47f15d5664ed/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2213] 10.0.0.86 () {32 vars in 741 bytes} [Mon Apr 27 02:40:13 2026] DELETE /v2.0/floatingips/8310468a-861d-4cdc-a31c-47f15d5664ed/tags => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2214] 10.0.0.86 () {32 vars in 738 bytes} [Mon Apr 27 02:40:13 2026] GET /v2.0/floatingips/8310468a-861d-4cdc-a31c-47f15d5664ed/tags => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:40:13.624 7 INFO neutron_taas.services.taas.taas_plugin [None req-6e97c7d3-b801-4833-b2e9-27ea472632f2 9ed6e9f18ce442b3b6950ad808ffa38f a630d09133154d69ad9b3ab6802567d2 - - default default] TaaS: Handle Delete Port: df732b2f-8f8b-4a08-aebe-2655f0ab51b6 2026-04-27 02:40:13.629 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e97c7d3-b801-4833-b2e9-27ea472632f2 9ed6e9f18ce442b3b6950ad808ffa38f a630d09133154d69ad9b3ab6802567d2 - - default default] Tap Mirror: Handle Delete Port: df732b2f-8f8b-4a08-aebe-2655f0ab51b6 [pid: 7|app: 0|req: 1142/2215] 10.0.0.86 () {32 vars in 731 bytes} [Mon Apr 27 02:40:13 2026] DELETE /v2.0/floatingips/8310468a-861d-4cdc-a31c-47f15d5664ed => generated 0 bytes in 287 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2216] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:40:14 2026] GET /v2.0/ports?device_id=65988188-8f1f-4f0c-9744-5124d633ebaa => 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: 1143/2217] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:40:14 2026] GET /v2.0/security-groups?tenant_id=a630d09133154d69ad9b3ab6802567d2&name=default => generated 2925 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2218] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:14 2026] DELETE /v2.0/security-groups/06c7bb8f-d97c-48c4-a414-c50898aa371a => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2219] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:40:15 2026] GET /v2.0/security-groups?tenant_id=7f542fcb70184374adb51ec4c6102125&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: 1076/2220] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:15 2026] DELETE /v2.0/security-groups/0a25c7d5-ebcd-414d-b338-4617c2c382a5 => 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: 1145/2221] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:40:15 2026] GET /v2.0/ports?device_id=65988188-8f1f-4f0c-9744-5124d633ebaa => 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: 1146/2222] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:16 2026] DELETE /v2.0/security-groups/a3d8094e-fd72-4d70-a51f-47bceffa8eb7 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2223] 10.0.0.86 () {34 vars in 675 bytes} [Mon Apr 27 02:40:16 2026] POST /v2.0/subnetpools => generated 516 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2224] 10.0.0.86 () {34 vars in 758 bytes} [Mon Apr 27 02:40:16 2026] PUT /v2.0/subnetpools/4760d66d-b0be-4d09-87c3-d1cf63c6cfea/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2225] 10.0.0.86 () {32 vars in 738 bytes} [Mon Apr 27 02:40:16 2026] GET /v2.0/subnetpools/4760d66d-b0be-4d09-87c3-d1cf63c6cfea/tags => generated 25 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2226] 10.0.0.86 () {34 vars in 769 bytes} [Mon Apr 27 02:40:16 2026] PUT /v2.0/subnetpools/4760d66d-b0be-4d09-87c3-d1cf63c6cfea/tags/green => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2227] 10.0.0.86 () {32 vars in 738 bytes} [Mon Apr 27 02:40:16 2026] GET /v2.0/subnetpools/4760d66d-b0be-4d09-87c3-d1cf63c6cfea/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2228] 10.0.0.86 () {34 vars in 765 bytes} [Mon Apr 27 02:40:16 2026] PUT /v2.0/subnetpools/4760d66d-b0be-4d09-87c3-d1cf63c6cfea/tags/red => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2229] 10.0.0.86 () {32 vars in 738 bytes} [Mon Apr 27 02:40:16 2026] GET /v2.0/subnetpools/4760d66d-b0be-4d09-87c3-d1cf63c6cfea/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2230] 10.0.0.86 () {34 vars in 787 bytes} [Mon Apr 27 02:40:16 2026] PUT /v2.0/subnetpools/4760d66d-b0be-4d09-87c3-d1cf63c6cfea/tags/black.or.white => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2231] 10.0.0.86 () {32 vars in 738 bytes} [Mon Apr 27 02:40:16 2026] GET /v2.0/subnetpools/4760d66d-b0be-4d09-87c3-d1cf63c6cfea/tags => generated 52 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2232] 10.0.0.86 () {34 vars in 758 bytes} [Mon Apr 27 02:40:16 2026] PUT /v2.0/subnetpools/4760d66d-b0be-4d09-87c3-d1cf63c6cfea/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2233] 10.0.0.86 () {32 vars in 738 bytes} [Mon Apr 27 02:40:17 2026] GET /v2.0/subnetpools/4760d66d-b0be-4d09-87c3-d1cf63c6cfea/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2234] 10.0.0.86 () {32 vars in 746 bytes} [Mon Apr 27 02:40:17 2026] GET /v2.0/subnetpools/4760d66d-b0be-4d09-87c3-d1cf63c6cfea/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:40:17.117 8 INFO neutron.api.v2.resource [None req-cb9f323f-fff5-46ec-992a-7f94ca42c501 d1f8222fc78e45c4927334fc6d3aab25 68261b1dbe3c488499f95e0a0e4a5f65 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1089/2235] 10.0.0.86 () {32 vars in 750 bytes} [Mon Apr 27 02:40:17 2026] GET /v2.0/subnetpools/4760d66d-b0be-4d09-87c3-d1cf63c6cfea/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2236] 10.0.0.86 () {32 vars in 749 bytes} [Mon Apr 27 02:40:17 2026] DELETE /v2.0/subnetpools/4760d66d-b0be-4d09-87c3-d1cf63c6cfea/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2237] 10.0.0.86 () {32 vars in 738 bytes} [Mon Apr 27 02:40:17 2026] GET /v2.0/subnetpools/4760d66d-b0be-4d09-87c3-d1cf63c6cfea/tags => generated 30 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:40:17.216 8 INFO neutron.api.v2.resource [None req-c00b766b-4036-449d-8dde-fdf2fad599e7 d1f8222fc78e45c4927334fc6d3aab25 68261b1dbe3c488499f95e0a0e4a5f65 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1092/2238] 10.0.0.86 () {32 vars in 753 bytes} [Mon Apr 27 02:40:17 2026] DELETE /v2.0/subnetpools/4760d66d-b0be-4d09-87c3-d1cf63c6cfea/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2239] 10.0.0.86 () {32 vars in 741 bytes} [Mon Apr 27 02:40:17 2026] DELETE /v2.0/subnetpools/4760d66d-b0be-4d09-87c3-d1cf63c6cfea/tags => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:40:17.278 7 INFO neutron_taas.services.taas.taas_plugin [None req-8dc1eaa7-2daa-4d62-9451-5667a5e8cb44 6e21a324d37b45b584d5d5816323c21a f67bb564f833461f93d8a324d56ffa20 - - default default] TaaS: Handle Delete Port: 53424a0c-cff2-4993-9403-dadea9c55e26 2026-04-27 02:40:17.280 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8dc1eaa7-2daa-4d62-9451-5667a5e8cb44 6e21a324d37b45b584d5d5816323c21a f67bb564f833461f93d8a324d56ffa20 - - default default] Tap Mirror: Handle Delete Port: 53424a0c-cff2-4993-9403-dadea9c55e26 [pid: 8|app: 0|req: 1094/2240] 10.0.0.86 () {32 vars in 738 bytes} [Mon Apr 27 02:40:17 2026] GET /v2.0/subnetpools/4760d66d-b0be-4d09-87c3-d1cf63c6cfea/tags => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2241] 10.0.0.86 () {32 vars in 731 bytes} [Mon Apr 27 02:40:17 2026] DELETE /v2.0/subnetpools/4760d66d-b0be-4d09-87c3-d1cf63c6cfea => 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: 1147/2242] 10.0.0.86 () {34 vars in 788 bytes} [Mon Apr 27 02:40:16 2026] PUT /v2.0/routers/a738ddc1-24aa-4eb5-9174-a5c718124fa1/remove_router_interface => generated 309 bytes in 1254 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2243] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:40:17 2026] DELETE /v2.0/subnets/af352eed-2706-4605-acc5-6d1946d0b071 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:40:18.024 8 INFO neutron.db.segments_db [None req-5db17503-96b5-4457-9e74-eef72298dded 7f3c4efadd434143b5a95bedce6b322d ca1284661f694195aecc89008014385b - - default default] Added segment bf0e5f93-3d25-444e-8463-f80392063520 of type vxlan for network 1d27116e-66c6-41df-99df-1eb03d344489 [pid: 8|app: 0|req: 1096/2244] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:40:17 2026] POST /v2.0/networks => generated 629 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:40:18.127 7 INFO neutron_taas.services.taas.taas_plugin [None req-e08155a7-214d-4151-b702-0a2df491c373 6e21a324d37b45b584d5d5816323c21a f67bb564f833461f93d8a324d56ffa20 - - default default] TaaS: Handle Delete Port: e45d9929-0504-417f-828d-bd10ddeeea1a 2026-04-27 02:40:18.130 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e08155a7-214d-4151-b702-0a2df491c373 6e21a324d37b45b584d5d5816323c21a f67bb564f833461f93d8a324d56ffa20 - - default default] Tap Mirror: Handle Delete Port: e45d9929-0504-417f-828d-bd10ddeeea1a 2026-04-27 02:40:18.377 7 INFO neutron_taas.services.taas.taas_plugin [None req-e08155a7-214d-4151-b702-0a2df491c373 6e21a324d37b45b584d5d5816323c21a f67bb564f833461f93d8a324d56ffa20 - - default default] TaaS: Handle Delete Port: 74083950-093f-405d-a906-15dfcf7a9169 2026-04-27 02:40:18.379 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e08155a7-214d-4151-b702-0a2df491c373 6e21a324d37b45b584d5d5816323c21a f67bb564f833461f93d8a324d56ffa20 - - default default] Tap Mirror: Handle Delete Port: 74083950-093f-405d-a906-15dfcf7a9169 [pid: 8|app: 0|req: 1097/2245] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:40:18 2026] GET /v2.0/security-groups?tenant_id=2f3ada4e7f9a41b48b3fa3ead66b0d44&name=default => generated 2925 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:40:18.482 8 INFO neutron.db.segments_db [None req-40636c69-6a57-437d-9ca1-8031c327737f 7f3c4efadd434143b5a95bedce6b322d ca1284661f694195aecc89008014385b - - default default] Added segment 6ccde56a-5689-485c-a1aa-b8a563944bc6 of type vxlan for network d02a1bfa-bb87-4f2e-a7f8-5feb00478464 [pid: 8|app: 0|req: 1098/2246] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:40:18 2026] POST /v2.0/networks => generated 632 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2247] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:18 2026] DELETE /v2.0/security-groups/ac2074bf-321a-4da5-93cb-59a5bc3756e2 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:40:18.735 8 INFO neutron.db.segments_db [None req-578e7ae2-9334-44c4-960c-1b46018f4bb3 7f3c4efadd434143b5a95bedce6b322d ca1284661f694195aecc89008014385b - - default default] Added segment e1a2c74f-3284-4861-8c66-76b3ff015a05 of type vxlan for network 9cbb4891-cee2-4660-91df-194735cdbe6b 2026-04-27 02:40:18.736 7 INFO neutron.services.segments.plugin [-] Segment dc95ceaa-335a-4b5d-bd51-917b05603cd1 resource provider aggregate not found 2026-04-27 02:40:18.749 7 INFO neutron.services.segments.plugin [-] Segment dc95ceaa-335a-4b5d-bd51-917b05603cd1 resource provider aggregate not found 2026-04-27 02:40:18.773 7 INFO neutron.services.segments.plugin [-] Segment dc95ceaa-335a-4b5d-bd51-917b05603cd1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc95ceaa-335a-4b5d-bd51-917b05603cd1 found for delete ", "request_id": "req-d76c50cb-faa3-4810-92b3-79610f38fab5"}]} 2026-04-27 02:40:18.776 7 INFO neutron.services.segments.plugin [-] Segment dc95ceaa-335a-4b5d-bd51-917b05603cd1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc95ceaa-335a-4b5d-bd51-917b05603cd1 found for delete ", "request_id": "req-7210a697-f311-490c-98a5-9c9a2e453320"}]} 2026-04-27 02:40:18.780 7 INFO neutron.db.l3_hamode_db [None req-e08155a7-214d-4151-b702-0a2df491c373 6e21a324d37b45b584d5d5816323c21a f67bb564f833461f93d8a324d56ffa20 - - default default] HA network 75e47786-6f02-4945-96d1-f218b9463b8c was deleted as no HA routers are present in tenant f67bb564f833461f93d8a324d56ffa20. [pid: 7|app: 0|req: 1149/2248] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:40:17 2026] DELETE /v2.0/routers/a738ddc1-24aa-4eb5-9174-a5c718124fa1 => generated 0 bytes in 838 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2249] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:40:18 2026] POST /v2.0/networks => generated 632 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2250] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:40:18 2026] GET /v2.0/security-groups?tenant_id=68261b1dbe3c488499f95e0a0e4a5f65&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2251] 10.0.0.86 () {34 vars in 677 bytes} [Mon Apr 27 02:40:18 2026] POST /v2.0/qos/policies => generated 359 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:40:19.033 8 INFO neutron_taas.services.taas.taas_plugin [None req-bcaf5699-c405-4f19-87c7-e81e9b3abf5a 6e21a324d37b45b584d5d5816323c21a f67bb564f833461f93d8a324d56ffa20 - - default default] TaaS: Handle Delete Port: 1e1e4e26-a58c-4470-983e-bbf20b265b7c 2026-04-27 02:40:19.036 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bcaf5699-c405-4f19-87c7-e81e9b3abf5a 6e21a324d37b45b584d5d5816323c21a f67bb564f833461f93d8a324d56ffa20 - - default default] Tap Mirror: Handle Delete Port: 1e1e4e26-a58c-4470-983e-bbf20b265b7c 2026-04-27 02:40:19.038 7 INFO neutron.db.segments_db [None req-1c13fbb3-d63f-4ebf-ae78-0fe4fff085de 7f3c4efadd434143b5a95bedce6b322d ca1284661f694195aecc89008014385b - - default default] Added segment 9385ebaa-d06f-492e-8973-750246d009f3 of type vxlan for network 68f30af3-1482-480c-89c9-c42a5d960962 [pid: 7|app: 0|req: 1151/2252] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:40:18 2026] POST /v2.0/networks => generated 632 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:40:19.216 8 INFO neutron.services.segments.plugin [-] Segment c30e662b-75aa-4bac-a40a-9574ecc8b5dd resource provider aggregate not found [pid: 7|app: 0|req: 1152/2253] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:19 2026] DELETE /v2.0/security-groups/8e83a0d9-122e-4279-a84b-b56ef5ea7202 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:40:19.227 8 INFO neutron.services.segments.plugin [-] Segment c30e662b-75aa-4bac-a40a-9574ecc8b5dd resource provider aggregate not found 2026-04-27 02:40:19.237 8 INFO neutron.services.segments.plugin [-] Segment c30e662b-75aa-4bac-a40a-9574ecc8b5dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c30e662b-75aa-4bac-a40a-9574ecc8b5dd found for delete ", "request_id": "req-2a4a094c-31b4-47bb-9928-b5bbff1461fc"}]} 2026-04-27 02:40:19.240 8 INFO neutron.services.segments.plugin [-] Segment c30e662b-75aa-4bac-a40a-9574ecc8b5dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c30e662b-75aa-4bac-a40a-9574ecc8b5dd found for delete ", "request_id": "req-2492048d-1c2c-4355-9291-19c6cdadcde9"}]} [pid: 8|app: 0|req: 1102/2254] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:40:18 2026] DELETE /v2.0/networks/90b3a213-d9ce-4e14-8755-056108d6d84f => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2255] 10.0.0.86 () {34 vars in 752 bytes} [Mon Apr 27 02:40:19 2026] PUT /v2.0/policies/d3a9cda6-1448-4a7d-a3ce-73b60b4caf9b/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:40:19.312 8 INFO neutron.db.segments_db [None req-adeba08c-5622-4119-bcd1-25fcc8615ec9 7f3c4efadd434143b5a95bedce6b322d ca1284661f694195aecc89008014385b - - default default] Added segment fcf6f2c4-f0f3-4f58-aa0c-8104f1f1337f of type vxlan for network 95baadc4-ca64-4dcb-b825-ccf0013219ab [pid: 7|app: 0|req: 1154/2256] 10.0.0.86 () {32 vars in 732 bytes} [Mon Apr 27 02:40:19 2026] GET /v2.0/policies/d3a9cda6-1448-4a7d-a3ce-73b60b4caf9b/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2257] 10.0.0.86 () {34 vars in 763 bytes} [Mon Apr 27 02:40:19 2026] PUT /v2.0/policies/d3a9cda6-1448-4a7d-a3ce-73b60b4caf9b/tags/green => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2258] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:40:19 2026] POST /v2.0/networks => generated 632 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2259] 10.0.0.86 () {32 vars in 732 bytes} [Mon Apr 27 02:40:19 2026] GET /v2.0/policies/d3a9cda6-1448-4a7d-a3ce-73b60b4caf9b/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2260] 10.0.0.86 () {34 vars in 752 bytes} [Mon Apr 27 02:40:19 2026] PUT /v2.0/networks/1d27116e-66c6-41df-99df-1eb03d344489/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: 1157/2261] 10.0.0.86 () {34 vars in 759 bytes} [Mon Apr 27 02:40:19 2026] PUT /v2.0/policies/d3a9cda6-1448-4a7d-a3ce-73b60b4caf9b/tags/red => generated 4 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2262] 10.0.0.86 () {32 vars in 732 bytes} [Mon Apr 27 02:40:19 2026] GET /v2.0/policies/d3a9cda6-1448-4a7d-a3ce-73b60b4caf9b/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2263] 10.0.0.86 () {34 vars in 752 bytes} [Mon Apr 27 02:40:19 2026] PUT /v2.0/networks/d02a1bfa-bb87-4f2e-a7f8-5feb00478464/tags => generated 25 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2264] 10.0.0.86 () {34 vars in 781 bytes} [Mon Apr 27 02:40:19 2026] PUT /v2.0/policies/d3a9cda6-1448-4a7d-a3ce-73b60b4caf9b/tags/black.or.white => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2265] 10.0.0.86 () {32 vars in 732 bytes} [Mon Apr 27 02:40:19 2026] GET /v2.0/policies/d3a9cda6-1448-4a7d-a3ce-73b60b4caf9b/tags => generated 52 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2266] 10.0.0.86 () {34 vars in 752 bytes} [Mon Apr 27 02:40:19 2026] PUT /v2.0/networks/9cbb4891-cee2-4660-91df-194735cdbe6b/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2267] 10.0.0.86 () {34 vars in 752 bytes} [Mon Apr 27 02:40:19 2026] PUT /v2.0/policies/d3a9cda6-1448-4a7d-a3ce-73b60b4caf9b/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2268] 10.0.0.86 () {34 vars in 752 bytes} [Mon Apr 27 02:40:19 2026] PUT /v2.0/networks/68f30af3-1482-480c-89c9-c42a5d960962/tags => generated 19 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2269] 10.0.0.86 () {32 vars in 732 bytes} [Mon Apr 27 02:40:19 2026] GET /v2.0/policies/d3a9cda6-1448-4a7d-a3ce-73b60b4caf9b/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2270] 10.0.0.86 () {32 vars in 665 bytes} [Mon Apr 27 02:40:19 2026] GET /v2.0/networks?tags=red => generated 1854 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2271] 10.0.0.86 () {32 vars in 740 bytes} [Mon Apr 27 02:40:19 2026] GET /v2.0/policies/d3a9cda6-1448-4a7d-a3ce-73b60b4caf9b/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:40:19.767 7 INFO neutron.api.v2.resource [None req-b7f1795e-b0bc-4062-ac84-acc12b038f00 cfbf17e8c0f548738ee4f86879d1d418 2d20bf28551949aea7a838b56a3332fe - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1164/2272] 10.0.0.86 () {32 vars in 744 bytes} [Mon Apr 27 02:40:19 2026] GET /v2.0/policies/d3a9cda6-1448-4a7d-a3ce-73b60b4caf9b/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2273] 10.0.0.86 () {32 vars in 679 bytes} [Mon Apr 27 02:40:19 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2274] 10.0.0.86 () {32 vars in 743 bytes} [Mon Apr 27 02:40:19 2026] DELETE /v2.0/policies/d3a9cda6-1448-4a7d-a3ce-73b60b4caf9b/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2275] 10.0.0.86 () {32 vars in 675 bytes} [Mon Apr 27 02:40:19 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2276] 10.0.0.86 () {32 vars in 732 bytes} [Mon Apr 27 02:40:19 2026] GET /v2.0/policies/d3a9cda6-1448-4a7d-a3ce-73b60b4caf9b/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:40:19.893 7 INFO neutron.api.v2.resource [None req-44dc5f85-4d25-4f85-9be2-28499c303340 cfbf17e8c0f548738ee4f86879d1d418 2d20bf28551949aea7a838b56a3332fe - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1167/2277] 10.0.0.86 () {32 vars in 747 bytes} [Mon Apr 27 02:40:19 2026] DELETE /v2.0/policies/d3a9cda6-1448-4a7d-a3ce-73b60b4caf9b/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2278] 10.0.0.86 () {32 vars in 687 bytes} [Mon Apr 27 02:40:19 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1854 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2279] 10.0.0.86 () {32 vars in 735 bytes} [Mon Apr 27 02:40:19 2026] DELETE /v2.0/policies/d3a9cda6-1448-4a7d-a3ce-73b60b4caf9b/tags => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2280] 10.0.0.86 () {32 vars in 673 bytes} [Mon Apr 27 02:40:19 2026] GET /v2.0/networks?not-tags=red => generated 1862 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2281] 10.0.0.86 () {32 vars in 732 bytes} [Mon Apr 27 02:40:19 2026] GET /v2.0/policies/d3a9cda6-1448-4a7d-a3ce-73b60b4caf9b/tags => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2282] 10.0.0.86 () {32 vars in 687 bytes} [Mon Apr 27 02:40:20 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2466 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2283] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:40:19 2026] GET /v2.0/security-groups?tenant_id=d06c873602dc4510bdd60ab17f464a71&name=default => generated 2929 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2284] 10.0.0.86 () {32 vars in 733 bytes} [Mon Apr 27 02:40:20 2026] DELETE /v2.0/qos/policies/d3a9cda6-1448-4a7d-a3ce-73b60b4caf9b => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2285] 10.0.0.86 () {32 vars in 683 bytes} [Mon Apr 27 02:40:20 2026] GET /v2.0/networks?not-tags-any=blue => generated 2466 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2286] 10.0.0.86 () {32 vars in 695 bytes} [Mon Apr 27 02:40:20 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1862 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2287] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:20 2026] DELETE /v2.0/security-groups/66912529-8bd6-4ca0-9576-4eec7ebc0ca6 => 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: 1172/2288] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:40:20 2026] DELETE /v2.0/networks/1d27116e-66c6-41df-99df-1eb03d344489 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2289] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:40:20 2026] GET /v2.0/security-groups?tenant_id=f67bb564f833461f93d8a324d56ffa20&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2290] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:20 2026] DELETE /v2.0/security-groups/3b8c7612-591f-4eed-9c17-f34edcc8f20b => 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: 1117/2291] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:40:20 2026] DELETE /v2.0/networks/d02a1bfa-bb87-4f2e-a7f8-5feb00478464 => 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: 1175/2292] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:40:20 2026] DELETE /v2.0/networks/9cbb4891-cee2-4660-91df-194735cdbe6b => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:40:20.796 7 INFO neutron.services.segments.plugin [-] Segment bf0e5f93-3d25-444e-8463-f80392063520 resource provider aggregate not found 2026-04-27 02:40:20.801 7 INFO neutron.services.segments.plugin [-] Segment bf0e5f93-3d25-444e-8463-f80392063520 resource provider aggregate not found [pid: 8|app: 0|req: 1118/2293] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:40:20 2026] DELETE /v2.0/networks/68f30af3-1482-480c-89c9-c42a5d960962 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:40:20.825 7 INFO neutron.services.segments.plugin [-] Segment bf0e5f93-3d25-444e-8463-f80392063520 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf0e5f93-3d25-444e-8463-f80392063520 found for delete ", "request_id": "req-6512e8b3-9a1f-4774-96cf-5395fbd8c777"}]} 2026-04-27 02:40:20.838 7 INFO neutron.services.segments.plugin [-] Segment bf0e5f93-3d25-444e-8463-f80392063520 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf0e5f93-3d25-444e-8463-f80392063520 found for delete ", "request_id": "req-eb4e4174-45f2-4608-b889-f44d6fd170b7"}]} 2026-04-27 02:40:20.845 7 INFO neutron.services.segments.plugin [-] Segment e1a2c74f-3284-4861-8c66-76b3ff015a05 resource provider aggregate not found 2026-04-27 02:40:20.856 7 INFO neutron.services.segments.plugin [-] Segment e1a2c74f-3284-4861-8c66-76b3ff015a05 resource provider aggregate not found 2026-04-27 02:40:20.866 7 INFO neutron.services.segments.plugin [-] Segment e1a2c74f-3284-4861-8c66-76b3ff015a05 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1a2c74f-3284-4861-8c66-76b3ff015a05 found for delete ", "request_id": "req-82ec2554-9ce2-47e9-9846-37f36b1618c8"}]} 2026-04-27 02:40:20.878 7 INFO neutron.services.segments.plugin [-] Segment e1a2c74f-3284-4861-8c66-76b3ff015a05 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1a2c74f-3284-4861-8c66-76b3ff015a05 found for delete ", "request_id": "req-210bdf0c-6561-4bc8-ba11-ad5364fcf838"}]} [pid: 8|app: 0|req: 1119/2294] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:40:20 2026] DELETE /v2.0/networks/95baadc4-ca64-4dcb-b825-ccf0013219ab => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2295] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:40:20 2026] GET /v2.0/security-groups?tenant_id=5b4537852c554eb18cb59c47d2242cae&name=default => generated 2929 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2296] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:21 2026] DELETE /v2.0/security-groups/283dcaa0-eabd-4682-ba07-542b7e0ff231 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:40:21.258 8 INFO neutron.services.segments.plugin [-] Segment 6ccde56a-5689-485c-a1aa-b8a563944bc6 resource provider aggregate not found 2026-04-27 02:40:21.271 8 INFO neutron.services.segments.plugin [-] Segment 6ccde56a-5689-485c-a1aa-b8a563944bc6 resource provider aggregate not found 2026-04-27 02:40:21.279 8 INFO neutron.services.segments.plugin [-] Segment 6ccde56a-5689-485c-a1aa-b8a563944bc6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ccde56a-5689-485c-a1aa-b8a563944bc6 found for delete ", "request_id": "req-314d3508-d753-4a5e-abc6-6b8033510d07"}]} 2026-04-27 02:40:21.286 8 INFO neutron.services.segments.plugin [-] Segment 6ccde56a-5689-485c-a1aa-b8a563944bc6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ccde56a-5689-485c-a1aa-b8a563944bc6 found for delete ", "request_id": "req-27221420-8e4e-4e88-b6cc-482aac460f51"}]} 2026-04-27 02:40:21.294 8 INFO neutron.services.segments.plugin [-] Segment 9385ebaa-d06f-492e-8973-750246d009f3 resource provider aggregate not found 2026-04-27 02:40:21.299 8 INFO neutron.services.segments.plugin [-] Segment 9385ebaa-d06f-492e-8973-750246d009f3 resource provider aggregate not found 2026-04-27 02:40:21.310 8 INFO neutron.services.segments.plugin [-] Segment 9385ebaa-d06f-492e-8973-750246d009f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9385ebaa-d06f-492e-8973-750246d009f3 found for delete ", "request_id": "req-f1610ad9-b76a-4ee6-899f-6aa6b1d58158"}]} 2026-04-27 02:40:21.313 8 INFO neutron.services.segments.plugin [-] Segment 9385ebaa-d06f-492e-8973-750246d009f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9385ebaa-d06f-492e-8973-750246d009f3 found for delete ", "request_id": "req-cb72f83f-606d-4154-84fb-f8e2167b0850"}]} 2026-04-27 02:40:21.328 8 INFO neutron.services.segments.plugin [-] Segment fcf6f2c4-f0f3-4f58-aa0c-8104f1f1337f resource provider aggregate not found 2026-04-27 02:40:21.337 8 INFO neutron.services.segments.plugin [-] Segment fcf6f2c4-f0f3-4f58-aa0c-8104f1f1337f resource provider aggregate not found 2026-04-27 02:40:21.353 8 INFO neutron.services.segments.plugin [-] Segment fcf6f2c4-f0f3-4f58-aa0c-8104f1f1337f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fcf6f2c4-f0f3-4f58-aa0c-8104f1f1337f found for delete ", "request_id": "req-09601009-8e5f-45b8-8686-76abb635c02f"}]} 2026-04-27 02:40:21.358 8 INFO neutron.services.segments.plugin [-] Segment fcf6f2c4-f0f3-4f58-aa0c-8104f1f1337f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fcf6f2c4-f0f3-4f58-aa0c-8104f1f1337f found for delete ", "request_id": "req-2df33460-bf67-48ce-9fdc-a295c49aadf8"}]} [pid: 7|app: 0|req: 1177/2297] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:40:21 2026] GET /v2.0/security-groups?tenant_id=2d20bf28551949aea7a838b56a3332fe&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: 1121/2298] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:21 2026] DELETE /v2.0/security-groups/ca69ffac-0dc5-4a1b-a3ee-e5db4fe5c5f7 => 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: 1178/2299] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:40:21 2026] GET /v2.0/security-groups?tenant_id=ca1284661f694195aecc89008014385b&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: 1122/2300] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:21 2026] DELETE /v2.0/security-groups/c9831c86-e795-40c7-80e7-1d50a7233e71 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2301] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:40:22 2026] GET /v2.0/security-groups?tenant_id=a79cd550725c43aebc550d7e0cef07a9&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2302] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:22 2026] DELETE /v2.0/security-groups/92263d7b-2887-4645-8b2a-49aac06b9c4f => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2303] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:40:22 2026] GET /v2.0/security-groups?tenant_id=8b14df0c48074fa6b72359db1f1f5204&name=default => generated 2929 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2304] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:22 2026] DELETE /v2.0/security-groups/b2af3c79-a2fa-4158-b0a6-ff66332a4d0f => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:40:22.885 7 INFO neutron.db.segments_db [None req-cc32c00a-4fda-45ee-b45f-38746bfa75c5 5a5d4a7a53ea4039bff89f3eaedadbbd 1141320b69e94e7c96cb2fae71e2ac19 - - default default] Added segment 55cfc0d2-2b4c-4f92-a330-68614bb3a89e of type vxlan for network fdd6c32d-ce5d-4538-94ae-b7023e1c1806 [pid: 7|app: 0|req: 1180/2305] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:40:22 2026] POST /v2.0/networks => generated 631 bytes in 542 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2306] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:40:23 2026] POST /v2.0/subnets => generated 626 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2307] 10.0.0.86 () {34 vars in 750 bytes} [Mon Apr 27 02:40:23 2026] PUT /v2.0/subnets/271e8dbe-6571-4897-af49-834f93a07732/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2308] 10.0.0.86 () {32 vars in 730 bytes} [Mon Apr 27 02:40:23 2026] GET /v2.0/subnets/271e8dbe-6571-4897-af49-834f93a07732/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2311] 10.0.0.86 () {34 vars in 761 bytes} [Mon Apr 27 02:40:23 2026] PUT /v2.0/subnets/271e8dbe-6571-4897-af49-834f93a07732/tags/green => generated 4 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2312] 10.0.0.86 () {32 vars in 730 bytes} [Mon Apr 27 02:40:23 2026] GET /v2.0/subnets/271e8dbe-6571-4897-af49-834f93a07732/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2313] 10.0.0.86 () {34 vars in 757 bytes} [Mon Apr 27 02:40:23 2026] PUT /v2.0/subnets/271e8dbe-6571-4897-af49-834f93a07732/tags/red => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2314] 10.0.0.86 () {32 vars in 730 bytes} [Mon Apr 27 02:40:23 2026] GET /v2.0/subnets/271e8dbe-6571-4897-af49-834f93a07732/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2315] 10.0.0.86 () {34 vars in 779 bytes} [Mon Apr 27 02:40:23 2026] PUT /v2.0/subnets/271e8dbe-6571-4897-af49-834f93a07732/tags/black.or.white => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2316] 10.0.0.86 () {32 vars in 730 bytes} [Mon Apr 27 02:40:23 2026] GET /v2.0/subnets/271e8dbe-6571-4897-af49-834f93a07732/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: 1185/2317] 10.0.0.86 () {34 vars in 750 bytes} [Mon Apr 27 02:40:23 2026] PUT /v2.0/subnets/271e8dbe-6571-4897-af49-834f93a07732/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2318] 10.0.0.86 () {32 vars in 730 bytes} [Mon Apr 27 02:40:23 2026] GET /v2.0/subnets/271e8dbe-6571-4897-af49-834f93a07732/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: 1186/2319] 10.0.0.86 () {32 vars in 738 bytes} [Mon Apr 27 02:40:23 2026] GET /v2.0/subnets/271e8dbe-6571-4897-af49-834f93a07732/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:40:23.939 8 INFO neutron.api.v2.resource [None req-f13c556e-8d9b-4898-8e16-7f28f8b03851 5a5d4a7a53ea4039bff89f3eaedadbbd 1141320b69e94e7c96cb2fae71e2ac19 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1134/2320] 10.0.0.86 () {32 vars in 742 bytes} [Mon Apr 27 02:40:23 2026] GET /v2.0/subnets/271e8dbe-6571-4897-af49-834f93a07732/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: 1187/2321] 10.0.0.86 () {32 vars in 741 bytes} [Mon Apr 27 02:40:23 2026] DELETE /v2.0/subnets/271e8dbe-6571-4897-af49-834f93a07732/tags/red => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2322] 10.0.0.86 () {32 vars in 730 bytes} [Mon Apr 27 02:40:24 2026] GET /v2.0/subnets/271e8dbe-6571-4897-af49-834f93a07732/tags => generated 30 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:40:24.097 7 INFO neutron.api.v2.resource [None req-1ed476ab-9adf-49b2-8140-1c89462f39be 5a5d4a7a53ea4039bff89f3eaedadbbd 1141320b69e94e7c96cb2fae71e2ac19 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1188/2323] 10.0.0.86 () {32 vars in 745 bytes} [Mon Apr 27 02:40:24 2026] DELETE /v2.0/subnets/271e8dbe-6571-4897-af49-834f93a07732/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2324] 10.0.0.86 () {32 vars in 733 bytes} [Mon Apr 27 02:40:24 2026] DELETE /v2.0/subnets/271e8dbe-6571-4897-af49-834f93a07732/tags => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2325] 10.0.0.86 () {32 vars in 730 bytes} [Mon Apr 27 02:40:24 2026] GET /v2.0/subnets/271e8dbe-6571-4897-af49-834f93a07732/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2326] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:40:24 2026] DELETE /v2.0/subnets/271e8dbe-6571-4897-af49-834f93a07732 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:40:24.503 7 INFO neutron_taas.services.taas.taas_plugin [None req-1a5cf786-bf48-4a48-bfeb-77185ca776e5 5a5d4a7a53ea4039bff89f3eaedadbbd 1141320b69e94e7c96cb2fae71e2ac19 - - default default] TaaS: Handle Delete Port: 35e580af-f899-4c49-9457-efbdbb762913 2026-04-27 02:40:24.505 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a5cf786-bf48-4a48-bfeb-77185ca776e5 5a5d4a7a53ea4039bff89f3eaedadbbd 1141320b69e94e7c96cb2fae71e2ac19 - - default default] Tap Mirror: Handle Delete Port: 35e580af-f899-4c49-9457-efbdbb762913 2026-04-27 02:40:24.660 7 INFO neutron.services.segments.plugin [-] Segment 55cfc0d2-2b4c-4f92-a330-68614bb3a89e resource provider aggregate not found 2026-04-27 02:40:24.681 7 INFO neutron.services.segments.plugin [-] Segment 55cfc0d2-2b4c-4f92-a330-68614bb3a89e resource provider aggregate not found 2026-04-27 02:40:24.688 7 INFO neutron.services.segments.plugin [-] Segment 55cfc0d2-2b4c-4f92-a330-68614bb3a89e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55cfc0d2-2b4c-4f92-a330-68614bb3a89e found for delete ", "request_id": "req-f3c3adf8-3fba-4705-bb13-4007f413b47e"}]} 2026-04-27 02:40:24.697 7 INFO neutron.services.segments.plugin [-] Segment 55cfc0d2-2b4c-4f92-a330-68614bb3a89e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55cfc0d2-2b4c-4f92-a330-68614bb3a89e found for delete ", "request_id": "req-45160335-8a97-4f34-83b8-cf0f88dd4641"}]} [pid: 7|app: 0|req: 1190/2327] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:40:24 2026] DELETE /v2.0/networks/fdd6c32d-ce5d-4538-94ae-b7023e1c1806 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2328] 10.0.0.86 () {34 vars in 683 bytes} [Mon Apr 27 02:40:24 2026] POST /v2.0/security-groups => generated 1603 bytes in 447 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2329] 10.0.0.86 () {34 vars in 683 bytes} [Mon Apr 27 02:40:25 2026] POST /v2.0/security-groups => generated 1603 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-27 02:40:25.442 7 INFO neutron.db.segments_db [None req-d89eb313-96f9-4b4f-94bf-a2a190ffd77d 3a30b19931ee426fa6aae4c01870f9ab cd01ad54717b42f78794aeb4c748a0e0 - - default default] Added segment e9d285a2-2e3c-4cd3-b444-1ba73135e7f3 of type vxlan for network 30b7c200-e95e-48da-af5f-27d7a5453cf5 [pid: 8|app: 0|req: 1140/2330] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:40:25 2026] GET /v2.0/security-groups?tenant_id=1141320b69e94e7c96cb2fae71e2ac19&name=default => generated 2929 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2331] 10.0.0.86 () {34 vars in 683 bytes} [Mon Apr 27 02:40:25 2026] POST /v2.0/security-groups => generated 1603 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2332] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:25 2026] DELETE /v2.0/security-groups/19d795a1-b915-4f63-bf09-222479af10c1 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:40:25.686 7 INFO neutron.db.l3_hamode_db [None req-d89eb313-96f9-4b4f-94bf-a2a190ffd77d 3a30b19931ee426fa6aae4c01870f9ab cd01ad54717b42f78794aeb4c748a0e0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1143/2333] 10.0.0.86 () {34 vars in 683 bytes} [Mon Apr 27 02:40:25 2026] POST /v2.0/security-groups => generated 1603 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-27 02:40:25.815 7 INFO neutron.db.l3_hamode_db [None req-d89eb313-96f9-4b4f-94bf-a2a190ffd77d 3a30b19931ee426fa6aae4c01870f9ab cd01ad54717b42f78794aeb4c748a0e0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1144/2334] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:40:25 2026] GET /v2.0/security-groups?tenant_id=4541ff53ad014584a472e58ca2f64db4&name=default => generated 2929 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2335] 10.0.0.86 () {34 vars in 683 bytes} [Mon Apr 27 02:40:25 2026] POST /v2.0/security-groups => generated 1603 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2336] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:26 2026] DELETE /v2.0/security-groups/05e91323-2019-44f2-beeb-0006aacd8f6d => 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: 1147/2337] 10.0.0.86 () {34 vars in 766 bytes} [Mon Apr 27 02:40:26 2026] PUT /v2.0/security-groups/15ffc29c-ea6c-4130-9078-c1b1e166bcbc/tags => generated 17 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2338] 10.0.0.86 () {34 vars in 766 bytes} [Mon Apr 27 02:40:26 2026] PUT /v2.0/security-groups/bc4e56c0-4061-43fa-a2ad-b73b87283057/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2339] 10.0.0.86 () {34 vars in 766 bytes} [Mon Apr 27 02:40:26 2026] PUT /v2.0/security-groups/24a12190-ce82-4982-9d9b-28459d89d103/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2340] 10.0.0.86 () {34 vars in 766 bytes} [Mon Apr 27 02:40:26 2026] PUT /v2.0/security-groups/a78f4210-db66-460f-a441-7b7178ca6a35/tags => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2341] 10.0.0.86 () {34 vars in 667 bytes} [Mon Apr 27 02:40:25 2026] POST /v2.0/routers => generated 474 bytes in 1169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2342] 10.0.0.86 () {32 vars in 679 bytes} [Mon Apr 27 02:40:26 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2343] 10.0.0.86 () {32 vars in 693 bytes} [Mon Apr 27 02:40:26 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2344] 10.0.0.86 () {32 vars in 689 bytes} [Mon Apr 27 02:40:26 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2345] 10.0.0.86 () {34 vars in 750 bytes} [Mon Apr 27 02:40:26 2026] PUT /v2.0/routers/d112f74c-077d-4d43-9837-6d11b903a14d/tags => generated 25 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2346] 10.0.0.86 () {32 vars in 701 bytes} [Mon Apr 27 02:40:26 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2347] 10.0.0.86 () {32 vars in 687 bytes} [Mon Apr 27 02:40:26 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2348] 10.0.0.86 () {32 vars in 730 bytes} [Mon Apr 27 02:40:26 2026] GET /v2.0/routers/d112f74c-077d-4d43-9837-6d11b903a14d/tags => generated 25 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2349] 10.0.0.86 () {32 vars in 701 bytes} [Mon Apr 27 02:40:26 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2350] 10.0.0.86 () {32 vars in 697 bytes} [Mon Apr 27 02:40:26 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2351] 10.0.0.86 () {32 vars in 709 bytes} [Mon Apr 27 02:40:26 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2352] 10.0.0.86 () {34 vars in 761 bytes} [Mon Apr 27 02:40:26 2026] PUT /v2.0/routers/d112f74c-077d-4d43-9837-6d11b903a14d/tags/green => generated 4 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2353] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:26 2026] DELETE /v2.0/security-groups/15ffc29c-ea6c-4130-9078-c1b1e166bcbc => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2354] 10.0.0.86 () {32 vars in 730 bytes} [Mon Apr 27 02:40:26 2026] GET /v2.0/routers/d112f74c-077d-4d43-9837-6d11b903a14d/tags => generated 34 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2355] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:26 2026] DELETE /v2.0/security-groups/bc4e56c0-4061-43fa-a2ad-b73b87283057 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2356] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:26 2026] DELETE /v2.0/security-groups/24a12190-ce82-4982-9d9b-28459d89d103 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2357] 10.0.0.86 () {34 vars in 757 bytes} [Mon Apr 27 02:40:26 2026] PUT /v2.0/routers/d112f74c-077d-4d43-9837-6d11b903a14d/tags/red => generated 4 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2358] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:26 2026] DELETE /v2.0/security-groups/a78f4210-db66-460f-a441-7b7178ca6a35 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2359] 10.0.0.86 () {34 vars in 677 bytes} [Mon Apr 27 02:40:26 2026] POST /v2.0/qos/policies => generated 359 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2360] 10.0.0.86 () {32 vars in 730 bytes} [Mon Apr 27 02:40:26 2026] GET /v2.0/routers/d112f74c-077d-4d43-9837-6d11b903a14d/tags => generated 34 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2361] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:26 2026] DELETE /v2.0/security-groups/b37ddd80-bac8-417d-a4bc-7f96cc3b4e61 => 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: 1199/2362] 10.0.0.86 () {34 vars in 677 bytes} [Mon Apr 27 02:40:27 2026] POST /v2.0/qos/policies => generated 359 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2363] 10.0.0.86 () {34 vars in 677 bytes} [Mon Apr 27 02:40:27 2026] POST /v2.0/qos/policies => generated 359 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2364] 10.0.0.86 () {34 vars in 677 bytes} [Mon Apr 27 02:40:27 2026] POST /v2.0/qos/policies => generated 359 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2365] 10.0.0.86 () {34 vars in 779 bytes} [Mon Apr 27 02:40:27 2026] PUT /v2.0/routers/d112f74c-077d-4d43-9837-6d11b903a14d/tags/black.or.white => generated 4 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2366] 10.0.0.86 () {34 vars in 677 bytes} [Mon Apr 27 02:40:27 2026] POST /v2.0/qos/policies => generated 359 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2367] 10.0.0.86 () {34 vars in 752 bytes} [Mon Apr 27 02:40:27 2026] PUT /v2.0/policies/b35e42f0-d009-4ac0-9425-1ad1817353b1/tags => generated 17 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2368] 10.0.0.86 () {34 vars in 752 bytes} [Mon Apr 27 02:40:27 2026] PUT /v2.0/policies/fb67e9ca-bb7d-4c25-b715-1bd67ea088a6/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2369] 10.0.0.86 () {32 vars in 730 bytes} [Mon Apr 27 02:40:27 2026] GET /v2.0/routers/d112f74c-077d-4d43-9837-6d11b903a14d/tags => generated 52 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2370] 10.0.0.86 () {34 vars in 752 bytes} [Mon Apr 27 02:40:27 2026] PUT /v2.0/policies/347f29f5-134f-4f9e-8f4d-368542cce35c/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2371] 10.0.0.86 () {34 vars in 752 bytes} [Mon Apr 27 02:40:27 2026] PUT /v2.0/policies/33c343e0-9acb-4f6d-b82a-57a1ab43e0fa/tags => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2372] 10.0.0.86 () {34 vars in 750 bytes} [Mon Apr 27 02:40:27 2026] PUT /v2.0/routers/d112f74c-077d-4d43-9837-6d11b903a14d/tags => generated 37 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2373] 10.0.0.86 () {32 vars in 730 bytes} [Mon Apr 27 02:40:27 2026] GET /v2.0/routers/d112f74c-077d-4d43-9837-6d11b903a14d/tags => generated 37 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2374] 10.0.0.86 () {32 vars in 738 bytes} [Mon Apr 27 02:40:27 2026] GET /v2.0/routers/d112f74c-077d-4d43-9837-6d11b903a14d/tags/red => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:40:27.688 7 INFO neutron.api.v2.resource [None req-4f3b20de-e0a6-4c2d-9869-bde57ee3aa32 3a30b19931ee426fa6aae4c01870f9ab cd01ad54717b42f78794aeb4c748a0e0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1208/2375] 10.0.0.86 () {32 vars in 742 bytes} [Mon Apr 27 02:40:27 2026] GET /v2.0/routers/d112f74c-077d-4d43-9837-6d11b903a14d/tags/green => generated 99 bytes in 101 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2376] 10.0.0.86 () {32 vars in 741 bytes} [Mon Apr 27 02:40:27 2026] DELETE /v2.0/routers/d112f74c-077d-4d43-9837-6d11b903a14d/tags/red => 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: 1209/2377] 10.0.0.86 () {32 vars in 673 bytes} [Mon Apr 27 02:40:27 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2378] 10.0.0.86 () {32 vars in 730 bytes} [Mon Apr 27 02:40:27 2026] GET /v2.0/routers/d112f74c-077d-4d43-9837-6d11b903a14d/tags => generated 30 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2379] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:40:27 2026] GET /v2.0/security-groups?tenant_id=f3ecece61ec949a78a465ef4464b0a0c&name=default => generated 2929 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2380] 10.0.0.86 () {32 vars in 687 bytes} [Mon Apr 27 02:40:27 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:40:28.046 7 INFO neutron.api.v2.resource [None req-c3a64d31-b088-4f70-bcb3-ab3f1f4f7820 3a30b19931ee426fa6aae4c01870f9ab cd01ad54717b42f78794aeb4c748a0e0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1211/2381] 10.0.0.86 () {32 vars in 745 bytes} [Mon Apr 27 02:40:27 2026] DELETE /v2.0/routers/d112f74c-077d-4d43-9837-6d11b903a14d/tags/green => generated 99 bytes in 97 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2382] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:27 2026] DELETE /v2.0/security-groups/4ad4774d-837e-466a-95d0-524f600f7057 => 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: 1212/2383] 10.0.0.86 () {32 vars in 683 bytes} [Mon Apr 27 02:40:28 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2384] 10.0.0.86 () {32 vars in 733 bytes} [Mon Apr 27 02:40:28 2026] DELETE /v2.0/routers/d112f74c-077d-4d43-9837-6d11b903a14d/tags => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2385] 10.0.0.86 () {32 vars in 695 bytes} [Mon Apr 27 02:40:28 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2386] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:40:28 2026] GET /v2.0/security-groups?tenant_id=704e9abe1505483ca7e54b0e53dce293&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2387] 10.0.0.86 () {32 vars in 730 bytes} [Mon Apr 27 02:40:28 2026] GET /v2.0/routers/d112f74c-077d-4d43-9837-6d11b903a14d/tags => generated 12 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2388] 10.0.0.86 () {32 vars in 681 bytes} [Mon Apr 27 02:40:28 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2389] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:28 2026] DELETE /v2.0/security-groups/cde33117-2c25-4a37-835f-147dba538a86 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2390] 10.0.0.86 () {32 vars in 720 bytes} [Mon Apr 27 02:40:28 2026] GET /v2.0/routers/d112f74c-077d-4d43-9837-6d11b903a14d => generated 480 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2391] 10.0.0.86 () {32 vars in 695 bytes} [Mon Apr 27 02:40:28 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2392] 10.0.0.86 () {32 vars in 691 bytes} [Mon Apr 27 02:40:28 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2393] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:40:28 2026] GET /v2.0/security-groups?tenant_id=1e32e3b34f604700903d6c0cafe228dc&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2394] 10.0.0.86 () {32 vars in 703 bytes} [Mon Apr 27 02:40:28 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2395] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:28 2026] DELETE /v2.0/security-groups/2a3947b2-9c4e-4fab-8a83-0a7ea6aef1d2 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2396] 10.0.0.86 () {32 vars in 733 bytes} [Mon Apr 27 02:40:28 2026] DELETE /v2.0/qos/policies/b35e42f0-d009-4ac0-9425-1ad1817353b1 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2397] 10.0.0.86 () {32 vars in 733 bytes} [Mon Apr 27 02:40:28 2026] DELETE /v2.0/qos/policies/fb67e9ca-bb7d-4c25-b715-1bd67ea088a6 => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2398] 10.0.0.86 () {34 vars in 741 bytes} [Mon Apr 27 02:40:28 2026] PUT /v2.0/routers/d112f74c-077d-4d43-9837-6d11b903a14d => generated 480 bytes in 491 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2399] 10.0.0.86 () {32 vars in 733 bytes} [Mon Apr 27 02:40:28 2026] DELETE /v2.0/qos/policies/347f29f5-134f-4f9e-8f4d-368542cce35c => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2400] 10.0.0.86 () {32 vars in 735 bytes} [Mon Apr 27 02:40:28 2026] GET /v2.0/ports?device_id=d112f74c-077d-4d43-9837-6d11b903a14d => 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: 1224/2401] 10.0.0.86 () {32 vars in 733 bytes} [Mon Apr 27 02:40:28 2026] DELETE /v2.0/qos/policies/33c343e0-9acb-4f6d-b82a-57a1ab43e0fa => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2402] 10.0.0.86 () {32 vars in 733 bytes} [Mon Apr 27 02:40:28 2026] DELETE /v2.0/qos/policies/5175b5af-8c2f-4a1f-82c3-21369371b20f => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:40:29.074 8 INFO neutron_taas.services.taas.taas_plugin [None req-053a145b-08f5-465f-8f23-d64f59da6622 3a30b19931ee426fa6aae4c01870f9ab cd01ad54717b42f78794aeb4c748a0e0 - - default default] TaaS: Handle Delete Port: fc22be58-c164-4ab7-84fd-5f132597b2cb 2026-04-27 02:40:29.077 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-053a145b-08f5-465f-8f23-d64f59da6622 3a30b19931ee426fa6aae4c01870f9ab cd01ad54717b42f78794aeb4c748a0e0 - - default default] Tap Mirror: Handle Delete Port: fc22be58-c164-4ab7-84fd-5f132597b2cb 2026-04-27 02:40:29.441 8 INFO neutron.services.segments.plugin [-] Segment e9d285a2-2e3c-4cd3-b444-1ba73135e7f3 resource provider aggregate not found 2026-04-27 02:40:29.443 8 INFO neutron.services.segments.plugin [-] Segment e9d285a2-2e3c-4cd3-b444-1ba73135e7f3 resource provider aggregate not found 2026-04-27 02:40:29.465 8 INFO neutron.services.segments.plugin [-] Segment e9d285a2-2e3c-4cd3-b444-1ba73135e7f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9d285a2-2e3c-4cd3-b444-1ba73135e7f3 found for delete ", "request_id": "req-1b2f2064-9353-4e68-9c51-4adeda322b35"}]} 2026-04-27 02:40:29.467 8 INFO neutron.services.segments.plugin [-] Segment e9d285a2-2e3c-4cd3-b444-1ba73135e7f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9d285a2-2e3c-4cd3-b444-1ba73135e7f3 found for delete ", "request_id": "req-b16dfb4d-75a3-4138-b56a-151d24ddac8c"}]} 2026-04-27 02:40:29.471 8 INFO neutron.db.l3_hamode_db [None req-053a145b-08f5-465f-8f23-d64f59da6622 3a30b19931ee426fa6aae4c01870f9ab cd01ad54717b42f78794aeb4c748a0e0 - - default default] HA network 30b7c200-e95e-48da-af5f-27d7a5453cf5 was deleted as no HA routers are present in tenant cd01ad54717b42f78794aeb4c748a0e0. [pid: 8|app: 0|req: 1178/2403] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:40:28 2026] DELETE /v2.0/routers/d112f74c-077d-4d43-9837-6d11b903a14d => generated 0 bytes in 566 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:40:29.649 7 INFO neutron.db.segments_db [None req-312a1be6-77b6-4f38-bac0-e7b9f62a03cb 6cf817aad6df4b97bd5276cad6e1f91e 88ebc4bf8538473b87e83f4ba607a876 - - default default] Added segment 1c37bdcc-0287-4452-9987-4a64445d9b97 of type vxlan for network d6939161-dbf0-4631-9165-24f8417bcadc [pid: 7|app: 0|req: 1226/2404] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:40:29 2026] POST /v2.0/networks => generated 630 bytes in 461 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2405] 10.0.0.86 () {34 vars in 663 bytes} [Mon Apr 27 02:40:29 2026] POST /v2.0/ports => generated 743 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1227/2406] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:40:29 2026] GET /v2.0/security-groups?tenant_id=80a964d7ab2d46c8bcd99352d15d0550&name=default => generated 2929 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2408] 10.0.0.86 () {34 vars in 665 bytes} [Mon Apr 27 02:40:30 2026] POST /v2.0/trunks => generated 407 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2408] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:30 2026] DELETE /v2.0/security-groups/b46c4e10-a1f6-4da1-ba17-88eea3610fc6 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2409] 10.0.0.86 () {34 vars in 748 bytes} [Mon Apr 27 02:40:30 2026] PUT /v2.0/trunks/e4540911-3cba-4c0f-88e4-62b7f57310df/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2410] 10.0.0.86 () {32 vars in 728 bytes} [Mon Apr 27 02:40:30 2026] GET /v2.0/trunks/e4540911-3cba-4c0f-88e4-62b7f57310df/tags => generated 25 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2411] 10.0.0.86 () {34 vars in 759 bytes} [Mon Apr 27 02:40:30 2026] PUT /v2.0/trunks/e4540911-3cba-4c0f-88e4-62b7f57310df/tags/green => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2412] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:40:30 2026] GET /v2.0/security-groups?tenant_id=cd01ad54717b42f78794aeb4c748a0e0&name=default => generated 2929 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2413] 10.0.0.86 () {32 vars in 728 bytes} [Mon Apr 27 02:40:30 2026] GET /v2.0/trunks/e4540911-3cba-4c0f-88e4-62b7f57310df/tags => generated 34 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2414] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:40:30 2026] GET /v2.0/security-groups?tenant_id=2363ad4a84ce4111958bdacd7284c716&name=default => generated 2929 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2415] 10.0.0.86 () {34 vars in 755 bytes} [Mon Apr 27 02:40:30 2026] PUT /v2.0/trunks/e4540911-3cba-4c0f-88e4-62b7f57310df/tags/red => generated 4 bytes in 23 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2416] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:30 2026] DELETE /v2.0/security-groups/d6f0f767-8581-4375-aa65-05c6b692e16c => 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: 1184/2417] 10.0.0.86 () {32 vars in 728 bytes} [Mon Apr 27 02:40:30 2026] GET /v2.0/trunks/e4540911-3cba-4c0f-88e4-62b7f57310df/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2418] 10.0.0.86 () {34 vars in 777 bytes} [Mon Apr 27 02:40:30 2026] PUT /v2.0/trunks/e4540911-3cba-4c0f-88e4-62b7f57310df/tags/black.or.white => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2419] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:30 2026] DELETE /v2.0/security-groups/9d7e3b9b-87c1-4443-8cb2-3690ef9bf27b => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2420] 10.0.0.86 () {32 vars in 728 bytes} [Mon Apr 27 02:40:30 2026] GET /v2.0/trunks/e4540911-3cba-4c0f-88e4-62b7f57310df/tags => generated 52 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2421] 10.0.0.86 () {34 vars in 748 bytes} [Mon Apr 27 02:40:30 2026] PUT /v2.0/trunks/e4540911-3cba-4c0f-88e4-62b7f57310df/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2422] 10.0.0.86 () {32 vars in 728 bytes} [Mon Apr 27 02:40:30 2026] GET /v2.0/trunks/e4540911-3cba-4c0f-88e4-62b7f57310df/tags => generated 37 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2423] 10.0.0.86 () {32 vars in 736 bytes} [Mon Apr 27 02:40:30 2026] GET /v2.0/trunks/e4540911-3cba-4c0f-88e4-62b7f57310df/tags/red => generated 0 bytes in 22 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2424] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:40:30 2026] GET /v2.0/security-groups?tenant_id=9f52f21239b34a72b541a7bdb0bd6dfb&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:40:30.837 7 INFO neutron.api.v2.resource [None req-9e4815b7-10bc-45e4-9c23-53d7642ffe1f 6cf817aad6df4b97bd5276cad6e1f91e 88ebc4bf8538473b87e83f4ba607a876 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1237/2425] 10.0.0.86 () {32 vars in 740 bytes} [Mon Apr 27 02:40:30 2026] GET /v2.0/trunks/e4540911-3cba-4c0f-88e4-62b7f57310df/tags/green => generated 99 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2426] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:40:30 2026] GET /v2.0/security-groups?tenant_id=74b7bf23eb5f4e27b9332d8ea3b586f1&name=default => generated 2929 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2427] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:30 2026] DELETE /v2.0/trunks/e4540911-3cba-4c0f-88e4-62b7f57310df/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2428] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:30 2026] DELETE /v2.0/security-groups/f6b80996-90b2-4e2b-85d3-a4583e1e5f28 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2429] 10.0.0.86 () {32 vars in 728 bytes} [Mon Apr 27 02:40:30 2026] GET /v2.0/trunks/e4540911-3cba-4c0f-88e4-62b7f57310df/tags => generated 30 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:40:30.978 7 INFO neutron.api.v2.resource [None req-c100c844-ead2-4eca-9d22-064bf6ae0e89 6cf817aad6df4b97bd5276cad6e1f91e 88ebc4bf8538473b87e83f4ba607a876 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1240/2430] 10.0.0.86 () {32 vars in 743 bytes} [Mon Apr 27 02:40:30 2026] DELETE /v2.0/trunks/e4540911-3cba-4c0f-88e4-62b7f57310df/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2431] 10.0.0.86 () {32 vars in 731 bytes} [Mon Apr 27 02:40:30 2026] DELETE /v2.0/trunks/e4540911-3cba-4c0f-88e4-62b7f57310df/tags => generated 0 bytes in 26 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2432] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:30 2026] DELETE /v2.0/security-groups/b79e0aaf-2c2f-4863-b062-71d1e0ea9d6f => 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: 1242/2433] 10.0.0.86 () {32 vars in 728 bytes} [Mon Apr 27 02:40:31 2026] GET /v2.0/trunks/e4540911-3cba-4c0f-88e4-62b7f57310df/tags => 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: 1192/2434] 10.0.0.86 () {32 vars in 718 bytes} [Mon Apr 27 02:40:31 2026] GET /v2.0/trunks/e4540911-3cba-4c0f-88e4-62b7f57310df => generated 407 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2435] 10.0.0.86 () {32 vars in 716 bytes} [Mon Apr 27 02:40:31 2026] GET /v2.0/ports/c02f5e9a-6306-446c-bd4b-ccc4f9e9e8cf => generated 826 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2436] 10.0.0.86 () {32 vars in 721 bytes} [Mon Apr 27 02:40:31 2026] DELETE /v2.0/trunks/e4540911-3cba-4c0f-88e4-62b7f57310df => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:40:31.343 7 INFO neutron_taas.services.taas.taas_plugin [None req-df728aa4-34df-43a2-a995-3a5df0ad5c48 6cf817aad6df4b97bd5276cad6e1f91e 88ebc4bf8538473b87e83f4ba607a876 - - default default] TaaS: Handle Delete Port: c02f5e9a-6306-446c-bd4b-ccc4f9e9e8cf 2026-04-27 02:40:31.348 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df728aa4-34df-43a2-a995-3a5df0ad5c48 6cf817aad6df4b97bd5276cad6e1f91e 88ebc4bf8538473b87e83f4ba607a876 - - default default] Tap Mirror: Handle Delete Port: c02f5e9a-6306-446c-bd4b-ccc4f9e9e8cf [pid: 7|app: 0|req: 1244/2437] 10.0.0.86 () {32 vars in 719 bytes} [Mon Apr 27 02:40:31 2026] DELETE /v2.0/ports/c02f5e9a-6306-446c-bd4b-ccc4f9e9e8cf => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:40:31.575 8 INFO neutron.services.segments.plugin [-] Segment 1c37bdcc-0287-4452-9987-4a64445d9b97 resource provider aggregate not found 2026-04-27 02:40:31.579 8 INFO neutron.services.segments.plugin [-] Segment 1c37bdcc-0287-4452-9987-4a64445d9b97 resource provider aggregate not found 2026-04-27 02:40:31.597 8 INFO neutron.services.segments.plugin [-] Segment 1c37bdcc-0287-4452-9987-4a64445d9b97 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c37bdcc-0287-4452-9987-4a64445d9b97 found for delete ", "request_id": "req-f7118b2e-6bfb-4128-8ddf-07593ba54e1b"}]} 2026-04-27 02:40:31.602 8 INFO neutron.services.segments.plugin [-] Segment 1c37bdcc-0287-4452-9987-4a64445d9b97 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c37bdcc-0287-4452-9987-4a64445d9b97 found for delete ", "request_id": "req-92c7ffac-6435-4fc0-8ec0-b5fa1872107f"}]} [pid: 8|app: 0|req: 1194/2438] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:40:31 2026] DELETE /v2.0/networks/d6939161-dbf0-4631-9165-24f8417bcadc => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2439] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:40:32 2026] GET /v2.0/security-groups?tenant_id=c3cabff948394a5abf8e362b234a2cc7&name=default => generated 2929 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2440] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:32 2026] DELETE /v2.0/security-groups/2c83e234-84fa-4a90-bc80-8a13c1a48fbc => 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: 1246/2441] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:40:32 2026] GET /v2.0/security-groups?tenant_id=88ebc4bf8538473b87e83f4ba607a876&name=default => generated 2929 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2442] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:32 2026] DELETE /v2.0/security-groups/483c0240-646b-4af0-b458-7b7cbeb47bbc => 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: 1247/2443] 10.0.0.86 () {34 vars in 675 bytes} [Mon Apr 27 02:40:33 2026] POST /v2.0/subnetpools => generated 516 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2444] 10.0.0.86 () {34 vars in 675 bytes} [Mon Apr 27 02:40:33 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: 1248/2445] 10.0.0.86 () {34 vars in 675 bytes} [Mon Apr 27 02:40:33 2026] POST /v2.0/subnetpools => generated 516 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2446] 10.0.0.86 () {34 vars in 675 bytes} [Mon Apr 27 02:40:33 2026] POST /v2.0/subnetpools => generated 516 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2447] 10.0.0.86 () {34 vars in 675 bytes} [Mon Apr 27 02:40:33 2026] POST /v2.0/subnetpools => generated 516 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2448] 10.0.0.86 () {34 vars in 758 bytes} [Mon Apr 27 02:40:33 2026] PUT /v2.0/subnetpools/e1a78f0a-7901-494d-8985-a17004d94a53/tags => generated 17 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2449] 10.0.0.86 () {34 vars in 758 bytes} [Mon Apr 27 02:40:33 2026] PUT /v2.0/subnetpools/84f510eb-1fe3-4eec-88b9-4cb87693ff2c/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: 1200/2450] 10.0.0.86 () {34 vars in 758 bytes} [Mon Apr 27 02:40:33 2026] PUT /v2.0/subnetpools/5d463b8c-8a0b-4e4d-80c4-e62028bdccde/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2451] 10.0.0.86 () {34 vars in 758 bytes} [Mon Apr 27 02:40:33 2026] PUT /v2.0/subnetpools/d4496baa-5f7d-48cf-8bc0-6f699490a17f/tags => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2452] 10.0.0.86 () {32 vars in 671 bytes} [Mon Apr 27 02:40:33 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2453] 10.0.0.86 () {32 vars in 685 bytes} [Mon Apr 27 02:40:34 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2454] 10.0.0.86 () {32 vars in 681 bytes} [Mon Apr 27 02:40:34 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2455] 10.0.0.86 () {32 vars in 693 bytes} [Mon Apr 27 02:40:34 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2456] 10.0.0.86 () {32 vars in 679 bytes} [Mon Apr 27 02:40:34 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2457] 10.0.0.86 () {32 vars in 693 bytes} [Mon Apr 27 02:40:34 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2458] 10.0.0.86 () {32 vars in 689 bytes} [Mon Apr 27 02:40:34 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2459] 10.0.0.86 () {32 vars in 701 bytes} [Mon Apr 27 02:40:34 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2460] 10.0.0.86 () {32 vars in 731 bytes} [Mon Apr 27 02:40:34 2026] DELETE /v2.0/subnetpools/e1a78f0a-7901-494d-8985-a17004d94a53 => 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: 1258/2461] 10.0.0.86 () {32 vars in 731 bytes} [Mon Apr 27 02:40:34 2026] DELETE /v2.0/subnetpools/84f510eb-1fe3-4eec-88b9-4cb87693ff2c => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:40:34.338 8 INFO neutron.db.segments_db [None req-94f40499-9409-477c-b074-374e576ea5b2 003662ffe3ca49f7b2cdd04e271788e7 d485544c66b04c2889ecd230c08e4b59 - - default default] Added segment a9240621-950c-4144-bc29-4d7ce0935798 of type vxlan for network b3f0e992-88ec-4240-bead-83293fe0b26b [pid: 7|app: 0|req: 1259/2462] 10.0.0.86 () {32 vars in 731 bytes} [Mon Apr 27 02:40:34 2026] DELETE /v2.0/subnetpools/5d463b8c-8a0b-4e4d-80c4-e62028bdccde => 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: 1204/2463] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:40:34 2026] POST /v2.0/networks => generated 631 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2464] 10.0.0.86 () {32 vars in 731 bytes} [Mon Apr 27 02:40:34 2026] DELETE /v2.0/subnetpools/d4496baa-5f7d-48cf-8bc0-6f699490a17f => 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: 1205/2465] 10.0.0.86 () {34 vars in 752 bytes} [Mon Apr 27 02:40:34 2026] PUT /v2.0/networks/b3f0e992-88ec-4240-bead-83293fe0b26b/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: 1261/2466] 10.0.0.86 () {32 vars in 731 bytes} [Mon Apr 27 02:40:34 2026] DELETE /v2.0/subnetpools/aa46c5c8-09d8-4798-b121-959e56788436 => 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: 1206/2467] 10.0.0.86 () {32 vars in 732 bytes} [Mon Apr 27 02:40:34 2026] GET /v2.0/networks/b3f0e992-88ec-4240-bead-83293fe0b26b/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2468] 10.0.0.86 () {34 vars in 763 bytes} [Mon Apr 27 02:40:34 2026] PUT /v2.0/networks/b3f0e992-88ec-4240-bead-83293fe0b26b/tags/green => generated 4 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2469] 10.0.0.86 () {32 vars in 732 bytes} [Mon Apr 27 02:40:34 2026] GET /v2.0/networks/b3f0e992-88ec-4240-bead-83293fe0b26b/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2470] 10.0.0.86 () {34 vars in 759 bytes} [Mon Apr 27 02:40:34 2026] PUT /v2.0/networks/b3f0e992-88ec-4240-bead-83293fe0b26b/tags/red => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2471] 10.0.0.86 () {32 vars in 732 bytes} [Mon Apr 27 02:40:34 2026] GET /v2.0/networks/b3f0e992-88ec-4240-bead-83293fe0b26b/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2472] 10.0.0.86 () {34 vars in 781 bytes} [Mon Apr 27 02:40:34 2026] PUT /v2.0/networks/b3f0e992-88ec-4240-bead-83293fe0b26b/tags/black.or.white => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2473] 10.0.0.86 () {32 vars in 732 bytes} [Mon Apr 27 02:40:34 2026] GET /v2.0/networks/b3f0e992-88ec-4240-bead-83293fe0b26b/tags => generated 52 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2474] 10.0.0.86 () {34 vars in 752 bytes} [Mon Apr 27 02:40:34 2026] PUT /v2.0/networks/b3f0e992-88ec-4240-bead-83293fe0b26b/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2475] 10.0.0.86 () {32 vars in 732 bytes} [Mon Apr 27 02:40:34 2026] GET /v2.0/networks/b3f0e992-88ec-4240-bead-83293fe0b26b/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2476] 10.0.0.86 () {32 vars in 740 bytes} [Mon Apr 27 02:40:35 2026] GET /v2.0/networks/b3f0e992-88ec-4240-bead-83293fe0b26b/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:40:35.103 8 INFO neutron.api.v2.resource [None req-5a489622-ebf2-4a59-acfe-a51926d9eead 003662ffe3ca49f7b2cdd04e271788e7 d485544c66b04c2889ecd230c08e4b59 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1211/2477] 10.0.0.86 () {32 vars in 744 bytes} [Mon Apr 27 02:40:35 2026] GET /v2.0/networks/b3f0e992-88ec-4240-bead-83293fe0b26b/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: 1267/2478] 10.0.0.86 () {32 vars in 743 bytes} [Mon Apr 27 02:40:35 2026] DELETE /v2.0/networks/b3f0e992-88ec-4240-bead-83293fe0b26b/tags/red => 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: 1212/2479] 10.0.0.86 () {32 vars in 732 bytes} [Mon Apr 27 02:40:35 2026] GET /v2.0/networks/b3f0e992-88ec-4240-bead-83293fe0b26b/tags => generated 30 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:40:35.278 7 INFO neutron.api.v2.resource [None req-f2f56b04-29ee-4ae0-8283-288564af3641 003662ffe3ca49f7b2cdd04e271788e7 d485544c66b04c2889ecd230c08e4b59 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1268/2480] 10.0.0.86 () {32 vars in 747 bytes} [Mon Apr 27 02:40:35 2026] DELETE /v2.0/networks/b3f0e992-88ec-4240-bead-83293fe0b26b/tags/green => generated 99 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2481] 10.0.0.86 () {32 vars in 735 bytes} [Mon Apr 27 02:40:35 2026] DELETE /v2.0/networks/b3f0e992-88ec-4240-bead-83293fe0b26b/tags => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2482] 10.0.0.86 () {32 vars in 732 bytes} [Mon Apr 27 02:40:35 2026] GET /v2.0/networks/b3f0e992-88ec-4240-bead-83293fe0b26b/tags => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2483] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:40:35 2026] GET /v2.0/security-groups?tenant_id=dcbd78b99c0b4245b8a21a5b76b08a3a&name=default => generated 2929 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:40:35.506 7 INFO neutron.services.segments.plugin [-] Segment a9240621-950c-4144-bc29-4d7ce0935798 resource provider aggregate not found 2026-04-27 02:40:35.507 7 INFO neutron.services.segments.plugin [-] Segment a9240621-950c-4144-bc29-4d7ce0935798 resource provider aggregate not found 2026-04-27 02:40:35.527 7 INFO neutron.services.segments.plugin [-] Segment a9240621-950c-4144-bc29-4d7ce0935798 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9240621-950c-4144-bc29-4d7ce0935798 found for delete ", "request_id": "req-f96a0615-0f2a-4979-9c15-309a144cd852"}]} 2026-04-27 02:40:35.535 7 INFO neutron.services.segments.plugin [-] Segment a9240621-950c-4144-bc29-4d7ce0935798 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9240621-950c-4144-bc29-4d7ce0935798 found for delete ", "request_id": "req-941b9cf8-dee0-43a7-9014-8fce531972ca"}]} [pid: 7|app: 0|req: 1271/2484] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:40:35 2026] DELETE /v2.0/networks/b3f0e992-88ec-4240-bead-83293fe0b26b => 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: 1214/2485] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:35 2026] DELETE /v2.0/security-groups/88642dd1-87b5-47b5-8b8c-54939b455553 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2486] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:40:35 2026] GET /v2.0/security-groups?tenant_id=29a411444bfe49ffbda7124c06b30dd5&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2487] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:35 2026] DELETE /v2.0/security-groups/f5c5c33c-7454-456e-8acc-3a90bcfa7004 => 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: 1216/2488] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:40:36 2026] GET /v2.0/security-groups?tenant_id=384f9a4871714f6b9f5b8e63aa909b0f&name=default => generated 2929 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2489] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:40:36 2026] GET /v2.0/security-groups?tenant_id=d485544c66b04c2889ecd230c08e4b59&name=default => generated 2929 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2490] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:36 2026] DELETE /v2.0/security-groups/2ebaab2a-df10-41fc-8b66-331da99d275e => 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: 1274/2491] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:36 2026] DELETE /v2.0/security-groups/06674ea0-9c03-4760-a7aa-bb9b18e7951c => 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: 1218/2492] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:40:36 2026] GET /v2.0/security-groups?tenant_id=3aeedbf4d94040f9b38ad4b3bb8c78a8&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2493] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:36 2026] DELETE /v2.0/security-groups/8fda496f-d3d8-450e-aed1-3365129317f2 => 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: 1277/2496] 10.0.0.86 () {34 vars in 683 bytes} [Mon Apr 27 02:40:39 2026] POST /v2.0/security-groups => generated 1603 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2497] 10.0.0.86 () {34 vars in 766 bytes} [Mon Apr 27 02:40:40 2026] PUT /v2.0/security-groups/6c897562-828d-41ec-ac83-f1039a11336a/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2498] 10.0.0.86 () {32 vars in 746 bytes} [Mon Apr 27 02:40:40 2026] GET /v2.0/security-groups/6c897562-828d-41ec-ac83-f1039a11336a/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2499] 10.0.0.86 () {34 vars in 777 bytes} [Mon Apr 27 02:40:40 2026] PUT /v2.0/security-groups/6c897562-828d-41ec-ac83-f1039a11336a/tags/green => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2500] 10.0.0.86 () {32 vars in 746 bytes} [Mon Apr 27 02:40:40 2026] GET /v2.0/security-groups/6c897562-828d-41ec-ac83-f1039a11336a/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2501] 10.0.0.86 () {34 vars in 773 bytes} [Mon Apr 27 02:40:40 2026] PUT /v2.0/security-groups/6c897562-828d-41ec-ac83-f1039a11336a/tags/red => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2502] 10.0.0.86 () {32 vars in 746 bytes} [Mon Apr 27 02:40:40 2026] GET /v2.0/security-groups/6c897562-828d-41ec-ac83-f1039a11336a/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2503] 10.0.0.86 () {34 vars in 795 bytes} [Mon Apr 27 02:40:40 2026] PUT /v2.0/security-groups/6c897562-828d-41ec-ac83-f1039a11336a/tags/black.or.white => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2504] 10.0.0.86 () {32 vars in 746 bytes} [Mon Apr 27 02:40:40 2026] GET /v2.0/security-groups/6c897562-828d-41ec-ac83-f1039a11336a/tags => generated 52 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2505] 10.0.0.86 () {34 vars in 766 bytes} [Mon Apr 27 02:40:40 2026] PUT /v2.0/security-groups/6c897562-828d-41ec-ac83-f1039a11336a/tags => generated 37 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2506] 10.0.0.86 () {32 vars in 746 bytes} [Mon Apr 27 02:40:40 2026] GET /v2.0/security-groups/6c897562-828d-41ec-ac83-f1039a11336a/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2507] 10.0.0.86 () {32 vars in 754 bytes} [Mon Apr 27 02:40:40 2026] GET /v2.0/security-groups/6c897562-828d-41ec-ac83-f1039a11336a/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:40:40.678 7 INFO neutron.api.v2.resource [None req-76a23258-cac7-4183-9ba2-155427b1ff77 b209d1c857af4dcdbe681388cdaafc9e 2182bcdb599e4d98bd340b2a214c6fd6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1283/2508] 10.0.0.86 () {32 vars in 758 bytes} [Mon Apr 27 02:40:40 2026] GET /v2.0/security-groups/6c897562-828d-41ec-ac83-f1039a11336a/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2509] 10.0.0.86 () {32 vars in 757 bytes} [Mon Apr 27 02:40:40 2026] DELETE /v2.0/security-groups/6c897562-828d-41ec-ac83-f1039a11336a/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2510] 10.0.0.86 () {32 vars in 746 bytes} [Mon Apr 27 02:40:40 2026] GET /v2.0/security-groups/6c897562-828d-41ec-ac83-f1039a11336a/tags => generated 30 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:40:40.816 8 INFO neutron.api.v2.resource [None req-9f0d9929-f720-4a83-9f87-3d4f6a6b507d b209d1c857af4dcdbe681388cdaafc9e 2182bcdb599e4d98bd340b2a214c6fd6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1227/2511] 10.0.0.86 () {32 vars in 761 bytes} [Mon Apr 27 02:40:40 2026] DELETE /v2.0/security-groups/6c897562-828d-41ec-ac83-f1039a11336a/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2512] 10.0.0.86 () {32 vars in 749 bytes} [Mon Apr 27 02:40:40 2026] DELETE /v2.0/security-groups/6c897562-828d-41ec-ac83-f1039a11336a/tags => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2513] 10.0.0.86 () {32 vars in 746 bytes} [Mon Apr 27 02:40:40 2026] GET /v2.0/security-groups/6c897562-828d-41ec-ac83-f1039a11336a/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2514] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:40 2026] DELETE /v2.0/security-groups/6c897562-828d-41ec-ac83-f1039a11336a => 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: 1229/2515] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:40:41 2026] GET /v2.0/security-groups?tenant_id=b516983ad0bb4b11b95cdd49ea914e1b&name=default => generated 2929 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2516] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:41 2026] DELETE /v2.0/security-groups/1f63740f-59c4-4fb1-997d-e8249bd495c0 => 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: 1230/2517] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:40:42 2026] GET /v2.0/security-groups?tenant_id=2182bcdb599e4d98bd340b2a214c6fd6&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: 1288/2518] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:42 2026] DELETE /v2.0/security-groups/28cbca7b-3941-4b46-a393-b3e466a3bcd7 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:40:45.466 8 INFO neutron.db.segments_db [None req-37d7c051-9ee0-4c96-ae0a-fed03de2f098 2bedfc88efa840ce9c21b88b655a8278 e5042f6eb7524fe6b145ad92f8761043 - - default default] Added segment 081f5054-ec67-43c1-bdb4-c76254ce93a5 of type vxlan for network 147d991a-ef77-4cb7-bdf0-29d41605a1d6 [pid: 8|app: 0|req: 1231/2519] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:40:45 2026] POST /v2.0/networks => generated 632 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:40:45.619 7 INFO neutron.db.segments_db [None req-9040d21d-6f78-4e4b-88db-f1e6681e4c98 2bedfc88efa840ce9c21b88b655a8278 e5042f6eb7524fe6b145ad92f8761043 - - default default] Added segment d73a3d0c-4ef3-4aad-a6a8-5df4fa37342b of type vxlan for network a9342cb2-5364-4e9b-a750-13785fda3010 [pid: 7|app: 0|req: 1289/2520] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:40:45 2026] POST /v2.0/networks => generated 631 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2521] 10.0.0.86 () {34 vars in 752 bytes} [Mon Apr 27 02:40:45 2026] PUT /v2.0/networks/147d991a-ef77-4cb7-bdf0-29d41605a1d6/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2522] 10.0.0.86 () {32 vars in 732 bytes} [Mon Apr 27 02:40:45 2026] GET /v2.0/networks/147d991a-ef77-4cb7-bdf0-29d41605a1d6/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2523] 10.0.0.86 () {34 vars in 752 bytes} [Mon Apr 27 02:40:45 2026] PUT /v2.0/networks/a9342cb2-5364-4e9b-a750-13785fda3010/tags => generated 17 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2524] 10.0.0.86 () {32 vars in 732 bytes} [Mon Apr 27 02:40:45 2026] GET /v2.0/networks/a9342cb2-5364-4e9b-a750-13785fda3010/tags => generated 17 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2525] 10.0.0.86 () {34 vars in 752 bytes} [Mon Apr 27 02:40:45 2026] PUT /v2.0/networks/a9342cb2-5364-4e9b-a750-13785fda3010/tags => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2526] 10.0.0.86 () {32 vars in 732 bytes} [Mon Apr 27 02:40:45 2026] GET /v2.0/networks/a9342cb2-5364-4e9b-a750-13785fda3010/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2527] 10.0.0.86 () {32 vars in 732 bytes} [Mon Apr 27 02:40:46 2026] GET /v2.0/networks/147d991a-ef77-4cb7-bdf0-29d41605a1d6/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:40:46.205 7 INFO neutron.services.segments.plugin [-] Segment 081f5054-ec67-43c1-bdb4-c76254ce93a5 resource provider aggregate not found 2026-04-27 02:40:46.217 7 INFO neutron.services.segments.plugin [-] Segment 081f5054-ec67-43c1-bdb4-c76254ce93a5 resource provider aggregate not found 2026-04-27 02:40:46.230 7 INFO neutron.services.segments.plugin [-] Segment 081f5054-ec67-43c1-bdb4-c76254ce93a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 081f5054-ec67-43c1-bdb4-c76254ce93a5 found for delete ", "request_id": "req-30812209-8bfd-4b11-b9d5-0c3855005645"}]} 2026-04-27 02:40:46.233 7 INFO neutron.services.segments.plugin [-] Segment 081f5054-ec67-43c1-bdb4-c76254ce93a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 081f5054-ec67-43c1-bdb4-c76254ce93a5 found for delete ", "request_id": "req-95746641-3893-4311-8add-8f47a37e9cc5"}]} [pid: 7|app: 0|req: 1293/2528] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:40:46 2026] DELETE /v2.0/networks/147d991a-ef77-4cb7-bdf0-29d41605a1d6 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:40:46.371 8 INFO neutron.services.segments.plugin [-] Segment d73a3d0c-4ef3-4aad-a6a8-5df4fa37342b resource provider aggregate not found 2026-04-27 02:40:46.372 8 INFO neutron.services.segments.plugin [-] Segment d73a3d0c-4ef3-4aad-a6a8-5df4fa37342b resource provider aggregate not found 2026-04-27 02:40:46.396 8 INFO neutron.services.segments.plugin [-] Segment d73a3d0c-4ef3-4aad-a6a8-5df4fa37342b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d73a3d0c-4ef3-4aad-a6a8-5df4fa37342b found for delete ", "request_id": "req-65c3cf7f-ac9a-4255-a54a-99579db24241"}]} 2026-04-27 02:40:46.400 8 INFO neutron.services.segments.plugin [-] Segment d73a3d0c-4ef3-4aad-a6a8-5df4fa37342b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d73a3d0c-4ef3-4aad-a6a8-5df4fa37342b found for delete ", "request_id": "req-dbd8dabb-9e58-4ea6-bb88-6ff76f12f023"}]} [pid: 8|app: 0|req: 1236/2529] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:40:46 2026] DELETE /v2.0/networks/a9342cb2-5364-4e9b-a750-13785fda3010 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2530] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:40:47 2026] GET /v2.0/security-groups?tenant_id=e5042f6eb7524fe6b145ad92f8761043&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2531] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:47 2026] DELETE /v2.0/security-groups/2cc1d06e-a0b1-47f2-8ff8-abf4c95ee88c => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2532] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:40:47 2026] GET /v2.0/security-groups?tenant_id=92c0330a8353452c82585dbbf6731f11&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: 1238/2533] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:47 2026] DELETE /v2.0/security-groups/20b1e9ae-ea59-446d-86a4-5569d09a4ce6 => 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: 1296/2534] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:40:50 2026] GET /v2.0/security-groups?tenant_id=bf3beb4a0cd945f7b81dc14e02cb18f8&name=default => generated 2929 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2535] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:51 2026] DELETE /v2.0/security-groups/88732ad2-56a4-4b0d-9841-9ed7d8eb411d => 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: 1297/2536] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:40:51 2026] GET /v2.0/security-groups?tenant_id=d0b1c5dd2ccd48e9bab6c19d0e35ff8e&name=default => generated 2929 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2537] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:40:51 2026] DELETE /v2.0/security-groups/acd301ef-1653-43ca-afd3-e171b13d5fa6 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:41:00.695 8 INFO neutron.db.segments_db [None req-21770c20-b0a5-4f87-a049-f2fea68083d2 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] Added segment c599ffd7-372d-4f49-be66-37d70c588081 of type vxlan for network 179cfc77-a312-4f22-ac4e-344456cb3e2d [pid: 8|app: 0|req: 1242/2540] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:41:00 2026] POST /v2.0/networks => generated 640 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2541] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:41:00 2026] POST /v2.0/subnets => generated 657 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2542] 10.0.0.86 () {32 vars in 721 bytes} [Mon Apr 27 02:41:01 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2543] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:41:01 2026] POST /v2.0/subnets => generated 732 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:41:01.371 8 INFO neutron.db.segments_db [None req-9adc292d-c2b2-433b-961e-e80c2f9d112c 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] Added segment dd900cdc-546a-4e29-b27b-5916026752f9 of type vxlan for network 88637c3c-9c76-4b4e-985e-1a9fad30388c [pid: 8|app: 0|req: 1244/2544] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:41:01 2026] POST /v2.0/networks => generated 637 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2545] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:41:01 2026] POST /v2.0/subnets => generated 656 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2546] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:41:01 2026] POST /v2.0/subnets => generated 726 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:41:01.997 7 INFO neutron.db.segments_db [None req-1d37c5dc-89f8-4eec-a2ac-53849f134fa7 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] Added segment 0b764bb4-8f69-46c7-99fe-2087b70a87bb of type vxlan for network 0fcaeeb8-7941-4ac3-8a65-9da1e02802ff [pid: 7|app: 0|req: 1302/2547] 10.0.0.86 () {34 vars in 669 bytes} [Mon Apr 27 02:41:01 2026] POST /v2.0/networks => generated 638 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2548] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:41:02 2026] POST /v2.0/subnets => generated 656 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2549] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:41:02 2026] POST /v2.0/subnets => generated 729 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:41:02.653 8 INFO neutron.db.segments_db [None req-a511d430-0a2e-4762-b8dc-d9126f82a2f9 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] Added segment 22097aea-c18e-4cbc-aca6-702469dc182b of type vxlan for network 5b78fb18-8601-4a6c-a44b-1837ff0493cd 2026-04-27 02:41:02.871 8 INFO neutron.db.l3_hamode_db [None req-a511d430-0a2e-4762-b8dc-d9126f82a2f9 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-27 02:41:03.610 8 INFO neutron.db.l3_hamode_db [None req-a511d430-0a2e-4762-b8dc-d9126f82a2f9 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1247/2550] 10.0.0.86 () {34 vars in 668 bytes} [Mon Apr 27 02:41:02 2026] POST /v2.0/routers => generated 685 bytes in 1822 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2551] 10.0.0.86 () {34 vars in 782 bytes} [Mon Apr 27 02:41:04 2026] PUT /v2.0/routers/7300129e-0827-4a41-a3d4-478a45aebe24/add_router_interface => generated 309 bytes in 1328 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2552] 10.0.0.86 () {34 vars in 782 bytes} [Mon Apr 27 02:41:05 2026] PUT /v2.0/routers/7300129e-0827-4a41-a3d4-478a45aebe24/add_router_interface => generated 309 bytes in 1412 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2555] 10.0.0.86 () {34 vars in 782 bytes} [Mon Apr 27 02:41:07 2026] PUT /v2.0/routers/7300129e-0827-4a41-a3d4-478a45aebe24/add_router_interface => generated 309 bytes in 1353 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2556] 10.0.0.86 () {34 vars in 683 bytes} [Mon Apr 27 02:41:08 2026] POST /v2.0/security-groups => generated 1630 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2557] 10.0.0.86 () {34 vars in 694 bytes} [Mon Apr 27 02:41:08 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: 8|app: 0|req: 1252/2558] 10.0.0.86 () {34 vars in 694 bytes} [Mon Apr 27 02:41:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2559] 10.0.0.86 () {34 vars in 694 bytes} [Mon Apr 27 02:41:09 2026] POST /v2.0/security-group-rules => generated 599 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2560] 10.0.0.86 () {34 vars in 694 bytes} [Mon Apr 27 02:41:09 2026] POST /v2.0/security-group-rules => generated 601 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2561] 10.0.0.86 () {34 vars in 694 bytes} [Mon Apr 27 02:41:09 2026] POST /v2.0/security-group-rules => generated 601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2562] 10.0.0.86 () {34 vars in 694 bytes} [Mon Apr 27 02:41:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2563] 10.0.0.86 () {34 vars in 694 bytes} [Mon Apr 27 02:41:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2564] 10.0.0.86 () {34 vars in 694 bytes} [Mon Apr 27 02:41:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2565] 10.0.0.86 () {34 vars in 694 bytes} [Mon Apr 27 02:41:09 2026] POST /v2.0/security-group-rules => generated 599 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2566] 10.0.0.86 () {34 vars in 694 bytes} [Mon Apr 27 02:41:09 2026] POST /v2.0/security-group-rules => generated 601 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2567] 10.0.0.86 () {34 vars in 694 bytes} [Mon Apr 27 02:41:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2568] 10.0.0.110 () {34 vars in 1096 bytes} [Mon Apr 27 02:41:10 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1461671859&fields=id&tenant_id=97525607981d45468b5fb1f95ec8fa61 => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2569] 10.0.0.110 () {34 vars in 982 bytes} [Mon Apr 27 02:41:10 2026] GET /v2.0/networks?id=88637c3c-9c76-4b4e-985e-1a9fad30388c => generated 704 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2570] 10.0.0.110 () {34 vars in 965 bytes} [Mon Apr 27 02:41:10 2026] GET /v2.0/quotas/97525607981d45468b5fb1f95ec8fa61 => 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: 1313/2571] 10.0.0.110 () {34 vars in 1002 bytes} [Mon Apr 27 02:41:10 2026] GET /v2.0/ports?tenant_id=97525607981d45468b5fb1f95ec8fa61&fields=id => generated 287 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2572] 10.0.0.110 () {34 vars in 1008 bytes} [Mon Apr 27 02:41:10 2026] GET /v2.0/networks/88637c3c-9c76-4b4e-985e-1a9fad30388c?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2573] 10.0.0.110 () {34 vars in 1108 bytes} [Mon Apr 27 02:41:10 2026] GET /v2.0/networks/88637c3c-9c76-4b4e-985e-1a9fad30388c?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: 1260/2574] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:41:11 2026] GET /v2.0/ports?device_id=3437cab6-19ac-4fb3-8fed-a634d44165e8 => 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: 1315/2575] 199.204.45.72 () {34 vars in 985 bytes} [Mon Apr 27 02:41:15 2026] GET /v2.0/networks?id=88637c3c-9c76-4b4e-985e-1a9fad30388c => generated 704 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2576] 199.204.45.72 () {34 vars in 1049 bytes} [Mon Apr 27 02:41:15 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=97525607981d45468b5fb1f95ec8fa61 => generated 179 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2577] 199.204.45.72 () {38 vars in 954 bytes} [Mon Apr 27 02:41:15 2026] POST /v2.0/ports => generated 1183 bytes in 388 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: 1317/2578] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:41:16 2026] GET /v2.0/ports?device_id=3437cab6-19ac-4fb3-8fed-a634d44165e8 => generated 1198 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2579] 199.204.45.72 () {38 vars in 1027 bytes} [Mon Apr 27 02:41:15 2026] PUT /v2.0/ports/54da6f4b-aacd-4bee-b539-85bc535387d0 => generated 1464 bytes in 405 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:41:16.270 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4ee7aee0-2def-4560-96b9-91fd70759c54'] response: {'name': 'network-changed', 'server_uuid': '3437cab6-19ac-4fb3-8fed-a634d44165e8', 'tag': '54da6f4b-aacd-4bee-b539-85bc535387d0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1318/2580] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:41:16 2026] GET /v2.0/security-groups?id=2d540ca8-5654-41fc-be14-b7e80d76b257&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1263/2581] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:41:16 2026] GET /v2.0/ports?tenant_id=97525607981d45468b5fb1f95ec8fa61&device_id=3437cab6-19ac-4fb3-8fed-a634d44165e8 => generated 1467 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2582] 199.204.45.72 () {34 vars in 1017 bytes} [Mon Apr 27 02:41:16 2026] GET /v2.0/networks?tenant_id=97525607981d45468b5fb1f95ec8fa61&shared=False => generated 2374 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2583] 199.204.45.72 () {34 vars in 929 bytes} [Mon Apr 27 02:41:16 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2584] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:41:17 2026] GET /v2.0/ports?tenant_id=97525607981d45468b5fb1f95ec8fa61&device_id=3437cab6-19ac-4fb3-8fed-a634d44165e8 => generated 1467 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2585] 199.204.45.72 () {34 vars in 1057 bytes} [Mon Apr 27 02:41:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.216&port_id=54da6f4b-aacd-4bee-b539-85bc535387d0 => 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: 1321/2586] 199.204.45.72 () {34 vars in 1103 bytes} [Mon Apr 27 02:41:18 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A210&port_id=54da6f4b-aacd-4bee-b539-85bc535387d0 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2587] 199.204.45.72 () {34 vars in 1063 bytes} [Mon Apr 27 02:41:18 2026] GET /v2.0/subnets?id=934455eb-0b3f-44ba-87ae-e57fac0f5af7&id=bc7bf131-a0ad-4c68-9af1-0769762f76c0 => generated 1411 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2588] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:41:18 2026] GET /v2.0/ports?network_id=88637c3c-9c76-4b4e-985e-1a9fad30388c&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2589] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:41:18 2026] GET /v2.0/ports?network_id=88637c3c-9c76-4b4e-985e-1a9fad30388c&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: 1323/2590] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:41:18 2026] GET /v2.0/networks/88637c3c-9c76-4b4e-985e-1a9fad30388c?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2591] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:41:18 2026] GET /v2.0/networks/88637c3c-9c76-4b4e-985e-1a9fad30388c?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: 1324/2592] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:41:21 2026] GET /v2.0/ports?device_id=3437cab6-19ac-4fb3-8fed-a634d44165e8 => generated 1200 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2593] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:41:21 2026] GET /v2.0/security-groups?id=2d540ca8-5654-41fc-be14-b7e80d76b257&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2596] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:41:26 2026] GET /v2.0/ports?device_id=3437cab6-19ac-4fb3-8fed-a634d44165e8 => generated 1200 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2597] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:41:26 2026] GET /v2.0/security-groups?id=2d540ca8-5654-41fc-be14-b7e80d76b257&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: 7|app: 0|req: 1327/2598] 10.0.0.86 () {32 vars in 817 bytes} [Mon Apr 27 02:41:26 2026] GET /v2.0/ports?network_id=88637c3c-9c76-4b4e-985e-1a9fad30388c&mac_address=fa%3A16%3A3e%3Ae3%3A70%3Aa4 => generated 1200 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:41:27.481 8 INFO neutron.db.l3_db [None req-f790d16f-d9e1-4b75-a388-832b5c62e5fe 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] Floating IP 70c5dc41-2350-467f-badd-969373d15d92 associated. External IP: 10.96.250.201, port: 54da6f4b-aacd-4bee-b539-85bc535387d0. [pid: 8|app: 0|req: 1272/2599] 10.0.0.86 () {34 vars in 676 bytes} [Mon Apr 27 02:41:26 2026] POST /v2.0/floatingips => generated 855 bytes in 1010 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:41:27.816 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8eae7218-3c35-48bc-b620-a93e0a791f72'] response: {'name': 'network-changed', 'server_uuid': '3437cab6-19ac-4fb3-8fed-a634d44165e8', 'tag': '54da6f4b-aacd-4bee-b539-85bc535387d0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1328/2600] 10.0.0.110 () {34 vars in 1096 bytes} [Mon Apr 27 02:41:27 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1461671859&fields=id&tenant_id=97525607981d45468b5fb1f95ec8fa61 => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2601] 10.0.0.110 () {34 vars in 982 bytes} [Mon Apr 27 02:41:27 2026] GET /v2.0/networks?id=0fcaeeb8-7941-4ac3-8a65-9da1e02802ff => generated 705 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2602] 10.0.0.110 () {34 vars in 965 bytes} [Mon Apr 27 02:41:27 2026] GET /v2.0/quotas/97525607981d45468b5fb1f95ec8fa61 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2603] 10.0.0.110 () {34 vars in 1002 bytes} [Mon Apr 27 02:41:27 2026] GET /v2.0/ports?tenant_id=97525607981d45468b5fb1f95ec8fa61&fields=id => generated 333 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2604] 10.0.0.110 () {34 vars in 1008 bytes} [Mon Apr 27 02:41:28 2026] GET /v2.0/networks/0fcaeeb8-7941-4ac3-8a65-9da1e02802ff?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: 1275/2605] 10.0.0.110 () {34 vars in 1108 bytes} [Mon Apr 27 02:41:28 2026] GET /v2.0/networks/0fcaeeb8-7941-4ac3-8a65-9da1e02802ff?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: 1331/2606] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:41:28 2026] GET /v2.0/ports?device_id=57866580-faa1-422e-9af2-bed3aad355d9 => 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: 1276/2607] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:41:28 2026] GET /v2.0/ports?tenant_id=97525607981d45468b5fb1f95ec8fa61&device_id=3437cab6-19ac-4fb3-8fed-a634d44165e8 => generated 1469 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2608] 199.204.45.72 () {34 vars in 985 bytes} [Mon Apr 27 02:41:28 2026] GET /v2.0/networks?id=88637c3c-9c76-4b4e-985e-1a9fad30388c => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2609] 199.204.45.72 () {34 vars in 1057 bytes} [Mon Apr 27 02:41:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.216&port_id=54da6f4b-aacd-4bee-b539-85bc535387d0 => generated 858 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2610] 199.204.45.72 () {34 vars in 1103 bytes} [Mon Apr 27 02:41:28 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A210&port_id=54da6f4b-aacd-4bee-b539-85bc535387d0 => 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: 1278/2611] 199.204.45.72 () {34 vars in 1063 bytes} [Mon Apr 27 02:41:28 2026] GET /v2.0/subnets?id=934455eb-0b3f-44ba-87ae-e57fac0f5af7&id=bc7bf131-a0ad-4c68-9af1-0769762f76c0 => generated 1411 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2612] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:41:28 2026] GET /v2.0/ports?network_id=88637c3c-9c76-4b4e-985e-1a9fad30388c&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2613] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:41:28 2026] GET /v2.0/ports?network_id=88637c3c-9c76-4b4e-985e-1a9fad30388c&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: 1335/2614] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:41:28 2026] GET /v2.0/networks/88637c3c-9c76-4b4e-985e-1a9fad30388c?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2615] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:41:28 2026] GET /v2.0/networks/88637c3c-9c76-4b4e-985e-1a9fad30388c?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: 1336/2616] 199.204.45.72 () {34 vars in 985 bytes} [Mon Apr 27 02:41:32 2026] GET /v2.0/networks?id=0fcaeeb8-7941-4ac3-8a65-9da1e02802ff => generated 705 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2617] 199.204.45.72 () {34 vars in 1049 bytes} [Mon Apr 27 02:41:32 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=97525607981d45468b5fb1f95ec8fa61 => generated 179 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2618] 199.204.45.72 () {38 vars in 954 bytes} [Mon Apr 27 02:41:32 2026] POST /v2.0/ports => generated 1187 bytes in 429 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: 1338/2619] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:41:33 2026] GET /v2.0/ports?device_id=57866580-faa1-422e-9af2-bed3aad355d9 => generated 1202 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2620] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:41:33 2026] GET /v2.0/security-groups?id=2d540ca8-5654-41fc-be14-b7e80d76b257&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2621] 199.204.45.72 () {38 vars in 1027 bytes} [Mon Apr 27 02:41:33 2026] PUT /v2.0/ports/cfefbe30-2893-44bc-9dd4-f3d3cba1016b => generated 1468 bytes in 395 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:41:33.541 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4a38d79e-9bde-4253-80b6-217ed3af894d'] response: {'name': 'network-changed', 'server_uuid': '57866580-faa1-422e-9af2-bed3aad355d9', 'tag': 'cfefbe30-2893-44bc-9dd4-f3d3cba1016b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1340/2622] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:41:34 2026] GET /v2.0/ports?tenant_id=97525607981d45468b5fb1f95ec8fa61&device_id=57866580-faa1-422e-9af2-bed3aad355d9 => generated 1471 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1283/2623] 199.204.45.72 () {34 vars in 1017 bytes} [Mon Apr 27 02:41:34 2026] GET /v2.0/networks?tenant_id=97525607981d45468b5fb1f95ec8fa61&shared=False => generated 2374 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2624] 199.204.45.72 () {34 vars in 929 bytes} [Mon Apr 27 02:41:34 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2625] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:41:35 2026] GET /v2.0/ports?tenant_id=97525607981d45468b5fb1f95ec8fa61&device_id=57866580-faa1-422e-9af2-bed3aad355d9 => generated 1471 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2626] 199.204.45.72 () {34 vars in 1057 bytes} [Mon Apr 27 02:41:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.204&port_id=cfefbe30-2893-44bc-9dd4-f3d3cba1016b => 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: 1285/2627] 199.204.45.72 () {34 vars in 1105 bytes} [Mon Apr 27 02:41:35 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A392&port_id=cfefbe30-2893-44bc-9dd4-f3d3cba1016b => 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: 1343/2628] 199.204.45.72 () {34 vars in 1063 bytes} [Mon Apr 27 02:41:35 2026] GET /v2.0/subnets?id=8c6f9351-82ff-467c-8742-985d6b7e625c&id=5b02e509-db54-4e87-be9e-53a32e26e9fd => generated 1414 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2629] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:41:35 2026] GET /v2.0/ports?network_id=0fcaeeb8-7941-4ac3-8a65-9da1e02802ff&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2630] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:41:35 2026] GET /v2.0/ports?network_id=0fcaeeb8-7941-4ac3-8a65-9da1e02802ff&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2631] 10.0.0.183 () {34 vars in 990 bytes} [Mon Apr 27 02:41:35 2026] GET /v2.0/ports?device_id=3437cab6-19ac-4fb3-8fed-a634d44165e8 => generated 1469 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2632] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:41:35 2026] GET /v2.0/networks/0fcaeeb8-7941-4ac3-8a65-9da1e02802ff?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: 1288/2633] 10.0.0.183 () {34 vars in 1040 bytes} [Mon Apr 27 02:41:35 2026] GET /v2.0/security-groups?id=2d540ca8-5654-41fc-be14-b7e80d76b257&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2634] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:41:35 2026] GET /v2.0/networks/0fcaeeb8-7941-4ac3-8a65-9da1e02802ff?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: 1348/2637] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:41:38 2026] GET /v2.0/ports?device_id=57866580-faa1-422e-9af2-bed3aad355d9 => 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: 1290/2638] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:41:38 2026] GET /v2.0/security-groups?id=2d540ca8-5654-41fc-be14-b7e80d76b257&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: 1349/2639] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:41:43 2026] GET /v2.0/ports?device_id=57866580-faa1-422e-9af2-bed3aad355d9 => generated 1204 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2640] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:41:43 2026] GET /v2.0/security-groups?id=2d540ca8-5654-41fc-be14-b7e80d76b257&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2641] 10.0.0.86 () {32 vars in 817 bytes} [Mon Apr 27 02:41:43 2026] GET /v2.0/ports?network_id=0fcaeeb8-7941-4ac3-8a65-9da1e02802ff&mac_address=fa%3A16%3A3e%3Ade%3Aee%3Ab8 => generated 1204 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:41:44.729 8 INFO neutron.db.l3_db [None req-7e825a71-fb16-4220-bac9-ec210e6d8d87 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] Floating IP 77011e72-bd06-4ce7-9f39-9c7720171d38 associated. External IP: 10.96.250.208, port: cfefbe30-2893-44bc-9dd4-f3d3cba1016b. [pid: 8|app: 0|req: 1292/2642] 10.0.0.86 () {34 vars in 676 bytes} [Mon Apr 27 02:41:44 2026] POST /v2.0/floatingips => generated 855 bytes in 1026 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-27 02:41:45.092 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e55e26ae-0640-4bdd-bbf1-c8142fe0170a'] response: {'name': 'network-changed', 'server_uuid': '57866580-faa1-422e-9af2-bed3aad355d9', 'tag': 'cfefbe30-2893-44bc-9dd4-f3d3cba1016b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1351/2643] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:41:45 2026] GET /v2.0/ports?tenant_id=97525607981d45468b5fb1f95ec8fa61&device_id=57866580-faa1-422e-9af2-bed3aad355d9 => generated 1473 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2644] 199.204.45.72 () {34 vars in 985 bytes} [Mon Apr 27 02:41:45 2026] GET /v2.0/networks?id=0fcaeeb8-7941-4ac3-8a65-9da1e02802ff => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2645] 199.204.45.72 () {34 vars in 1057 bytes} [Mon Apr 27 02:41:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.204&port_id=cfefbe30-2893-44bc-9dd4-f3d3cba1016b => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2646] 199.204.45.72 () {34 vars in 1105 bytes} [Mon Apr 27 02:41:45 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A392&port_id=cfefbe30-2893-44bc-9dd4-f3d3cba1016b => 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: 1353/2647] 199.204.45.72 () {34 vars in 1063 bytes} [Mon Apr 27 02:41:45 2026] GET /v2.0/subnets?id=8c6f9351-82ff-467c-8742-985d6b7e625c&id=5b02e509-db54-4e87-be9e-53a32e26e9fd => generated 1414 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2648] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:41:45 2026] GET /v2.0/ports?network_id=0fcaeeb8-7941-4ac3-8a65-9da1e02802ff&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2649] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:41:45 2026] GET /v2.0/ports?network_id=0fcaeeb8-7941-4ac3-8a65-9da1e02802ff&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2650] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:41:45 2026] GET /v2.0/networks/0fcaeeb8-7941-4ac3-8a65-9da1e02802ff?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2651] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:41:45 2026] GET /v2.0/networks/0fcaeeb8-7941-4ac3-8a65-9da1e02802ff?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2652] 10.0.0.183 () {34 vars in 990 bytes} [Mon Apr 27 02:41:49 2026] GET /v2.0/ports?device_id=57866580-faa1-422e-9af2-bed3aad355d9 => generated 1473 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2653] 10.0.0.183 () {34 vars in 1040 bytes} [Mon Apr 27 02:41:49 2026] GET /v2.0/security-groups?id=2d540ca8-5654-41fc-be14-b7e80d76b257&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2656] 10.0.0.86 () {32 vars in 720 bytes} [Mon Apr 27 02:42:01 2026] GET /v2.0/subnets/714f6906-e47b-47a2-8584-3bb2150189f6 => 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: 1358/2657] 10.0.0.44 () {30 vars in 689 bytes} [Mon Apr 27 02:42:02 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2658] 10.0.0.44 () {30 vars in 691 bytes} [Mon Apr 27 02:42:02 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: 1359/2659] 10.0.0.44 () {30 vars in 667 bytes} [Mon Apr 27 02:42:02 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: 1301/2660] 10.0.0.44 () {30 vars in 703 bytes} [Mon Apr 27 02:42:02 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: 1360/2661] 10.0.0.44 () {28 vars in 438 bytes} [Mon Apr 27 02:42:03 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2662] 10.0.0.44 () {30 vars in 727 bytes} [Mon Apr 27 02:42:03 2026] GET /v2.0/subnets/714f6906-e47b-47a2-8584-3bb2150189f6 => generated 657 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2663] 10.0.0.44 () {30 vars in 689 bytes} [Mon Apr 27 02:42:03 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: 1303/2664] 10.0.0.44 () {30 vars in 691 bytes} [Mon Apr 27 02:42:03 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2665] 10.0.0.44 () {30 vars in 667 bytes} [Mon Apr 27 02:42:03 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2666] 10.0.0.44 () {30 vars in 703 bytes} [Mon Apr 27 02:42:03 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2667] 10.0.0.44 () {30 vars in 727 bytes} [Mon Apr 27 02:42:03 2026] GET /v2.0/subnets/714f6906-e47b-47a2-8584-3bb2150189f6 => 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: 1305/2668] 10.0.0.44 () {30 vars in 689 bytes} [Mon Apr 27 02:42:03 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: 1364/2669] 10.0.0.44 () {30 vars in 691 bytes} [Mon Apr 27 02:42:03 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2670] 10.0.0.44 () {30 vars in 667 bytes} [Mon Apr 27 02:42:03 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2671] 10.0.0.44 () {30 vars in 703 bytes} [Mon Apr 27 02:42:03 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2672] 10.0.0.44 () {30 vars in 729 bytes} [Mon Apr 27 02:42:03 2026] GET /v2.0/networks/179cfc77-a312-4f22-ac4e-344456cb3e2d => generated 799 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2673] 10.0.0.44 () {30 vars in 681 bytes} [Mon Apr 27 02:42:03 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: 1308/2674] 10.0.0.44 () {34 vars in 703 bytes} [Mon Apr 27 02:42:03 2026] POST /v2.0/ports => generated 1132 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2675] 199.204.45.72 () {30 vars in 702 bytes} [Mon Apr 27 02:42:06 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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/2676] 199.204.45.72 () {30 vars in 704 bytes} [Mon Apr 27 02:42:06 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2677] 199.204.45.72 () {30 vars in 680 bytes} [Mon Apr 27 02:42:06 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2678] 199.204.45.72 () {30 vars in 716 bytes} [Mon Apr 27 02:42:06 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: 7|app: 0|req: 1369/2679] 199.204.45.72 () {30 vars in 736 bytes} [Mon Apr 27 02:42:06 2026] GET /v2.0/ports/198e5aff-398b-4430-9fd5-3313f1aa4bc6 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2680] 199.204.45.72 () {30 vars in 702 bytes} [Mon Apr 27 02:42:06 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2681] 199.204.45.72 () {30 vars in 704 bytes} [Mon Apr 27 02:42: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: 8|app: 0|req: 1312/2682] 199.204.45.72 () {30 vars in 680 bytes} [Mon Apr 27 02:42:06 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: 1371/2683] 199.204.45.72 () {30 vars in 716 bytes} [Mon Apr 27 02:42: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) 2026-04-27 02:42:06.756 8 INFO neutron.api.v2.resource [None req-4947e21f-1d76-4ad4-a80e-9bedf0ffc1c4 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1313/2684] 199.204.45.72 () {30 vars in 762 bytes} [Mon Apr 27 02:42:06 2026] GET /v2.0/security-groups/lb-4837d6a9-520c-4417-b049-94f68a556115 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2685] 199.204.45.72 () {30 vars in 784 bytes} [Mon Apr 27 02:42:06 2026] GET /v2.0/security-groups?name=lb-4837d6a9-520c-4417-b049-94f68a556115 => generated 23 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2686] 199.204.45.72 () {34 vars in 735 bytes} [Mon Apr 27 02:42:06 2026] POST /v2.0/security-groups => generated 1638 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2687] 199.204.45.72 () {30 vars in 814 bytes} [Mon Apr 27 02:42:06 2026] GET /v2.0/security-group-rules?security_group_id=02ad72be-d5c1-408c-a725-1059013cb2db => generated 1182 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2688] 199.204.45.72 () {34 vars in 788 bytes} [Mon Apr 27 02:42:06 2026] PUT /v2.0/ports/198e5aff-398b-4430-9fd5-3313f1aa4bc6 => generated 1132 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2689] 199.204.45.72 () {30 vars in 702 bytes} [Mon Apr 27 02:42:07 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1316/2690] 199.204.45.72 () {30 vars in 704 bytes} [Mon Apr 27 02:42:07 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2691] 199.204.45.72 () {30 vars in 680 bytes} [Mon Apr 27 02:42:07 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2692] 199.204.45.72 () {30 vars in 716 bytes} [Mon Apr 27 02:42:07 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2693] 199.204.45.72 () {30 vars in 740 bytes} [Mon Apr 27 02:42:07 2026] GET /v2.0/subnets/714f6906-e47b-47a2-8584-3bb2150189f6 => 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: 1378/2696] 10.0.0.110 () {34 vars in 1016 bytes} [Mon Apr 27 02:42:14 2026] GET /v2.0/security-groups?id=844f91bd-49e3-46ec-b08c-f12c397701e0&fields=id => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2697] 10.0.0.110 () {34 vars in 982 bytes} [Mon Apr 27 02:42:14 2026] GET /v2.0/networks?id=02f056a7-71a5-4967-9475-5fd48201e839 => generated 735 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2698] 10.0.0.110 () {34 vars in 965 bytes} [Mon Apr 27 02:42:14 2026] GET /v2.0/quotas/721d4672cac949cfb4903b1dffec37a8 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2699] 10.0.0.110 () {34 vars in 1002 bytes} [Mon Apr 27 02:42:14 2026] GET /v2.0/ports?tenant_id=721d4672cac949cfb4903b1dffec37a8&fields=id => generated 149 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2700] 10.0.0.110 () {34 vars in 1008 bytes} [Mon Apr 27 02:42:15 2026] GET /v2.0/networks/02f056a7-71a5-4967-9475-5fd48201e839?fields=segments => generated 14 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2701] 10.0.0.110 () {34 vars in 1108 bytes} [Mon Apr 27 02:42:15 2026] GET /v2.0/networks/02f056a7-71a5-4967-9475-5fd48201e839?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: 1381/2702] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:42:15 2026] GET /v2.0/ports?device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => 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: 1322/2703] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:42:15 2026] GET /v2.0/ports?device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => 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: 1382/2704] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:42:18 2026] GET /v2.0/ports?device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => 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: 1323/2705] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:42:18 2026] GET /v2.0/ports?device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => 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: 1383/2706] 199.204.45.72 () {34 vars in 985 bytes} [Mon Apr 27 02:42:19 2026] GET /v2.0/networks?id=02f056a7-71a5-4967-9475-5fd48201e839 => generated 735 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2707] 199.204.45.72 () {34 vars in 1049 bytes} [Mon Apr 27 02:42:19 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=721d4672cac949cfb4903b1dffec37a8 => generated 343 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2708] 199.204.45.72 () {38 vars in 954 bytes} [Mon Apr 27 02:42:20 2026] POST /v2.0/ports => generated 1078 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2709] 199.204.45.72 () {38 vars in 1027 bytes} [Mon Apr 27 02:42:20 2026] PUT /v2.0/ports/a4c9e5f6-c6d1-4d60-ab23-9deba97b0150 => generated 1239 bytes in 473 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:42:20.894 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-719507e3-04e2-4174-bdd1-48243ec71dac'] response: {'name': 'network-changed', 'server_uuid': 'd018d299-371d-4cd0-8c19-6b6ba95b838c', 'tag': 'a4c9e5f6-c6d1-4d60-ab23-9deba97b0150', '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: 1385/2710] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:42:21 2026] GET /v2.0/ports?tenant_id=721d4672cac949cfb4903b1dffec37a8&device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => generated 1242 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1326/2711] 199.204.45.72 () {34 vars in 1017 bytes} [Mon Apr 27 02:42:21 2026] GET /v2.0/networks?tenant_id=721d4672cac949cfb4903b1dffec37a8&shared=False => generated 735 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2712] 199.204.45.72 () {34 vars in 929 bytes} [Mon Apr 27 02:42:21 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2713] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:42:21 2026] GET /v2.0/ports?device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2714] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:42:21 2026] GET /v2.0/security-groups?id=844f91bd-49e3-46ec-b08c-f12c397701e0&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2715] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:42:21 2026] GET /v2.0/ports?device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2716] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:42:22 2026] GET /v2.0/ports?tenant_id=721d4672cac949cfb4903b1dffec37a8&device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2717] 199.204.45.72 () {34 vars in 1059 bytes} [Mon Apr 27 02:42:22 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.23&port_id=a4c9e5f6-c6d1-4d60-ab23-9deba97b0150 => 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: 1389/2718] 199.204.45.72 () {34 vars in 983 bytes} [Mon Apr 27 02:42:22 2026] GET /v2.0/subnets?id=bcfe177a-6cec-4592-94b2-e78b9cdb9acf => 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: 1330/2719] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:42:22 2026] GET /v2.0/ports?network_id=02f056a7-71a5-4967-9475-5fd48201e839&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: 1390/2720] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:42:22 2026] GET /v2.0/networks/02f056a7-71a5-4967-9475-5fd48201e839?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: 1331/2721] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:42:22 2026] GET /v2.0/networks/02f056a7-71a5-4967-9475-5fd48201e839?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2724] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:42:24 2026] GET /v2.0/ports?device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => generated 1242 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2725] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:42:24 2026] GET /v2.0/security-groups?id=844f91bd-49e3-46ec-b08c-f12c397701e0&fields=id&fields=name => generated 96 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2726] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:42:24 2026] GET /v2.0/ports?device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2727] 199.204.45.72 () {34 vars in 993 bytes} [Mon Apr 27 02:42:26 2026] GET /v2.0/ports?device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2728] 199.204.45.72 () {34 vars in 1043 bytes} [Mon Apr 27 02:42:26 2026] GET /v2.0/security-groups?id=844f91bd-49e3-46ec-b08c-f12c397701e0&fields=id&fields=name => generated 96 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2729] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:42:27 2026] GET /v2.0/ports?device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2730] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:42:27 2026] GET /v2.0/security-groups?id=844f91bd-49e3-46ec-b08c-f12c397701e0&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2731] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:42:27 2026] GET /v2.0/ports?device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2732] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:42:30 2026] GET /v2.0/ports?device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2733] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:42:30 2026] GET /v2.0/security-groups?id=844f91bd-49e3-46ec-b08c-f12c397701e0&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2734] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:42:30 2026] GET /v2.0/ports?device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => 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: 1400/2739] 199.204.45.72 () {30 vars in 702 bytes} [Mon Apr 27 02:43:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2740] 199.204.45.72 () {30 vars in 704 bytes} [Mon Apr 27 02:43:05 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: 1401/2741] 199.204.45.72 () {30 vars in 680 bytes} [Mon Apr 27 02:43:05 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: 1341/2742] 199.204.45.72 () {30 vars in 716 bytes} [Mon Apr 27 02:43:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2743] 199.204.45.72 () {30 vars in 740 bytes} [Mon Apr 27 02:43:05 2026] GET /v2.0/subnets/714f6906-e47b-47a2-8584-3bb2150189f6 => 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: 1342/2744] 199.204.45.72 () {30 vars in 768 bytes} [Mon Apr 27 02:43:05 2026] GET /v2.0/ports?device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => 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: 1403/2745] 199.204.45.72 () {34 vars in 716 bytes} [Mon Apr 27 02:43:05 2026] POST /v2.0/ports => generated 1059 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2746] 10.0.0.110 () {34 vars in 971 bytes} [Mon Apr 27 02:43:06 2026] GET /v2.0/ports/c870778c-4e7e-49b1-87e6-ffa51aa09633 => generated 1059 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2747] 10.0.0.110 () {34 vars in 907 bytes} [Mon Apr 27 02:43:06 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2748] 199.204.45.72 () {34 vars in 1261 bytes} [Mon Apr 27 02:43:07 2026] GET /v2.0/ports/c870778c-4e7e-49b1-87e6-ffa51aa09633?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2749] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:43:07 2026] GET /v2.0/networks/179cfc77-a312-4f22-ac4e-344456cb3e2d?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: 1345/2750] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:43:07 2026] GET /v2.0/networks/179cfc77-a312-4f22-ac4e-344456cb3e2d?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: 1406/2751] 199.204.45.72 () {34 vars in 974 bytes} [Mon Apr 27 02:43:07 2026] GET /v2.0/ports/c870778c-4e7e-49b1-87e6-ffa51aa09633 => generated 1059 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2752] 199.204.45.72 () {34 vars in 985 bytes} [Mon Apr 27 02:43:07 2026] GET /v2.0/networks?id=179cfc77-a312-4f22-ac4e-344456cb3e2d => generated 802 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2753] 199.204.45.72 () {38 vars in 1027 bytes} [Mon Apr 27 02:43:07 2026] PUT /v2.0/ports/c870778c-4e7e-49b1-87e6-ffa51aa09633 => generated 1249 bytes in 461 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:43:08.466 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-81734f53-9a43-4ead-8698-8fb0b90d845a'] response: {'name': 'network-changed', 'server_uuid': 'd018d299-371d-4cd0-8c19-6b6ba95b838c', 'tag': 'c870778c-4e7e-49b1-87e6-ffa51aa09633', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1409/2756] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:43:08 2026] GET /v2.0/ports?tenant_id=721d4672cac949cfb4903b1dffec37a8&device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => generated 2485 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2757] 199.204.45.72 () {34 vars in 985 bytes} [Mon Apr 27 02:43:09 2026] GET /v2.0/networks?id=179cfc77-a312-4f22-ac4e-344456cb3e2d => generated 802 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2758] 199.204.45.72 () {34 vars in 1057 bytes} [Mon Apr 27 02:43:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.100&port_id=c870778c-4e7e-49b1-87e6-ffa51aa09633 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2759] 199.204.45.72 () {34 vars in 983 bytes} [Mon Apr 27 02:43:09 2026] GET /v2.0/subnets?id=714f6906-e47b-47a2-8584-3bb2150189f6 => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2760] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:43:09 2026] GET /v2.0/ports?network_id=179cfc77-a312-4f22-ac4e-344456cb3e2d&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: 8|app: 0|req: 1350/2761] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:43:09 2026] GET /v2.0/networks/179cfc77-a312-4f22-ac4e-344456cb3e2d?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: 1412/2762] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:43:09 2026] GET /v2.0/networks/179cfc77-a312-4f22-ac4e-344456cb3e2d?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: 1351/2763] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:43:10 2026] GET /v2.0/ports?tenant_id=721d4672cac949cfb4903b1dffec37a8&device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => generated 2485 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2764] 199.204.45.72 () {34 vars in 1059 bytes} [Mon Apr 27 02:43:10 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.23&port_id=a4c9e5f6-c6d1-4d60-ab23-9deba97b0150 => 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: 1352/2765] 199.204.45.72 () {34 vars in 983 bytes} [Mon Apr 27 02:43:10 2026] GET /v2.0/subnets?id=bcfe177a-6cec-4592-94b2-e78b9cdb9acf => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2766] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:43:10 2026] GET /v2.0/ports?network_id=02f056a7-71a5-4967-9475-5fd48201e839&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2767] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:43:10 2026] GET /v2.0/networks/02f056a7-71a5-4967-9475-5fd48201e839?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2768] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:43:10 2026] GET /v2.0/networks/02f056a7-71a5-4967-9475-5fd48201e839?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2769] 199.204.45.72 () {34 vars in 1057 bytes} [Mon Apr 27 02:43:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.100&port_id=c870778c-4e7e-49b1-87e6-ffa51aa09633 => 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: 1416/2770] 199.204.45.72 () {34 vars in 983 bytes} [Mon Apr 27 02:43:10 2026] GET /v2.0/subnets?id=714f6906-e47b-47a2-8584-3bb2150189f6 => generated 678 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2771] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:43:10 2026] GET /v2.0/ports?network_id=179cfc77-a312-4f22-ac4e-344456cb3e2d&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: 1417/2772] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:43:10 2026] GET /v2.0/networks/179cfc77-a312-4f22-ac4e-344456cb3e2d?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: 1356/2773] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:43:10 2026] GET /v2.0/networks/179cfc77-a312-4f22-ac4e-344456cb3e2d?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: 1418/2774] 10.0.0.110 () {34 vars in 971 bytes} [Mon Apr 27 02:43:14 2026] GET /v2.0/ports/c870778c-4e7e-49b1-87e6-ffa51aa09633 => generated 1251 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2775] 199.204.45.72 () {34 vars in 788 bytes} [Mon Apr 27 02:43:14 2026] PUT /v2.0/ports/c870778c-4e7e-49b1-87e6-ffa51aa09633 => generated 1276 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:43:14.957 7 INFO neutron.api.v2.resource [None req-f1c93327-4c0a-41ea-ac2f-3a8b223794c8 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1419/2776] 199.204.45.72 () {30 vars in 762 bytes} [Mon Apr 27 02:43:14 2026] GET /v2.0/security-groups/lb-4837d6a9-520c-4417-b049-94f68a556115 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:43:14.966 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d86a9ff6-7c5c-42ec-93d7-e1e0e147088f'] response: {'name': 'network-changed', 'server_uuid': 'd018d299-371d-4cd0-8c19-6b6ba95b838c', 'tag': 'c870778c-4e7e-49b1-87e6-ffa51aa09633', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1358/2777] 199.204.45.72 () {30 vars in 784 bytes} [Mon Apr 27 02:43:14 2026] GET /v2.0/security-groups?name=lb-4837d6a9-520c-4417-b049-94f68a556115 => generated 1639 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2778] 199.204.45.72 () {34 vars in 788 bytes} [Mon Apr 27 02:43:15 2026] PUT /v2.0/ports/c870778c-4e7e-49b1-87e6-ffa51aa09633 => generated 1314 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:43:15.296 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d74f4fac-d8f4-4e46-958e-dea431015583'] response: {'name': 'network-changed', 'server_uuid': 'd018d299-371d-4cd0-8c19-6b6ba95b838c', 'tag': 'c870778c-4e7e-49b1-87e6-ffa51aa09633', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1359/2779] 199.204.45.72 () {30 vars in 702 bytes} [Mon Apr 27 02:43:15 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1421/2780] 199.204.45.72 () {30 vars in 704 bytes} [Mon Apr 27 02:43:15 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: 1422/2781] 199.204.45.72 () {30 vars in 680 bytes} [Mon Apr 27 02:43:15 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: 1423/2782] 199.204.45.72 () {30 vars in 716 bytes} [Mon Apr 27 02:43:15 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2783] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:43:15 2026] GET /v2.0/ports?tenant_id=721d4672cac949cfb4903b1dffec37a8&device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => generated 2586 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2784] 199.204.45.72 () {30 vars in 740 bytes} [Mon Apr 27 02:43:15 2026] GET /v2.0/subnets/714f6906-e47b-47a2-8584-3bb2150189f6 => generated 675 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2785] 199.204.45.72 () {34 vars in 985 bytes} [Mon Apr 27 02:43:15 2026] GET /v2.0/networks?id=179cfc77-a312-4f22-ac4e-344456cb3e2d => generated 802 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2786] 199.204.45.72 () {30 vars in 736 bytes} [Mon Apr 27 02:43:15 2026] GET /v2.0/ports/198e5aff-398b-4430-9fd5-3313f1aa4bc6 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2787] 199.204.45.72 () {34 vars in 1057 bytes} [Mon Apr 27 02:43:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.100&port_id=c870778c-4e7e-49b1-87e6-ffa51aa09633 => 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: 1426/2788] 199.204.45.72 () {30 vars in 736 bytes} [Mon Apr 27 02:43:15 2026] GET /v2.0/ports/c870778c-4e7e-49b1-87e6-ffa51aa09633 => 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: 1363/2789] 199.204.45.72 () {34 vars in 983 bytes} [Mon Apr 27 02:43:15 2026] GET /v2.0/subnets?id=714f6906-e47b-47a2-8584-3bb2150189f6 => generated 678 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2790] 199.204.45.72 () {30 vars in 740 bytes} [Mon Apr 27 02:43:15 2026] GET /v2.0/subnets/714f6906-e47b-47a2-8584-3bb2150189f6 => generated 675 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2791] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:43:15 2026] GET /v2.0/ports?network_id=179cfc77-a312-4f22-ac4e-344456cb3e2d&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: 1428/2792] 199.204.45.72 () {30 vars in 742 bytes} [Mon Apr 27 02:43:15 2026] GET /v2.0/networks/179cfc77-a312-4f22-ac4e-344456cb3e2d => generated 799 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2793] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:43:15 2026] GET /v2.0/networks/179cfc77-a312-4f22-ac4e-344456cb3e2d?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: 1429/2794] 199.204.45.72 () {30 vars in 736 bytes} [Mon Apr 27 02:43:15 2026] GET /v2.0/ports/198e5aff-398b-4430-9fd5-3313f1aa4bc6 => generated 1132 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2795] 199.204.45.72 () {30 vars in 740 bytes} [Mon Apr 27 02:43:15 2026] GET /v2.0/subnets/714f6906-e47b-47a2-8584-3bb2150189f6 => generated 675 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2796] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:43:15 2026] GET /v2.0/networks/179cfc77-a312-4f22-ac4e-344456cb3e2d?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: 1431/2797] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:43:16 2026] GET /v2.0/ports?tenant_id=721d4672cac949cfb4903b1dffec37a8&device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => generated 2586 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2798] 199.204.45.72 () {34 vars in 985 bytes} [Mon Apr 27 02:43:16 2026] GET /v2.0/networks?id=179cfc77-a312-4f22-ac4e-344456cb3e2d => generated 802 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2799] 199.204.45.72 () {34 vars in 1057 bytes} [Mon Apr 27 02:43:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.100&port_id=c870778c-4e7e-49b1-87e6-ffa51aa09633 => 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: 1368/2800] 199.204.45.72 () {34 vars in 983 bytes} [Mon Apr 27 02:43:16 2026] GET /v2.0/subnets?id=714f6906-e47b-47a2-8584-3bb2150189f6 => 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: 1433/2801] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:43:16 2026] GET /v2.0/ports?network_id=179cfc77-a312-4f22-ac4e-344456cb3e2d&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: 1369/2802] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:43:16 2026] GET /v2.0/networks/179cfc77-a312-4f22-ac4e-344456cb3e2d?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2803] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:43:17 2026] GET /v2.0/networks/179cfc77-a312-4f22-ac4e-344456cb3e2d?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-27 02:43:24.711 8 INFO neutron.db.l3_db [None req-cfb39155-d9e7-43a6-875d-c8250e33e2cf 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] Floating IP a5cc20b8-6fff-42f2-95ee-82452e37e131 associated. External IP: 10.96.250.211, port: 198e5aff-398b-4430-9fd5-3313f1aa4bc6. [pid: 8|app: 0|req: 1371/2806] 10.0.0.86 () {34 vars in 676 bytes} [Mon Apr 27 02:43:24 2026] POST /v2.0/floatingips => generated 899 bytes in 993 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2807] 199.204.45.72 () {30 vars in 702 bytes} [Mon Apr 27 02:43:29 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: 1372/2808] 199.204.45.72 () {30 vars in 704 bytes} [Mon Apr 27 02:43:29 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: 1437/2809] 199.204.45.72 () {30 vars in 680 bytes} [Mon Apr 27 02:43:29 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2810] 199.204.45.72 () {30 vars in 716 bytes} [Mon Apr 27 02:43:29 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-27 02:43:29.123 7 INFO neutron.api.v2.resource [None req-a89c1577-3a12-4bed-a895-51bcad167bc3 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1438/2811] 199.204.45.72 () {30 vars in 762 bytes} [Mon Apr 27 02:43:29 2026] GET /v2.0/security-groups/lb-4837d6a9-520c-4417-b049-94f68a556115 => 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: 1374/2812] 199.204.45.72 () {30 vars in 784 bytes} [Mon Apr 27 02:43:29 2026] GET /v2.0/security-groups?name=lb-4837d6a9-520c-4417-b049-94f68a556115 => generated 1639 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2813] 199.204.45.72 () {30 vars in 814 bytes} [Mon Apr 27 02:43:29 2026] GET /v2.0/security-group-rules?security_group_id=02ad72be-d5c1-408c-a725-1059013cb2db => generated 1182 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2814] 199.204.45.72 () {34 vars in 746 bytes} [Mon Apr 27 02:43:29 2026] POST /v2.0/security-group-rules => generated 601 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2815] 199.204.45.72 () {34 vars in 746 bytes} [Mon Apr 27 02:43:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2816] 10.0.0.44 () {30 vars in 689 bytes} [Mon Apr 27 02:43:35 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: 1441/2817] 10.0.0.44 () {30 vars in 691 bytes} [Mon Apr 27 02:43:35 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2818] 10.0.0.44 () {30 vars in 667 bytes} [Mon Apr 27 02:43:35 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2819] 10.0.0.44 () {30 vars in 703 bytes} [Mon Apr 27 02:43:35 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: 1378/2820] 10.0.0.44 () {28 vars in 438 bytes} [Mon Apr 27 02:43:36 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: 1443/2821] 10.0.0.44 () {30 vars in 727 bytes} [Mon Apr 27 02:43:36 2026] GET /v2.0/subnets/934455eb-0b3f-44ba-87ae-e57fac0f5af7 => generated 656 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2822] 199.204.45.72 () {30 vars in 702 bytes} [Mon Apr 27 02:43:37 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2823] 199.204.45.72 () {30 vars in 704 bytes} [Mon Apr 27 02:43:37 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2824] 199.204.45.72 () {30 vars in 680 bytes} [Mon Apr 27 02:43:37 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2825] 199.204.45.72 () {30 vars in 716 bytes} [Mon Apr 27 02:43:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2826] 199.204.45.72 () {30 vars in 740 bytes} [Mon Apr 27 02:43:37 2026] GET /v2.0/subnets/934455eb-0b3f-44ba-87ae-e57fac0f5af7 => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2827] 199.204.45.72 () {30 vars in 768 bytes} [Mon Apr 27 02:43:37 2026] GET /v2.0/ports?device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => generated 2586 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2828] 199.204.45.72 () {30 vars in 702 bytes} [Mon Apr 27 02:43:37 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2829] 199.204.45.72 () {30 vars in 704 bytes} [Mon Apr 27 02:43:37 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2830] 199.204.45.72 () {30 vars in 680 bytes} [Mon Apr 27 02:43:37 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2831] 199.204.45.72 () {30 vars in 716 bytes} [Mon Apr 27 02:43:37 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: 1384/2832] 199.204.45.72 () {34 vars in 716 bytes} [Mon Apr 27 02:43:37 2026] POST /v2.0/ports => generated 1328 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2833] 10.0.0.110 () {34 vars in 971 bytes} [Mon Apr 27 02:43:38 2026] GET /v2.0/ports/f66840fa-6241-419e-8c62-cb808dd840a6 => generated 1328 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: 8|app: 0|req: 1386/2836] 199.204.45.72 () {34 vars in 1261 bytes} [Mon Apr 27 02:43:39 2026] GET /v2.0/ports/f66840fa-6241-419e-8c62-cb808dd840a6?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2837] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:43:39 2026] GET /v2.0/networks/88637c3c-9c76-4b4e-985e-1a9fad30388c?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: 1387/2838] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:43:39 2026] GET /v2.0/networks/88637c3c-9c76-4b4e-985e-1a9fad30388c?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: 1452/2839] 199.204.45.72 () {34 vars in 974 bytes} [Mon Apr 27 02:43:39 2026] GET /v2.0/ports/f66840fa-6241-419e-8c62-cb808dd840a6 => generated 1328 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2840] 199.204.45.72 () {34 vars in 985 bytes} [Mon Apr 27 02:43:40 2026] GET /v2.0/networks?id=88637c3c-9c76-4b4e-985e-1a9fad30388c => generated 800 bytes in 490 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2841] 199.204.45.72 () {38 vars in 1027 bytes} [Mon Apr 27 02:43:40 2026] PUT /v2.0/ports/f66840fa-6241-419e-8c62-cb808dd840a6 => generated 1518 bytes in 415 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:43:41.015 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a75156e9-9bf4-4d2d-b9c9-489c8780ff33'] response: {'name': 'network-changed', 'server_uuid': 'd018d299-371d-4cd0-8c19-6b6ba95b838c', 'tag': 'f66840fa-6241-419e-8c62-cb808dd840a6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1389/2842] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:43:41 2026] GET /v2.0/ports?tenant_id=721d4672cac949cfb4903b1dffec37a8&device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => generated 4096 bytes in 73 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: 1454/2843] 199.204.45.72 () {34 vars in 985 bytes} [Mon Apr 27 02:43:41 2026] GET /v2.0/networks?id=88637c3c-9c76-4b4e-985e-1a9fad30388c => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2844] 199.204.45.72 () {34 vars in 1057 bytes} [Mon Apr 27 02:43:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.179&port_id=f66840fa-6241-419e-8c62-cb808dd840a6 => 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: 1455/2845] 199.204.45.72 () {34 vars in 1103 bytes} [Mon Apr 27 02:43:41 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A356&port_id=f66840fa-6241-419e-8c62-cb808dd840a6 => 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: 1391/2846] 199.204.45.72 () {34 vars in 1063 bytes} [Mon Apr 27 02:43:41 2026] GET /v2.0/subnets?id=934455eb-0b3f-44ba-87ae-e57fac0f5af7&id=bc7bf131-a0ad-4c68-9af1-0769762f76c0 => generated 1411 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2847] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:43:41 2026] GET /v2.0/ports?network_id=88637c3c-9c76-4b4e-985e-1a9fad30388c&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2848] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:43:41 2026] GET /v2.0/ports?network_id=88637c3c-9c76-4b4e-985e-1a9fad30388c&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: 1457/2849] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:43:41 2026] GET /v2.0/networks/88637c3c-9c76-4b4e-985e-1a9fad30388c?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: 1393/2850] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:43:41 2026] GET /v2.0/networks/88637c3c-9c76-4b4e-985e-1a9fad30388c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2851] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:43:42 2026] GET /v2.0/ports?tenant_id=721d4672cac949cfb4903b1dffec37a8&device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => generated 4096 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2852] 199.204.45.72 () {34 vars in 1059 bytes} [Mon Apr 27 02:43:43 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.23&port_id=a4c9e5f6-c6d1-4d60-ab23-9deba97b0150 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2853] 199.204.45.72 () {34 vars in 983 bytes} [Mon Apr 27 02:43:43 2026] GET /v2.0/subnets?id=bcfe177a-6cec-4592-94b2-e78b9cdb9acf => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2854] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:43:43 2026] GET /v2.0/ports?network_id=02f056a7-71a5-4967-9475-5fd48201e839&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2855] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:43:43 2026] GET /v2.0/networks/02f056a7-71a5-4967-9475-5fd48201e839?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: 1396/2856] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:43:43 2026] GET /v2.0/networks/02f056a7-71a5-4967-9475-5fd48201e839?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2857] 199.204.45.72 () {34 vars in 1057 bytes} [Mon Apr 27 02:43:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.100&port_id=c870778c-4e7e-49b1-87e6-ffa51aa09633 => 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: 1397/2858] 199.204.45.72 () {34 vars in 983 bytes} [Mon Apr 27 02:43:43 2026] GET /v2.0/subnets?id=714f6906-e47b-47a2-8584-3bb2150189f6 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2859] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:43:43 2026] GET /v2.0/ports?network_id=179cfc77-a312-4f22-ac4e-344456cb3e2d&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2860] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:43:43 2026] GET /v2.0/networks/179cfc77-a312-4f22-ac4e-344456cb3e2d?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: 1463/2861] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:43:43 2026] GET /v2.0/networks/179cfc77-a312-4f22-ac4e-344456cb3e2d?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: 1399/2862] 199.204.45.72 () {34 vars in 1057 bytes} [Mon Apr 27 02:43:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.179&port_id=f66840fa-6241-419e-8c62-cb808dd840a6 => 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: 1464/2863] 199.204.45.72 () {34 vars in 1103 bytes} [Mon Apr 27 02:43:43 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A356&port_id=f66840fa-6241-419e-8c62-cb808dd840a6 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2864] 199.204.45.72 () {34 vars in 1063 bytes} [Mon Apr 27 02:43:43 2026] GET /v2.0/subnets?id=934455eb-0b3f-44ba-87ae-e57fac0f5af7&id=bc7bf131-a0ad-4c68-9af1-0769762f76c0 => generated 1411 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2865] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:43:43 2026] GET /v2.0/ports?network_id=88637c3c-9c76-4b4e-985e-1a9fad30388c&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: 1401/2866] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:43:43 2026] GET /v2.0/ports?network_id=88637c3c-9c76-4b4e-985e-1a9fad30388c&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: 1466/2867] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:43:43 2026] GET /v2.0/networks/88637c3c-9c76-4b4e-985e-1a9fad30388c?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: 1402/2868] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:43:43 2026] GET /v2.0/networks/88637c3c-9c76-4b4e-985e-1a9fad30388c?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: 1467/2869] 10.0.0.110 () {34 vars in 971 bytes} [Mon Apr 27 02:43:47 2026] GET /v2.0/ports/f66840fa-6241-419e-8c62-cb808dd840a6 => generated 1518 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2870] 199.204.45.72 () {30 vars in 742 bytes} [Mon Apr 27 02:43:47 2026] GET /v2.0/networks/88637c3c-9c76-4b4e-985e-1a9fad30388c => generated 797 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2871] 199.204.45.72 () {30 vars in 740 bytes} [Mon Apr 27 02:43:47 2026] GET /v2.0/subnets/934455eb-0b3f-44ba-87ae-e57fac0f5af7 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2872] 199.204.45.72 () {30 vars in 740 bytes} [Mon Apr 27 02:43:48 2026] GET /v2.0/subnets/bc7bf131-a0ad-4c68-9af1-0769762f76c0 => generated 744 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2873] 199.204.45.72 () {30 vars in 702 bytes} [Mon Apr 27 02:43:48 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2874] 199.204.45.72 () {30 vars in 704 bytes} [Mon Apr 27 02:43:48 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: 1470/2875] 199.204.45.72 () {30 vars in 680 bytes} [Mon Apr 27 02:43:48 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2876] 199.204.45.72 () {30 vars in 716 bytes} [Mon Apr 27 02:43:48 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: 1471/2877] 199.204.45.72 () {30 vars in 740 bytes} [Mon Apr 27 02:43:48 2026] GET /v2.0/subnets/714f6906-e47b-47a2-8584-3bb2150189f6 => 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: 1407/2878] 199.204.45.72 () {30 vars in 736 bytes} [Mon Apr 27 02:43:48 2026] GET /v2.0/ports/198e5aff-398b-4430-9fd5-3313f1aa4bc6 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2879] 199.204.45.72 () {30 vars in 736 bytes} [Mon Apr 27 02:43:48 2026] GET /v2.0/ports/c870778c-4e7e-49b1-87e6-ffa51aa09633 => 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: 1408/2880] 199.204.45.72 () {30 vars in 740 bytes} [Mon Apr 27 02:43:48 2026] GET /v2.0/subnets/714f6906-e47b-47a2-8584-3bb2150189f6 => 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: 1473/2881] 199.204.45.72 () {30 vars in 742 bytes} [Mon Apr 27 02:43:48 2026] GET /v2.0/networks/179cfc77-a312-4f22-ac4e-344456cb3e2d => generated 799 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2882] 199.204.45.72 () {30 vars in 736 bytes} [Mon Apr 27 02:43:48 2026] GET /v2.0/ports/198e5aff-398b-4430-9fd5-3313f1aa4bc6 => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2883] 199.204.45.72 () {30 vars in 740 bytes} [Mon Apr 27 02:43:48 2026] GET /v2.0/subnets/714f6906-e47b-47a2-8584-3bb2150189f6 => 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: 1411/2886] 10.0.0.44 () {30 vars in 689 bytes} [Mon Apr 27 02:43:56 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: 1476/2887] 10.0.0.44 () {30 vars in 691 bytes} [Mon Apr 27 02:43:56 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2888] 10.0.0.44 () {30 vars in 667 bytes} [Mon Apr 27 02:43:56 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: 1477/2889] 10.0.0.44 () {30 vars in 703 bytes} [Mon Apr 27 02:43:56 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: 1413/2890] 10.0.0.44 () {28 vars in 438 bytes} [Mon Apr 27 02:43:57 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2891] 10.0.0.44 () {30 vars in 727 bytes} [Mon Apr 27 02:43:57 2026] GET /v2.0/subnets/5b02e509-db54-4e87-be9e-53a32e26e9fd => generated 656 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2892] 199.204.45.72 () {30 vars in 702 bytes} [Mon Apr 27 02:43:58 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: 1479/2893] 199.204.45.72 () {30 vars in 704 bytes} [Mon Apr 27 02:43:58 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2894] 199.204.45.72 () {30 vars in 680 bytes} [Mon Apr 27 02:43:58 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: 1480/2895] 199.204.45.72 () {30 vars in 716 bytes} [Mon Apr 27 02:43:58 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2896] 199.204.45.72 () {30 vars in 740 bytes} [Mon Apr 27 02:43:58 2026] GET /v2.0/subnets/934455eb-0b3f-44ba-87ae-e57fac0f5af7 => generated 674 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2897] 199.204.45.72 () {30 vars in 740 bytes} [Mon Apr 27 02:43:58 2026] GET /v2.0/subnets/5b02e509-db54-4e87-be9e-53a32e26e9fd => generated 674 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2898] 199.204.45.72 () {30 vars in 768 bytes} [Mon Apr 27 02:43:58 2026] GET /v2.0/ports?device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => generated 4098 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2899] 199.204.45.72 () {30 vars in 702 bytes} [Mon Apr 27 02:43:58 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: 1418/2900] 199.204.45.72 () {30 vars in 704 bytes} [Mon Apr 27 02:43:58 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: 1483/2901] 199.204.45.72 () {30 vars in 680 bytes} [Mon Apr 27 02:43:58 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: 1419/2902] 199.204.45.72 () {30 vars in 716 bytes} [Mon Apr 27 02:43:58 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: 1484/2903] 199.204.45.72 () {34 vars in 716 bytes} [Mon Apr 27 02:43:58 2026] POST /v2.0/ports => generated 1328 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2904] 10.0.0.110 () {34 vars in 971 bytes} [Mon Apr 27 02:43:58 2026] GET /v2.0/ports/a04ce8a8-efc1-4925-94d3-bb2ff455766f => generated 1328 bytes in 30 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: 1485/2905] 199.204.45.72 () {34 vars in 1261 bytes} [Mon Apr 27 02:43:59 2026] GET /v2.0/ports/a04ce8a8-efc1-4925-94d3-bb2ff455766f?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2906] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:43:59 2026] GET /v2.0/networks/0fcaeeb8-7941-4ac3-8a65-9da1e02802ff?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: 1486/2907] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:43:59 2026] GET /v2.0/networks/0fcaeeb8-7941-4ac3-8a65-9da1e02802ff?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: 1422/2908] 199.204.45.72 () {34 vars in 974 bytes} [Mon Apr 27 02:44:00 2026] GET /v2.0/ports/a04ce8a8-efc1-4925-94d3-bb2ff455766f => generated 1328 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2909] 199.204.45.72 () {34 vars in 985 bytes} [Mon Apr 27 02:44:00 2026] GET /v2.0/networks?id=0fcaeeb8-7941-4ac3-8a65-9da1e02802ff => generated 800 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2910] 199.204.45.72 () {38 vars in 1027 bytes} [Mon Apr 27 02:44:00 2026] PUT /v2.0/ports/a04ce8a8-efc1-4925-94d3-bb2ff455766f => generated 1518 bytes in 470 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:44:01.172 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d981292a-f92b-4dd6-aa0c-5b2ec3756126'] response: {'name': 'network-changed', 'server_uuid': 'd018d299-371d-4cd0-8c19-6b6ba95b838c', 'tag': 'a04ce8a8-efc1-4925-94d3-bb2ff455766f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1488/2911] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:44:01 2026] GET /v2.0/ports?tenant_id=721d4672cac949cfb4903b1dffec37a8&device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => generated 5608 bytes in 51 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: 1424/2912] 199.204.45.72 () {34 vars in 985 bytes} [Mon Apr 27 02:44:01 2026] GET /v2.0/networks?id=0fcaeeb8-7941-4ac3-8a65-9da1e02802ff => generated 800 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2913] 199.204.45.72 () {34 vars in 1055 bytes} [Mon Apr 27 02:44:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.43&port_id=a04ce8a8-efc1-4925-94d3-bb2ff455766f => 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: 1425/2914] 199.204.45.72 () {34 vars in 1105 bytes} [Mon Apr 27 02:44:01 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A112&port_id=a04ce8a8-efc1-4925-94d3-bb2ff455766f => 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: 1490/2915] 199.204.45.72 () {34 vars in 1063 bytes} [Mon Apr 27 02:44:01 2026] GET /v2.0/subnets?id=8c6f9351-82ff-467c-8742-985d6b7e625c&id=5b02e509-db54-4e87-be9e-53a32e26e9fd => generated 1414 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2916] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:44:01 2026] GET /v2.0/ports?network_id=0fcaeeb8-7941-4ac3-8a65-9da1e02802ff&device_owner=network%3Adhcp => generated 1461 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2917] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:44:01 2026] GET /v2.0/ports?network_id=0fcaeeb8-7941-4ac3-8a65-9da1e02802ff&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: 1427/2918] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:44:01 2026] GET /v2.0/networks/0fcaeeb8-7941-4ac3-8a65-9da1e02802ff?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: 1492/2919] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:44:02 2026] GET /v2.0/networks/0fcaeeb8-7941-4ac3-8a65-9da1e02802ff?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: 1428/2920] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:44:03 2026] GET /v2.0/ports?tenant_id=721d4672cac949cfb4903b1dffec37a8&device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => generated 5608 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2921] 199.204.45.72 () {34 vars in 1059 bytes} [Mon Apr 27 02:44:03 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.23&port_id=a4c9e5f6-c6d1-4d60-ab23-9deba97b0150 => 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: 1429/2922] 199.204.45.72 () {34 vars in 983 bytes} [Mon Apr 27 02:44:03 2026] GET /v2.0/subnets?id=bcfe177a-6cec-4592-94b2-e78b9cdb9acf => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2923] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:44:03 2026] GET /v2.0/ports?network_id=02f056a7-71a5-4967-9475-5fd48201e839&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2924] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:44:03 2026] GET /v2.0/networks/02f056a7-71a5-4967-9475-5fd48201e839?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: 1495/2925] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:44:03 2026] GET /v2.0/networks/02f056a7-71a5-4967-9475-5fd48201e839?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2926] 199.204.45.72 () {34 vars in 1057 bytes} [Mon Apr 27 02:44:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.100&port_id=c870778c-4e7e-49b1-87e6-ffa51aa09633 => 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: 1496/2927] 199.204.45.72 () {34 vars in 983 bytes} [Mon Apr 27 02:44:03 2026] GET /v2.0/subnets?id=714f6906-e47b-47a2-8584-3bb2150189f6 => 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: 1432/2928] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:44:03 2026] GET /v2.0/ports?network_id=179cfc77-a312-4f22-ac4e-344456cb3e2d&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: 1497/2929] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:44:03 2026] GET /v2.0/networks/179cfc77-a312-4f22-ac4e-344456cb3e2d?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: 1433/2930] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:44:03 2026] GET /v2.0/networks/179cfc77-a312-4f22-ac4e-344456cb3e2d?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: 1498/2931] 199.204.45.72 () {34 vars in 1057 bytes} [Mon Apr 27 02:44:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.179&port_id=f66840fa-6241-419e-8c62-cb808dd840a6 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2932] 199.204.45.72 () {34 vars in 1103 bytes} [Mon Apr 27 02:44:03 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A356&port_id=f66840fa-6241-419e-8c62-cb808dd840a6 => 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: 1499/2933] 199.204.45.72 () {34 vars in 1063 bytes} [Mon Apr 27 02:44:03 2026] GET /v2.0/subnets?id=934455eb-0b3f-44ba-87ae-e57fac0f5af7&id=bc7bf131-a0ad-4c68-9af1-0769762f76c0 => generated 1411 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2934] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:44:03 2026] GET /v2.0/ports?network_id=88637c3c-9c76-4b4e-985e-1a9fad30388c&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: 1500/2935] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:44:03 2026] GET /v2.0/ports?network_id=88637c3c-9c76-4b4e-985e-1a9fad30388c&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: 1436/2936] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:44:03 2026] GET /v2.0/networks/88637c3c-9c76-4b4e-985e-1a9fad30388c?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: 1501/2937] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:44:03 2026] GET /v2.0/networks/88637c3c-9c76-4b4e-985e-1a9fad30388c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2938] 199.204.45.72 () {34 vars in 1055 bytes} [Mon Apr 27 02:44:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.43&port_id=a04ce8a8-efc1-4925-94d3-bb2ff455766f => 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: 1502/2939] 199.204.45.72 () {34 vars in 1105 bytes} [Mon Apr 27 02:44:03 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A112&port_id=a04ce8a8-efc1-4925-94d3-bb2ff455766f => 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: 1438/2940] 199.204.45.72 () {34 vars in 1063 bytes} [Mon Apr 27 02:44:03 2026] GET /v2.0/subnets?id=8c6f9351-82ff-467c-8742-985d6b7e625c&id=5b02e509-db54-4e87-be9e-53a32e26e9fd => generated 1414 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2941] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:44:03 2026] GET /v2.0/ports?network_id=0fcaeeb8-7941-4ac3-8a65-9da1e02802ff&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: 1439/2942] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:44:03 2026] GET /v2.0/ports?network_id=0fcaeeb8-7941-4ac3-8a65-9da1e02802ff&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2943] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:44:04 2026] GET /v2.0/networks/0fcaeeb8-7941-4ac3-8a65-9da1e02802ff?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: 1440/2944] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:44:04 2026] GET /v2.0/networks/0fcaeeb8-7941-4ac3-8a65-9da1e02802ff?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: 1505/2945] 10.0.0.110 () {34 vars in 971 bytes} [Mon Apr 27 02:44:07 2026] GET /v2.0/ports/a04ce8a8-efc1-4925-94d3-bb2ff455766f => 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: 1441/2946] 199.204.45.72 () {30 vars in 742 bytes} [Mon Apr 27 02:44:07 2026] GET /v2.0/networks/0fcaeeb8-7941-4ac3-8a65-9da1e02802ff => generated 797 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/2947] 199.204.45.72 () {30 vars in 740 bytes} [Mon Apr 27 02:44:08 2026] GET /v2.0/subnets/5b02e509-db54-4e87-be9e-53a32e26e9fd => generated 674 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2948] 199.204.45.72 () {30 vars in 740 bytes} [Mon Apr 27 02:44:08 2026] GET /v2.0/subnets/8c6f9351-82ff-467c-8742-985d6b7e625c => generated 747 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2949] 199.204.45.72 () {30 vars in 736 bytes} [Mon Apr 27 02:44:08 2026] GET /v2.0/ports/f66840fa-6241-419e-8c62-cb808dd840a6 => 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: 1443/2952] 199.204.45.72 () {34 vars in 789 bytes} [Mon Apr 27 02:44:08 2026] PUT /v2.0/ports/f66840fa-6241-419e-8c62-cb808dd840a6 => generated 1255 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:44:08.499 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6a8e96b4-0135-497c-b058-28eba7774444'] response: {'name': 'network-changed', 'server_uuid': 'd018d299-371d-4cd0-8c19-6b6ba95b838c', 'tag': 'f66840fa-6241-419e-8c62-cb808dd840a6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1510/2953] 199.204.45.72 () {30 vars in 742 bytes} [Mon Apr 27 02:44:08 2026] GET /v2.0/networks/88637c3c-9c76-4b4e-985e-1a9fad30388c => generated 797 bytes in 46 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: 1444/2954] 199.204.45.72 () {30 vars in 740 bytes} [Mon Apr 27 02:44:08 2026] GET /v2.0/subnets/934455eb-0b3f-44ba-87ae-e57fac0f5af7 => generated 674 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2955] 199.204.45.72 () {30 vars in 702 bytes} [Mon Apr 27 02:44:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2956] 199.204.45.72 () {30 vars in 704 bytes} [Mon Apr 27 02:44:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2957] 199.204.45.72 () {30 vars in 680 bytes} [Mon Apr 27 02:44:08 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2958] 199.204.45.72 () {30 vars in 716 bytes} [Mon Apr 27 02:44:08 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: 1513/2959] 199.204.45.72 () {30 vars in 740 bytes} [Mon Apr 27 02:44:08 2026] GET /v2.0/subnets/714f6906-e47b-47a2-8584-3bb2150189f6 => 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: 1447/2960] 199.204.45.72 () {30 vars in 736 bytes} [Mon Apr 27 02:44:08 2026] GET /v2.0/ports/198e5aff-398b-4430-9fd5-3313f1aa4bc6 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2961] 199.204.45.72 () {30 vars in 736 bytes} [Mon Apr 27 02:44:08 2026] GET /v2.0/ports/c870778c-4e7e-49b1-87e6-ffa51aa09633 => generated 1350 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2962] 199.204.45.72 () {30 vars in 740 bytes} [Mon Apr 27 02:44:08 2026] GET /v2.0/subnets/714f6906-e47b-47a2-8584-3bb2150189f6 => 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: 1515/2963] 199.204.45.72 () {30 vars in 742 bytes} [Mon Apr 27 02:44:08 2026] GET /v2.0/networks/179cfc77-a312-4f22-ac4e-344456cb3e2d => generated 799 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2964] 199.204.45.72 () {30 vars in 736 bytes} [Mon Apr 27 02:44:08 2026] GET /v2.0/ports/198e5aff-398b-4430-9fd5-3313f1aa4bc6 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2965] 199.204.45.72 () {30 vars in 740 bytes} [Mon Apr 27 02:44:09 2026] GET /v2.0/subnets/714f6906-e47b-47a2-8584-3bb2150189f6 => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2966] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:44:09 2026] GET /v2.0/ports?tenant_id=721d4672cac949cfb4903b1dffec37a8&device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => generated 5381 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2967] 199.204.45.72 () {34 vars in 985 bytes} [Mon Apr 27 02:44:09 2026] GET /v2.0/networks?id=88637c3c-9c76-4b4e-985e-1a9fad30388c => 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: 1451/2968] 199.204.45.72 () {34 vars in 1057 bytes} [Mon Apr 27 02:44:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.179&port_id=f66840fa-6241-419e-8c62-cb808dd840a6 => 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: 1518/2969] 199.204.45.72 () {34 vars in 983 bytes} [Mon Apr 27 02:44:09 2026] GET /v2.0/subnets?id=934455eb-0b3f-44ba-87ae-e57fac0f5af7 => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2970] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:44:09 2026] GET /v2.0/ports?network_id=88637c3c-9c76-4b4e-985e-1a9fad30388c&device_owner=network%3Adhcp => generated 1457 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2971] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:44:09 2026] GET /v2.0/networks/88637c3c-9c76-4b4e-985e-1a9fad30388c?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: 1453/2972] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:44:09 2026] GET /v2.0/networks/88637c3c-9c76-4b4e-985e-1a9fad30388c?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: 1520/2973] 199.204.45.72 () {30 vars in 702 bytes} [Mon Apr 27 02:44:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2974] 199.204.45.72 () {30 vars in 704 bytes} [Mon Apr 27 02:44:21 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: 1521/2975] 199.204.45.72 () {30 vars in 680 bytes} [Mon Apr 27 02:44:21 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: 1455/2976] 199.204.45.72 () {30 vars in 716 bytes} [Mon Apr 27 02:44:21 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/2977] 199.204.45.72 () {30 vars in 740 bytes} [Mon Apr 27 02:44:22 2026] GET /v2.0/subnets/934455eb-0b3f-44ba-87ae-e57fac0f5af7 => generated 674 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2978] 199.204.45.72 () {30 vars in 768 bytes} [Mon Apr 27 02:44:22 2026] GET /v2.0/ports?device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => generated 5381 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/2979] 199.204.45.72 () {30 vars in 702 bytes} [Mon Apr 27 02:44: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: 1457/2980] 199.204.45.72 () {30 vars in 704 bytes} [Mon Apr 27 02:44:22 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: 1524/2981] 199.204.45.72 () {30 vars in 680 bytes} [Mon Apr 27 02:44: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: 1458/2982] 199.204.45.72 () {30 vars in 716 bytes} [Mon Apr 27 02:44: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: 1525/2983] 199.204.45.72 () {30 vars in 736 bytes} [Mon Apr 27 02:44:22 2026] GET /v2.0/ports/a04ce8a8-efc1-4925-94d3-bb2ff455766f => generated 1520 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2984] 199.204.45.72 () {34 vars in 789 bytes} [Mon Apr 27 02:44:22 2026] PUT /v2.0/ports/a04ce8a8-efc1-4925-94d3-bb2ff455766f => generated 1311 bytes in 413 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:44:22.856 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c6177427-0ffa-426e-8950-e1eeb8057531'] response: {'name': 'network-changed', 'server_uuid': 'd018d299-371d-4cd0-8c19-6b6ba95b838c', 'tag': 'a04ce8a8-efc1-4925-94d3-bb2ff455766f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1526/2985] 199.204.45.72 () {30 vars in 742 bytes} [Mon Apr 27 02:44:22 2026] GET /v2.0/networks/0fcaeeb8-7941-4ac3-8a65-9da1e02802ff => generated 797 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1460/2986] 199.204.45.72 () {30 vars in 740 bytes} [Mon Apr 27 02:44:22 2026] GET /v2.0/subnets/8c6f9351-82ff-467c-8742-985d6b7e625c => generated 747 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/2987] 199.204.45.72 () {30 vars in 736 bytes} [Mon Apr 27 02:44:22 2026] GET /v2.0/ports/a04ce8a8-efc1-4925-94d3-bb2ff455766f => generated 1347 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2988] 199.204.45.72 () {34 vars in 788 bytes} [Mon Apr 27 02:44:22 2026] PUT /v2.0/ports/a04ce8a8-efc1-4925-94d3-bb2ff455766f => generated 1080 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/2989] 199.204.45.72 () {30 vars in 742 bytes} [Mon Apr 27 02:44:23 2026] GET /v2.0/networks/0fcaeeb8-7941-4ac3-8a65-9da1e02802ff => generated 797 bytes in 37 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: 1462/2990] 199.204.45.72 () {30 vars in 768 bytes} [Mon Apr 27 02:44:23 2026] GET /v2.0/ports?device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => generated 4977 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/2993] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:44:23 2026] GET /v2.0/ports?tenant_id=721d4672cac949cfb4903b1dffec37a8&device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => generated 4977 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2994] 199.204.45.72 () {34 vars in 985 bytes} [Mon Apr 27 02:44:23 2026] GET /v2.0/networks?id=0fcaeeb8-7941-4ac3-8a65-9da1e02802ff => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/2995] 199.204.45.72 () {30 vars in 768 bytes} [Mon Apr 27 02:44:23 2026] GET /v2.0/ports?device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => generated 4977 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2996] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:44:23 2026] GET /v2.0/networks/0fcaeeb8-7941-4ac3-8a65-9da1e02802ff?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/2997] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:44:23 2026] GET /v2.0/networks/0fcaeeb8-7941-4ac3-8a65-9da1e02802ff?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: 1467/2998] 199.204.45.72 () {30 vars in 768 bytes} [Mon Apr 27 02:44:24 2026] GET /v2.0/ports?device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => generated 4977 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:44:24.897 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-751eb3b6-643e-4111-b7b2-b53a292e5b01'] response: {'name': 'network-changed', 'server_uuid': 'd018d299-371d-4cd0-8c19-6b6ba95b838c', 'tag': 'a04ce8a8-efc1-4925-94d3-bb2ff455766f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1532/2999] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:44:25 2026] GET /v2.0/ports?tenant_id=721d4672cac949cfb4903b1dffec37a8&device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => generated 4977 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/3000] 199.204.45.72 () {34 vars in 985 bytes} [Mon Apr 27 02:44:25 2026] GET /v2.0/networks?id=0fcaeeb8-7941-4ac3-8a65-9da1e02802ff => generated 800 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3001] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:44:25 2026] GET /v2.0/networks/0fcaeeb8-7941-4ac3-8a65-9da1e02802ff?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: 1469/3002] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:44:25 2026] GET /v2.0/networks/0fcaeeb8-7941-4ac3-8a65-9da1e02802ff?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: 1534/3003] 199.204.45.72 () {30 vars in 768 bytes} [Mon Apr 27 02:44:25 2026] GET /v2.0/ports?device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => generated 4977 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/3004] 199.204.45.72 () {34 vars in 974 bytes} [Mon Apr 27 02:44:25 2026] GET /v2.0/ports/a04ce8a8-efc1-4925-94d3-bb2ff455766f => generated 1116 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3005] 199.204.45.72 () {34 vars in 1059 bytes} [Mon Apr 27 02:44:25 2026] GET /v2.0/ports/a04ce8a8-efc1-4925-94d3-bb2ff455766f?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/3006] 199.204.45.72 () {34 vars in 1015 bytes} [Mon Apr 27 02:44:25 2026] GET /v2.0/networks/0fcaeeb8-7941-4ac3-8a65-9da1e02802ff?fields=dns_domain => generated 29 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3007] 199.204.45.72 () {38 vars in 1027 bytes} [Mon Apr 27 02:44:26 2026] PUT /v2.0/ports/a04ce8a8-efc1-4925-94d3-bb2ff455766f => generated 917 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/3008] 199.204.45.72 () {30 vars in 768 bytes} [Mon Apr 27 02:44:26 2026] GET /v2.0/ports?device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => generated 3869 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 02:44:26.852 7 INFO neutron_taas.services.taas.taas_plugin [None req-414d9a1c-872c-4369-8838-e37100f23e16 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: a04ce8a8-efc1-4925-94d3-bb2ff455766f 2026-04-27 02:44:26.855 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-414d9a1c-872c-4369-8838-e37100f23e16 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: a04ce8a8-efc1-4925-94d3-bb2ff455766f [pid: 7|app: 0|req: 1537/3009] 199.204.45.72 () {32 vars in 758 bytes} [Mon Apr 27 02:44:26 2026] DELETE /v2.0/ports/a04ce8a8-efc1-4925-94d3-bb2ff455766f => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/3010] 199.204.45.72 () {30 vars in 702 bytes} [Mon Apr 27 02:44:27 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: 1538/3011] 199.204.45.72 () {30 vars in 704 bytes} [Mon Apr 27 02:44: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: 8|app: 0|req: 1474/3012] 199.204.45.72 () {30 vars in 680 bytes} [Mon Apr 27 02:44: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: 1539/3013] 199.204.45.72 () {30 vars in 716 bytes} [Mon Apr 27 02:44:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/3014] 199.204.45.72 () {30 vars in 740 bytes} [Mon Apr 27 02:44:27 2026] GET /v2.0/subnets/714f6906-e47b-47a2-8584-3bb2150189f6 => 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: 1540/3015] 199.204.45.72 () {30 vars in 736 bytes} [Mon Apr 27 02:44:27 2026] GET /v2.0/ports/198e5aff-398b-4430-9fd5-3313f1aa4bc6 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/3016] 199.204.45.72 () {30 vars in 736 bytes} [Mon Apr 27 02:44:27 2026] GET /v2.0/ports/c870778c-4e7e-49b1-87e6-ffa51aa09633 => generated 1350 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3017] 199.204.45.72 () {30 vars in 740 bytes} [Mon Apr 27 02:44:27 2026] GET /v2.0/subnets/714f6906-e47b-47a2-8584-3bb2150189f6 => 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: 1477/3018] 199.204.45.72 () {30 vars in 742 bytes} [Mon Apr 27 02:44:27 2026] GET /v2.0/networks/179cfc77-a312-4f22-ac4e-344456cb3e2d => generated 799 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3019] 199.204.45.72 () {30 vars in 736 bytes} [Mon Apr 27 02:44:27 2026] GET /v2.0/ports/198e5aff-398b-4430-9fd5-3313f1aa4bc6 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/3020] 199.204.45.72 () {30 vars in 740 bytes} [Mon Apr 27 02:44:27 2026] GET /v2.0/subnets/714f6906-e47b-47a2-8584-3bb2150189f6 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3021] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:44:27 2026] GET /v2.0/ports?tenant_id=721d4672cac949cfb4903b1dffec37a8&device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => generated 3869 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/3022] 199.204.45.72 () {34 vars in 1225 bytes} [Mon Apr 27 02:44:27 2026] GET /v2.0/networks?id=02f056a7-71a5-4967-9475-5fd48201e839&id=179cfc77-a312-4f22-ac4e-344456cb3e2d&id=88637c3c-9c76-4b4e-985e-1a9fad30388c&id=0fcaeeb8-7941-4ac3-8a65-9da1e02802ff => generated 3095 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3023] 199.204.45.72 () {34 vars in 1059 bytes} [Mon Apr 27 02:44:27 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.23&port_id=a4c9e5f6-c6d1-4d60-ab23-9deba97b0150 => 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: 1480/3024] 199.204.45.72 () {34 vars in 983 bytes} [Mon Apr 27 02:44:27 2026] GET /v2.0/subnets?id=bcfe177a-6cec-4592-94b2-e78b9cdb9acf => 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: 1545/3025] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:44:27 2026] GET /v2.0/ports?network_id=02f056a7-71a5-4967-9475-5fd48201e839&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/3026] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:44:27 2026] GET /v2.0/networks/02f056a7-71a5-4967-9475-5fd48201e839?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3027] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:44:28 2026] GET /v2.0/networks/02f056a7-71a5-4967-9475-5fd48201e839?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: 1482/3028] 199.204.45.72 () {34 vars in 1057 bytes} [Mon Apr 27 02:44:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.100&port_id=c870778c-4e7e-49b1-87e6-ffa51aa09633 => 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: 1547/3029] 199.204.45.72 () {34 vars in 983 bytes} [Mon Apr 27 02:44:28 2026] GET /v2.0/subnets?id=714f6906-e47b-47a2-8584-3bb2150189f6 => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/3030] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:44:28 2026] GET /v2.0/ports?network_id=179cfc77-a312-4f22-ac4e-344456cb3e2d&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3031] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:44:28 2026] GET /v2.0/networks/179cfc77-a312-4f22-ac4e-344456cb3e2d?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: 1484/3032] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:44:28 2026] GET /v2.0/networks/179cfc77-a312-4f22-ac4e-344456cb3e2d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3033] 199.204.45.72 () {34 vars in 1057 bytes} [Mon Apr 27 02:44:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.179&port_id=f66840fa-6241-419e-8c62-cb808dd840a6 => 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: 1485/3034] 199.204.45.72 () {34 vars in 983 bytes} [Mon Apr 27 02:44:28 2026] GET /v2.0/subnets?id=934455eb-0b3f-44ba-87ae-e57fac0f5af7 => generated 677 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3035] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:44:28 2026] GET /v2.0/ports?network_id=88637c3c-9c76-4b4e-985e-1a9fad30388c&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/3036] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:44:28 2026] GET /v2.0/networks/88637c3c-9c76-4b4e-985e-1a9fad30388c?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: 1551/3037] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:44:28 2026] GET /v2.0/networks/88637c3c-9c76-4b4e-985e-1a9fad30388c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/3038] 199.204.45.72 () {30 vars in 702 bytes} [Mon Apr 27 02:44:32 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: 1552/3039] 199.204.45.72 () {30 vars in 704 bytes} [Mon Apr 27 02:44:32 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: 1488/3040] 199.204.45.72 () {30 vars in 680 bytes} [Mon Apr 27 02:44:32 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: 1553/3041] 199.204.45.72 () {30 vars in 716 bytes} [Mon Apr 27 02:44:32 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: 1489/3042] 199.204.45.72 () {30 vars in 768 bytes} [Mon Apr 27 02:44:32 2026] GET /v2.0/ports?device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => generated 3869 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3043] 199.204.45.72 () {30 vars in 702 bytes} [Mon Apr 27 02:44:32 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: 1490/3044] 199.204.45.72 () {30 vars in 704 bytes} [Mon Apr 27 02:44:32 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: 1555/3045] 199.204.45.72 () {30 vars in 680 bytes} [Mon Apr 27 02:44:32 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/3046] 199.204.45.72 () {30 vars in 716 bytes} [Mon Apr 27 02:44:32 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: 1556/3047] 199.204.45.72 () {30 vars in 736 bytes} [Mon Apr 27 02:44:32 2026] GET /v2.0/ports/f66840fa-6241-419e-8c62-cb808dd840a6 => generated 1291 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3048] 199.204.45.72 () {34 vars in 788 bytes} [Mon Apr 27 02:44:32 2026] PUT /v2.0/ports/f66840fa-6241-419e-8c62-cb808dd840a6 => generated 1080 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:44:32.900 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1d3dd24f-50ce-43dd-8ee2-aa0dc90e2afb'] response: {'name': 'network-changed', 'server_uuid': 'd018d299-371d-4cd0-8c19-6b6ba95b838c', 'tag': 'f66840fa-6241-419e-8c62-cb808dd840a6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1557/3049] 199.204.45.72 () {30 vars in 742 bytes} [Mon Apr 27 02:44:32 2026] GET /v2.0/networks/88637c3c-9c76-4b4e-985e-1a9fad30388c => generated 797 bytes in 38 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: 1493/3050] 199.204.45.72 () {30 vars in 768 bytes} [Mon Apr 27 02:44:32 2026] GET /v2.0/ports?device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => generated 3694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3051] 199.204.45.72 () {30 vars in 768 bytes} [Mon Apr 27 02:44:33 2026] GET /v2.0/ports?device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => generated 3694 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3052] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:44:33 2026] GET /v2.0/ports?tenant_id=721d4672cac949cfb4903b1dffec37a8&device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => generated 3694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3053] 199.204.45.72 () {34 vars in 985 bytes} [Mon Apr 27 02:44:33 2026] GET /v2.0/networks?id=88637c3c-9c76-4b4e-985e-1a9fad30388c => generated 800 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/3054] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:44:33 2026] GET /v2.0/networks/88637c3c-9c76-4b4e-985e-1a9fad30388c?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: 1560/3055] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:44:33 2026] GET /v2.0/networks/88637c3c-9c76-4b4e-985e-1a9fad30388c?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: 1496/3056] 199.204.45.72 () {30 vars in 768 bytes} [Mon Apr 27 02:44:34 2026] GET /v2.0/ports?device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => generated 3694 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3057] 199.204.45.72 () {34 vars in 974 bytes} [Mon Apr 27 02:44:35 2026] GET /v2.0/ports/f66840fa-6241-419e-8c62-cb808dd840a6 => 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: 1497/3058] 199.204.45.72 () {34 vars in 1059 bytes} [Mon Apr 27 02:44:35 2026] GET /v2.0/ports/f66840fa-6241-419e-8c62-cb808dd840a6?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: 1562/3059] 199.204.45.72 () {30 vars in 768 bytes} [Mon Apr 27 02:44:35 2026] GET /v2.0/ports?device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => generated 3694 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3060] 199.204.45.72 () {34 vars in 1015 bytes} [Mon Apr 27 02:44:35 2026] GET /v2.0/networks/88637c3c-9c76-4b4e-985e-1a9fad30388c?fields=dns_domain => generated 29 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3061] 199.204.45.72 () {38 vars in 1027 bytes} [Mon Apr 27 02:44:35 2026] PUT /v2.0/ports/f66840fa-6241-419e-8c62-cb808dd840a6 => generated 917 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/3062] 199.204.45.72 () {30 vars in 768 bytes} [Mon Apr 27 02:44:36 2026] GET /v2.0/ports?device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => generated 2586 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 02:44:36.382 7 INFO neutron_taas.services.taas.taas_plugin [None req-a88c35c4-b940-4635-a546-077f02da76a2 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: f66840fa-6241-419e-8c62-cb808dd840a6 2026-04-27 02:44:36.385 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a88c35c4-b940-4635-a546-077f02da76a2 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: f66840fa-6241-419e-8c62-cb808dd840a6 [pid: 7|app: 0|req: 1564/3063] 199.204.45.72 () {32 vars in 758 bytes} [Mon Apr 27 02:44:36 2026] DELETE /v2.0/ports/f66840fa-6241-419e-8c62-cb808dd840a6 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/3064] 199.204.45.72 () {30 vars in 702 bytes} [Mon Apr 27 02:44:36 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3065] 199.204.45.72 () {30 vars in 704 bytes} [Mon Apr 27 02:44:36 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: 1501/3066] 199.204.45.72 () {30 vars in 680 bytes} [Mon Apr 27 02:44:36 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3067] 199.204.45.72 () {30 vars in 716 bytes} [Mon Apr 27 02:44:36 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: 1502/3068] 199.204.45.72 () {30 vars in 740 bytes} [Mon Apr 27 02:44:36 2026] GET /v2.0/subnets/714f6906-e47b-47a2-8584-3bb2150189f6 => generated 675 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3069] 199.204.45.72 () {30 vars in 736 bytes} [Mon Apr 27 02:44:36 2026] GET /v2.0/ports/198e5aff-398b-4430-9fd5-3313f1aa4bc6 => generated 1132 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3070] 199.204.45.72 () {30 vars in 736 bytes} [Mon Apr 27 02:44:36 2026] GET /v2.0/ports/c870778c-4e7e-49b1-87e6-ffa51aa09633 => generated 1350 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3071] 199.204.45.72 () {30 vars in 740 bytes} [Mon Apr 27 02:44:36 2026] GET /v2.0/subnets/714f6906-e47b-47a2-8584-3bb2150189f6 => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3072] 199.204.45.72 () {30 vars in 742 bytes} [Mon Apr 27 02:44:36 2026] GET /v2.0/networks/179cfc77-a312-4f22-ac4e-344456cb3e2d => generated 799 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3073] 199.204.45.72 () {30 vars in 736 bytes} [Mon Apr 27 02:44:36 2026] GET /v2.0/ports/198e5aff-398b-4430-9fd5-3313f1aa4bc6 => 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: 1505/3074] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:44:37 2026] GET /v2.0/ports?tenant_id=721d4672cac949cfb4903b1dffec37a8&device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => generated 2586 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3075] 199.204.45.72 () {30 vars in 740 bytes} [Mon Apr 27 02:44:37 2026] GET /v2.0/subnets/714f6906-e47b-47a2-8584-3bb2150189f6 => 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: 1506/3076] 199.204.45.72 () {34 vars in 1145 bytes} [Mon Apr 27 02:44:37 2026] GET /v2.0/networks?id=02f056a7-71a5-4967-9475-5fd48201e839&id=179cfc77-a312-4f22-ac4e-344456cb3e2d&id=88637c3c-9c76-4b4e-985e-1a9fad30388c => generated 2309 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3077] 199.204.45.72 () {34 vars in 1059 bytes} [Mon Apr 27 02:44:37 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.23&port_id=a4c9e5f6-c6d1-4d60-ab23-9deba97b0150 => 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: 1507/3078] 199.204.45.72 () {34 vars in 983 bytes} [Mon Apr 27 02:44:37 2026] GET /v2.0/subnets?id=bcfe177a-6cec-4592-94b2-e78b9cdb9acf => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3079] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:44:37 2026] GET /v2.0/ports?network_id=02f056a7-71a5-4967-9475-5fd48201e839&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3080] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:44:37 2026] GET /v2.0/networks/02f056a7-71a5-4967-9475-5fd48201e839?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: 1573/3081] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:44:37 2026] GET /v2.0/networks/02f056a7-71a5-4967-9475-5fd48201e839?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: 1509/3082] 199.204.45.72 () {34 vars in 1057 bytes} [Mon Apr 27 02:44:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.100&port_id=c870778c-4e7e-49b1-87e6-ffa51aa09633 => 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: 1574/3083] 199.204.45.72 () {34 vars in 983 bytes} [Mon Apr 27 02:44:37 2026] GET /v2.0/subnets?id=714f6906-e47b-47a2-8584-3bb2150189f6 => generated 678 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3084] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:44:37 2026] GET /v2.0/ports?network_id=179cfc77-a312-4f22-ac4e-344456cb3e2d&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3085] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:44:37 2026] GET /v2.0/networks/179cfc77-a312-4f22-ac4e-344456cb3e2d?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3086] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:44:37 2026] GET /v2.0/networks/179cfc77-a312-4f22-ac4e-344456cb3e2d?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: 1577/3089] 199.204.45.72 () {30 vars in 702 bytes} [Mon Apr 27 02:44:50 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3090] 199.204.45.72 () {30 vars in 704 bytes} [Mon Apr 27 02:44:50 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3091] 199.204.45.72 () {30 vars in 680 bytes} [Mon Apr 27 02:44:50 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3092] 199.204.45.72 () {30 vars in 716 bytes} [Mon Apr 27 02:44:50 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:44:50.356 7 INFO neutron.api.v2.resource [None req-c017961f-c07b-4f8f-b4be-1b64e1c52634 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1579/3093] 199.204.45.72 () {30 vars in 762 bytes} [Mon Apr 27 02:44:50 2026] GET /v2.0/security-groups/lb-4837d6a9-520c-4417-b049-94f68a556115 => 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: 1515/3094] 199.204.45.72 () {30 vars in 784 bytes} [Mon Apr 27 02:44:50 2026] GET /v2.0/security-groups?name=lb-4837d6a9-520c-4417-b049-94f68a556115 => generated 2865 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3095] 199.204.45.72 () {30 vars in 814 bytes} [Mon Apr 27 02:44:50 2026] GET /v2.0/security-group-rules?security_group_id=02ad72be-d5c1-408c-a725-1059013cb2db => generated 2334 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3096] 199.204.45.72 () {32 vars in 788 bytes} [Mon Apr 27 02:44:50 2026] DELETE /v2.0/security-group-rules/3d87a405-1b39-4e9d-a348-d5417b9f2d50 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3097] 199.204.45.72 () {32 vars in 788 bytes} [Mon Apr 27 02:44:50 2026] DELETE /v2.0/security-group-rules/d587bee3-ad08-4394-a94c-e3a39251046d => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:44:52.643 8 INFO neutron_taas.services.taas.taas_plugin [None req-0d1f29a1-4878-47dc-b544-c575a7430c65 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] TaaS: Handle Delete Port: 83d324a8-f14c-4273-9b74-57014288ba7e 2026-04-27 02:44:52.646 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d1f29a1-4878-47dc-b544-c575a7430c65 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] Tap Mirror: Handle Delete Port: 83d324a8-f14c-4273-9b74-57014288ba7e 2026-04-27 02:44:52.831 8 INFO neutron.db.l3_db [None req-0d1f29a1-4878-47dc-b544-c575a7430c65 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] Floating IP a5cc20b8-6fff-42f2-95ee-82452e37e131 disassociated (deleted). External IP: 10.96.250.211, port: 198e5aff-398b-4430-9fd5-3313f1aa4bc6. [pid: 8|app: 0|req: 1517/3098] 10.0.0.86 () {32 vars in 731 bytes} [Mon Apr 27 02:44:52 2026] DELETE /v2.0/floatingips/a5cc20b8-6fff-42f2-95ee-82452e37e131 => generated 0 bytes in 646 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:44:53.159 7 INFO neutron.api.v2.resource [None req-91205a38-e449-46bb-aeaa-88fa0ed7dd25 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1582/3099] 10.0.0.86 () {32 vars in 728 bytes} [Mon Apr 27 02:44:53 2026] GET /v2.0/floatingips/a5cc20b8-6fff-42f2-95ee-82452e37e131 => generated 144 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3102] 199.204.45.72 () {30 vars in 702 bytes} [Mon Apr 27 02:44:55 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3103] 199.204.45.72 () {30 vars in 704 bytes} [Mon Apr 27 02:44:55 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: 1585/3104] 199.204.45.72 () {30 vars in 680 bytes} [Mon Apr 27 02:44:55 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3105] 199.204.45.72 () {30 vars in 716 bytes} [Mon Apr 27 02:44: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) 2026-04-27 02:44:55.361 7 INFO neutron.api.v2.resource [None req-a8466802-cb88-4534-8cfa-1a43681e74af 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1586/3106] 199.204.45.72 () {30 vars in 762 bytes} [Mon Apr 27 02:44:55 2026] GET /v2.0/security-groups/lb-4837d6a9-520c-4417-b049-94f68a556115 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3107] 199.204.45.72 () {30 vars in 784 bytes} [Mon Apr 27 02:44:55 2026] GET /v2.0/security-groups?name=lb-4837d6a9-520c-4417-b049-94f68a556115 => generated 1639 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3108] 199.204.45.72 () {30 vars in 814 bytes} [Mon Apr 27 02:44:55 2026] GET /v2.0/security-group-rules?security_group_id=02ad72be-d5c1-408c-a725-1059013cb2db => generated 1182 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3109] 199.204.45.72 () {30 vars in 702 bytes} [Mon Apr 27 02:44:55 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3110] 199.204.45.72 () {30 vars in 704 bytes} [Mon Apr 27 02:44:55 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3111] 199.204.45.72 () {30 vars in 680 bytes} [Mon Apr 27 02:44: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: 1589/3112] 199.204.45.72 () {30 vars in 716 bytes} [Mon Apr 27 02:44: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: 1524/3113] 199.204.45.72 () {30 vars in 740 bytes} [Mon Apr 27 02:44:55 2026] GET /v2.0/subnets/714f6906-e47b-47a2-8584-3bb2150189f6 => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3114] 199.204.45.72 () {30 vars in 768 bytes} [Mon Apr 27 02:44:55 2026] GET /v2.0/ports?device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => generated 2586 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3115] 199.204.45.72 () {30 vars in 768 bytes} [Mon Apr 27 02:44:55 2026] GET /v2.0/ports?device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => generated 2586 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3116] 199.204.45.72 () {30 vars in 768 bytes} [Mon Apr 27 02:44:56 2026] GET /v2.0/ports?device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => generated 2586 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3117] 199.204.45.72 () {30 vars in 768 bytes} [Mon Apr 27 02:44:57 2026] GET /v2.0/ports?device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => generated 2586 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3118] 199.204.45.72 () {34 vars in 974 bytes} [Mon Apr 27 02:44:58 2026] GET /v2.0/ports/c870778c-4e7e-49b1-87e6-ffa51aa09633 => generated 1350 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3119] 199.204.45.72 () {34 vars in 1059 bytes} [Mon Apr 27 02:44:58 2026] GET /v2.0/ports/c870778c-4e7e-49b1-87e6-ffa51aa09633?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3120] 199.204.45.72 () {30 vars in 768 bytes} [Mon Apr 27 02:44:58 2026] GET /v2.0/ports?device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => generated 2586 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3121] 199.204.45.72 () {34 vars in 1015 bytes} [Mon Apr 27 02:44:58 2026] GET /v2.0/networks/179cfc77-a312-4f22-ac4e-344456cb3e2d?fields=dns_domain => generated 29 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3122] 199.204.45.72 () {38 vars in 1027 bytes} [Mon Apr 27 02:44:58 2026] PUT /v2.0/ports/c870778c-4e7e-49b1-87e6-ffa51aa09633 => generated 1151 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3123] 199.204.45.72 () {30 vars in 768 bytes} [Mon Apr 27 02:44:59 2026] GET /v2.0/ports?device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1595/3124] 199.204.45.72 () {34 vars in 788 bytes} [Mon Apr 27 02:44:59 2026] PUT /v2.0/ports/c870778c-4e7e-49b1-87e6-ffa51aa09633 => generated 1090 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3125] 199.204.45.72 () {30 vars in 736 bytes} [Mon Apr 27 02:44:59 2026] GET /v2.0/ports/c870778c-4e7e-49b1-87e6-ffa51aa09633 => generated 1090 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-27 02:44:59.702 7 INFO neutron_taas.services.taas.taas_plugin [None req-cf6f8400-c2ce-45b2-90f3-6c8004b9eedd 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: c870778c-4e7e-49b1-87e6-ffa51aa09633 2026-04-27 02:44:59.704 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf6f8400-c2ce-45b2-90f3-6c8004b9eedd 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: c870778c-4e7e-49b1-87e6-ffa51aa09633 [pid: 7|app: 0|req: 1596/3126] 199.204.45.72 () {32 vars in 758 bytes} [Mon Apr 27 02:44:59 2026] DELETE /v2.0/ports/c870778c-4e7e-49b1-87e6-ffa51aa09633 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3127] 199.204.45.72 () {30 vars in 702 bytes} [Mon Apr 27 02:44:59 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: 1597/3128] 199.204.45.72 () {30 vars in 704 bytes} [Mon Apr 27 02:44:59 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3129] 199.204.45.72 () {30 vars in 680 bytes} [Mon Apr 27 02:44:59 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: 1598/3130] 199.204.45.72 () {30 vars in 716 bytes} [Mon Apr 27 02:44:59 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-27 02:45:00.002 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dd03ba40-e8e3-4576-81f9-f7bd661b3f7d 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1533/3131] 199.204.45.72 () {32 vars in 758 bytes} [Mon Apr 27 02:44:59 2026] DELETE /v2.0/ports/c870778c-4e7e-49b1-87e6-ffa51aa09633 => 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: 1599/3132] 199.204.45.72 () {30 vars in 736 bytes} [Mon Apr 27 02:45:00 2026] GET /v2.0/ports/198e5aff-398b-4430-9fd5-3313f1aa4bc6 => 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: 1534/3133] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:45:00 2026] GET /v2.0/ports?tenant_id=721d4672cac949cfb4903b1dffec37a8&device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:45:00.070 7 INFO neutron.api.v2.resource [None req-c1bd87a4-81e7-4d94-bb40-f1b73aeb8990 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1600/3134] 199.204.45.72 () {30 vars in 762 bytes} [Mon Apr 27 02:45:00 2026] GET /v2.0/security-groups/lb-4837d6a9-520c-4417-b049-94f68a556115 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3135] 199.204.45.72 () {30 vars in 784 bytes} [Mon Apr 27 02:45:00 2026] GET /v2.0/security-groups?name=lb-4837d6a9-520c-4417-b049-94f68a556115 => generated 1639 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3136] 199.204.45.72 () {34 vars in 1065 bytes} [Mon Apr 27 02:45:00 2026] GET /v2.0/networks?id=02f056a7-71a5-4967-9475-5fd48201e839&id=179cfc77-a312-4f22-ac4e-344456cb3e2d => generated 1523 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3137] 199.204.45.72 () {34 vars in 1059 bytes} [Mon Apr 27 02:45:00 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.23&port_id=a4c9e5f6-c6d1-4d60-ab23-9deba97b0150 => 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: 1602/3138] 199.204.45.72 () {30 vars in 736 bytes} [Mon Apr 27 02:45:00 2026] GET /v2.0/ports/198e5aff-398b-4430-9fd5-3313f1aa4bc6 => 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: 1537/3139] 199.204.45.72 () {34 vars in 983 bytes} [Mon Apr 27 02:45:00 2026] GET /v2.0/subnets?id=bcfe177a-6cec-4592-94b2-e78b9cdb9acf => 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: 1538/3140] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:45:00 2026] GET /v2.0/ports?network_id=02f056a7-71a5-4967-9475-5fd48201e839&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3141] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:45:00 2026] GET /v2.0/networks/02f056a7-71a5-4967-9475-5fd48201e839?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3142] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:45:00 2026] GET /v2.0/networks/02f056a7-71a5-4967-9475-5fd48201e839?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3143] 199.204.45.72 () {34 vars in 788 bytes} [Mon Apr 27 02:45:00 2026] PUT /v2.0/ports/198e5aff-398b-4430-9fd5-3313f1aa4bc6 => generated 1094 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3144] 199.204.45.72 () {32 vars in 778 bytes} [Mon Apr 27 02:45:00 2026] DELETE /v2.0/security-groups/02ad72be-d5c1-408c-a725-1059013cb2db => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:45:00.615 7 INFO neutron_taas.services.taas.taas_plugin [None req-1c642ba1-d761-4c5b-99da-4649390b7b1c 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: 198e5aff-398b-4430-9fd5-3313f1aa4bc6 2026-04-27 02:45:00.619 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c642ba1-d761-4c5b-99da-4649390b7b1c 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: 198e5aff-398b-4430-9fd5-3313f1aa4bc6 [pid: 7|app: 0|req: 1604/3145] 199.204.45.72 () {32 vars in 758 bytes} [Mon Apr 27 02:45:00 2026] DELETE /v2.0/ports/198e5aff-398b-4430-9fd5-3313f1aa4bc6 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:45:03.502 8 INFO neutron_taas.services.taas.taas_plugin [None req-9c0a0b0c-b492-413b-b77f-21df25e96e3d 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] TaaS: Handle Delete Port: 696f6655-3f40-4d23-895e-43f829e0c7e2 2026-04-27 02:45:03.505 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c0a0b0c-b492-413b-b77f-21df25e96e3d 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] Tap Mirror: Handle Delete Port: 696f6655-3f40-4d23-895e-43f829e0c7e2 [pid: 7|app: 0|req: 1605/3146] 199.204.45.72 () {34 vars in 993 bytes} [Mon Apr 27 02:45:03 2026] GET /v2.0/ports?device_id=d018d299-371d-4cd0-8c19-6b6ba95b838c => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:45:03.684 8 INFO neutron.db.l3_db [None req-9c0a0b0c-b492-413b-b77f-21df25e96e3d 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] Floating IP 77011e72-bd06-4ce7-9f39-9c7720171d38 disassociated (deleted). External IP: 10.96.250.208, port: cfefbe30-2893-44bc-9dd4-f3d3cba1016b. 2026-04-27 02:45:03.758 7 INFO neutron_taas.services.taas.taas_plugin [req-7f0a50e0-7684-4372-9cba-0358407d2b8b req-fce4b5e8-bf08-4c42-9c6e-04437fd7ce47 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] TaaS: Handle Delete Port: a4c9e5f6-c6d1-4d60-ab23-9deba97b0150 2026-04-27 02:45:03.760 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7f0a50e0-7684-4372-9cba-0358407d2b8b req-fce4b5e8-bf08-4c42-9c6e-04437fd7ce47 1604507262464de281a63f54f105dbc2 721d4672cac949cfb4903b1dffec37a8 - - default default] Tap Mirror: Handle Delete Port: a4c9e5f6-c6d1-4d60-ab23-9deba97b0150 [pid: 7|app: 0|req: 1606/3147] 199.204.45.72 () {36 vars in 996 bytes} [Mon Apr 27 02:45:03 2026] DELETE /v2.0/ports/a4c9e5f6-c6d1-4d60-ab23-9deba97b0150 => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:45:03.940 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7110c6b3-4905-4dee-bb1d-f20023017900'] response: {'server_uuid': 'd018d299-371d-4cd0-8c19-6b6ba95b838c', 'name': 'network-vif-deleted', 'tag': 'a4c9e5f6-c6d1-4d60-ab23-9deba97b0150', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1542/3148] 10.0.0.86 () {32 vars in 731 bytes} [Mon Apr 27 02:45:03 2026] DELETE /v2.0/floatingips/77011e72-bd06-4ce7-9f39-9c7720171d38 => generated 0 bytes in 590 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:45:03.978 7 INFO neutron.api.v2.resource [None req-6ca73ae3-5eac-480e-89c1-ec00f8d8d631 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1607/3149] 10.0.0.86 () {32 vars in 728 bytes} [Mon Apr 27 02:45:03 2026] GET /v2.0/floatingips/77011e72-bd06-4ce7-9f39-9c7720171d38 => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:45:03.988 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-af1acbbd-68f1-438e-a4ae-dfac27bc0036'] response: {'name': 'network-changed', 'server_uuid': '57866580-faa1-422e-9af2-bed3aad355d9', 'tag': 'cfefbe30-2893-44bc-9dd4-f3d3cba1016b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1543/3150] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:45:04 2026] GET /v2.0/ports?device_id=57866580-faa1-422e-9af2-bed3aad355d9 => generated 1204 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3151] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:45:04 2026] GET /v2.0/security-groups?id=2d540ca8-5654-41fc-be14-b7e80d76b257&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: 8|app: 0|req: 1544/3152] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:45:04 2026] GET /v2.0/ports?tenant_id=97525607981d45468b5fb1f95ec8fa61&device_id=57866580-faa1-422e-9af2-bed3aad355d9 => generated 1473 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3153] 199.204.45.72 () {34 vars in 985 bytes} [Mon Apr 27 02:45:04 2026] GET /v2.0/networks?id=0fcaeeb8-7941-4ac3-8a65-9da1e02802ff => generated 800 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3154] 199.204.45.72 () {34 vars in 1057 bytes} [Mon Apr 27 02:45:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.204&port_id=cfefbe30-2893-44bc-9dd4-f3d3cba1016b => 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: 1610/3155] 199.204.45.72 () {34 vars in 1105 bytes} [Mon Apr 27 02:45:04 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A392&port_id=cfefbe30-2893-44bc-9dd4-f3d3cba1016b => 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: 1546/3156] 199.204.45.72 () {34 vars in 1063 bytes} [Mon Apr 27 02:45:04 2026] GET /v2.0/subnets?id=8c6f9351-82ff-467c-8742-985d6b7e625c&id=5b02e509-db54-4e87-be9e-53a32e26e9fd => generated 1414 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3157] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:45:04 2026] GET /v2.0/ports?network_id=0fcaeeb8-7941-4ac3-8a65-9da1e02802ff&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3158] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:45:04 2026] GET /v2.0/ports?network_id=0fcaeeb8-7941-4ac3-8a65-9da1e02802ff&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3159] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:45:04 2026] GET /v2.0/networks/0fcaeeb8-7941-4ac3-8a65-9da1e02802ff?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: 1548/3160] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:45:04 2026] GET /v2.0/networks/0fcaeeb8-7941-4ac3-8a65-9da1e02802ff?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: 1613/3161] 199.204.45.72 () {34 vars in 993 bytes} [Mon Apr 27 02:45:06 2026] GET /v2.0/ports?device_id=57866580-faa1-422e-9af2-bed3aad355d9 => generated 1204 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:45:06.777 8 INFO neutron_taas.services.taas.taas_plugin [req-91a11ab8-5164-4de5-8f2b-6bc5c81a60e9 req-1ad718e3-82fe-47c5-8c78-46edcf75d0e0 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] TaaS: Handle Delete Port: cfefbe30-2893-44bc-9dd4-f3d3cba1016b 2026-04-27 02:45:06.785 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-91a11ab8-5164-4de5-8f2b-6bc5c81a60e9 req-1ad718e3-82fe-47c5-8c78-46edcf75d0e0 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] Tap Mirror: Handle Delete Port: cfefbe30-2893-44bc-9dd4-f3d3cba1016b [pid: 8|app: 0|req: 1549/3162] 199.204.45.72 () {36 vars in 996 bytes} [Mon Apr 27 02:45:06 2026] DELETE /v2.0/ports/cfefbe30-2893-44bc-9dd4-f3d3cba1016b => generated 0 bytes in 352 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:45:07.019 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fafe70d0-a7bf-4c8f-9cd3-bcc09864716e'] response: {'server_uuid': '57866580-faa1-422e-9af2-bed3aad355d9', 'name': 'network-vif-deleted', 'tag': 'cfefbe30-2893-44bc-9dd4-f3d3cba1016b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1615/3165] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:45:09 2026] GET /v2.0/ports?device_id=57866580-faa1-422e-9af2-bed3aad355d9 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 02:45:14.519 8 INFO neutron_taas.services.taas.taas_plugin [None req-2d32985a-e3f2-47cb-9e3b-09dfe316ac0f 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] TaaS: Handle Delete Port: 3df020c3-e308-4e5a-879c-d95972174c7d 2026-04-27 02:45:14.522 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d32985a-e3f2-47cb-9e3b-09dfe316ac0f 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] Tap Mirror: Handle Delete Port: 3df020c3-e308-4e5a-879c-d95972174c7d 2026-04-27 02:45:14.712 8 INFO neutron.db.l3_db [None req-2d32985a-e3f2-47cb-9e3b-09dfe316ac0f 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] Floating IP 70c5dc41-2350-467f-badd-969373d15d92 disassociated (deleted). External IP: 10.96.250.201, port: 54da6f4b-aacd-4bee-b539-85bc535387d0. [pid: 8|app: 0|req: 1551/3166] 10.0.0.86 () {32 vars in 731 bytes} [Mon Apr 27 02:45:14 2026] DELETE /v2.0/floatingips/70c5dc41-2350-467f-badd-969373d15d92 => generated 0 bytes in 640 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:45:15.041 7 INFO neutron.api.v2.resource [None req-63be269b-8d9c-45b9-ba61-1125e957a293 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1616/3167] 10.0.0.86 () {32 vars in 728 bytes} [Mon Apr 27 02:45:15 2026] GET /v2.0/floatingips/70c5dc41-2350-467f-badd-969373d15d92 => generated 144 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:45:15.056 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e2d04130-7706-43b0-81a0-7ce819ef2e59'] response: {'name': 'network-changed', 'server_uuid': '3437cab6-19ac-4fb3-8fed-a634d44165e8', 'tag': '54da6f4b-aacd-4bee-b539-85bc535387d0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1552/3168] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:45:15 2026] GET /v2.0/ports?device_id=3437cab6-19ac-4fb3-8fed-a634d44165e8 => generated 1200 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3169] 10.0.0.110 () {34 vars in 1040 bytes} [Mon Apr 27 02:45:15 2026] GET /v2.0/security-groups?id=2d540ca8-5654-41fc-be14-b7e80d76b257&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3170] 199.204.45.72 () {34 vars in 1079 bytes} [Mon Apr 27 02:45:15 2026] GET /v2.0/ports?tenant_id=97525607981d45468b5fb1f95ec8fa61&device_id=3437cab6-19ac-4fb3-8fed-a634d44165e8 => generated 1469 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3171] 199.204.45.72 () {34 vars in 985 bytes} [Mon Apr 27 02:45:15 2026] GET /v2.0/networks?id=88637c3c-9c76-4b4e-985e-1a9fad30388c => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3172] 199.204.45.72 () {34 vars in 1057 bytes} [Mon Apr 27 02:45:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.216&port_id=54da6f4b-aacd-4bee-b539-85bc535387d0 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3173] 199.204.45.72 () {34 vars in 1103 bytes} [Mon Apr 27 02:45:15 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A210&port_id=54da6f4b-aacd-4bee-b539-85bc535387d0 => 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: 1555/3174] 199.204.45.72 () {34 vars in 1063 bytes} [Mon Apr 27 02:45:15 2026] GET /v2.0/subnets?id=934455eb-0b3f-44ba-87ae-e57fac0f5af7&id=bc7bf131-a0ad-4c68-9af1-0769762f76c0 => generated 1411 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3175] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:45:15 2026] GET /v2.0/ports?network_id=88637c3c-9c76-4b4e-985e-1a9fad30388c&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: 8|app: 0|req: 1556/3176] 199.204.45.72 () {34 vars in 1051 bytes} [Mon Apr 27 02:45:15 2026] GET /v2.0/ports?network_id=88637c3c-9c76-4b4e-985e-1a9fad30388c&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3177] 199.204.45.72 () {34 vars in 1011 bytes} [Mon Apr 27 02:45:15 2026] GET /v2.0/networks/88637c3c-9c76-4b4e-985e-1a9fad30388c?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: 1557/3178] 199.204.45.72 () {34 vars in 1111 bytes} [Mon Apr 27 02:45:15 2026] GET /v2.0/networks/88637c3c-9c76-4b4e-985e-1a9fad30388c?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: 1622/3179] 199.204.45.72 () {34 vars in 993 bytes} [Mon Apr 27 02:45:17 2026] GET /v2.0/ports?device_id=3437cab6-19ac-4fb3-8fed-a634d44165e8 => generated 1200 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 02:45:17.773 8 INFO neutron_taas.services.taas.taas_plugin [req-abfa1d1f-aa69-44ec-9a84-f4eba1c29470 req-9857e856-6d1a-4b69-a291-3f6d4d120a9b 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] TaaS: Handle Delete Port: 54da6f4b-aacd-4bee-b539-85bc535387d0 2026-04-27 02:45:17.775 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-abfa1d1f-aa69-44ec-9a84-f4eba1c29470 req-9857e856-6d1a-4b69-a291-3f6d4d120a9b 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] Tap Mirror: Handle Delete Port: 54da6f4b-aacd-4bee-b539-85bc535387d0 [pid: 8|app: 0|req: 1558/3180] 199.204.45.72 () {36 vars in 996 bytes} [Mon Apr 27 02:45:17 2026] DELETE /v2.0/ports/54da6f4b-aacd-4bee-b539-85bc535387d0 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:45:17.994 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b4d07c7f-f957-4014-8b5a-4b6c254141a8'] response: {'server_uuid': '3437cab6-19ac-4fb3-8fed-a634d44165e8', 'name': 'network-vif-deleted', 'tag': '54da6f4b-aacd-4bee-b539-85bc535387d0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1623/3181] 10.0.0.110 () {34 vars in 990 bytes} [Mon Apr 27 02:45:20 2026] GET /v2.0/ports?device_id=3437cab6-19ac-4fb3-8fed-a634d44165e8 => 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: 1560/3184] 10.0.0.86 () {32 vars in 749 bytes} [Mon Apr 27 02:45:25 2026] DELETE /v2.0/security-group-rules/9d8841bf-21ce-478c-bad2-6afa41730357 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:45:25.554 7 INFO neutron.api.v2.resource [None req-99ded3a5-19a3-4f26-b6c6-f9981aa54f6a 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1625/3185] 10.0.0.86 () {32 vars in 746 bytes} [Mon Apr 27 02:45:25 2026] GET /v2.0/security-group-rules/9d8841bf-21ce-478c-bad2-6afa41730357 => 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: 1561/3186] 10.0.0.86 () {32 vars in 749 bytes} [Mon Apr 27 02:45:25 2026] DELETE /v2.0/security-group-rules/7b1b7223-ea41-4b68-8b61-a80587b2b159 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:45:25.671 7 INFO neutron.api.v2.resource [None req-8c109397-2f4e-485c-ad72-d21953086863 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1626/3187] 10.0.0.86 () {32 vars in 746 bytes} [Mon Apr 27 02:45:25 2026] GET /v2.0/security-group-rules/7b1b7223-ea41-4b68-8b61-a80587b2b159 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3188] 10.0.0.86 () {32 vars in 749 bytes} [Mon Apr 27 02:45:25 2026] DELETE /v2.0/security-group-rules/9ffbb181-ecd5-4655-a2cc-b035dfb5bbc9 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:45:25.754 7 INFO neutron.api.v2.resource [None req-b803725f-793c-40bb-bcf4-c5f1b3e6433c 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1627/3189] 10.0.0.86 () {32 vars in 746 bytes} [Mon Apr 27 02:45:25 2026] GET /v2.0/security-group-rules/9ffbb181-ecd5-4655-a2cc-b035dfb5bbc9 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3190] 10.0.0.86 () {32 vars in 749 bytes} [Mon Apr 27 02:45:25 2026] DELETE /v2.0/security-group-rules/d977293d-f770-40f2-a527-d0d6151432dd => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:45:25.822 7 INFO neutron.api.v2.resource [None req-e12ec4ad-1e53-4efd-b376-120baaced129 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1628/3191] 10.0.0.86 () {32 vars in 746 bytes} [Mon Apr 27 02:45:25 2026] GET /v2.0/security-group-rules/d977293d-f770-40f2-a527-d0d6151432dd => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3192] 10.0.0.86 () {32 vars in 749 bytes} [Mon Apr 27 02:45:25 2026] DELETE /v2.0/security-group-rules/df464882-e3d2-415f-a1b0-6a4ab96cdc3e => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:45:25.904 7 INFO neutron.api.v2.resource [None req-d77edd63-cc6e-4e64-932c-e368d4d30e72 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1629/3193] 10.0.0.86 () {32 vars in 746 bytes} [Mon Apr 27 02:45:25 2026] GET /v2.0/security-group-rules/df464882-e3d2-415f-a1b0-6a4ab96cdc3e => 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: 1565/3194] 10.0.0.86 () {32 vars in 749 bytes} [Mon Apr 27 02:45:25 2026] DELETE /v2.0/security-group-rules/6511ece8-3534-4058-9eb9-ddd3bc89914c => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:45:26.003 7 INFO neutron.api.v2.resource [None req-4df1ee6a-4028-4139-bd04-080a709ea072 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1630/3195] 10.0.0.86 () {32 vars in 746 bytes} [Mon Apr 27 02:45:25 2026] GET /v2.0/security-group-rules/6511ece8-3534-4058-9eb9-ddd3bc89914c => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3196] 10.0.0.86 () {32 vars in 749 bytes} [Mon Apr 27 02:45:26 2026] DELETE /v2.0/security-group-rules/f5d3fdda-c72f-488d-b880-4dd040787744 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:45:26.094 7 INFO neutron.api.v2.resource [None req-77895358-1baa-4852-b94e-6a6bd5038dfa 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1631/3197] 10.0.0.86 () {32 vars in 746 bytes} [Mon Apr 27 02:45:26 2026] GET /v2.0/security-group-rules/f5d3fdda-c72f-488d-b880-4dd040787744 => 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: 1567/3198] 10.0.0.86 () {32 vars in 749 bytes} [Mon Apr 27 02:45:26 2026] DELETE /v2.0/security-group-rules/25fb4c8b-7ab9-40b8-9dca-3f38c97957ef => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:45:26.186 7 INFO neutron.api.v2.resource [None req-8fd24bb8-5652-4221-9837-c139359365cf 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1632/3199] 10.0.0.86 () {32 vars in 746 bytes} [Mon Apr 27 02:45:26 2026] GET /v2.0/security-group-rules/25fb4c8b-7ab9-40b8-9dca-3f38c97957ef => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3200] 10.0.0.86 () {32 vars in 749 bytes} [Mon Apr 27 02:45:26 2026] DELETE /v2.0/security-group-rules/99dae42c-076d-471d-a281-f79aafa7ef57 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:45:26.270 7 INFO neutron.api.v2.resource [None req-839514a0-ed61-4168-98b6-74db5e33b063 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1633/3201] 10.0.0.86 () {32 vars in 746 bytes} [Mon Apr 27 02:45:26 2026] GET /v2.0/security-group-rules/99dae42c-076d-471d-a281-f79aafa7ef57 => 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: 1569/3202] 10.0.0.86 () {32 vars in 749 bytes} [Mon Apr 27 02:45:26 2026] DELETE /v2.0/security-group-rules/61392792-1b57-44c8-ab6c-b003436c7a59 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:45:26.351 7 INFO neutron.api.v2.resource [None req-3fae3d2a-f62a-4dc4-b2b2-e054106b7bf2 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1634/3203] 10.0.0.86 () {32 vars in 746 bytes} [Mon Apr 27 02:45:26 2026] GET /v2.0/security-group-rules/61392792-1b57-44c8-ab6c-b003436c7a59 => 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: 1570/3204] 10.0.0.86 () {32 vars in 749 bytes} [Mon Apr 27 02:45:26 2026] DELETE /v2.0/security-group-rules/f367b6ab-5aca-4bf1-adca-2593dd2ecba2 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:45:26.434 7 INFO neutron.api.v2.resource [None req-05cc8996-6365-4773-971d-aff3ae027f8f 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1635/3205] 10.0.0.86 () {32 vars in 746 bytes} [Mon Apr 27 02:45:26 2026] GET /v2.0/security-group-rules/f367b6ab-5aca-4bf1-adca-2593dd2ecba2 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3206] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:45:26 2026] DELETE /v2.0/security-groups/2d540ca8-5654-41fc-be14-b7e80d76b257 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:45:26.535 7 INFO neutron.api.v2.resource [None req-aec33a68-56d8-4ddf-aadd-737c9c542342 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1636/3207] 10.0.0.86 () {32 vars in 736 bytes} [Mon Apr 27 02:45:26 2026] GET /v2.0/security-groups/2d540ca8-5654-41fc-be14-b7e80d76b257 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:45:26.962 8 INFO neutron_taas.services.taas.taas_plugin [None req-0846e214-81d2-4115-b9ea-9bba6d5317b8 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] TaaS: Handle Delete Port: 27608c9e-9959-47b1-b6ef-982656ca43ba 2026-04-27 02:45:26.965 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0846e214-81d2-4115-b9ea-9bba6d5317b8 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] Tap Mirror: Handle Delete Port: 27608c9e-9959-47b1-b6ef-982656ca43ba [pid: 8|app: 0|req: 1572/3208] 10.0.0.86 () {34 vars in 788 bytes} [Mon Apr 27 02:45:26 2026] PUT /v2.0/routers/7300129e-0827-4a41-a3d4-478a45aebe24/remove_router_interface => generated 309 bytes in 924 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:45:28.084 7 INFO neutron.api.v2.resource [None req-f29c725d-8518-4dc4-b792-4dfe7e549cc5 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1637/3209] 10.0.0.86 () {34 vars in 788 bytes} [Mon Apr 27 02:45:27 2026] PUT /v2.0/routers/7300129e-0827-4a41-a3d4-478a45aebe24/remove_router_interface => generated 198 bytes in 570 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:45:28.460 8 INFO neutron_taas.services.taas.taas_plugin [None req-5b1d4dd3-5d40-461f-be51-e39e1a731c6a 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] TaaS: Handle Delete Port: a72b45e0-89b2-4974-ab05-2fdf2460f752 2026-04-27 02:45:28.465 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5b1d4dd3-5d40-461f-be51-e39e1a731c6a 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] Tap Mirror: Handle Delete Port: a72b45e0-89b2-4974-ab05-2fdf2460f752 [pid: 8|app: 0|req: 1573/3210] 10.0.0.86 () {34 vars in 788 bytes} [Mon Apr 27 02:45:28 2026] PUT /v2.0/routers/7300129e-0827-4a41-a3d4-478a45aebe24/remove_router_interface => generated 309 bytes in 997 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:45:29.287 7 INFO neutron.api.v2.resource [None req-34cf4805-55ea-430d-8eff-b545f2a111ac 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1638/3211] 10.0.0.86 () {34 vars in 788 bytes} [Mon Apr 27 02:45:29 2026] PUT /v2.0/routers/7300129e-0827-4a41-a3d4-478a45aebe24/remove_router_interface => generated 198 bytes in 195 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:45:29.788 8 INFO neutron_taas.services.taas.taas_plugin [None req-2276df32-f406-454f-8b54-5761926c9056 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] TaaS: Handle Delete Port: 44283278-418b-48b1-8383-e22ea74b1265 2026-04-27 02:45:29.792 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2276df32-f406-454f-8b54-5761926c9056 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] Tap Mirror: Handle Delete Port: 44283278-418b-48b1-8383-e22ea74b1265 [pid: 8|app: 0|req: 1574/3212] 10.0.0.86 () {34 vars in 788 bytes} [Mon Apr 27 02:45:29 2026] PUT /v2.0/routers/7300129e-0827-4a41-a3d4-478a45aebe24/remove_router_interface => generated 309 bytes in 1202 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:45:30.657 7 INFO neutron.api.v2.resource [None req-863f2fad-3d86-4c3e-8412-6915e8365dc7 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1639/3213] 10.0.0.86 () {34 vars in 788 bytes} [Mon Apr 27 02:45:30 2026] PUT /v2.0/routers/7300129e-0827-4a41-a3d4-478a45aebe24/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-27 02:45:30.870 8 INFO neutron_taas.services.taas.taas_plugin [None req-dd090fdb-d31b-44dc-9aac-1bd41e0ab82a 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] TaaS: Handle Delete Port: a80ad574-e45c-49aa-9c8c-2a705c0ad835 2026-04-27 02:45:30.873 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd090fdb-d31b-44dc-9aac-1bd41e0ab82a 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] Tap Mirror: Handle Delete Port: a80ad574-e45c-49aa-9c8c-2a705c0ad835 2026-04-27 02:45:31.129 8 INFO neutron_taas.services.taas.taas_plugin [None req-dd090fdb-d31b-44dc-9aac-1bd41e0ab82a 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] TaaS: Handle Delete Port: bb0f4d58-9c22-41b8-a408-7ccee3405c6f 2026-04-27 02:45:31.132 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd090fdb-d31b-44dc-9aac-1bd41e0ab82a 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] Tap Mirror: Handle Delete Port: bb0f4d58-9c22-41b8-a408-7ccee3405c6f 2026-04-27 02:45:31.493 8 INFO neutron.db.l3_hamode_db [None req-dd090fdb-d31b-44dc-9aac-1bd41e0ab82a 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] HA network 5b78fb18-8601-4a6c-a44b-1837ff0493cd was deleted as no HA routers are present in tenant 97525607981d45468b5fb1f95ec8fa61. [pid: 8|app: 0|req: 1575/3214] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:45:30 2026] DELETE /v2.0/routers/7300129e-0827-4a41-a3d4-478a45aebe24 => generated 0 bytes in 832 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:45:31.526 7 INFO neutron.api.v2.resource [None req-378e7ac0-88c2-4a20-84be-3ebfcc16ea19 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1640/3215] 10.0.0.86 () {32 vars in 720 bytes} [Mon Apr 27 02:45:31 2026] GET /v2.0/routers/7300129e-0827-4a41-a3d4-478a45aebe24 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:45:31.529 8 INFO neutron.services.segments.plugin [-] Segment 22097aea-c18e-4cbc-aca6-702469dc182b resource provider aggregate not found 2026-04-27 02:45:31.535 8 INFO neutron.services.segments.plugin [-] Segment 22097aea-c18e-4cbc-aca6-702469dc182b resource provider aggregate not found 2026-04-27 02:45:31.552 8 INFO neutron.services.segments.plugin [-] Segment 22097aea-c18e-4cbc-aca6-702469dc182b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22097aea-c18e-4cbc-aca6-702469dc182b found for delete ", "request_id": "req-b89301ed-6e62-4c3b-a34c-f4ffb5cb537b"}]} 2026-04-27 02:45:31.561 8 INFO neutron.services.segments.plugin [-] Segment 22097aea-c18e-4cbc-aca6-702469dc182b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22097aea-c18e-4cbc-aca6-702469dc182b found for delete ", "request_id": "req-a60a9b1d-69e6-475c-8dd6-be00b60f6974"}]} [pid: 8|app: 0|req: 1576/3216] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:45:31 2026] DELETE /v2.0/subnets/8c6f9351-82ff-467c-8742-985d6b7e625c => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:45:31.715 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8795b661-db96-4f46-9422-c2eee52779d6 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1641/3217] 10.0.0.86 () {32 vars in 720 bytes} [Mon Apr 27 02:45:31 2026] GET /v2.0/subnets/8c6f9351-82ff-467c-8742-985d6b7e625c => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3218] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:45:31 2026] DELETE /v2.0/subnets/5b02e509-db54-4e87-be9e-53a32e26e9fd => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:45:31.881 7 INFO neutron.pecan_wsgi.hooks.translation [None req-db2983f8-653e-41e9-ae1f-d89d67b7fec1 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1642/3219] 10.0.0.86 () {32 vars in 720 bytes} [Mon Apr 27 02:45:31 2026] GET /v2.0/subnets/5b02e509-db54-4e87-be9e-53a32e26e9fd => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:45:31.968 8 INFO neutron_taas.services.taas.taas_plugin [None req-758c4d69-2b4b-42ae-a8ba-0711f3150133 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] TaaS: Handle Delete Port: 3fa12b1f-b063-47a4-a6e1-c0f1b0d512d1 2026-04-27 02:45:31.971 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-758c4d69-2b4b-42ae-a8ba-0711f3150133 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] Tap Mirror: Handle Delete Port: 3fa12b1f-b063-47a4-a6e1-c0f1b0d512d1 [pid: 8|app: 0|req: 1578/3220] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:45:31 2026] DELETE /v2.0/networks/0fcaeeb8-7941-4ac3-8a65-9da1e02802ff => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:45:32.173 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bc5351cb-09a5-45f9-bd61-e3342fefd7bd 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1643/3221] 10.0.0.86 () {32 vars in 722 bytes} [Mon Apr 27 02:45:32 2026] GET /v2.0/networks/0fcaeeb8-7941-4ac3-8a65-9da1e02802ff => 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: 1579/3222] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:45:32 2026] DELETE /v2.0/subnets/bc7bf131-a0ad-4c68-9af1-0769762f76c0 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:45:32.357 7 INFO neutron.pecan_wsgi.hooks.translation [None req-26910aca-4656-4840-9f3a-de9ceee58a0f 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1644/3223] 10.0.0.86 () {32 vars in 720 bytes} [Mon Apr 27 02:45:32 2026] GET /v2.0/subnets/bc7bf131-a0ad-4c68-9af1-0769762f76c0 => 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: 1580/3224] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:45:32 2026] DELETE /v2.0/subnets/934455eb-0b3f-44ba-87ae-e57fac0f5af7 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:45:32.537 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0b993956-8488-4731-b969-cda5cc43876f 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1645/3225] 10.0.0.86 () {32 vars in 720 bytes} [Mon Apr 27 02:45:32 2026] GET /v2.0/subnets/934455eb-0b3f-44ba-87ae-e57fac0f5af7 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:45:32.642 8 INFO neutron_taas.services.taas.taas_plugin [None req-d9049a9b-e3fe-42fb-9499-9b0672950b24 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] TaaS: Handle Delete Port: 4e9735c8-2a82-48b4-930f-07d70ddd5297 2026-04-27 02:45:32.645 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d9049a9b-e3fe-42fb-9499-9b0672950b24 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] Tap Mirror: Handle Delete Port: 4e9735c8-2a82-48b4-930f-07d70ddd5297 [pid: 8|app: 0|req: 1581/3226] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:45:32 2026] DELETE /v2.0/networks/88637c3c-9c76-4b4e-985e-1a9fad30388c => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:45:32.856 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d3614ca2-8099-4b56-82c7-68af991df9d0 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1646/3227] 10.0.0.86 () {32 vars in 722 bytes} [Mon Apr 27 02:45:32 2026] GET /v2.0/networks/88637c3c-9c76-4b4e-985e-1a9fad30388c => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3228] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:45:32 2026] DELETE /v2.0/subnets/f0f9f5e0-0b17-475a-bbb0-dc76c22f9536 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:45:33.048 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2746a108-ee30-42a5-8142-859076a66ba7 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1647/3229] 10.0.0.86 () {32 vars in 720 bytes} [Mon Apr 27 02:45:33 2026] GET /v2.0/subnets/f0f9f5e0-0b17-475a-bbb0-dc76c22f9536 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3230] 10.0.0.86 () {32 vars in 723 bytes} [Mon Apr 27 02:45:33 2026] DELETE /v2.0/subnets/714f6906-e47b-47a2-8584-3bb2150189f6 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:45:33.230 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c84eb6c5-1d62-49d8-b324-c1058c6f47d7 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1648/3231] 10.0.0.86 () {32 vars in 720 bytes} [Mon Apr 27 02:45:33 2026] GET /v2.0/subnets/714f6906-e47b-47a2-8584-3bb2150189f6 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:45:33.352 8 INFO neutron_taas.services.taas.taas_plugin [None req-3c702e97-69a3-4e40-85ee-04644aa9d70b 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] TaaS: Handle Delete Port: a000aca8-a9f9-4b2c-b769-ca1b6f069f29 2026-04-27 02:45:33.355 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c702e97-69a3-4e40-85ee-04644aa9d70b 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] Tap Mirror: Handle Delete Port: a000aca8-a9f9-4b2c-b769-ca1b6f069f29 [pid: 8|app: 0|req: 1584/3232] 10.0.0.86 () {32 vars in 725 bytes} [Mon Apr 27 02:45:33 2026] DELETE /v2.0/networks/179cfc77-a312-4f22-ac4e-344456cb3e2d => generated 0 bytes in 314 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-27 02:45:33.570 7 INFO neutron.pecan_wsgi.hooks.translation [None req-924a3da1-0324-4aee-9cc1-d091f24e9b0a 93c1193f6d8a4e09986b916bb83f749a 97525607981d45468b5fb1f95ec8fa61 - - default default] GET failed (client error): The resource could not be found. 2026-04-27 02:45:33.571 8 INFO neutron.services.segments.plugin [-] Segment 0b764bb4-8f69-46c7-99fe-2087b70a87bb resource provider aggregate not found [pid: 7|app: 0|req: 1649/3233] 10.0.0.86 () {32 vars in 722 bytes} [Mon Apr 27 02:45:33 2026] GET /v2.0/networks/179cfc77-a312-4f22-ac4e-344456cb3e2d => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:45:33.580 8 INFO neutron.services.segments.plugin [-] Segment 0b764bb4-8f69-46c7-99fe-2087b70a87bb resource provider aggregate not found 2026-04-27 02:45:33.587 8 INFO neutron.services.segments.plugin [-] Segment 0b764bb4-8f69-46c7-99fe-2087b70a87bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b764bb4-8f69-46c7-99fe-2087b70a87bb found for delete ", "request_id": "req-834cb0af-92b6-4698-a5f1-ce2f219b26dc"}]} 2026-04-27 02:45:33.600 8 INFO neutron.services.segments.plugin [-] Segment dd900cdc-546a-4e29-b27b-5916026752f9 resource provider aggregate not found 2026-04-27 02:45:33.606 8 INFO neutron.services.segments.plugin [-] Segment 0b764bb4-8f69-46c7-99fe-2087b70a87bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b764bb4-8f69-46c7-99fe-2087b70a87bb found for delete ", "request_id": "req-1a695fbd-019e-4b87-a096-00835a36938c"}]} 2026-04-27 02:45:33.616 8 INFO neutron.services.segments.plugin [-] Segment dd900cdc-546a-4e29-b27b-5916026752f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd900cdc-546a-4e29-b27b-5916026752f9 found for delete ", "request_id": "req-be39c48b-f5bb-4227-a2a9-7c2fa084dcbd"}]} 2026-04-27 02:45:33.621 8 INFO neutron.services.segments.plugin [-] Segment dd900cdc-546a-4e29-b27b-5916026752f9 resource provider aggregate not found 2026-04-27 02:45:33.628 8 INFO neutron.services.segments.plugin [-] Segment c599ffd7-372d-4f49-be66-37d70c588081 resource provider aggregate not found 2026-04-27 02:45:33.641 8 INFO neutron.services.segments.plugin [-] Segment dd900cdc-546a-4e29-b27b-5916026752f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd900cdc-546a-4e29-b27b-5916026752f9 found for delete ", "request_id": "req-c56bc29f-544c-4b66-8135-c43b2357ed42"}]} 2026-04-27 02:45:33.641 8 INFO neutron.services.segments.plugin [-] Segment c599ffd7-372d-4f49-be66-37d70c588081 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c599ffd7-372d-4f49-be66-37d70c588081 found for delete ", "request_id": "req-32440c1f-5f03-4792-b71d-043b305697fc"}]} 2026-04-27 02:45:33.660 8 INFO neutron.services.segments.plugin [-] Segment c599ffd7-372d-4f49-be66-37d70c588081 resource provider aggregate not found 2026-04-27 02:45:33.679 8 INFO neutron.services.segments.plugin [-] Segment c599ffd7-372d-4f49-be66-37d70c588081 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c599ffd7-372d-4f49-be66-37d70c588081 found for delete ", "request_id": "req-b527b85e-3387-422a-a13e-4cb773bb2790"}]} [pid: 8|app: 0|req: 1585/3234] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:45:35 2026] GET /v2.0/security-groups?tenant_id=97525607981d45468b5fb1f95ec8fa61&name=default => generated 2929 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3235] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:45:35 2026] DELETE /v2.0/security-groups/abd6547d-1535-4769-90e3-1150f414db8f => 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: 1586/3236] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:45:35 2026] GET /v2.0/security-groups?tenant_id=3fbd6633e90d48cb9c822bdc52493b4b&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1651/3237] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:45:36 2026] DELETE /v2.0/security-groups/51812f8b-5a1c-4803-949b-44ee05236eda => 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: 1587/3238] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:45:36 2026] GET /v2.0/security-groups?tenant_id=afdbb3bb11064e7596af306a0a55caca&name=default => generated 2929 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3239] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:45:36 2026] DELETE /v2.0/security-groups/f0f1f911-aecc-45f0-9ac5-f0bc12dbec4c => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3240] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:45:36 2026] GET /v2.0/security-groups?tenant_id=d7a72dabf56e4827a73cc80c89de4d91&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: 1653/3241] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:45:36 2026] DELETE /v2.0/security-groups/6e5265ee-4f14-4b3f-80cd-0fc8d172ae71 => 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: 1589/3242] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:45:37 2026] GET /v2.0/security-groups?tenant_id=56c405a6846f4a26acc1b96070fcf67e&name=default => generated 2929 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1654/3243] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:45:37 2026] DELETE /v2.0/security-groups/28eab269-2c8d-46b8-8afb-f7d1bd8afba8 => 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: 1590/3244] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:45:37 2026] GET /v2.0/security-groups?tenant_id=9ee93b898a1a41d9b41ff93b0c05f9b9&name=default => generated 2929 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1655/3245] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:45:37 2026] DELETE /v2.0/security-groups/c87c81c8-ba06-4914-9bde-3eb03e107b88 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3246] 10.0.0.86 () {32 vars in 773 bytes} [Mon Apr 27 02:45:37 2026] GET /v2.0/security-groups?tenant_id=f67106f4a23b4dd38bb326167221694a&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3247] 10.0.0.86 () {32 vars in 739 bytes} [Mon Apr 27 02:45:37 2026] DELETE /v2.0/security-groups/2324d467-4a43-4ff2-914b-8ccf8e5a266b => 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: 1593/3250] 10.0.0.86 () {32 vars in 648 bytes} [Mon Apr 27 02:45:40 2026] GET /v2.0/networks => generated 2168 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1658/3251] 10.0.0.86 () {32 vars in 654 bytes} [Mon Apr 27 02:45:41 2026] GET /v2.0/floatingips => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3252] 10.0.0.86 () {32 vars in 646 bytes} [Mon Apr 27 02:45:41 2026] GET /v2.0/routers => generated 15 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1659/3253] 10.0.0.86 () {32 vars in 642 bytes} [Mon Apr 27 02:45:41 2026] GET /v2.0/ports => generated 4721 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3254] 10.0.0.86 () {32 vars in 646 bytes} [Mon Apr 27 02:45:41 2026] GET /v2.0/subnets => generated 1308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1660/3255] 10.0.0.86 () {32 vars in 648 bytes} [Mon Apr 27 02:45:41 2026] GET /v2.0/networks => generated 2168 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3256] 10.0.0.86 () {32 vars in 662 bytes} [Mon Apr 27 02:45:41 2026] GET /v2.0/security-groups => generated 17397 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1661/3257] 10.0.0.86 () {32 vars in 654 bytes} [Mon Apr 27 02:45:41 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)